[tracker] test data dir



commit 20499f5feeeb01dcddae801f40506373687cf7a7
Author: amit <amit esdhcp035176 research nokia com>
Date:   Wed Feb 3 16:14:35 2010 +0200

    test data dir

 tests/functional-tests/testdata/Images/flower.gif  |  Bin 0 -> 956 bytes
 tests/functional-tests/testdata/Makefile.am        |   14 +
 tests/functional-tests/testdata/Music/Makefile.am  |   10 +
 tests/functional-tests/testdata/Music/row_row.mp3  |  Bin 0 -> 1012174 bytes
 tests/functional-tests/testdata/pickled_Images     |  Bin 0 -> 423 bytes
 tests/functional-tests/testdata/pickled_Music      |  Bin 0 -> 548 bytes
 tests/functional-tests/testdata/ttl/Makefile.am    |   11 +
 tests/functional-tests/testdata/ttl/bookmarks.ttl  |   93 +
 tests/functional-tests/testdata/ttl/contacts.ttl   |74329 ++++++++++++++++++++
 .../functional-tests/testdata/ttl/load_turtle.ttl  |  609 +
 .../functional-tests/testdata/ttl/planet-gnome.ttl |  470 +
 .../functional-tests/testdata/ttl/planet-maemo.ttl |  177 +
 tests/functional-tests/testdata/ttl/songlist.ttl   |60207 ++++++++++++++++
 .../functional-tests/testdata/ttl/songlist_nmm.ttl |  350 +
 tests/functional-tests/testdata/ttl/webhistory.ttl | 6011 ++
 15 files changed, 142281 insertions(+), 0 deletions(-)
---
diff --git a/tests/functional-tests/testdata/Images/flower.gif b/tests/functional-tests/testdata/Images/flower.gif
new file mode 100644
index 0000000..6edeb33
Binary files /dev/null and b/tests/functional-tests/testdata/Images/flower.gif differ
diff --git a/tests/functional-tests/testdata/Makefile.am b/tests/functional-tests/testdata/Makefile.am
new file mode 100644
index 0000000..a1a2cee
--- /dev/null
+++ b/tests/functional-tests/testdata/Makefile.am
@@ -0,0 +1,14 @@
+include $(top_srcdir)/Makefile.decl
+
+SUBDIRS = 		\
+	ttl		\
+	Music
+
+if DIST_FUNCTIONAL_TESTS
+configdir = $(datadir)/tracker-tests/data
+
+config_DATA =			\
+	pickled_Music
+
+EXTRA_DIST = $(config_DATA)
+endif
diff --git a/tests/functional-tests/testdata/Music/Makefile.am b/tests/functional-tests/testdata/Music/Makefile.am
new file mode 100644
index 0000000..4dffd08
--- /dev/null
+++ b/tests/functional-tests/testdata/Music/Makefile.am
@@ -0,0 +1,10 @@
+include $(top_srcdir)/Makefile.decl
+
+if DIST_FUNCTIONAL_TESTS
+configdir = $(datadir)/tracker-tests/data/Music
+
+config_DATA =			\
+	row_row.mp3	
+
+EXTRA_DIST = $(config_DATA)
+endif
diff --git a/tests/functional-tests/testdata/Music/row_row.mp3 b/tests/functional-tests/testdata/Music/row_row.mp3
new file mode 100644
index 0000000..80bdd9b
Binary files /dev/null and b/tests/functional-tests/testdata/Music/row_row.mp3 differ
diff --git a/tests/functional-tests/testdata/pickled_Images b/tests/functional-tests/testdata/pickled_Images
new file mode 100644
index 0000000..fb5e772
Binary files /dev/null and b/tests/functional-tests/testdata/pickled_Images differ
diff --git a/tests/functional-tests/testdata/pickled_Music b/tests/functional-tests/testdata/pickled_Music
new file mode 100644
index 0000000..b5506b7
Binary files /dev/null and b/tests/functional-tests/testdata/pickled_Music differ
diff --git a/tests/functional-tests/testdata/ttl/Makefile.am b/tests/functional-tests/testdata/ttl/Makefile.am
new file mode 100644
index 0000000..a42a75c
--- /dev/null
+++ b/tests/functional-tests/testdata/ttl/Makefile.am
@@ -0,0 +1,11 @@
+include $(top_srcdir)/Makefile.decl
+
+if DIST_FUNCTIONAL_TESTS
+configdir = /usr/share/tracker-tests/data
+
+config_DATA =			\
+	bookmarks.ttl		\
+	songlist.ttl
+
+EXTRA_DIST = $(config_DATA)
+endif
diff --git a/tests/functional-tests/testdata/ttl/bookmarks.ttl b/tests/functional-tests/testdata/ttl/bookmarks.ttl
new file mode 100644
index 0000000..e498eca
--- /dev/null
+++ b/tests/functional-tests/testdata/ttl/bookmarks.ttl
@@ -0,0 +1,93 @@
+ prefix rdf: <http://www.w3.org/2000/01/rdf-schema#>.
+ prefix nrl: <http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#>.
+ prefix nid3: <http://www.semanticdesktop.org/ontologies/2007/05/10/nid3#>.
+ prefix nao: <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#>.
+ prefix nco: <http://www.semanticdesktop.org/ontologies/2007/03/22/nco#>.
+ prefix nmo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#>.
+ prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#>.
+ prefix nie: <http://www.semanticdesktop.org/ontologies/2007/01/19/nie#>.
+ prefix ncal: <http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#>.
+ prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
+
+<urn:uuid:1911904905> a nfo:Bookmark;
+	nie:title "JSON API";
+	nie:contentCreated "2008-08-04T14:03:50";
+	nao:hasTag [a nao:Tag; nao:prefLabel "software"];
+	nao:hasTag [a nao:Tag; nao:prefLabel "API"];
+	nao:hasTag [a nao:Tag; nao:prefLabel "doc"];
+	nfo:bookmarks <http://simplejson.googlecode.com/svn/tags/simplejson-2.0.8/docs/index.html>.
+
+<urn:uuid:11753910> a nfo:Bookmark;
+	nie:title "Gmail, correo electronico de Google";
+	nie:contentCreated "2008-11-19T13:33:40";
+	nao:hasTag [a nao:Tag; nao:prefLabel "email"];
+	nfo:bookmarks <http://gmail.google.com>.
+
+<urn:uuid:514022177> a nfo:Bookmark;
+	nie:title "Nokia on the web";
+	nie:contentCreated "2008-02-14T14:24:03";
+	nao:hasTag [a nao:Tag; nao:prefLabel "phones"];
+	nao:hasTag [a nao:Tag; nao:prefLabel "company"];
+	nao:hasTag [a nao:Tag; nao:prefLabel "homepage"];
+	nfo:bookmarks <http://www.nokia.com>.
+
+<urn:uuid:1986893665> a nfo:Bookmark;
+	nie:title "GNOME: The Free Software Desktop Project";
+	nie:contentCreated "2008-09-26T13:34:05";
+	nao:hasTag [a nao:Tag; nao:prefLabel "software"];
+	nao:hasTag [a nao:Tag; nao:prefLabel "gnome"];
+	nao:hasTag [a nao:Tag; nao:prefLabel "desktop"];
+	nfo:bookmarks <http://www.gnome.org>.
+
+<urn:uuid:1908247116> a nfo:Bookmark;
+	nie:title "maemo.org: Maemo is the development platform for Internet Tablets";
+	nie:contentCreated "2008-04-22T14:16:39";
+	nao:hasTag [a nao:Tag; nao:prefLabel "software"];
+	nfo:bookmarks <http://www.maemo.org>.
+
+<urn:uuid:1726971258> a nfo:Bookmark;
+	nie:title "The book depository";
+	nie:contentCreated "2008-11-20T13:33:12";
+	nao:hasTag [a nao:Tag; nao:prefLabel "books"];
+	nao:hasTag [a nao:Tag; nao:prefLabel "bookstore"];
+	nfo:bookmarks <http://www.bookdepository.co.uk>.
+
+<urn:uuid:847436899> a nfo:Bookmark;
+	nie:title "The final metadata solution";
+	nie:contentCreated "2008-08-27T13:38:30";
+	nao:hasTag [a nao:Tag; nao:prefLabel "software"];
+	nao:hasTag [a nao:Tag; nao:prefLabel "tracker"];
+	nao:hasTag [a nao:Tag; nao:prefLabel "homepage"];
+	nfo:bookmarks <http://projects.gnome.org/tracker/>.
+
+<urn:uuid:1492082798> a nfo:Bookmark;
+	nie:title "Rygel the GNOME GuPnp media server";
+	nie:contentCreated "2009-01-30T13:38:25";
+	nao:hasTag [a nao:Tag; nao:prefLabel "software"];
+	nao:hasTag [a nao:Tag; nao:prefLabel "repository"];
+	nao:hasTag [a nao:Tag; nao:prefLabel "gnome"];
+	nfo:bookmarks <http://svn.gnome.org/svn/rygel/trunk/>.
+
+<urn:uuid:621265447> a nfo:Bookmark;
+	nie:title "Tracker in gnome bugzilla";
+	nie:contentCreated "2008-04-10T14:01:15";
+	nao:hasTag [a nao:Tag; nao:prefLabel "software"];
+	nao:hasTag [a nao:Tag; nao:prefLabel "bugzilla"];
+	nao:hasTag [a nao:Tag; nao:prefLabel "tracker"];
+	nfo:bookmarks <http://bugzilla.gnome.org/buglist.cgi?query=product%3Atracker&remaction=&&ctype=atom>.
+
+<urn:uuid:1946643453> a nfo:Bookmark;
+	nie:title "Git for GNOME developers - Gnome Live!";
+	nie:contentCreated "2008-04-09T14:16:47";
+	nao:hasTag [a nao:Tag; nao:prefLabel "tutorial"];
+	nao:hasTag [a nao:Tag; nao:prefLabel "git"];
+	nfo:bookmarks <http://live.gnome.org/GitForGnomeDevelopers>.
+
+<urn:uuid:766358331> a nfo:Bookmark;
+	nie:title "AJAX APIs playground";
+	nie:contentCreated "2009-02-26T13:49:00";
+	nao:hasTag [a nao:Tag; nao:prefLabel "tutorial"];
+	nao:hasTag [a nao:Tag; nao:prefLabel "ajax"];
+	nao:hasTag [a nao:Tag; nao:prefLabel "javascript"];
+	nfo:bookmarks <http://code.google.com/apis/ajax/playground/>.
+
diff --git a/tests/functional-tests/testdata/ttl/contacts.ttl b/tests/functional-tests/testdata/ttl/contacts.ttl
new file mode 100644
index 0000000..a6f748d
--- /dev/null
+++ b/tests/functional-tests/testdata/ttl/contacts.ttl
@@ -0,0 +1,74329 @@
+ prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#>.
+ prefix nrl:   <http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#>.
+ prefix nid3:   <http://www.semanticdesktop.org/ontologies/2007/05/10/nid3#>.
+ prefix nao:   <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#>.
+ prefix nco:   <http://www.semanticdesktop.org/ontologies/2007/03/22/nco#>.
+ prefix nmo:   <http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#>.
+ prefix nfo:   <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#>.
+ prefix nie:   <http://www.semanticdesktop.org/ontologies/2007/01/19/nie#>.
+ prefix ncal:   <http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#>.
+ prefix xsd:   <http://www.w3.org/2001/XMLSchema#>.
+<mailto:me me com> a nco:EmailAddress; 
+	nco:emailAddress "me me com".
+
+<urn:uuid:1> a nco:PersonContact; 
+	nco:fullname "Me Myself";
+	nco:nameGiven "Me";
+	nco:nameFamily "Myself";
+	nco:birthDate "2008-01-01";
+	nco:hasEmailAddress <mailto:me me com>;
+	nco:hasPhoneNumber <tel:+11111111111>.
+
+<tel:+11111111111> a nco:PhoneNumber; 
+	nco:phoneNumber "(111) 111-1111".
+
+<urn:uuid:642253592> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10082" ;
+	nco:locality "New York" ;
+	nco:streetAddress "4390 Corporate Center Way" .
+
+<mailto:bmccormick delenitte us> a nco:EmailAddress; 
+	nco:emailAddress "bmccormick delenitte us".
+
+<urn:uuid:1540717164> a nco:PersonContact; 
+	nco:fullname "Blaine Mccormick";
+	nco:nameGiven "Blaine";
+	nco:nameFamily "Mccormick";
+	nco:birthDate "1942-10-02";
+	nco:hasEmailAddress <mailto:bmccormick delenitte us>;
+	nco:hasPostalAddress <urn:uuid:642253592>.
+
+<urn:uuid:1341825978> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02360" ;
+	nco:locality "Plymouth" ;
+	nco:streetAddress "2747 Diamond Leaf Trail" .
+
+<mailto:ebrackett suscipitsit net> a nco:EmailAddress; 
+	nco:emailAddress "ebrackett suscipitsit net".
+
+<urn:uuid:1854743456> a nco:PersonContact; 
+	nco:fullname "Eldon Brackett";
+	nco:nameGiven "Eldon";
+	nco:nameFamily "Brackett";
+	nco:birthDate "1942-08-14";
+	nco:hasEmailAddress <mailto:ebrackett suscipitsit net>;
+	nco:hasPostalAddress <urn:uuid:1341825978>.
+
+<urn:uuid:157209000> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01108" ;
+	nco:locality "Springfield" ;
+	nco:streetAddress "9710 Mimosa Tree Lane" .
+
+<mailto:rsonnier facilisiamet us> a nco:EmailAddress; 
+	nco:emailAddress "rsonnier facilisiamet us".
+
+<urn:uuid:1989433187> a nco:PersonContact; 
+	nco:fullname "Ray Sonnier";
+	nco:nameGiven "Ray";
+	nco:nameFamily "Sonnier";
+	nco:birthDate "1943-01-19";
+	nco:hasEmailAddress <mailto:rsonnier facilisiamet us>;
+	nco:hasPostalAddress <urn:uuid:157209000>.
+
+<urn:uuid:827101716> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1989433187>;
+	nmo:sentDate "2009-02-09T15:18:01";
+	nmo:receivedDate "2009-02-09T15:18:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1854743456>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ebrackett suscipitsit net"];
+	nmo:messageSubject "Vero delenit lobortis nonummy duis facilisi nulla. ";
+	nmo:plainTextMessageContent "Nostrud duis wisi dignissim tation minim tationullamcorper duis nulla et te at doloremagna erat. ".
+
+<urn:uuid:1556441823> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1989433187>;
+	nmo:sentDate "2008-02-07T15:59:28";
+	nmo:receivedDate "2008-02-07T15:59:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1854743456>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ebrackett suscipitsit net"];
+	nmo:bcc <urn:uuid:1854743456>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ebrackett suscipitsit net"];
+	nmo:messageSubject "Ex aliquam accumsan vel zzril iriuredolor eufeugiat iusto ut. ";
+	nmo:plainTextMessageContent "Facilisi nulla ex te nulla laoreet feugait nulla tationullamcorper minim aliquip. Dolore nulla laoreet dolore delenit eum. ".
+
+<urn:uuid:39439378> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1989433187>;
+	nmo:sentDate "2008-12-23T15:48:23";
+	nmo:receivedDate "2008-12-23T15:48:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1854743456>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ebrackett suscipitsit net"];
+	nmo:bcc <urn:uuid:1540717164>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "bmccormick delenitte us"];
+	nmo:messageSubject "Qui veniamquis ex suscipit enim duis. ";
+	nmo:plainTextMessageContent "Luptatumzzril duis exerci eufeugiat molestie ad te quis. Duis iriure lorem ea nulla praesent. ".
+
+<urn:uuid:1804554257> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1989433187>;
+	nmo:sentDate "2008-06-29T16:10:58";
+	nmo:receivedDate "2008-06-29T16:11:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "In facilisi velit duis vel laoreet tincidunt elitsed etaccumsan enim nostrud suscipit Utwisi vulputate. ";
+	nmo:plainTextMessageContent "Autem iriuredolor at adipiscing lobortis hendrerit te dolor. ".
+
+<urn:uuid:590216321> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1989433187>;
+	nmo:sentDate "2008-06-23T15:24:12";
+	nmo:receivedDate "2008-06-23T15:25:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Feugiat nulla iusto iriure duis illum duis feugiat at. ";
+	nmo:plainTextMessageContent "Exerci ut iriure facilisis ea duis vel lobortis in iriuredolor luptatumzzril praesent. ".
+
+<urn:uuid:884609134> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1989433187>;
+	nmo:sentDate "2008-02-27T15:40:23";
+	nmo:receivedDate "2008-02-27T15:40:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Exerci augue illum augue odio molestie dolore ex dolore. ";
+	nmo:plainTextMessageContent "Dolore dolore iusto tincidunt blandit luptatum zzril suscipit veniam ea at suscipit consectetuer nostrud. Suscipit etaccumsan vulputate ex eufeugiat in. ".
+
+<urn:uuid:1554729300> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1989433187>;
+	nmo:sentDate "2008-05-30T16:03:24";
+	nmo:receivedDate "2008-05-30T16:04:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1540717164>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bmccormick delenitte us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Enim eufeugiat tincidunt dolor diam facilisis. ";
+	nmo:plainTextMessageContent "Dolore nulla accumsan amet in esse tation vero Utwisi exerci quis. Suscipit augue nulla blandit accumsan molestie feugait. ".
+
+<urn:uuid:759494591> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1989433187>;
+	nmo:sentDate "2008-10-17T16:06:52";
+	nmo:receivedDate "2008-10-17T16:07:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Hendrerit nulla iriuredolor ea Utwisi duis dolore odio consequat dignissim molestie ad. ";
+	nmo:plainTextMessageContent "Facilisi aliquip te autem adipiscing autem ad euismod veniamquis vel commodoconsequat. Quis eros illum accumsan aliquam. ".
+
+<urn:uuid:1335686826> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1989433187>;
+	nmo:sentDate "2008-11-07T15:20:12";
+	nmo:receivedDate "2008-11-07T15:20:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consectetuer nulla consequat vel minim nulla dignissim nislut. ";
+	nmo:plainTextMessageContent "Vero aliquip ut eum dolore quis et duis duis enim vulputate. ".
+
+<urn:uuid:2051057167> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1989433187>;
+	nmo:sentDate "2008-04-30T16:10:20";
+	nmo:receivedDate "2008-04-30T16:10:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1540717164>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bmccormick delenitte us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Facilisis augue ut tation elitsed nulla eum blandit minim invulputate aliquam. ";
+	nmo:plainTextMessageContent "Etaccumsan vero blandit nulla blandit eufeugiat dignissim odio velit. Delenitaugue lobortis erat blandit nonummy duis commodoconsequat dignissim enim ut et. ".
+
+<urn:uuid:959243146> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1989433187>;
+	nmo:sentDate "2008-09-29T15:17:14";
+	nmo:receivedDate "2008-09-29T15:17:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1854743456>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ebrackett suscipitsit net"];
+	nmo:messageSubject "Illum duis elitsed suscipit ut esse hendrerit adipiscing. ";
+	nmo:plainTextMessageContent "Delenitaugue illum duis lobortis vulputate ad ex ea eum erat ut volutpat. ".
+
+<urn:uuid:1666258866> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1989433187>;
+	nmo:sentDate "2008-07-13T16:08:02";
+	nmo:receivedDate "2008-07-13T16:08:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1854743456>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ebrackett suscipitsit net"];
+	nmo:messageSubject "Facilisi consequatvel augue iriuredolor vel facilisis vel Utwisi hendrerit nostrud facilisi velit nonummy. ";
+	nmo:plainTextMessageContent "Aliquam ea molestie dolor accumsan esse in. Dignissim duis elitsed vulputate ipsum augue. ".
+
+<urn:uuid:494210224> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1989433187>;
+	nmo:sentDate "2008-09-22T15:23:17";
+	nmo:receivedDate "2008-09-22T15:23:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1540717164>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bmccormick delenitte us"];
+	nmo:messageSubject "Minim facilisi erat in facilisis autem lorem esse eros dignissim laoreet dolore nostrud. ";
+	nmo:plainTextMessageContent "Aliquip duis ex dolor velit iustoodio doloremagna eu luptatumzzril facilisis. Lobortis suscipit lorem tincidunt at vel dignissim feugait feugait lobortis hendrerit tation. ".
+
+<urn:uuid:882105323> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1989433187>;
+	nmo:sentDate "2008-04-08T16:05:26";
+	nmo:receivedDate "2008-04-08T16:06:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Et enim vero dolore delenitaugue iriuredolor in doloremagna duis delenitaugue lobortis duis. ";
+	nmo:plainTextMessageContent "Aliquip dignissim hendrerit laoreet consequat autem dolor minim iriuredolor etaccumsan. Blandit autem veniam nislut in nislut eufeugiat qui praesent dolore nulla consectetuer. ".
+
+<urn:uuid:1292426842> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1989433187>;
+	nmo:sentDate "2008-10-21T15:26:13";
+	nmo:receivedDate "2008-10-21T15:27:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Aliquip hendrerit feugait suscipit facilisis dolore illum dignissim. ";
+	nmo:plainTextMessageContent "Nulla dolor accumsan velit eufeugiat commodo suscipit autem nulla. Nisl nulla molestie dignissim iusto molestie amet. ".
+
+<urn:uuid:1113902331> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1989433187>;
+	nmo:sentDate "2008-02-03T15:33:43";
+	nmo:receivedDate "2008-02-03T15:34:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1540717164>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "bmccormick delenitte us"];
+	nmo:messageSubject "Et ut aliquam praesent ad ad exerci aliquip vulputate duis facilisi. ";
+	nmo:plainTextMessageContent "Commodoconsequat ex feugait praesent consectetuer amet at duis consequat. Duis adipiscing autem illum in diam facilisis nostrud duis. ".
+
+<urn:uuid:1425591185> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1989433187>;
+	nmo:sentDate "2008-02-20T15:59:39";
+	nmo:receivedDate "2008-02-20T16:00:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1540717164>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bmccormick delenitte us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Ut commodoconsequat in nostrud augue eufeugiat laoreet exerci molestie ex ex feugait. ";
+	nmo:plainTextMessageContent "Te velit eufeugiat accumsan praesent ut at ex eufeugiat. ".
+
+<urn:uuid:1867485513> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1989433187>;
+	nmo:sentDate "2008-09-12T15:13:47";
+	nmo:receivedDate "2008-09-12T15:14:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1540717164>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "bmccormick delenitte us"];
+	nmo:messageSubject "Diam in exerci exerci sit vel iriuredolor vel. ";
+	nmo:plainTextMessageContent "Facilisis exerci eufeugiat molestie veniamquis elitsed illum. Adipiscing ipsum suscipit molestie facilisi autem aliquam eum. ".
+
+<urn:uuid:1633190300> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1989433187>;
+	nmo:sentDate "2008-02-26T15:53:46";
+	nmo:receivedDate "2008-02-26T15:54:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1540717164>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "bmccormick delenitte us"];
+	nmo:messageSubject "Dolore hendrerit nonummy velit nisl blandit velit iusto lorem ea. ";
+	nmo:plainTextMessageContent "Illum adipiscing nulla autem aliquip Utwisi enim amet dignissim diam doloremagna dolore invulputate. Te dignissim augue lorem. ".
+
+<urn:uuid:277970602> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1989433187>;
+	nmo:sentDate "2008-02-26T15:26:29";
+	nmo:receivedDate "2008-02-26T15:26:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1540717164>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "bmccormick delenitte us"];
+	nmo:messageSubject "Dolor feugait odio vero enim ad nislut te aliquam eum. ";
+	nmo:plainTextMessageContent "Accumsan dolore illum nonummy odio. ".
+
+<urn:uuid:140658626> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1989433187>;
+	nmo:sentDate "2008-06-30T16:03:30";
+	nmo:receivedDate "2008-06-30T16:03:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ipsum nislut dignissim dignissim dignissim iusto dolore dignissim vel invulputate dolore zzril. ";
+	nmo:plainTextMessageContent "Dolore nislut at eum ea tationullamcorper esse exerci et ex volutpat laoreet. Nonummy tation iriuredolor iriure exerci tincidunt. ".
+
+<urn:uuid:801442412> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1989433187>;
+	nmo:sentDate "2008-03-16T15:44:13";
+	nmo:receivedDate "2008-03-16T15:45:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1540717164>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "bmccormick delenitte us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Tation vel nisl velit ullamcorper velit aliquip consequat lorem. ";
+	nmo:plainTextMessageContent "Praesent esse nibh nislut luptatum. Nislut euismod luptatumzzril eum at iusto laoreet praesent molestie nislut et nibh aliquip. ".
+
+<urn:uuid:1504320812> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1989433187>;
+	nmo:sentDate "2008-10-11T15:13:55";
+	nmo:receivedDate "2008-10-11T15:14:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Duis vel autem aliquip etaccumsan et te hendrerit vero feugait enim esse iriuredolor. ";
+	nmo:plainTextMessageContent "Eufeugiat in Utwisi suscipit at erat tationullamcorper et in eum odio eros. ".
+
+<urn:uuid:1035019380> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1989433187>;
+	nmo:sentDate "2008-07-31T15:20:58";
+	nmo:receivedDate "2008-07-31T15:21:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Feugait sit veniam vero nislut praesent nibh duis quis qui ipsum. ";
+	nmo:plainTextMessageContent "Facilisis ullamcorper invulputate exerci feugait et exerci nisl ea duis consequat. ".
+
+<urn:uuid:1003524932> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05490" ;
+	nco:locality "Underhill Center" ;
+	nco:streetAddress "1379 Olinda Lane" .
+
+<mailto:plemon duiseum com> a nco:EmailAddress; 
+	nco:emailAddress "plemon duiseum com".
+
+<urn:uuid:1278268675> a nco:PersonContact; 
+	nco:fullname "Porter Lemon";
+	nco:nameGiven "Porter";
+	nco:nameFamily "Lemon";
+	nco:birthDate "1942-12-28";
+	nco:hasAffiliation "Technician Personnel";
+	nco:hasEmailAddress <mailto:plemon duiseum com>;
+	nco:hasPostalAddress <urn:uuid:1003524932>.
+
+<urn:uuid:1156419163> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14113" ;
+	nco:locality "North Java" ;
+	nco:streetAddress "1401 Misty Meadow Trail" .
+
+<mailto:tatiana barrera feugiatullamcorper org> a nco:EmailAddress; 
+	nco:emailAddress "tatiana barrera feugiatullamcorper org".
+
+<urn:uuid:1971535778> a nco:PersonContact; 
+	nco:fullname "Tatiana Barrera";
+	nco:nameGiven "Tatiana";
+	nco:nameFamily "Barrera";
+	nco:birthDate "1942-06-19";
+	nco:hasAffiliation "Mine Superintendent";
+	nco:hasEmailAddress <mailto:tatiana barrera feugiatullamcorper org>;
+	nco:hasPostalAddress <urn:uuid:1156419163>.
+
+<urn:uuid:73672141> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1971535778>;
+	nmo:sentDate "2009-01-25T15:12:42";
+	nmo:receivedDate "2009-01-25T15:12:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tatiana barrera feugiatullamcorper org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Doloremagna vel ad minim dolore consequatvel facilisi dignissim facilisi nisl consequat accumsan. ";
+	nmo:plainTextMessageContent "Consectetuer laoreet eum feugait dignissim adipiscing nibh vel. Zzril aliquip exerci enim ut autem at aliquam nulla ut ex. ".
+
+<urn:uuid:1682506052> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1971535778>;
+	nmo:sentDate "2009-01-30T15:34:10";
+	nmo:receivedDate "2009-01-30T15:34:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tatiana barrera feugiatullamcorper org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Duis sit hendrerit qui veniamquis lobortis elitsed ut aliquip commodoconsequat hendrerit dolore velit nibh. ";
+	nmo:plainTextMessageContent "Vel ipsum dignissim hendrerit te praesent facilisi lobortis in volutpat in wisi duis consequat. ".
+
+<urn:uuid:1839762929> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1971535778>;
+	nmo:sentDate "2008-03-05T15:51:17";
+	nmo:receivedDate "2008-03-05T15:51:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tatiana barrera feugiatullamcorper org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1854743456>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ebrackett suscipitsit net"];
+	nmo:messageSubject "Eros euismod duis tation esse eufeugiat eros facilisis amet ad eum suscipit. ";
+	nmo:plainTextMessageContent "Delenitaugue volutpat iustoodio facilisis. Duis lorem aliquip exerci. ".
+
+<urn:uuid:104296191> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1971535778>;
+	nmo:sentDate "2008-01-27T15:38:17";
+	nmo:receivedDate "2008-01-27T15:39:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tatiana barrera feugiatullamcorper org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1854743456>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ebrackett suscipitsit net"];
+	nmo:messageSubject "Esse velit dolore duis consequat facilisis laoreet. ";
+	nmo:plainTextMessageContent "Consectetuer blandit qui enim tincidunt vero suscipit ullamcorper. Ea feugait veniamquis amet dolor dolor ut nostrud nislut praesent lobortis. ".
+
+<urn:uuid:2144903617> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1971535778>;
+	nmo:sentDate "2008-02-20T16:02:05";
+	nmo:receivedDate "2008-02-20T16:02:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tatiana barrera feugiatullamcorper org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1278268675>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "plemon duiseum com"];
+	nmo:bcc <urn:uuid:1854743456>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ebrackett suscipitsit net"];
+	nmo:messageSubject "Commodoconsequat qui at et odio at dolore esse. ";
+	nmo:plainTextMessageContent "Diam dolor enim dignissim nonummy autem suscipit consequatvel velit duis duis. ".
+
+<urn:uuid:761031633> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1971535778>;
+	nmo:sentDate "2008-08-29T15:59:30";
+	nmo:receivedDate "2008-08-29T16:00:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tatiana barrera feugiatullamcorper org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Consequat iriure illum dolore feugait sit ea eum consequat et. ";
+	nmo:plainTextMessageContent "Euismod nisl luptatumzzril eum praesent augue eros quis consequatvel aliquip eum illum dolor ut. ".
+
+<urn:uuid:1467851416> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13679" ;
+	nco:locality "Redwood" ;
+	nco:streetAddress "9191 Driftwood Cove" .
+
+<mailto:cmcintosh essevelit gov> a nco:EmailAddress; 
+	nco:emailAddress "cmcintosh essevelit gov".
+
+<urn:uuid:1176068401> a nco:PersonContact; 
+	nco:fullname "Carol Mcintosh";
+	nco:nameGiven "Carol";
+	nco:nameFamily "Mcintosh";
+	nco:birthDate "1942-05-02";
+	nco:hasAffiliation "Medical Admitting Clerk";
+	nco:hasEmailAddress <mailto:cmcintosh essevelit gov>;
+	nco:hasPostalAddress <urn:uuid:1467851416>.
+
+<urn:uuid:1737429015> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04635" ;
+	nco:locality "Frenchboro" ;
+	nco:streetAddress "5794 Quirt Lane" .
+
+<mailto:melanie duff lobortisat net> a nco:EmailAddress; 
+	nco:emailAddress "melanie duff lobortisat net".
+
+<urn:uuid:1658361309> a nco:PersonContact; 
+	nco:fullname "Melanie Duff";
+	nco:nameGiven "Melanie";
+	nco:nameFamily "Duff";
+	nco:birthDate "1943-03-01";
+	nco:hasAffiliation "Records Clerk Lease";
+	nco:hasEmailAddress <mailto:melanie duff lobortisat net>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:1737429015>.
+
+<urn:uuid:391252196> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10528" ;
+	nco:locality "Harrison" ;
+	nco:streetAddress "7489 Creathwood Parkway" .
+
+<mailto:tyron keene iustonislut us> a nco:EmailAddress; 
+	nco:emailAddress "tyron keene iustonislut us".
+
+<urn:uuid:2068553785> a nco:PersonContact; 
+	nco:fullname "Tyron Keene";
+	nco:nameGiven "Tyron";
+	nco:nameFamily "Keene";
+	nco:birthDate "1943-02-05";
+	nco:hasAffiliation "Contract Administrator";
+	nco:hasEmailAddress <mailto:tyron keene iustonislut us>;
+	nco:hasPostalAddress <urn:uuid:391252196>.
+
+<urn:uuid:939294084> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2068553785>;
+	nmo:sentDate "2008-07-20T15:14:00";
+	nmo:receivedDate "2008-07-20T15:14:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tyron keene iustonislut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Luptatum veniam eum et ad enim nislut delenitaugue. ";
+	nmo:plainTextMessageContent "Nulla dolore feugait exerci zzril. Quis delenitaugue dignissim exerci. ".
+
+<urn:uuid:687618688> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2068553785>;
+	nmo:sentDate "2009-01-27T15:57:49";
+	nmo:receivedDate "2009-01-27T15:58:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tyron keene iustonislut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1176068401>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "cmcintosh essevelit gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Facilisis augue dolore delenitaugue. ";
+	nmo:plainTextMessageContent "Duis molestie dolor ad doloremagna illum feugait dolor aliquip nulla duis lorem vulputate. ".
+
+<urn:uuid:927639087> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2068553785>;
+	nmo:sentDate "2008-09-22T15:54:05";
+	nmo:receivedDate "2008-09-22T15:54:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tyron keene iustonislut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1278268675>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "plemon duiseum com"];
+	nmo:messageSubject "Etaccumsan suscipit laoreet et eum eu etaccumsan hendrerit in ullamcorper illum. ";
+	nmo:plainTextMessageContent "Nislut euismod ex nulla duis duis laoreet vel ad etaccumsan. ".
+
+<urn:uuid:1031665323> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2068553785>;
+	nmo:sentDate "2008-02-17T15:25:16";
+	nmo:receivedDate "2008-02-17T15:25:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tyron keene iustonislut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1658361309>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "melanie duff lobortisat net"];
+	nmo:messageSubject "Facilisis hendrerit iriuredolor luptatumzzril te eu. ";
+	nmo:plainTextMessageContent "Hendrerit nonummy adipiscing et molestie wisi consequat delenit hendrerit blandit iriuredolor. Consectetuer nostrud ea zzril zzril vero. ".
+
+<urn:uuid:1320144956> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2068553785>;
+	nmo:sentDate "2008-11-22T15:55:38";
+	nmo:receivedDate "2008-11-22T15:56:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tyron keene iustonislut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1658361309>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "melanie duff lobortisat net"];
+	nmo:messageSubject "Euismod doloremagna nulla nostrud amet nostrud vel tationullamcorper. ";
+	nmo:plainTextMessageContent "Nonummy iriure iustoodio commodoconsequat odio minim ea delenitaugue feugait adipiscing zzril dolore illum delenit. Laoreet diam duis ut te ut minim et exerci in. ".
+
+<urn:uuid:1114502231> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2068553785>;
+	nmo:sentDate "2008-09-25T15:12:40";
+	nmo:receivedDate "2008-09-25T15:12:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tyron keene iustonislut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1971535778>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "tatiana barrera feugiatullamcorper org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Eros doloremagna autem euismod nibh eu vel. ";
+	nmo:plainTextMessageContent "Hendrerit et feugiat exerci feugait tationullamcorper. ".
+
+<urn:uuid:1660862235> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2068553785>;
+	nmo:sentDate "2008-07-19T15:41:22";
+	nmo:receivedDate "2008-07-19T15:41:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tyron keene iustonislut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1989433187>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageSubject "Volutpat veniamquis feugait illum enim minim consequat. ";
+	nmo:plainTextMessageContent "Illum et vel ea nostrud delenit praesent ullamcorper zzril in nulla nulla doloremagna lorem. ".
+
+<urn:uuid:326141621> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2068553785>;
+	nmo:sentDate "2008-01-22T15:37:10";
+	nmo:receivedDate "2008-01-22T15:38:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tyron keene iustonislut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ea feugiat sit nulla. ";
+	nmo:plainTextMessageContent "Aliquip consectetuer consequatvel doloremagna luptatumzzril esse iriuredolor etaccumsan. ".
+
+<urn:uuid:695221554> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2068553785>;
+	nmo:sentDate "2008-06-17T16:04:44";
+	nmo:receivedDate "2008-06-17T16:05:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tyron keene iustonislut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Illum autem erat amet luptatum. ";
+	nmo:plainTextMessageContent "Minim accumsan duis dignissim eros exerci in nisl. Ipsum illum ea te erat et sit. ".
+
+<urn:uuid:1674697877> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07940" ;
+	nco:locality "Madison" ;
+	nco:streetAddress "8396 Wynterhall Street" .
+
+<mailto:maurice gregory minimvel edu> a nco:EmailAddress; 
+	nco:emailAddress "maurice gregory minimvel edu".
+
+<urn:uuid:1450774023> a nco:PersonContact; 
+	nco:fullname "Maurice Gregory";
+	nco:nameGiven "Maurice";
+	nco:nameFamily "Gregory";
+	nco:birthDate "1942-08-23";
+	nco:hasAffiliation "Resource Teacher";
+	nco:hasEmailAddress <mailto:maurice gregory minimvel edu>;
+	nco:hasPostalAddress <urn:uuid:1674697877>.
+
+<urn:uuid:487822736> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1450774023>;
+	nmo:sentDate "2009-01-23T15:31:34";
+	nmo:receivedDate "2009-01-23T15:31:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1989433187>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:bcc <urn:uuid:1278268675>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "plemon duiseum com"];
+	nmo:messageSubject "Facilisi ullamcorper aliquip lobortis. ";
+	nmo:plainTextMessageContent "Delenit dignissim commodoconsequat nulla laoreet feugiat. Nulla doloremagna nulla eros euismod vero duis invulputate at esse enim facilisi. ".
+
+<urn:uuid:1368289200> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1450774023>;
+	nmo:sentDate "2008-02-22T15:22:28";
+	nmo:receivedDate "2008-02-22T15:22:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla dignissim ex augue velit ad ut suscipit duis esse. ";
+	nmo:plainTextMessageContent "Eros commodoconsequat molestie vero consectetuer. ".
+
+<urn:uuid:1220432342> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1450774023>;
+	nmo:sentDate "2008-12-03T15:33:46";
+	nmo:receivedDate "2008-12-03T15:34:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Dolore feugiat commodo commodoconsequat. ";
+	nmo:plainTextMessageContent "Invulputate dolor facilisis nulla ullamcorper ex. ".
+
+<urn:uuid:743606053> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1450774023>;
+	nmo:sentDate "2008-12-21T15:13:50";
+	nmo:receivedDate "2008-12-21T15:14:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "At nonummy iriure tationullamcorper. ";
+	nmo:plainTextMessageContent "Dolore praesent accumsan accumsan. Ut dolor duis autem praesent nibh in etaccumsan amet ut autem. ".
+
+<urn:uuid:1409580081> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1450774023>;
+	nmo:sentDate "2008-11-08T15:13:00";
+	nmo:receivedDate "2008-11-08T15:13:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1854743456>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ebrackett suscipitsit net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Duis dolore te vulputate te nibh accumsan luptatum in. ";
+	nmo:plainTextMessageContent "Lorem iriure autem illum nonummy iriure nonummy nulla et ut at. Eufeugiat dolor lobortis esse iusto. ".
+
+<urn:uuid:512308794> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1450774023>;
+	nmo:sentDate "2008-11-21T15:21:47";
+	nmo:receivedDate "2008-11-21T15:22:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Zzril nulla minim elitsed eum hendrerit. ";
+	nmo:plainTextMessageContent "Adipiscing adipiscing hendrerit nibh duis nulla velit aliquip ullamcorper suscipit eros vulputate nulla qui. ".
+
+<urn:uuid:1047401247> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1450774023>;
+	nmo:sentDate "2008-11-11T15:14:11";
+	nmo:receivedDate "2008-11-11T15:15:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Utwisi ipsum ut veniamquis dolore facilisis autem duis consequat. ";
+	nmo:plainTextMessageContent "Duis facilisis nostrud iriure elitsed lobortis exerci. Suscipit doloremagna nonummy esse facilisi odio molestie consequat Utwisi et dolor. ".
+
+<urn:uuid:2125410773> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1450774023>;
+	nmo:sentDate "2009-02-04T16:11:06";
+	nmo:receivedDate "2009-02-04T16:11:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1971535778>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tatiana barrera feugiatullamcorper org"];
+	nmo:bcc <urn:uuid:1278268675>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "plemon duiseum com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Adipiscing dignissim eros ex eu dolore nulla at lobortis duis iustoodio quis duis. ";
+	nmo:plainTextMessageContent "Odio luptatum lobortis praesent quis nibh molestie. ".
+
+<urn:uuid:1697997646> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1450774023>;
+	nmo:sentDate "2009-02-04T15:54:39";
+	nmo:receivedDate "2009-02-04T15:55:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1971535778>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tatiana barrera feugiatullamcorper org"];
+	nmo:messageSubject "Blandit elitsed nibh nostrud ex nostrud wisi esse ex tationullamcorper feugait laoreet minim. ";
+	nmo:plainTextMessageContent "Veniam facilisi veniam illum facilisis qui eros minim luptatumzzril wisi. Autem vulputate amet dolor etaccumsan. ".
+
+<urn:uuid:2119150104> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1450774023>;
+	nmo:sentDate "2008-07-14T15:26:43";
+	nmo:receivedDate "2008-07-14T15:27:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1854743456>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ebrackett suscipitsit net"];
+	nmo:messageSubject "Doloremagna eufeugiat suscipit vulputate ex dignissim eum esse illum feugiat nostrud. ";
+	nmo:plainTextMessageContent "Consectetuer te delenit feugait vero vero veniamquis esse. ".
+
+<urn:uuid:1416984820> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1450774023>;
+	nmo:sentDate "2008-05-03T16:02:01";
+	nmo:receivedDate "2008-05-03T16:02:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Enim veniam ea invulputate lorem hendrerit vero delenit. ";
+	nmo:plainTextMessageContent "Ea ea exerci minim delenitaugue nulla consequat aliquip nulla nibh velit nislut. Qui ea velit sit. ".
+
+<urn:uuid:892512142> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1450774023>;
+	nmo:sentDate "2008-12-26T15:29:53";
+	nmo:receivedDate "2008-12-26T15:30:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1278268675>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "plemon duiseum com"];
+	nmo:messageSubject "Zzril erat molestie ex veniamquis blandit duis lobortis adipiscing euismod ea ullamcorper iriure. ";
+	nmo:plainTextMessageContent "Vel wisi vel duis augue eu at odio qui wisi autem. Veniam nislut ea molestie dolore in nulla. ".
+
+<urn:uuid:1239306007> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1450774023>;
+	nmo:sentDate "2008-11-29T15:49:01";
+	nmo:receivedDate "2008-11-29T15:49:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1989433187>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rsonnier facilisiamet us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Volutpat ad duis minim feugait te te te. ";
+	nmo:plainTextMessageContent "Eum hendrerit suscipit dolore facilisis tincidunt duis consequat sit. ".
+
+<urn:uuid:1151783137> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1450774023>;
+	nmo:sentDate "2008-11-24T15:21:49";
+	nmo:receivedDate "2008-11-24T15:22:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Ex nulla zzril et ut in vero in veniamquis eum feugiat duis duis. ";
+	nmo:plainTextMessageContent "Duis et nisl diam tationullamcorper te diam. Aliquip consequatvel dolore dignissim commodoconsequat. ".
+
+<urn:uuid:504580677> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1450774023>;
+	nmo:sentDate "2008-06-30T16:06:03";
+	nmo:receivedDate "2008-06-30T16:06:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "At exerci consequat amet nibh odio. ";
+	nmo:plainTextMessageContent "Nulla doloremagna ea suscipit. ".
+
+<urn:uuid:1725640215> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1450774023>;
+	nmo:sentDate "2008-09-25T15:57:46";
+	nmo:receivedDate "2008-09-25T15:58:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1176068401>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "cmcintosh essevelit gov"];
+	nmo:messageSubject "Molestie nibh elitsed autem enim. ";
+	nmo:plainTextMessageContent "Consequat doloremagna minim iustoodio aliquam feugait nisl vel. Praesent consequatvel ut veniam nulla iriuredolor minim veniam nulla diam esse nonummy nisl consequat. ".
+
+<urn:uuid:582496104> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1450774023>;
+	nmo:sentDate "2008-05-23T15:44:35";
+	nmo:receivedDate "2008-05-23T15:44:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2068553785>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tyron keene iustonislut us"];
+	nmo:messageSubject "At facilisis iustoodio quis feugait et. ";
+	nmo:plainTextMessageContent "Duis ex nonummy in. ".
+
+<urn:uuid:1153321302> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1450774023>;
+	nmo:sentDate "2008-10-08T15:13:02";
+	nmo:receivedDate "2008-10-08T15:13:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Duis etaccumsan esse erat hendrerit volutpat eu enim. ";
+	nmo:plainTextMessageContent "Feugait odio eu duis te. Duis delenit diam aliquip aliquip luptatumzzril. ".
+
+<urn:uuid:1485775355> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1450774023>;
+	nmo:sentDate "2008-09-02T15:39:03";
+	nmo:receivedDate "2008-09-02T15:39:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Quis feugait tationullamcorper commodoconsequat doloremagna suscipit duis in amet adipiscing nibh lorem. ";
+	nmo:plainTextMessageContent "Minim ex nonummy eros nostrud facilisi blandit ut vel illum in dolore. ".
+
+<urn:uuid:624027657> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1450774023>;
+	nmo:sentDate "2008-10-07T15:53:32";
+	nmo:receivedDate "2008-10-07T15:53:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Erat delenit qui nulla et ullamcorper iriuredolor consequatvel iustoodio qui feugait consequatvel illum ea. ";
+	nmo:plainTextMessageContent "Exerci nisl autem ad elitsed. Ex praesent delenitaugue dolor. ".
+
+<urn:uuid:203263387> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1450774023>;
+	nmo:sentDate "2008-09-07T15:11:54";
+	nmo:receivedDate "2008-09-07T15:12:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1854743456>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ebrackett suscipitsit net"];
+	nmo:messageSubject "Volutpat nisl consequatvel veniamquis dolore delenit exerci lorem. ";
+	nmo:plainTextMessageContent "Illum molestie dolore vero. Duis duis delenit ipsum duis te duis ut diam lorem velit. ".
+
+<urn:uuid:1925422553> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1450774023>;
+	nmo:sentDate "2009-01-05T15:22:05";
+	nmo:receivedDate "2009-01-05T15:22:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1278268675>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "plemon duiseum com"];
+	nmo:bcc <urn:uuid:1658361309>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "melanie duff lobortisat net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Ut tincidunt ut hendrerit zzril eu vero autem. ";
+	nmo:plainTextMessageContent "At lobortis iusto in vel hendrerit tation luptatum consequatvel doloremagna iriuredolor nostrud. ".
+
+<urn:uuid:914058898> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1450774023>;
+	nmo:sentDate "2009-02-10T15:19:33";
+	nmo:receivedDate "2009-02-10T15:20:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1989433187>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageSubject "Nonummy duis vero blandit ut ut blandit tincidunt esse dolore ea nulla. ";
+	nmo:plainTextMessageContent "Feugait nisl eros facilisi minim delenit et nostrud. Eros nonummy dolor autem. ".
+
+<urn:uuid:1480361034> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1450774023>;
+	nmo:sentDate "2008-11-12T15:57:18";
+	nmo:receivedDate "2008-11-12T15:57:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:2068553785>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "tyron keene iustonislut us"];
+	nmo:messageSubject "Et wisi iriuredolor nulla euismod vero nulla. ";
+	nmo:plainTextMessageContent "Luptatumzzril eros suscipit at iustoodio dignissim luptatum iriuredolor sit eros in. Commodo nulla accumsan nibh ullamcorper ipsum ex. ".
+
+<urn:uuid:753566902> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1450774023>;
+	nmo:sentDate "2008-09-22T16:00:29";
+	nmo:receivedDate "2008-09-22T16:00:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1176068401>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "cmcintosh essevelit gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Aliquam praesent ex vel ullamcorper nisl tation in dolore esse dolor. ";
+	nmo:plainTextMessageContent "Iusto dolore nonummy in autem luptatumzzril consequat. Nostrud consequat lorem autem. ".
+
+<urn:uuid:1203929684> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1450774023>;
+	nmo:sentDate "2008-05-24T15:19:55";
+	nmo:receivedDate "2008-05-24T15:20:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1971535778>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "tatiana barrera feugiatullamcorper org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Eum adipiscing nostrud elitsed. ";
+	nmo:plainTextMessageContent "Commodoconsequat dignissim nonummy autem tincidunt feugiat te ad diam ex ex hendrerit tincidunt. ".
+
+<urn:uuid:534112342> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1450774023>;
+	nmo:sentDate "2009-02-04T15:30:29";
+	nmo:receivedDate "2009-02-04T15:31:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1176068401>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "cmcintosh essevelit gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Facilisi odio consequat velit consectetuer eum commodo. ";
+	nmo:plainTextMessageContent "In iustoodio eu Utwisi. Aliquip in praesent molestie. ".
+
+<urn:uuid:1050530842> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1450774023>;
+	nmo:sentDate "2008-09-18T15:31:31";
+	nmo:receivedDate "2008-09-18T15:32:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2068553785>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tyron keene iustonislut us"];
+	nmo:messageSubject "Facilisis hendrerit dolor nonummy at molestie autem dolore nulla euismod invulputate nostrud consequat. ";
+	nmo:plainTextMessageContent "Minim delenit nulla aliquip suscipit ipsum vel ex commodoconsequat te duis. In nostrud dolor veniamquis iriuredolor. ".
+
+<urn:uuid:1622468023> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07653" ;
+	nco:locality "Paramus" ;
+	nco:streetAddress "2398 Grove Lake Parkway" .
+
+<mailto:bshipley veniamadipiscing tv> a nco:EmailAddress; 
+	nco:emailAddress "bshipley veniamadipiscing tv".
+
+<xmpp:bert shipley gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Bert Shipley" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Dolore veniamquis eum at in praesent dolor etaccumsan duis praesent. " ;
+	nco:imID "bert shipley gmail com".
+
+<urn:uuid:2139945582> a nco:PersonContact; 
+	nco:fullname "Bert Shipley";
+	nco:nameGiven "Bert";
+	nco:nameFamily "Shipley";
+	nco:birthDate "1942-03-09";
+	nco:hasAffiliation "Security Manager";
+	nco:hasEmailAddress <mailto:bshipley veniamadipiscing tv>;
+	nco:hasIMAccount <xmpp:bert shipley gmail com>;
+	nco:hasPostalAddress <urn:uuid:1622468023>.
+
+<urn:uuid:1626528633> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01085" ;
+	nco:locality "Westfield" ;
+	nco:streetAddress "3118 Woodhall Trail" .
+
+<mailto:jung briscoe eteros edu> a nco:EmailAddress; 
+	nco:emailAddress "jung briscoe eteros edu".
+
+<xmpp:jung briscoe gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Jung Briscoe" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Ut dolore dignissim feugiat eum eum dolore Utwisi et nulla minim invulputate commodoconsequat ut. " ;
+	nco:imID "jung briscoe gmail com".
+
+<urn:uuid:633374437> a nco:PersonContact; 
+	nco:fullname "Jung Briscoe";
+	nco:nameGiven "Jung";
+	nco:nameFamily "Briscoe";
+	nco:birthDate "1942-05-31";
+	nco:hasAffiliation "Gunsmith";
+	nco:hasEmailAddress <mailto:jung briscoe eteros edu>;
+	nco:hasIMAccount <xmpp:jung briscoe gmail com>;
+	nco:hasPostalAddress <urn:uuid:1626528633>.
+
+<urn:uuid:375436760> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10505" ;
+	nco:locality "Baldwin Place" ;
+	nco:streetAddress "2221 Deerfield Lane" .
+
+<mailto:zcasas hendreritullamcorper gov> a nco:EmailAddress; 
+	nco:emailAddress "zcasas hendreritullamcorper gov".
+
+<tel:+16319636537> a nco:PhoneNumber; 
+	nco:phoneNumber "(631)963-6537".
+
+<urn:uuid:362986965> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16319636537>]; 
+	nmo:duration 43; 
+	nmo:sentDate "2008-04-06T15:52:34". 
+
+<urn:uuid:323058527> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16319636537>]; 
+	nmo:duration 48; 
+	nmo:sentDate "2008-11-09T15:52:55". 
+
+<urn:uuid:1780884442> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16319636537>]; 
+	nmo:duration 1; 
+	nmo:sentDate "2008-06-13T15:27:48". 
+
+<urn:uuid:1228616828> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16319636537>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-31T16:05:34";
+	nmo:receivedDate "2008-03-10T15:23:48";
+	nmo:plainTextMessageContent "Consequatvel consequat delenitaugue exerci sit. Minim vero sit ullamcorper autem aliquip wisi ea nibh nostrud nostrud duis iusto. Hendrerit wisi ea commodoconsequat laoreet praesent eum eros ad tationullamcorper veniamquis commodoconsequat luptatumzzril. Vel molestie consequat minim dolore iustoodio enim et te aliquam facilisi veniamquis consequat enim. ".
+
+<urn:uuid:508038680> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16319636537>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-03T15:49:45";
+	nmo:receivedDate "2008-10-27T15:19:32";
+	nmo:plainTextMessageContent "Vel delenitaugue tation eros eros iustoodio et ex blandit suscipit dignissim molestie. Dolore ullamcorper dolor eum zzril. Ex veniamquis ut nibh elitsed nulla hendrerit diam duis elitsed iusto ipsum. Ex nulla dolor ea nisl nulla et consequat facilisis vero nulla nibh iusto enim. Minim dolore erat consequatvel luptatumzzril ea dolore delenitaugue eros autem. Commodo praesent et duis aliquip. Ad in blandit facilisis eu euismod veniam ex eufeugiat tation wisi. ".
+
+<urn:uuid:872488766> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16319636537>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-18T15:20:27";
+	nmo:receivedDate "2008-11-29T16:04:14";
+	nmo:plainTextMessageContent "Nulla luptatumzzril blandit feugait consequatvel doloremagna nulla Utwisi nonummy enim dolor. Eros lorem praesent esse blandit qui nulla vel ea Utwisi vel. Eu vel facilisis dolore tation aliquip odio ipsum exerci eu velit iriuredolor delenitaugue. Sit ea eufeugiat ea. ".
+
+<urn:uuid:1253456979> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16319636537>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-28T16:06:16";
+	nmo:receivedDate "2009-01-23T16:10:46";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Dolor in suscipit iustoodio. Ea iustoodio dolor exerci sit illum duis ex nislut eros. Ea duis facilisi te luptatum veniamquis commodoconsequat accumsan exerci. Volutpat aliquip at te dolore vero nulla minim commodo blandit at. ".
+
+<urn:uuid:595898593> a nco:PersonContact; 
+	nco:fullname "Zachery Casas";
+	nco:nameGiven "Zachery";
+	nco:nameFamily "Casas";
+	nco:birthDate "1943-03-07";
+	nco:hasAffiliation "Laboratory Tester";
+	nco:hasEmailAddress <mailto:zcasas hendreritullamcorper gov>;
+	nco:hasPhoneNumber <tel:+16319636537>;
+	nco:hasPostalAddress <urn:uuid:375436760>.
+
+<urn:uuid:1502399701> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03872" ;
+	nco:locality "Sanbornville" ;
+	nco:streetAddress "2225 Darrel Way" .
+
+<mailto:aroldan exea edu> a nco:EmailAddress; 
+	nco:emailAddress "aroldan exea edu".
+
+<urn:uuid:1825893848> a nco:PersonContact; 
+	nco:fullname "Alfonzo Roldan";
+	nco:nameGiven "Alfonzo";
+	nco:nameFamily "Roldan";
+	nco:birthDate "1942-06-19";
+	nco:hasAffiliation "Radiation Diagnostic Technologist";
+	nco:hasEmailAddress <mailto:aroldan exea edu>;
+	nco:hasPostalAddress <urn:uuid:1502399701>.
+
+<urn:uuid:1738432465> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "RI" ;
+	nco:postalcode "02836" ;
+	nco:locality "Kenyon" ;
+	nco:streetAddress "7799 Meadow Wood Parkway" .
+
+<mailto:wilma vanmeter dolorecommodo edu> a nco:EmailAddress; 
+	nco:emailAddress "wilma vanmeter dolorecommodo edu".
+
+<tel:+16468278948> a nco:PhoneNumber; 
+	nco:phoneNumber "(646)827-8948".
+
+<urn:uuid:660453549> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16468278948>]; 
+	nmo:duration 39; 
+	nmo:sentDate "2008-09-15T16:09:27". 
+
+<urn:uuid:2061388951> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16468278948>]; 
+	nmo:duration 10; 
+	nmo:sentDate "2008-12-30T16:00:16". 
+
+<urn:uuid:1495338639> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16468278948>]; 
+	nmo:duration 50; 
+	nmo:sentDate "2008-02-07T16:04:51". 
+
+<urn:uuid:1736917762> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16468278948>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-27T15:26:46";
+	nmo:receivedDate "2009-02-03T16:03:26";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Qui autem molestie te lorem. Vero nulla et suscipit iusto et invulputate wisi molestie. Ea duis molestie ut ullamcorper wisi dolore aliquam autem qui eum. Utwisi luptatum autem vero minim luptatum ullamcorper consequat nonummy at velit praesent illum. Qui commodoconsequat nulla ad tation nibh vel nostrud sit consequat autem hendrerit at. Aliquip exerci dolore feugait quis aliquip. ".
+
+<urn:uuid:638121014> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16468278948>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-06T15:37:14";
+	nmo:receivedDate "2008-05-09T16:04:05";
+	nmo:plainTextMessageContent "Vero minim exerci enim te vero wisi velit aliquip. Quis amet autem vero feugait aliquam iustoodio augue enim ut illum ut ea. Ea dolore dolor augue commodo at iusto consequat facilisis ad iustoodio esse amet nislut. Eum illum duis eum feugait laoreet diam luptatumzzril duis zzril etaccumsan dolore dolor laoreet. Luptatum luptatum velit dolore qui. Diam qui ipsum nulla vero wisi blandit diam dolore vel. ".
+
+<urn:uuid:1064326517> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16468278948>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-31T16:03:23";
+	nmo:receivedDate "2009-02-11T16:03:09";
+	nmo:plainTextMessageContent "In facilisi nulla nostrud te dolore aliquam enim enim minim aliquip nulla. Enim ut ut esse nulla exerci eufeugiat. Ullamcorper euismod iriure dolore ad eros blandit vel wisi at commodoconsequat diam. Ipsum enim nostrud amet facilisis zzril iustoodio facilisis duis commodo blandit dolor. Praesent euismod accumsan facilisis elitsed ex nisl sit sit dignissim consequat dolore aliquip. Nonummy dolore lorem consectetuer. Suscipit nulla duis laoreet in euismod dolore feugiat ullamcorper invulputate te duis vel. ".
+
+<urn:uuid:501661258> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16468278948>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-23T15:23:01";
+	nmo:receivedDate "2008-11-01T16:11:29";
+	nmo:plainTextMessageContent "Nulla eufeugiat facilisis nisl hendrerit Utwisi et et enim tincidunt. Minim praesent ut consequat nisl dolore enim odio nulla molestie exerci iustoodio. Facilisi dolore wisi ipsum at ullamcorper. Eum blandit luptatumzzril vero qui dolore augue hendrerit qui. Duis et te nisl eufeugiat tationullamcorper in adipiscing nislut. ".
+
+<urn:uuid:1169855577> a nco:PersonContact; 
+	nco:fullname "Wilma Vanmeter";
+	nco:nameGiven "Wilma";
+	nco:nameFamily "Vanmeter";
+	nco:birthDate "1942-05-04";
+	nco:hasAffiliation "Railroad Construction Manager";
+	nco:hasEmailAddress <mailto:wilma vanmeter dolorecommodo edu>;
+	nco:hasPhoneNumber <tel:+16468278948>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:1738432465>.
+
+<urn:uuid:1358580707> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1169855577>;
+	nmo:sentDate "2008-12-20T15:43:42";
+	nmo:receivedDate "2008-12-20T15:44:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wilma vanmeter dolorecommodo edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vero illum tationullamcorper sit dolor consectetuer iriuredolor autem. ";
+	nmo:plainTextMessageContent "Invulputate dolor diam qui esse. Nulla aliquip te eros nostrud enim eufeugiat nislut illum odio eum. ".
+
+<urn:uuid:38178767> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1169855577>;
+	nmo:sentDate "2008-08-13T15:47:03";
+	nmo:receivedDate "2008-08-13T15:47:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wilma vanmeter dolorecommodo edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1971535778>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "tatiana barrera feugiatullamcorper org"];
+	nmo:messageSubject "Aliquip odio ut suscipit. ";
+	nmo:plainTextMessageContent "Duis eros dolore suscipit facilisis nulla in consequatvel ex veniamquis ea eum euismod odio. Dolore blandit ut ipsum ullamcorper etaccumsan. ".
+
+<urn:uuid:1369615186> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1169855577>;
+	nmo:sentDate "2008-03-07T15:34:42";
+	nmo:receivedDate "2008-03-07T15:35:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wilma vanmeter dolorecommodo edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1971535778>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tatiana barrera feugiatullamcorper org"];
+	nmo:messageSubject "Erat nonummy qui veniamquis autem vel commodo quis te facilisis exerci wisi. ";
+	nmo:plainTextMessageContent "Amet duis praesent dolor. Duis nislut minim qui. ".
+
+<urn:uuid:328155539> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14145" ;
+	nco:locality "Strykersville" ;
+	nco:streetAddress "8561 Shepherdwood Cove" .
+
+<mailto:mpool erosiusto gov> a nco:EmailAddress; 
+	nco:emailAddress "mpool erosiusto gov".
+
+<urn:uuid:1688633835> a nco:PersonContact; 
+	nco:fullname "Marcos Pool";
+	nco:nameGiven "Marcos";
+	nco:nameFamily "Pool";
+	nco:birthDate "1942-09-19";
+	nco:hasAffiliation "Maintenance Technician PC";
+	nco:hasEmailAddress <mailto:mpool erosiusto gov>;
+	nco:hasPostalAddress <urn:uuid:328155539>.
+
+<urn:uuid:519593871> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1688633835>;
+	nmo:sentDate "2008-11-16T15:21:21";
+	nmo:receivedDate "2008-11-16T15:22:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mpool erosiusto gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:595898593>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "zcasas hendreritullamcorper gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Feugiat minim doloremagna dolore vel dolore qui et blandit. ";
+	nmo:plainTextMessageContent "Suscipit nostrud vel suscipit ullamcorper esse nulla. Consequat ipsum vel velit vel nibh iriure odio feugait eu nibh. ".
+
+<urn:uuid:912377673> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1688633835>;
+	nmo:sentDate "2008-05-04T15:55:39";
+	nmo:receivedDate "2008-05-04T15:55:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mpool erosiusto gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1278268675>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "plemon duiseum com"];
+	nmo:messageSubject "Eros etaccumsan eum in exerci ex amet. ";
+	nmo:plainTextMessageContent "Vel duis exerci te ut erat sit commodoconsequat hendrerit iriuredolor iriure. Euismod aliquam duis exerci tincidunt nonummy. ".
+
+<urn:uuid:718357256> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1688633835>;
+	nmo:sentDate "2008-11-07T15:33:25";
+	nmo:receivedDate "2008-11-07T15:34:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mpool erosiusto gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1825893848>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "aroldan exea edu"];
+	nmo:messageSubject "Ex dignissim dolore praesent eu ut quis veniamquis eum. ";
+	nmo:plainTextMessageContent "In in vero duis ullamcorper. Duis dolore exerci velit nulla laoreet. ".
+
+<urn:uuid:860277785> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1688633835>;
+	nmo:sentDate "2008-02-02T16:01:44";
+	nmo:receivedDate "2008-02-02T16:02:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mpool erosiusto gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ut velit lobortis exerci lobortis luptatum. ";
+	nmo:plainTextMessageContent "Tationullamcorper iriure velit dolore. ".
+
+<urn:uuid:1552947262> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1688633835>;
+	nmo:sentDate "2008-02-29T15:33:11";
+	nmo:receivedDate "2008-02-29T15:33:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mpool erosiusto gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1176068401>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cmcintosh essevelit gov"];
+	nmo:messageSubject "Esse eum at quis ut nulla sit duis minim. ";
+	nmo:plainTextMessageContent "Eum aliquip eum ea qui sit ipsum nulla nibh euismod dolor amet. Odio ut vulputate nulla dolore erat. ".
+
+<urn:uuid:125918325> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1688633835>;
+	nmo:sentDate "2008-05-05T15:24:05";
+	nmo:receivedDate "2008-05-05T15:24:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mpool erosiusto gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eros duis etaccumsan qui autem consectetuer ipsum facilisis. ";
+	nmo:plainTextMessageContent "Ex doloremagna ea in quis aliquam. ".
+
+<urn:uuid:1577907195> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1688633835>;
+	nmo:sentDate "2008-07-20T15:44:18";
+	nmo:receivedDate "2008-07-20T15:44:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mpool erosiusto gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1854743456>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ebrackett suscipitsit net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Nulla nulla ea erat vel luptatum hendrerit. ";
+	nmo:plainTextMessageContent "Vero iusto esse et. Nonummy ipsum qui in vero ipsum praesent diam. ".
+
+<urn:uuid:1479630859> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1688633835>;
+	nmo:sentDate "2008-06-12T15:29:56";
+	nmo:receivedDate "2008-06-12T15:30:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mpool erosiusto gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nibh vel delenitaugue ex. ";
+	nmo:plainTextMessageContent "Eros vero duis euismod esse et ea suscipit nostrud. ".
+
+<urn:uuid:1579944703> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1688633835>;
+	nmo:sentDate "2008-05-09T15:35:04";
+	nmo:receivedDate "2008-05-09T15:35:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mpool erosiusto gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "In tationullamcorper eros ad esse laoreet tation esse minim. ";
+	nmo:plainTextMessageContent "Te eum velit praesent iusto ut nulla exerci. Blandit zzril tationullamcorper luptatum dolor vel nostrud commodoconsequat ad esse suscipit consequatvel. ".
+
+<urn:uuid:336278052> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1688633835>;
+	nmo:sentDate "2008-04-23T16:06:29";
+	nmo:receivedDate "2008-04-23T16:07:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mpool erosiusto gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Illum praesent ut vero blandit blandit nulla dolore lobortis aliquip. ";
+	nmo:plainTextMessageContent "Tincidunt esse feugiat ex lobortis molestie nonummy in te qui Utwisi dignissim. Praesent euismod laoreet autem ipsum. ".
+
+<urn:uuid:276142329> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1688633835>;
+	nmo:sentDate "2008-02-05T15:42:40";
+	nmo:receivedDate "2008-02-05T15:43:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mpool erosiusto gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2068553785>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tyron keene iustonislut us"];
+	nmo:bcc <urn:uuid:1989433187>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageSubject "Commodo exerci hendrerit velit. ";
+	nmo:plainTextMessageContent "Enim duis molestie ad accumsan Utwisi at vel vero augue suscipit volutpat nostrud. Dolore facilisi facilisi iusto ipsum nulla sit tation consequatvel odio illum. ".
+
+<urn:uuid:750422000> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1688633835>;
+	nmo:sentDate "2009-02-18T15:20:05";
+	nmo:receivedDate "2009-02-18T15:20:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mpool erosiusto gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Commodo iusto praesent facilisis esse nostrud qui feugiat eros volutpat feugait. ";
+	nmo:plainTextMessageContent "Lobortis adipiscing ad suscipit facilisis dolore aliquam commodoconsequat veniam vel duis in velit. ".
+
+<urn:uuid:85234962> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1688633835>;
+	nmo:sentDate "2008-05-11T15:49:25";
+	nmo:receivedDate "2008-05-11T15:49:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mpool erosiusto gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1540717164>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bmccormick delenitte us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Te accumsan doloremagna dolor. ";
+	nmo:plainTextMessageContent "Qui dolore dolor et erat qui. Eros ad nulla accumsan duis velit autem veniamquis ad volutpat. ".
+
+<urn:uuid:10412477> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1688633835>;
+	nmo:sentDate "2008-07-18T16:11:16";
+	nmo:receivedDate "2008-07-18T16:11:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mpool erosiusto gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1971535778>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tatiana barrera feugiatullamcorper org"];
+	nmo:messageSubject "Praesent blandit etaccumsan ipsum vero laoreet ullamcorper velit iriure ipsum eum. ";
+	nmo:plainTextMessageContent "Diam lorem ex lobortis esse wisi. ".
+
+<urn:uuid:1609186199> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1688633835>;
+	nmo:sentDate "2008-07-23T15:32:43";
+	nmo:receivedDate "2008-07-23T15:32:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mpool erosiusto gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Etaccumsan illum laoreet aliquip facilisi molestie at luptatum minim eros feugait molestie hendrerit. ";
+	nmo:plainTextMessageContent "Odio eum nulla duis aliquip. Diam nostrud minim facilisi nulla eu eufeugiat tation Utwisi. ".
+
+<urn:uuid:1744324070> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1688633835>;
+	nmo:sentDate "2008-03-02T15:47:20";
+	nmo:receivedDate "2008-03-02T15:47:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mpool erosiusto gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Autem nostrud vero eum esse autem eum lobortis. ";
+	nmo:plainTextMessageContent "Nisl volutpat velit nulla vel at eufeugiat dolor ut vulputate illum. Dolore et nostrud ea delenit Utwisi lobortis veniamquis. ".
+
+<urn:uuid:1625307114> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1688633835>;
+	nmo:sentDate "2008-11-21T15:54:44";
+	nmo:receivedDate "2008-11-21T15:54:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mpool erosiusto gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1540717164>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bmccormick delenitte us"];
+	nmo:bcc <urn:uuid:1658361309>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "melanie duff lobortisat net"];
+	nmo:messageSubject "Feugait aliquip autem nisl te adipiscing commodo autem feugait ut. ";
+	nmo:plainTextMessageContent "Odio iustoodio nostrud et sit eu tation et autem lobortis blandit nibh et autem. ".
+
+<urn:uuid:1354483544> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1688633835>;
+	nmo:sentDate "2008-03-16T15:52:36";
+	nmo:receivedDate "2008-03-16T15:52:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mpool erosiusto gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nostrud aliquam duis nulla ipsum consequatvel minim laoreet. ";
+	nmo:plainTextMessageContent "Nisl nisl accumsan ut qui velit luptatumzzril ipsum te. ".
+
+<urn:uuid:1133381736> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07424" ;
+	nco:locality "Little Falls" ;
+	nco:streetAddress "3723 Mer Rouge Lane" .
+
+<mailto:rbearden doloremagnate gov> a nco:EmailAddress; 
+	nco:emailAddress "rbearden doloremagnate gov".
+
+<urn:uuid:1091309697> a nco:PersonContact; 
+	nco:fullname "Rick Bearden";
+	nco:nameGiven "Rick";
+	nco:nameFamily "Bearden";
+	nco:birthDate "1943-02-06";
+	nco:hasAffiliation "Writer Screen";
+	nco:hasEmailAddress <mailto:rbearden doloremagnate gov>;
+	nco:hasPostalAddress <urn:uuid:1133381736>.
+
+<urn:uuid:56452055> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04975" ;
+	nco:locality "Shawmut" ;
+	nco:streetAddress "6934 May Way" .
+
+<mailto:ilene bui lobortisfeugait info> a nco:EmailAddress; 
+	nco:emailAddress "ilene bui lobortisfeugait info".
+
+<urn:uuid:1970771578> a nco:PersonContact; 
+	nco:fullname "Ilene Bui";
+	nco:nameGiven "Ilene";
+	nco:nameFamily "Bui";
+	nco:birthDate "1942-12-16";
+	nco:hasAffiliation "Clerk Marking";
+	nco:hasEmailAddress <mailto:ilene bui lobortisfeugait info>;
+	nco:hasPostalAddress <urn:uuid:56452055>.
+
+<urn:uuid:1831499168> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06488" ;
+	nco:locality "Southbury" ;
+	nco:streetAddress "332 Edgewood Parkway" .
+
+<mailto:marcelino crayton utlaoreet eu> a nco:EmailAddress; 
+	nco:emailAddress "marcelino crayton utlaoreet eu".
+
+<urn:uuid:664101765> a nco:PersonContact; 
+	nco:fullname "Marcelino Crayton";
+	nco:nameGiven "Marcelino";
+	nco:nameFamily "Crayton";
+	nco:birthDate "1942-04-08";
+	nco:hasAffiliation "Checkroom Attendant";
+	nco:hasEmailAddress <mailto:marcelino crayton utlaoreet eu>;
+	nco:hasPostalAddress <urn:uuid:1831499168>.
+
+<urn:uuid:1438710912> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:664101765>;
+	nmo:sentDate "2008-06-30T16:04:35";
+	nmo:receivedDate "2008-06-30T16:05:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marcelino crayton utlaoreet eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1169855577>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "wilma vanmeter dolorecommodo edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Augue facilisi dignissim praesent lorem duis minim ea qui. ";
+	nmo:plainTextMessageContent "Illum sit praesent at illum. ".
+
+<urn:uuid:1344372700> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:664101765>;
+	nmo:sentDate "2008-10-16T15:55:52";
+	nmo:receivedDate "2008-10-16T15:55:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marcelino crayton utlaoreet eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Nulla veniamquis ullamcorper eum iriuredolor iriure tincidunt augue duis elitsed ad sit ipsum Utwisi. ";
+	nmo:plainTextMessageContent "Minim consequatvel ut autem blandit at dolore euismod esse sit ea. ".
+
+<urn:uuid:2067830440> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:664101765>;
+	nmo:sentDate "2009-01-21T16:09:07";
+	nmo:receivedDate "2009-01-21T16:09:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marcelino crayton utlaoreet eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1970771578>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ilene bui lobortisfeugait info"];
+	nmo:messageSubject "Erat iusto enim ut qui aliquam quis odio doloremagna feugait. ";
+	nmo:plainTextMessageContent "Veniam eufeugiat ipsum ad volutpat vero vel ut feugait praesent doloremagna. Nostrud ex eu consequatvel eu nostrud exerci laoreet dolore hendrerit ea vulputate te facilisi. ".
+
+<urn:uuid:269137758> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:664101765>;
+	nmo:sentDate "2008-02-19T16:09:05";
+	nmo:receivedDate "2008-02-19T16:09:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marcelino crayton utlaoreet eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1450774023>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:bcc <urn:uuid:1825893848>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "aroldan exea edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Nulla commodoconsequat lobortis in et illum praesent at iriuredolor et adipiscing. ";
+	nmo:plainTextMessageContent "Exerci feugait diam dignissim. Ullamcorper iusto lobortis feugait vel ut tationullamcorper dolore eros at commodoconsequat facilisis laoreet. ".
+
+<urn:uuid:195570301> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04848" ;
+	nco:locality "Islesboro" ;
+	nco:streetAddress "7340 Eastern Way" .
+
+<mailto:tricketts iriuredolordolore tv> a nco:EmailAddress; 
+	nco:emailAddress "tricketts iriuredolordolore tv".
+
+<urn:uuid:1200485464> a nco:PersonContact; 
+	nco:fullname "Trenton Ricketts";
+	nco:nameGiven "Trenton";
+	nco:nameFamily "Ricketts";
+	nco:birthDate "1943-01-25";
+	nco:hasAffiliation "Repairer Electrical";
+	nco:hasEmailAddress <mailto:tricketts iriuredolordolore tv>;
+	nco:hasPostalAddress <urn:uuid:195570301>.
+
+<urn:uuid:82507943> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03052" ;
+	nco:locality "Litchfield" ;
+	nco:streetAddress "6121 Magnolia Ridge Way" .
+
+<mailto:georgiana farnsworth illumillum eu> a nco:EmailAddress; 
+	nco:emailAddress "georgiana farnsworth illumillum eu".
+
+<xmpp:georgiana farnsworth gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Georgiana Farnsworth" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Feugiat wisi dolore lobortis et enim te ut te ea. " ;
+	nco:imID "georgiana farnsworth gmail com".
+
+<urn:uuid:1840668459> a nco:PersonContact; 
+	nco:fullname "Georgiana Farnsworth";
+	nco:nameGiven "Georgiana";
+	nco:nameFamily "Farnsworth";
+	nco:birthDate "1942-09-07";
+	nco:hasAffiliation "Aide Biological";
+	nco:hasEmailAddress <mailto:georgiana farnsworth illumillum eu>;
+	nco:hasIMAccount <xmpp:georgiana farnsworth gmail com>;
+	nco:hasPostalAddress <urn:uuid:82507943>.
+
+<urn:uuid:479527579> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1278268675>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Et nulla ipsum ea ad Utwisi delenitaugue esse duis. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-06T13:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-06T15:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1278268675>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:66662199> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06881" ;
+	nco:locality "Westport" ;
+	nco:streetAddress "4510 Birnam Wood Way" .
+
+<mailto:aterry zzrilautem tv> a nco:EmailAddress; 
+	nco:emailAddress "aterry zzrilautem tv".
+
+<tel:+16464656917> a nco:PhoneNumber; 
+	nco:phoneNumber "(646)465-6917".
+
+<urn:uuid:447271799> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16464656917>]; 
+	nmo:duration 36; 
+	nmo:sentDate "2008-01-28T15:59:14". 
+
+<urn:uuid:1345420579> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16464656917>]; 
+	nmo:duration 30; 
+	nmo:receivedDate "2008-04-16T15:13:42". 
+
+<urn:uuid:1479650186> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16464656917>]; 
+	nmo:duration 7; 
+	nmo:sentDate "2008-07-05T15:34:55". 
+
+<urn:uuid:1470392770> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16464656917>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-26T15:23:30";
+	nmo:receivedDate "2008-12-17T16:04:18";
+	nmo:plainTextMessageContent "Et volutpat consequat exerci elitsed illum nulla eros duis suscipit. Enim ea consequat Utwisi augue nulla aliquam augue eros. Autem delenitaugue velit eum erat qui ex augue ut tincidunt exerci suscipit nulla. Et vero tincidunt eum luptatumzzril. Eros nisl nostrud autem ea qui quis ut exerci dolore ex. Ad ipsum zzril nulla ut tincidunt et commodoconsequat illum molestie. At consequatvel euismod tation delenitaugue ut volutpat hendrerit facilisis duis consectetuer erat duis wisi. ".
+
+<urn:uuid:1351042674> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16464656917>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-05T15:47:15";
+	nmo:receivedDate "2008-06-28T15:20:50";
+	nmo:plainTextMessageContent "Diam facilisis autem qui. At tincidunt vel iustoodio etaccumsan tation qui aliquip eu. Blandit ut vero duis quis qui nulla ea delenitaugue. Dolor veniam exerci dolor qui velit aliquip aliquam dolore qui ad. Suscipit ut qui illum luptatumzzril in esse lorem nonummy esse euismod. Velit volutpat augue ea nulla suscipit tation lobortis eros dolore in veniamquis facilisis. ".
+
+<urn:uuid:1792966940> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16464656917>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-11T15:56:35";
+	nmo:receivedDate "2008-08-25T15:34:47";
+	nmo:plainTextMessageContent "Feugiat te commodoconsequat blandit molestie. Autem nulla at hendrerit illum consequatvel tincidunt invulputate dignissim consequat eum vero nostrud et. Duis diam lobortis vero nulla duis lorem duis tincidunt. Facilisi exerci molestie amet aliquip iustoodio et nibh facilisis velit vero et praesent. Tationullamcorper aliquam tationullamcorper odio luptatumzzril ex ullamcorper qui consequat nostrud eum nulla ad aliquip. ".
+
+<urn:uuid:1934084102> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16464656917>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-25T15:29:09";
+	nmo:receivedDate "2008-06-16T15:58:46";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Feugiat illum dolore enim. Delenitaugue nulla in vel eu facilisis qui adipiscing. Nulla exerci tation exerci dolor tationullamcorper feugait nonummy dolor consequat lorem qui. Eum ipsum sit praesent. Quis iriure ex feugiat ea et ut. Nulla suscipit enim te delenitaugue etaccumsan aliquip duis lorem autem lorem. Minim erat nostrud euismod sit adipiscing esse praesent nulla ex adipiscing eufeugiat. ".
+
+<urn:uuid:1154247600> a nco:PersonContact; 
+	nco:fullname "Arnold Terry";
+	nco:nameGiven "Arnold";
+	nco:nameFamily "Terry";
+	nco:birthDate "1942-12-13";
+	nco:hasAffiliation "Operator Sawing Machine";
+	nco:hasEmailAddress <mailto:aterry zzrilautem tv>;
+	nco:hasPhoneNumber <tel:+16464656917>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:66662199>.
+
+<urn:uuid:1415533475> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1278268675>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Exerci ut vulputate vero odio illum. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-10T13:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-10T14:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1278268675>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1844821918> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02723" ;
+	nco:locality "Fall River" ;
+	nco:streetAddress "9656 Stone Creek Circle" .
+
+<mailto:marty holt illumte us> a nco:EmailAddress; 
+	nco:emailAddress "marty holt illumte us".
+
+<tel:+12158871382> a nco:PhoneNumber; 
+	nco:phoneNumber "(215)887-1382".
+
+<urn:uuid:632303803> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12158871382>]; 
+	nmo:duration 12; 
+	nmo:receivedDate "2008-04-02T15:43:38". 
+
+<urn:uuid:1105851704> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12158871382>]; 
+	nmo:duration 5; 
+	nmo:sentDate "2009-01-28T15:47:10". 
+
+<urn:uuid:996456264> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12158871382>]; 
+	nmo:duration 22; 
+	nmo:sentDate "2008-10-28T15:31:50". 
+
+<urn:uuid:225490771> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12158871382>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-12T16:00:56";
+	nmo:receivedDate "2008-04-17T15:49:36";
+	nmo:plainTextMessageContent "Dolore consequat illum iriure lobortis odio duis amet. Minim blandit dolor illum lobortis quis diam aliquip praesent nonummy dolore commodo esse. Enim consequatvel facilisi blandit autem ullamcorper enim delenit eufeugiat. Hendrerit nisl dignissim wisi quis ad enim dolore adipiscing dolore tationullamcorper dolore. Consequat consequatvel augue et vero iriuredolor suscipit. Augue autem tation iriure blandit te vero amet velit nibh consequatvel luptatumzzril qui molestie. ".
+
+<urn:uuid:251221942> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12158871382>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-22T15:12:21";
+	nmo:receivedDate "2008-02-17T15:25:59";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Suscipit dolore eros autem eros luptatumzzril iriuredolor nulla ullamcorper vulputate dolore illum. Aliquip eros ex in vulputate exerci consequatvel suscipit duis facilisis lobortis amet. Te wisi aliquam at duis iriure vero nibh at te ad feugait. Ut eu dolore commodoconsequat vero eu zzril vulputate invulputate augue quis. Luptatum minim eros nonummy illum enim. Lobortis aliquip laoreet molestie doloremagna Utwisi diam. ".
+
+<urn:uuid:615298593> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12158871382>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-16T15:46:04";
+	nmo:receivedDate "2008-08-06T15:18:26";
+	nmo:plainTextMessageContent "Te wisi consequatvel praesent qui duis ex invulputate dolor at lobortis vel. Dolore nonummy etaccumsan te dolore feugait feugait. Molestie diam autem luptatumzzril facilisi tationullamcorper in veniamquis lobortis. Nulla nostrud iriure nulla ad veniamquis et aliquip ut. Enim eu blandit ea veniam. Suscipit et delenitaugue tation nibh hendrerit autem commodoconsequat vel sit laoreet adipiscing amet nulla. ".
+
+<urn:uuid:1961517314> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12158871382>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-18T15:36:32";
+	nmo:receivedDate "2008-03-05T15:47:21";
+	nmo:plainTextMessageContent "Quis suscipit in exerci dolore facilisi te dignissim. Dolore sit ex diam iriuredolor autem consectetuer ut molestie delenitaugue enim ex luptatum enim. Sit augue ut duis erat nulla autem volutpat delenitaugue euismod eros. Feugait etaccumsan luptatumzzril feugait amet aliquip facilisis dolore esse suscipit accumsan in nulla adipiscing. Consectetuer nislut et nulla qui luptatum lobortis blandit eum augue iriure ex minim nibh. ".
+
+<urn:uuid:403153861> a nco:PersonContact; 
+	nco:fullname "Marty Holt";
+	nco:nameGiven "Marty";
+	nco:nameFamily "Holt";
+	nco:birthDate "1942-09-26";
+	nco:hasAffiliation "Manager Marketing Media";
+	nco:hasEmailAddress <mailto:marty holt illumte us>;
+	nco:hasPhoneNumber <tel:+12158871382>;
+	nco:hasPostalAddress <urn:uuid:1844821918>.
+
+<urn:uuid:162566120> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04903" ;
+	nco:locality "Waterville" ;
+	nco:streetAddress "7381 Omaha Way" .
+
+<mailto:tfincher duissuscipit info> a nco:EmailAddress; 
+	nco:emailAddress "tfincher duissuscipit info".
+
+<urn:uuid:1318691719> a nco:PersonContact; 
+	nco:fullname "Theron Fincher";
+	nco:nameGiven "Theron";
+	nco:nameFamily "Fincher";
+	nco:birthDate "1942-08-05";
+	nco:hasAffiliation "Health Educator";
+	nco:hasEmailAddress <mailto:tfincher duissuscipit info>;
+	nco:hasPostalAddress <urn:uuid:162566120>.
+
+<urn:uuid:1068427994> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1825893848>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Feugait dolor nostrud nibh consequatvel commodo iustoodio augue ad nonummy velit. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-06T12:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-06T14:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1825893848>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:762999268> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1318691719>;
+	nmo:sentDate "2008-05-30T15:54:11";
+	nmo:receivedDate "2008-05-30T15:54:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tfincher duissuscipit info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1825893848>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "aroldan exea edu"];
+	nmo:messageSubject "Commodo enim aliquip exerci esse iustoodio facilisis commodoconsequat et. ";
+	nmo:plainTextMessageContent "Autem eufeugiat dolor vulputate delenit nulla delenit feugait. Tation iriuredolor enim velit ullamcorper at. ".
+
+<urn:uuid:1226888748> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1318691719>;
+	nmo:sentDate "2008-06-23T15:58:22";
+	nmo:receivedDate "2008-06-23T15:59:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tfincher duissuscipit info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Tation nibh molestie euismod ea ea. ";
+	nmo:plainTextMessageContent "Et consequat vel laoreet commodo ut aliquam nulla elitsed at dolore eros vel. Nulla luptatum molestie ut Utwisi delenit ut facilisis eros eros augue dolore dolor. ".
+
+<urn:uuid:1650281066> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1318691719>;
+	nmo:sentDate "2008-08-11T15:15:27";
+	nmo:receivedDate "2008-08-11T15:16:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tfincher duissuscipit info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolor aliquam elitsed aliquip vero te dolor duis in. ";
+	nmo:plainTextMessageContent "Facilisi ad elitsed iusto dignissim consequatvel et suscipit aliquam commodoconsequat ut odio commodo accumsan. ".
+
+<urn:uuid:2138925510> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1318691719>;
+	nmo:sentDate "2008-06-19T15:56:50";
+	nmo:receivedDate "2008-06-19T15:57:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tfincher duissuscipit info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1450774023>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageSubject "Commodo nostrud ut lobortis te accumsan vel. ";
+	nmo:plainTextMessageContent "Exerci nulla ullamcorper vel luptatum dolore ea vel aliquam consequat iustoodio minim velit. Eros blandit sit tationullamcorper doloremagna feugait et illum. ".
+
+<urn:uuid:934643923> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15347" ;
+	nco:locality "Meadow Lands" ;
+	nco:streetAddress "6044 Corporate Edge Cove" .
+
+<mailto:rdonnelly etaccumsannostrud info> a nco:EmailAddress; 
+	nco:emailAddress "rdonnelly etaccumsannostrud info".
+
+<urn:uuid:693002361> a nco:PersonContact; 
+	nco:fullname "Rosalyn Donnelly";
+	nco:nameGiven "Rosalyn";
+	nco:nameFamily "Donnelly";
+	nco:birthDate "1942-04-11";
+	nco:hasAffiliation "Aerodynamics Engineer";
+	nco:hasEmailAddress <mailto:rdonnelly etaccumsannostrud info>;
+	nco:hasPostalAddress <urn:uuid:934643923>.
+
+<urn:uuid:1992415343> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:693002361>;
+	nmo:sentDate "2008-04-16T15:15:43";
+	nmo:receivedDate "2008-04-16T15:16:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdonnelly etaccumsannostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ut exerci eum consequat esse dolore at nibh lorem et. ";
+	nmo:plainTextMessageContent "Minim hendrerit blandit dolore lobortis at duis nostrud duis facilisis molestie facilisis. ".
+
+<urn:uuid:123046553> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:693002361>;
+	nmo:sentDate "2008-06-22T15:12:35";
+	nmo:receivedDate "2008-06-22T15:12:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdonnelly etaccumsannostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1200485464>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tricketts iriuredolordolore tv"];
+	nmo:messageSubject "Iriuredolor quis qui dignissim consectetuer feugait duis. ";
+	nmo:plainTextMessageContent "Ad lorem at vel dolor te amet elitsed dolore nisl Utwisi velit enim. Iusto duis nostrud nulla vel dolor esse Utwisi. ".
+
+<urn:uuid:2104226127> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:693002361>;
+	nmo:sentDate "2008-04-14T15:36:41";
+	nmo:receivedDate "2008-04-14T15:36:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdonnelly etaccumsannostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:595898593>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "zcasas hendreritullamcorper gov"];
+	nmo:messageSubject "Suscipit tationullamcorper iustoodio iustoodio lobortis ad. ";
+	nmo:plainTextMessageContent "Zzril minim velit et accumsan dolore tationullamcorper ex ipsum ea. In aliquip eufeugiat eu zzril ad Utwisi diam delenit dignissim iusto. ".
+
+<urn:uuid:223423948> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:693002361>;
+	nmo:sentDate "2008-03-15T15:35:45";
+	nmo:receivedDate "2008-03-15T15:36:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdonnelly etaccumsannostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nisl blandit et iriure te ullamcorper feugait velit. ";
+	nmo:plainTextMessageContent "Lobortis elitsed eros amet wisi quis autem autem facilisi feugait dolore. Vel commodoconsequat commodoconsequat sit luptatumzzril molestie tationullamcorper illum. ".
+
+<urn:uuid:1966505163> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:693002361>;
+	nmo:sentDate "2008-11-10T15:11:48";
+	nmo:receivedDate "2008-11-10T15:12:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdonnelly etaccumsannostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Lobortis delenit vero ad blandit et vulputate odio vulputate amet lobortis velit. ";
+	nmo:plainTextMessageContent "Accumsan commodo esse zzril. ".
+
+<urn:uuid:1639015816> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:693002361>;
+	nmo:sentDate "2008-07-09T16:04:22";
+	nmo:receivedDate "2008-07-09T16:05:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdonnelly etaccumsannostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1200485464>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tricketts iriuredolordolore tv"];
+	nmo:messageSubject "Nulla nostrud dolor ad velit iusto duis consequatvel. ";
+	nmo:plainTextMessageContent "Ipsum eum tincidunt praesent delenit eros vero facilisis odio et aliquam. ".
+
+<urn:uuid:1715280428> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:693002361>;
+	nmo:sentDate "2008-06-13T15:32:10";
+	nmo:receivedDate "2008-06-13T15:32:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdonnelly etaccumsannostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Commodo delenit velit nislut veniamquis ex commodoconsequat euismod iriure molestie. ";
+	nmo:plainTextMessageContent "Aliquip ea erat iustoodio ad nonummy. Dignissim in facilisis nulla luptatum delenit nulla eufeugiat ea. ".
+
+<urn:uuid:2076745325> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:693002361>;
+	nmo:sentDate "2008-05-20T15:44:11";
+	nmo:receivedDate "2008-05-20T15:44:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdonnelly etaccumsannostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vel ad eros esse dolor luptatumzzril eum facilisis ad ad enim nibh. ";
+	nmo:plainTextMessageContent "Nulla eros suscipit velit duis ea blandit duis in et ea exerci. Consectetuer duis facilisis esse tincidunt molestie qui suscipit veniamquis in eros. ".
+
+<urn:uuid:419124733> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:693002361>;
+	nmo:sentDate "2008-11-01T15:30:09";
+	nmo:receivedDate "2008-11-01T15:30:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdonnelly etaccumsannostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:403153861>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "marty holt illumte us"];
+	nmo:messageSubject "Luptatum lobortis esse eu ad vulputate vero delenit eu ad duis commodo dignissim. ";
+	nmo:plainTextMessageContent "Te laoreet elitsed nonummy wisi accumsan eros lobortis amet amet odio delenit. ".
+
+<urn:uuid:2080444189> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:693002361>;
+	nmo:sentDate "2008-05-24T15:40:10";
+	nmo:receivedDate "2008-05-24T15:40:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdonnelly etaccumsannostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Lorem blandit blandit hendrerit feugiat augue dolore eu ex. ";
+	nmo:plainTextMessageContent "Luptatum luptatumzzril consectetuer dignissim luptatum duis duis suscipit aliquip vulputate exerci. Qui vulputate nulla dolore. ".
+
+<urn:uuid:1863373250> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:693002361>;
+	nmo:sentDate "2008-12-24T15:56:13";
+	nmo:receivedDate "2008-12-24T15:57:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdonnelly etaccumsannostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1840668459>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "georgiana farnsworth illumillum eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Velit at lobortis eufeugiat consectetuer suscipit ex eu enim aliquam. ";
+	nmo:plainTextMessageContent "In volutpat tationullamcorper eros nisl dolor ad hendrerit hendrerit dolor consequat nostrud. Iriuredolor consequat nulla delenit duis. ".
+
+<urn:uuid:812933107> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:693002361>;
+	nmo:sentDate "2008-06-11T16:05:07";
+	nmo:receivedDate "2008-06-11T16:05:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdonnelly etaccumsannostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eros amet facilisi autem doloremagna nostrud vulputate sit wisi eufeugiat. ";
+	nmo:plainTextMessageContent "Dolor quis invulputate wisi tationullamcorper praesent vero duis in esse blandit wisi vero consequatvel. Dolore ex consequat delenitaugue duis. ".
+
+<urn:uuid:1859050282> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:693002361>;
+	nmo:sentDate "2008-06-07T15:16:50";
+	nmo:receivedDate "2008-06-07T15:17:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdonnelly etaccumsannostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1825893848>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "aroldan exea edu"];
+	nmo:messageSubject "Nislut et vel feugait nislut exerci accumsan commodoconsequat minim nisl eum nibh consequat duis. ";
+	nmo:plainTextMessageContent "Etaccumsan elitsed ad et duis nulla doloremagna suscipit ad. Iriure suscipit nulla ex illum tincidunt facilisis luptatumzzril euismod odio facilisi. ".
+
+<urn:uuid:1327033647> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:693002361>;
+	nmo:sentDate "2008-09-10T15:46:17";
+	nmo:receivedDate "2008-09-10T15:46:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdonnelly etaccumsannostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Tationullamcorper exerci invulputate feugait feugait. ";
+	nmo:plainTextMessageContent "Nislut te autem qui ut hendrerit ut ea eu zzril. ".
+
+<urn:uuid:570307353> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:693002361>;
+	nmo:sentDate "2008-04-13T15:21:32";
+	nmo:receivedDate "2008-04-13T15:22:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdonnelly etaccumsannostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Te illum at tincidunt consequat vulputate blandit sit. ";
+	nmo:plainTextMessageContent "Nostrud autem vel aliquip. ".
+
+<urn:uuid:69058856> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:693002361>;
+	nmo:sentDate "2008-07-27T15:32:50";
+	nmo:receivedDate "2008-07-27T15:33:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdonnelly etaccumsannostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1450774023>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageSubject "Nostrud nulla commodo invulputate luptatumzzril eros vel te consequat vero. ";
+	nmo:plainTextMessageContent "Hendrerit consequat blandit luptatum autem. ".
+
+<urn:uuid:1517985483> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:693002361>;
+	nmo:sentDate "2008-07-19T15:44:23";
+	nmo:receivedDate "2008-07-19T15:44:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdonnelly etaccumsannostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisis commodoconsequat ex ea. ";
+	nmo:plainTextMessageContent "Augue feugait facilisi eum nulla ut ut iusto consequatvel eu ad sit. ".
+
+<urn:uuid:1490130285> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:693002361>;
+	nmo:sentDate "2008-06-29T15:31:50";
+	nmo:receivedDate "2008-06-29T15:31:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdonnelly etaccumsannostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1200485464>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tricketts iriuredolordolore tv"];
+	nmo:messageSubject "Feugait augue praesent nulla lobortis te vero duis. ";
+	nmo:plainTextMessageContent "Nulla lorem in nulla nulla aliquip ea blandit wisi. Euismod iriuredolor lobortis wisi iriure zzril at veniam. ".
+
+<urn:uuid:636605734> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:693002361>;
+	nmo:sentDate "2008-05-02T15:30:50";
+	nmo:receivedDate "2008-05-02T15:31:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdonnelly etaccumsannostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1825893848>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "aroldan exea edu"];
+	nmo:messageSubject "Quis ea invulputate commodo ullamcorper erat. ";
+	nmo:plainTextMessageContent "Duis minim dolore tationullamcorper luptatumzzril dolore. Luptatum qui nibh suscipit consequat eu velit diam. ".
+
+<urn:uuid:1505732316> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:693002361>;
+	nmo:sentDate "2008-10-09T15:40:39";
+	nmo:receivedDate "2008-10-09T15:41:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdonnelly etaccumsannostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:403153861>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "marty holt illumte us"];
+	nmo:messageSubject "Molestie ut adipiscing veniamquis luptatumzzril consequat lobortis hendrerit ad commodoconsequat facilisi tincidunt. ";
+	nmo:plainTextMessageContent "Nislut iriuredolor blandit facilisi laoreet praesent nisl ea lobortis tincidunt luptatum molestie. ".
+
+<urn:uuid:88630820> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:693002361>;
+	nmo:sentDate "2009-02-12T15:49:01";
+	nmo:receivedDate "2009-02-12T15:49:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdonnelly etaccumsannostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Esse Utwisi ea aliquip nibh delenitaugue qui facilisis elitsed delenitaugue illum aliquip consequatvel. ";
+	nmo:plainTextMessageContent "Eum diam ut at euismod iriuredolor illum feugait praesent nonummy lobortis consequat vero. ".
+
+<urn:uuid:633818576> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06911" ;
+	nco:locality "Stamford" ;
+	nco:streetAddress "2839 Bison Street" .
+
+<mailto:yolanda dunham essetationullamcorper net> a nco:EmailAddress; 
+	nco:emailAddress "yolanda dunham essetationullamcorper net".
+
+<urn:uuid:538578001> a nco:PersonContact; 
+	nco:fullname "Yolanda Dunham";
+	nco:nameGiven "Yolanda";
+	nco:nameFamily "Dunham";
+	nco:birthDate "1942-08-19";
+	nco:hasAffiliation "Export/Import Supervisor";
+	nco:hasEmailAddress <mailto:yolanda dunham essetationullamcorper net>;
+	nco:hasPostalAddress <urn:uuid:633818576>.
+
+<urn:uuid:1553134089> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04048" ;
+	nco:locality "Limerick" ;
+	nco:streetAddress "7892 Wildcrest Parkway" .
+
+<mailto:cshultz dolorluptatumzzril com> a nco:EmailAddress; 
+	nco:emailAddress "cshultz dolorluptatumzzril com".
+
+<urn:uuid:1057515380> a nco:PersonContact; 
+	nco:fullname "Cameron Shultz";
+	nco:nameGiven "Cameron";
+	nco:nameFamily "Shultz";
+	nco:birthDate "1942-05-21";
+	nco:hasAffiliation "Claims Supervisor";
+	nco:hasEmailAddress <mailto:cshultz dolorluptatumzzril com>;
+	nco:hasPostalAddress <urn:uuid:1553134089>.
+
+<urn:uuid:1232898311> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07641" ;
+	nco:locality "Haworth" ;
+	nco:streetAddress "7448 Plantation Cove" .
+
+<mailto:mhaas utconsequat us> a nco:EmailAddress; 
+	nco:emailAddress "mhaas utconsequat us".
+
+<tel:+12079939945> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)993-9945".
+
+<urn:uuid:1142413229> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079939945>]; 
+	nmo:duration 25; 
+	nmo:sentDate "2008-10-09T15:45:41". 
+
+<urn:uuid:1552140298> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079939945>]; 
+	nmo:duration 39; 
+	nmo:sentDate "2008-10-24T15:18:29". 
+
+<urn:uuid:149900618> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079939945>]; 
+	nmo:duration 12; 
+	nmo:receivedDate "2008-05-08T15:15:01". 
+
+<urn:uuid:692593307> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079939945>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-22T15:34:34";
+	nmo:receivedDate "2008-10-29T15:33:40";
+	nmo:plainTextMessageContent "Tationullamcorper vel tationullamcorper facilisis amet iriure nostrud iustoodio. Et in delenit ex. Accumsan quis illum exerci eufeugiat. Blandit duis ut feugait eufeugiat vel suscipit velit dolore. ".
+
+<urn:uuid:494690947> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079939945>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-19T15:46:44";
+	nmo:receivedDate "2008-08-23T15:30:31";
+	nmo:plainTextMessageContent "Accumsan dolore ut wisi iusto. Nulla velit molestie ad iusto dolore velit nonummy. Lorem at esse euismod exerci ullamcorper nisl nonummy illum. Diam eros velit praesent ut. Wisi doloremagna eu autem ad qui vel veniamquis. ".
+
+<urn:uuid:2092935636> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079939945>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-23T15:20:51";
+	nmo:receivedDate "2008-03-07T15:27:20";
+	nmo:plainTextMessageContent "Nisl dolor praesent vulputate nibh autem illum velit dolore enim eum autem ut. Molestie erat dolor et. Nulla nulla iustoodio etaccumsan ea. Tationullamcorper laoreet in duis exerci consequat consequat. ".
+
+<urn:uuid:419552402> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079939945>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-14T16:07:44";
+	nmo:receivedDate "2008-02-23T15:13:28";
+	nmo:plainTextMessageContent "Nislut illum elitsed te ea duis nislut ex consectetuer iriuredolor nostrud eum. Nibh iustoodio odio duis. Adipiscing ut dolore ullamcorper eu. Iriuredolor aliquip delenitaugue velit praesent facilisis ex exerci. ".
+
+<urn:uuid:1379499947> a nco:PersonContact; 
+	nco:fullname "Malcom Haas";
+	nco:nameGiven "Malcom";
+	nco:nameFamily "Haas";
+	nco:birthDate "1942-06-19";
+	nco:hasAffiliation "Librarian Film or Tape";
+	nco:hasEmailAddress <mailto:mhaas utconsequat us>;
+	nco:hasPhoneNumber <tel:+12079939945>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:1232898311>.
+
+<urn:uuid:543042794> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14702" ;
+	nco:locality "Jamestown" ;
+	nco:streetAddress "1093 Timber Parkway" .
+
+<mailto:sheinz erosminim org> a nco:EmailAddress; 
+	nco:emailAddress "sheinz erosminim org".
+
+<xmpp:selina heinz gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Selina Heinz" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Nibh invulputate enim ad. " ;
+	nco:imID "selina heinz gmail com".
+
+<urn:uuid:1131028915> a nco:PersonContact; 
+	nco:fullname "Selina Heinz";
+	nco:nameGiven "Selina";
+	nco:nameFamily "Heinz";
+	nco:birthDate "1942-06-06";
+	nco:hasAffiliation "Human Resources Manager EEO";
+	nco:hasEmailAddress <mailto:sheinz erosminim org>;
+	nco:hasIMAccount <xmpp:selina heinz gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:543042794>.
+
+<urn:uuid:1668069777> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1131028915>;
+	nmo:sentDate "2008-09-15T15:43:10";
+	nmo:receivedDate "2008-09-15T15:43:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sheinz erosminim org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1450774023>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageSubject "Blandit ad erat minim vero erat et euismod te. ";
+	nmo:plainTextMessageContent "Et eufeugiat eros suscipit vero erat facilisis enim ea vel vel velit at ad. ".
+
+<urn:uuid:994267125> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1131028915>;
+	nmo:sentDate "2008-05-26T15:54:38";
+	nmo:receivedDate "2008-05-26T15:55:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sheinz erosminim org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1854743456>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ebrackett suscipitsit net"];
+	nmo:messageSubject "Elitsed nislut sit illum feugait ea etaccumsan et et ea iriuredolor luptatumzzril ex consequat. ";
+	nmo:plainTextMessageContent "Minim te ea qui esse dolor autem tation delenitaugue diam euismod veniam sit nulla. ".
+
+<urn:uuid:458729889> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1131028915>;
+	nmo:sentDate "2009-01-03T15:48:57";
+	nmo:receivedDate "2009-01-03T15:49:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sheinz erosminim org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1989433187>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageSubject "In feugiat nulla molestie nislut et erat feugait eum iriure dolore esse. ";
+	nmo:plainTextMessageContent "Iriuredolor luptatum blandit exerci blandit hendrerit. Suscipit qui eum praesent ut velit feugait eros ut aliquip dolore. ".
+
+<urn:uuid:651889857> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1131028915>;
+	nmo:sentDate "2008-10-07T15:53:59";
+	nmo:receivedDate "2008-10-07T15:54:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sheinz erosminim org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Autem veniam feugait hendrerit commodoconsequat. ";
+	nmo:plainTextMessageContent "Veniam facilisi etaccumsan tation elitsed vulputate adipiscing ea et consequat at illum. ".
+
+<urn:uuid:259182784> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1131028915>;
+	nmo:sentDate "2008-06-07T15:24:45";
+	nmo:receivedDate "2008-06-07T15:25:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sheinz erosminim org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1970771578>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ilene bui lobortisfeugait info"];
+	nmo:bcc <urn:uuid:538578001>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "yolanda dunham essetationullamcorper net"];
+	nmo:messageSubject "Ea luptatumzzril exerci eum et in. ";
+	nmo:plainTextMessageContent "Praesent illum aliquip nibh esse commodo facilisi aliquip duis facilisis feugiat nostrud et exerci. ".
+
+<urn:uuid:794071571> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1131028915>;
+	nmo:sentDate "2008-12-21T15:24:41";
+	nmo:receivedDate "2008-12-21T15:25:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sheinz erosminim org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consequat commodo euismod ut vero minim delenitaugue praesent sit ea iriure dignissim. ";
+	nmo:plainTextMessageContent "Eum te facilisi ullamcorper autem at ea blandit ex iusto et lobortis dolor. ".
+
+<urn:uuid:798980226> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1131028915>;
+	nmo:sentDate "2008-05-06T15:45:31";
+	nmo:receivedDate "2008-05-06T15:45:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sheinz erosminim org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2068553785>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tyron keene iustonislut us"];
+	nmo:messageSubject "Consequatvel vel suscipit vel velit. ";
+	nmo:plainTextMessageContent "Vel zzril luptatum praesent aliquip minim dolore invulputate. Nulla eros suscipit velit tincidunt. ".
+
+<urn:uuid:78957137> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1131028915>;
+	nmo:sentDate "2008-07-14T15:43:42";
+	nmo:receivedDate "2008-07-14T15:44:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sheinz erosminim org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vel veniamquis minim euismod at veniamquis nisl. ";
+	nmo:plainTextMessageContent "Nostrud dignissim dolore nisl luptatum et luptatumzzril eum autem ut commodo ad nislut. Praesent illum in eros lorem illum invulputate te eu ex facilisi nulla feugait facilisi. ".
+
+<urn:uuid:2049937793> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1131028915>;
+	nmo:sentDate "2008-06-06T15:32:36";
+	nmo:receivedDate "2008-06-06T15:32:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sheinz erosminim org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Velit dolore qui molestie nulla at feugait ipsum ut qui facilisis vulputate feugait lobortis. ";
+	nmo:plainTextMessageContent "Ut consequat vero elitsed dolore veniamquis tincidunt illum wisi esse delenit sit nulla. Minim nisl praesent molestie feugait ut etaccumsan. ".
+
+<urn:uuid:1725687712> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1131028915>;
+	nmo:sentDate "2008-06-29T15:42:44";
+	nmo:receivedDate "2008-06-29T15:42:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sheinz erosminim org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1989433187>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:messageSubject "Eum exerci tincidunt ex. ";
+	nmo:plainTextMessageContent "Feugait te duis aliquip. Sit autem aliquip praesent exerci eum volutpat te. ".
+
+<urn:uuid:1239800576> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1131028915>;
+	nmo:sentDate "2008-11-15T15:45:47";
+	nmo:receivedDate "2008-11-15T15:45:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sheinz erosminim org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Hendrerit nulla minim eufeugiat delenitaugue eufeugiat consequatvel dolore delenit erat autem vel dolor praesent. ";
+	nmo:plainTextMessageContent "Volutpat augue dolore exerci veniam laoreet exerci aliquam luptatum. Nisl eros feugiat praesent. ".
+
+<urn:uuid:1763751650> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1131028915>;
+	nmo:sentDate "2008-04-11T15:37:18";
+	nmo:receivedDate "2008-04-11T15:37:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sheinz erosminim org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Te velit commodoconsequat esse autem iusto iustoodio lobortis delenit minim. ";
+	nmo:plainTextMessageContent "Nostrud odio praesent iriure autem augue eum consequat eum amet augue duis aliquip. ".
+
+<urn:uuid:2141164254> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01746" ;
+	nco:locality "Holliston" ;
+	nco:streetAddress "7881 Sunrise Parkway" .
+
+<mailto:michal littlefield hendreritodio eu> a nco:EmailAddress; 
+	nco:emailAddress "michal littlefield hendreritodio eu".
+
+<xmpp:michal littlefield gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Michal Littlefield" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Te qui consequat in accumsan enim nulla eum aliquip diam amet autem nulla ipsum. " ;
+	nco:imID "michal littlefield gmail com".
+
+<urn:uuid:1576350578> a nco:PersonContact; 
+	nco:fullname "Michal Littlefield";
+	nco:nameGiven "Michal";
+	nco:nameFamily "Littlefield";
+	nco:birthDate "1943-01-18";
+	nco:hasAffiliation "Surgical Technician";
+	nco:hasEmailAddress <mailto:michal littlefield hendreritodio eu>;
+	nco:hasIMAccount <xmpp:michal littlefield gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:2141164254>.
+
+<urn:uuid:827544621> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11225" ;
+	nco:locality "Brooklyn" ;
+	nco:streetAddress "7361 Duckhorn Drive" .
+
+<mailto:birdie fagan adipiscingvelit edu> a nco:EmailAddress; 
+	nco:emailAddress "birdie fagan adipiscingvelit edu".
+
+<tel:+12129515987> a nco:PhoneNumber; 
+	nco:phoneNumber "(212)951-5987".
+
+<urn:uuid:1244836560> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12129515987>]; 
+	nmo:duration 21; 
+	nmo:receivedDate "2008-09-16T15:49:26". 
+
+<urn:uuid:1920636607> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12129515987>]; 
+	nmo:duration 44; 
+	nmo:receivedDate "2008-02-29T15:31:22". 
+
+<urn:uuid:1474170618> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12129515987>]; 
+	nmo:duration 23; 
+	nmo:receivedDate "2008-11-03T15:20:59". 
+
+<urn:uuid:1579404317> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12129515987>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-17T16:09:33";
+	nmo:receivedDate "2008-12-03T15:34:14";
+	nmo:plainTextMessageContent "Commodo facilisi feugait invulputate. Ea zzril praesent nonummy praesent euismod duis facilisis. Etaccumsan velit in duis eros odio. Nonummy feugait aliquip nulla volutpat dignissim ea dolore delenitaugue euismod. ".
+
+<urn:uuid:765889426> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12129515987>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-11T15:24:41";
+	nmo:receivedDate "2009-01-13T15:49:11";
+	nmo:plainTextMessageContent "Eufeugiat ea iustoodio nulla nulla luptatum veniamquis luptatum facilisis esse nibh autem. Qui commodoconsequat vel laoreet quis eufeugiat etaccumsan ea vel facilisis. Luptatumzzril vero elitsed hendrerit ex ex facilisi duis sit euismod feugait ad. Et facilisis feugiat at ad quis vero illum vel dignissim eros facilisi. Autem ad duis commodoconsequat dolor dolor eros suscipit elitsed wisi tation et duis. ".
+
+<urn:uuid:1325322141> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12129515987>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-19T15:45:55";
+	nmo:receivedDate "2009-02-10T16:08:36";
+	nmo:plainTextMessageContent "Zzril facilisi autem iriure doloremagna adipiscing vel elitsed velit. Vel accumsan nonummy lobortis duis. Molestie facilisi exerci ad iriuredolor ullamcorper et vero facilisis commodo duis ex duis. Ad nulla erat nulla nibh esse. ".
+
+<urn:uuid:1488024041> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12129515987>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-29T15:34:21";
+	nmo:receivedDate "2008-03-09T15:29:56";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Velit vero vulputate lorem. Ex eros vulputate aliquam feugait in praesent in autem enim esse. Feugait iriuredolor dolore duis luptatum facilisis ut ipsum doloremagna dolor. Eu ea etaccumsan tincidunt. ".
+
+<urn:uuid:948613802> a nco:PersonContact; 
+	nco:fullname "Birdie Fagan";
+	nco:nameGiven "Birdie";
+	nco:nameFamily "Fagan";
+	nco:birthDate "1942-12-27";
+	nco:hasAffiliation "Coordinator Website";
+	nco:hasEmailAddress <mailto:birdie fagan adipiscingvelit edu>;
+	nco:hasPhoneNumber <tel:+12129515987>;
+	nco:hasPostalAddress <urn:uuid:827544621>.
+
+<urn:uuid:1449184803> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14111" ;
+	nco:locality "North Collins" ;
+	nco:streetAddress "6 Donnybrook Lane" .
+
+<mailto:dwells nibhaliquam gov> a nco:EmailAddress; 
+	nco:emailAddress "dwells nibhaliquam gov".
+
+<tel:+14014552496> a nco:PhoneNumber; 
+	nco:phoneNumber "(401)455-2496".
+
+<urn:uuid:1752428488> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14014552496>]; 
+	nmo:duration 19; 
+	nmo:receivedDate "2008-08-29T15:24:49". 
+
+<urn:uuid:595276560> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14014552496>]; 
+	nmo:duration 49; 
+	nmo:receivedDate "2008-03-24T15:17:44". 
+
+<urn:uuid:770983029> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14014552496>]; 
+	nmo:duration 48; 
+	nmo:sentDate "2008-07-26T15:22:14". 
+
+<urn:uuid:1529165499> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14014552496>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-10T15:41:04";
+	nmo:receivedDate "2008-09-03T15:20:05";
+	nmo:plainTextMessageContent "Qui eum consequatvel praesent feugait accumsan duis. Nulla iriure illum te ex minim laoreet esse iriuredolor. Etaccumsan praesent doloremagna nonummy molestie lobortis velit vel duis ad ex. Facilisis qui facilisi duis ex quis nulla molestie dolore praesent autem. ".
+
+<urn:uuid:1305491696> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14014552496>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-17T16:07:07";
+	nmo:receivedDate "2008-12-02T16:06:22";
+	nmo:plainTextMessageContent "Ea at duis praesent esse lobortis dignissim. Facilisis ut nulla veniamquis enim eros consectetuer augue nulla vel odio ut ut te. Augue nulla lobortis dolor duis ut sit in duis suscipit. Velit hendrerit suscipit accumsan velit vel vero. Autem eros in consequat odio euismod feugait iusto. Lobortis dolor in odio vulputate nostrud iriure delenitaugue vulputate eufeugiat duis vero. ".
+
+<urn:uuid:2145965470> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14014552496>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-01T15:25:17";
+	nmo:receivedDate "2008-11-10T16:10:17";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Volutpat et tationullamcorper in. Feugait sit in duis ut duis at lobortis. Quis invulputate euismod facilisi nonummy vero vel illum luptatumzzril. Feugait feugiat nulla exerci. Nulla in minim iusto nulla dolore consequat etaccumsan in ea veniam facilisi. Hendrerit hendrerit ad dolore luptatumzzril consequat iriuredolor doloremagna aliquam minim aliquip ut. Ea ut facilisi vero nostrud consequatvel. ".
+
+<urn:uuid:274276115> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14014552496>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-03T15:56:34";
+	nmo:receivedDate "2008-08-20T15:13:37";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Lorem ullamcorper minim vel suscipit adipiscing wisi Utwisi volutpat. Veniam accumsan tincidunt dolore commodo nislut ut. Iriure nulla nulla dolore accumsan velit facilisis sit minim. Autem Utwisi nostrud facilisis nislut lobortis facilisi feugait nostrud nonummy exerci tationullamcorper zzril. Sit doloremagna hendrerit ullamcorper dignissim facilisi ea. Dolore feugait zzril illum. Duis dolore nibh elitsed nislut praesent te praesent. ".
+
+<urn:uuid:1850881686> a nco:PersonContact; 
+	nco:fullname "Dale Wells";
+	nco:nameGiven "Dale";
+	nco:nameFamily "Wells";
+	nco:birthDate "1942-07-03";
+	nco:hasAffiliation "Arcade Attendant";
+	nco:hasEmailAddress <mailto:dwells nibhaliquam gov>;
+	nco:hasPhoneNumber <tel:+14014552496>;
+	nco:hasPostalAddress <urn:uuid:1449184803>.
+
+<urn:uuid:1609195760> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01021" ;
+	nco:locality "Chicopee" ;
+	nco:streetAddress "9315 Oakgreen Drive" .
+
+<mailto:luigi bruns tinciduntnonummy net> a nco:EmailAddress; 
+	nco:emailAddress "luigi bruns tinciduntnonummy net".
+
+<urn:uuid:276147427> a nco:PersonContact; 
+	nco:fullname "Luigi Bruns";
+	nco:nameGiven "Luigi";
+	nco:nameFamily "Bruns";
+	nco:birthDate "1942-04-21";
+	nco:hasAffiliation "Call Center Representative 3";
+	nco:hasEmailAddress <mailto:luigi bruns tinciduntnonummy net>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:1609195760>.
+
+<urn:uuid:1342146246> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1854743456>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Utwisi facilisi duis iriuredolor facilisis nostrud feugait in esse wisi eu eum tationullamcorper. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-15T19:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-15T19:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1854743456>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1066675629> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12848" ;
+	nco:locality "Middle Falls" ;
+	nco:streetAddress "8762 Northridge Lane" .
+
+<mailto:jeanie langlois diamlaoreet edu> a nco:EmailAddress; 
+	nco:emailAddress "jeanie langlois diamlaoreet edu".
+
+<tel:+12075686519> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)568-6519".
+
+<urn:uuid:1017373620> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12075686519>]; 
+	nmo:duration 32; 
+	nmo:receivedDate "2008-09-25T16:02:39". 
+
+<urn:uuid:2012428004> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12075686519>]; 
+	nmo:duration 47; 
+	nmo:receivedDate "2008-01-20T15:36:14". 
+
+<urn:uuid:439094015> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12075686519>]; 
+	nmo:duration 46; 
+	nmo:sentDate "2008-07-31T15:16:49". 
+
+<urn:uuid:46751983> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12075686519>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-09T15:27:28";
+	nmo:receivedDate "2008-09-19T15:38:31";
+	nmo:plainTextMessageContent "Ea invulputate nulla laoreet facilisis sit diam enim augue et. Ex autem blandit nonummy dignissim tationullamcorper. Nulla nonummy tationullamcorper illum facilisis commodo suscipit enim praesent vel minim amet eros illum. Qui in aliquip diam dignissim wisi praesent esse exerci. Dolore velit praesent te velit dolore lorem. Enim iustoodio in accumsan. ".
+
+<urn:uuid:644132187> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12075686519>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-04T15:24:31";
+	nmo:receivedDate "2009-01-28T15:21:34";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Esse eum luptatumzzril ut ad suscipit luptatumzzril accumsan velit te vel. Ut exerci esse sit consequatvel. Facilisi delenitaugue eros ad. Nulla nislut doloremagna elitsed veniamquis nulla nulla quis facilisi molestie feugait exerci. Etaccumsan at adipiscing consequatvel. Vero consequat ea vulputate delenit aliquip. Illum in facilisis consequat. ".
+
+<urn:uuid:1551503613> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12075686519>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-26T15:22:57";
+	nmo:receivedDate "2008-10-10T15:40:21";
+	nmo:plainTextMessageContent "Tation qui delenitaugue diam feugiat ad facilisi luptatum esse nislut. Quis at eufeugiat enim velit. Consequat accumsan wisi facilisis nulla illum dolore dignissim. Ea consequat minim nulla in ad suscipit. Nulla dolor diam iriuredolor volutpat. ".
+
+<urn:uuid:218408963> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12075686519>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-24T15:31:13";
+	nmo:receivedDate "2008-02-29T16:06:24";
+	nmo:plainTextMessageContent "Et ut iustoodio hendrerit quis esse hendrerit. Illum ad illum aliquam molestie. In euismod aliquip in nibh et aliquam minim enim minim lorem. Etaccumsan feugait te ex ut vel invulputate duis feugiat. Elitsed molestie delenitaugue commodo doloremagna hendrerit in minim consequatvel elitsed ad consectetuer. Odio laoreet te accumsan tincidunt blandit ea Utwisi iustoodio eufeugiat blandit praesent commodoconsequat ea. ".
+
+<urn:uuid:538422874> a nco:PersonContact; 
+	nco:fullname "Jeanie Langlois";
+	nco:nameGiven "Jeanie";
+	nco:nameFamily "Langlois";
+	nco:birthDate "1942-08-17";
+	nco:hasAffiliation "Analyst Rate";
+	nco:hasEmailAddress <mailto:jeanie langlois diamlaoreet edu>;
+	nco:hasPhoneNumber <tel:+12075686519>;
+	nco:hasPostalAddress <urn:uuid:1066675629>.
+
+<urn:uuid:1119813725> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1154247600>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Duis eum eum vero quis exerci enim. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-09T15:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-09T16:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1154247600>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:128927955> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08741" ;
+	nco:locality "Pine Beach" ;
+	nco:streetAddress "9151 Marywood Chase Trail" .
+
+<mailto:vgallo delenitaugueminim org> a nco:EmailAddress; 
+	nco:emailAddress "vgallo delenitaugueminim org".
+
+<urn:uuid:1849024653> a nco:PersonContact; 
+	nco:fullname "Vance Gallo";
+	nco:nameGiven "Vance";
+	nco:nameFamily "Gallo";
+	nco:birthDate "1942-04-12";
+	nco:hasAffiliation "Priest";
+	nco:hasEmailAddress <mailto:vgallo delenitaugueminim org>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:128927955>.
+
+<urn:uuid:1128978131> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04942" ;
+	nco:locality "Harmony" ;
+	nco:streetAddress "6627 Capital Circle" .
+
+<mailto:acummings molestiead com> a nco:EmailAddress; 
+	nco:emailAddress "acummings molestiead com".
+
+<urn:uuid:48114581> a nco:PersonContact; 
+	nco:fullname "Adalberto Cummings";
+	nco:nameGiven "Adalberto";
+	nco:nameFamily "Cummings";
+	nco:birthDate "1942-09-29";
+	nco:hasAffiliation "Mechanical Drafter";
+	nco:hasEmailAddress <mailto:acummings molestiead com>;
+	nco:hasPostalAddress <urn:uuid:1128978131>.
+
+<urn:uuid:912963363> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10306" ;
+	nco:locality "Staten Island" ;
+	nco:streetAddress "437 Oriole Avenue" .
+
+<mailto:eestep velat us> a nco:EmailAddress; 
+	nco:emailAddress "eestep velat us".
+
+<urn:uuid:724772355> a nco:PersonContact; 
+	nco:fullname "Eloisa Estep";
+	nco:nameGiven "Eloisa";
+	nco:nameFamily "Estep";
+	nco:birthDate "1942-06-18";
+	nco:hasAffiliation "Architect Data";
+	nco:hasEmailAddress <mailto:eestep velat us>;
+	nco:hasPostalAddress <urn:uuid:912963363>.
+
+<urn:uuid:1310260255> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14227" ;
+	nco:locality "Buffalo" ;
+	nco:streetAddress "5330 Park Drive" .
+
+<mailto:vredding dignissimat net> a nco:EmailAddress; 
+	nco:emailAddress "vredding dignissimat net".
+
+<urn:uuid:2085013917> a nco:PersonContact; 
+	nco:fullname "Virgina Redding";
+	nco:nameGiven "Virgina";
+	nco:nameFamily "Redding";
+	nco:birthDate "1943-01-23";
+	nco:hasAffiliation "Repairer Electrical Instrument";
+	nco:hasEmailAddress <mailto:vredding dignissimat net>;
+	nco:hasPostalAddress <urn:uuid:1310260255>.
+
+<urn:uuid:1259060129> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05742" ;
+	nco:locality "East Wallingford" ;
+	nco:streetAddress "8626 Ridgetown Trail" .
+
+<mailto:lester ruffin enimex tv> a nco:EmailAddress; 
+	nco:emailAddress "lester ruffin enimex tv".
+
+<urn:uuid:497888515> a nco:PersonContact; 
+	nco:fullname "Lester Ruffin";
+	nco:nameGiven "Lester";
+	nco:nameFamily "Ruffin";
+	nco:birthDate "1942-12-22";
+	nco:hasAffiliation "Past Due Accounts Clerk";
+	nco:hasEmailAddress <mailto:lester ruffin enimex tv>;
+	nco:hasPostalAddress <urn:uuid:1259060129>.
+
+<urn:uuid:1987801707> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04003" ;
+	nco:locality "Bailey Island" ;
+	nco:streetAddress "7150 Shadeley Parkway" .
+
+<mailto:eali feugiatenim org> a nco:EmailAddress; 
+	nco:emailAddress "eali feugiatenim org".
+
+<tel:+18025808801> a nco:PhoneNumber; 
+	nco:phoneNumber "(802)580-8801".
+
+<urn:uuid:596015576> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18025808801>]; 
+	nmo:duration 11; 
+	nmo:receivedDate "2008-04-10T15:47:55". 
+
+<urn:uuid:2110537599> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18025808801>]; 
+	nmo:duration 27; 
+	nmo:receivedDate "2008-09-16T16:08:13". 
+
+<urn:uuid:961736501> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18025808801>]; 
+	nmo:duration 32; 
+	nmo:sentDate "2008-03-02T15:55:37". 
+
+<urn:uuid:1352010509> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18025808801>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-14T16:09:52";
+	nmo:receivedDate "2008-12-26T15:51:22";
+	nmo:plainTextMessageContent "Minim eros nostrud vel nulla eu et exerci iusto commodo ut veniamquis dolore. Te eufeugiat volutpat luptatumzzril ex velit delenitaugue lorem accumsan te ea dignissim eros. Laoreet nibh suscipit amet. Consequatvel dolore volutpat in iriure ea aliquip consectetuer vulputate dolore autem minim nonummy erat. ".
+
+<urn:uuid:1064072159> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18025808801>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-01T16:00:18";
+	nmo:receivedDate "2008-02-26T15:59:29";
+	nmo:plainTextMessageContent "Quis facilisis zzril molestie nostrud doloremagna tationullamcorper. Luptatumzzril autem euismod wisi delenit aliquip te elitsed elitsed nislut iusto. Nonummy odio commodo ad diam. Dolor sit vero suscipit aliquam eum vero nulla augue eum te augue feugait duis. Praesent feugait enim luptatumzzril wisi in vel autem vero facilisis hendrerit enim accumsan enim. ".
+
+<urn:uuid:1022503046> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18025808801>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-26T15:51:17";
+	nmo:receivedDate "2008-12-12T15:24:29";
+	nmo:plainTextMessageContent "Vero hendrerit in consequat in minim eros. Ullamcorper iustoodio vel duis laoreet iriure esse. Nulla illum ut molestie. Diam ut eum dignissim amet ex ad nulla ex consequat delenitaugue tationullamcorper tincidunt. ".
+
+<urn:uuid:1868219762> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18025808801>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-06T15:54:38";
+	nmo:receivedDate "2008-04-26T16:10:18";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Elitsed at vero blandit esse accumsan velit tationullamcorper et consequatvel euismod eum praesent. Feugait ex ea autem adipiscing blandit blandit. Et hendrerit at et. Commodoconsequat suscipit dolor et te Utwisi delenitaugue hendrerit iriure et ut nislut doloremagna praesent. Luptatumzzril augue blandit te qui etaccumsan hendrerit luptatumzzril autem lobortis. Molestie hendrerit eufeugiat dolor illum ullamcorper. ".
+
+<urn:uuid:564495227> a nco:PersonContact; 
+	nco:fullname "Emanuel Ali";
+	nco:nameGiven "Emanuel";
+	nco:nameFamily "Ali";
+	nco:birthDate "1943-01-11";
+	nco:hasAffiliation "Medical Transcriber";
+	nco:hasEmailAddress <mailto:eali feugiatenim org>;
+	nco:hasPhoneNumber <tel:+18025808801>;
+	nco:hasPostalAddress <urn:uuid:1987801707>.
+
+<urn:uuid:7235571> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04282" ;
+	nco:locality "Turner" ;
+	nco:streetAddress "6537 Crossflower Way" .
+
+<mailto:wilber crane ametdolor info> a nco:EmailAddress; 
+	nco:emailAddress "wilber crane ametdolor info".
+
+<urn:uuid:78587942> a nco:PersonContact; 
+	nco:fullname "Wilber Crane";
+	nco:nameGiven "Wilber";
+	nco:nameFamily "Crane";
+	nco:birthDate "1942-12-31";
+	nco:hasAffiliation "Advertising Account Executive";
+	nco:hasEmailAddress <mailto:wilber crane ametdolor info>;
+	nco:hasPostalAddress <urn:uuid:7235571>.
+
+<urn:uuid:852553364> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12019" ;
+	nco:locality "Ballston Lake" ;
+	nco:streetAddress "4162 Saint Louis Way" .
+
+<mailto:curtis silva blanditeum com> a nco:EmailAddress; 
+	nco:emailAddress "curtis silva blanditeum com".
+
+<urn:uuid:1634351996> a nco:PersonContact; 
+	nco:fullname "Curtis Silva";
+	nco:nameGiven "Curtis";
+	nco:nameFamily "Silva";
+	nco:birthDate "1942-09-13";
+	nco:hasAffiliation "Custodial Supervisor";
+	nco:hasEmailAddress <mailto:curtis silva blanditeum com>;
+	nco:hasPostalAddress <urn:uuid:852553364>.
+
+<urn:uuid:1578463237> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12193" ;
+	nco:locality "Westerlo" ;
+	nco:streetAddress "9364 Olive Circle" .
+
+<mailto:emontenegro adet gov> a nco:EmailAddress; 
+	nco:emailAddress "emontenegro adet gov".
+
+<urn:uuid:1741879600> a nco:PersonContact; 
+	nco:fullname "Eloise Montenegro";
+	nco:nameGiven "Eloise";
+	nco:nameFamily "Montenegro";
+	nco:birthDate "1942-04-28";
+	nco:hasAffiliation "Librarian Technical";
+	nco:hasEmailAddress <mailto:emontenegro adet gov>;
+	nco:hasPostalAddress <urn:uuid:1578463237>.
+
+<urn:uuid:1643363872> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03766" ;
+	nco:locality "Lebanon" ;
+	nco:streetAddress "9438 Adair Bridge Drive" .
+
+<mailto:pstevens nonummyvel edu> a nco:EmailAddress; 
+	nco:emailAddress "pstevens nonummyvel edu".
+
+<xmpp:penelope stevens gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Penelope Stevens" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "At lobortis duis suscipit dignissim feugiat volutpat iustoodio sit ea exerci commodoconsequat. " ;
+	nco:imID "penelope stevens gmail com".
+
+<urn:uuid:1519631925> a nco:PersonContact; 
+	nco:fullname "Penelope Stevens";
+	nco:nameGiven "Penelope";
+	nco:nameFamily "Stevens";
+	nco:birthDate "1942-08-05";
+	nco:hasAffiliation "Director Nursing";
+	nco:hasEmailAddress <mailto:pstevens nonummyvel edu>;
+	nco:hasIMAccount <xmpp:penelope stevens gmail com>;
+	nco:hasPostalAddress <urn:uuid:1643363872>.
+
+<urn:uuid:1356571487> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02780" ;
+	nco:locality "Taunton" ;
+	nco:streetAddress "1915 Ingberg Circle" .
+
+<mailto:emiranda accumsanullamcorper us> a nco:EmailAddress; 
+	nco:emailAddress "emiranda accumsanullamcorper us".
+
+<urn:uuid:187441448> a nco:PersonContact; 
+	nco:fullname "Erasmo Miranda";
+	nco:nameGiven "Erasmo";
+	nco:nameFamily "Miranda";
+	nco:birthDate "1942-04-13";
+	nco:hasAffiliation "Programming Supervisor";
+	nco:hasEmailAddress <mailto:emiranda accumsanullamcorper us>;
+	nco:hasPostalAddress <urn:uuid:1356571487>.
+
+<urn:uuid:1904171892> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03862" ;
+	nco:locality "North Hampton" ;
+	nco:streetAddress "2424 Winchester Trail" .
+
+<mailto:ccardona dolorelorem org> a nco:EmailAddress; 
+	nco:emailAddress "ccardona dolorelorem org".
+
+<urn:uuid:1710733001> a nco:PersonContact; 
+	nco:fullname "Carmen Cardona";
+	nco:nameGiven "Carmen";
+	nco:nameFamily "Cardona";
+	nco:birthDate "1942-07-30";
+	nco:hasAffiliation "Banking Loan Closer";
+	nco:hasEmailAddress <mailto:ccardona dolorelorem org>;
+	nco:hasPostalAddress <urn:uuid:1904171892>.
+
+<urn:uuid:973745173> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01969" ;
+	nco:locality "Rowley" ;
+	nco:streetAddress "4823 Mendel Lane" .
+
+<mailto:tdriscoll nonummyblandit net> a nco:EmailAddress; 
+	nco:emailAddress "tdriscoll nonummyblandit net".
+
+<tel:+18021131157> a nco:PhoneNumber; 
+	nco:phoneNumber "(802)113-1157".
+
+<urn:uuid:1456928021> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18021131157>]; 
+	nmo:duration 16; 
+	nmo:sentDate "2008-06-18T16:01:47". 
+
+<urn:uuid:759396713> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18021131157>]; 
+	nmo:duration 5; 
+	nmo:receivedDate "2008-09-25T15:38:09". 
+
+<urn:uuid:805124967> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18021131157>]; 
+	nmo:duration 24; 
+	nmo:receivedDate "2008-05-14T15:30:38". 
+
+<urn:uuid:1122112859> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18021131157>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-14T15:32:28";
+	nmo:receivedDate "2008-07-15T15:36:59";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Ad iriuredolor hendrerit praesent ea ea te dolore sit hendrerit. Tation nulla consectetuer esse. Elitsed lorem eum ex. Volutpat suscipit eum consectetuer tationullamcorper ut nulla duis iustoodio vero. Autem nostrud autem te velit nostrud nonummy eu exerci molestie tationullamcorper facilisis. ".
+
+<urn:uuid:1570061756> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18021131157>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-27T15:30:02";
+	nmo:receivedDate "2008-03-27T15:58:33";
+	nmo:plainTextMessageContent "Luptatum velit nostrud eufeugiat eufeugiat lobortis. Te vel luptatumzzril ut et esse elitsed dolor hendrerit ut facilisis autem consectetuer. Ex nostrud Utwisi illum at suscipit nonummy facilisi illum commodo. Dolore iriuredolor laoreet nulla qui. ".
+
+<urn:uuid:708717562> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18021131157>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-20T15:45:13";
+	nmo:receivedDate "2009-01-30T16:04:19";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Dolor autem dignissim facilisi iusto in nulla qui consectetuer duis nibh velit vel. Utwisi nulla blandit nislut iriuredolor. Doloremagna molestie nisl zzril duis molestie erat consequat vel Utwisi. Nonummy hendrerit ex autem hendrerit odio adipiscing facilisis lobortis tation. Accumsan ad at qui hendrerit illum in euismod nulla iriuredolor dolore. ".
+
+<urn:uuid:1710797319> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18021131157>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-26T15:35:19";
+	nmo:receivedDate "2009-02-16T15:39:25";
+	nmo:plainTextMessageContent "Vel ex ad aliquam velit eum Utwisi dolore. Duis elitsed at ad nulla vel ipsum consequat diam iustoodio. Euismod ad autem doloremagna autem. Molestie elitsed dolor duis. Etaccumsan facilisis dolore illum illum ad iusto veniam duis te nulla consectetuer eum. Nulla zzril velit tincidunt luptatumzzril te. Volutpat suscipit at eros nibh vulputate vulputate laoreet esse elitsed te. ".
+
+<urn:uuid:1318196797> a nco:PersonContact; 
+	nco:fullname "Toni Driscoll";
+	nco:nameGiven "Toni";
+	nco:nameFamily "Driscoll";
+	nco:birthDate "1942-10-02";
+	nco:hasAffiliation "Sales Assistant";
+	nco:hasEmailAddress <mailto:tdriscoll nonummyblandit net>;
+	nco:hasPhoneNumber <tel:+18021131157>;
+	nco:hasPostalAddress <urn:uuid:973745173>.
+
+<urn:uuid:424536736> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05342" ;
+	nco:locality "Jacksonville" ;
+	nco:streetAddress "7797 Ottumwa Lane" .
+
+<mailto:wblaylock luptatumzzriliusto org> a nco:EmailAddress; 
+	nco:emailAddress "wblaylock luptatumzzriliusto org".
+
+<xmpp:winford blaylock gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Winford Blaylock" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Facilisis ex feugiat dolore. " ;
+	nco:imID "winford blaylock gmail com".
+
+<urn:uuid:1155348940> a nco:PersonContact; 
+	nco:fullname "Winford Blaylock";
+	nco:nameGiven "Winford";
+	nco:nameFamily "Blaylock";
+	nco:birthDate "1942-07-29";
+	nco:hasAffiliation "Telephone Line Installer";
+	nco:hasEmailAddress <mailto:wblaylock luptatumzzriliusto org>;
+	nco:hasIMAccount <xmpp:winford blaylock gmail com>;
+	nco:hasPostalAddress <urn:uuid:424536736>.
+
+<urn:uuid:1455294781> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03581" ;
+	nco:locality "Gorham" ;
+	nco:streetAddress "9365 Windham Trail" .
+
+<mailto:winfred zeller illumlobortis org> a nco:EmailAddress; 
+	nco:emailAddress "winfred zeller illumlobortis org".
+
+<urn:uuid:3433213> a nco:PersonContact; 
+	nco:fullname "Winfred Zeller";
+	nco:nameGiven "Winfred";
+	nco:nameFamily "Zeller";
+	nco:birthDate "1942-07-09";
+	nco:hasAffiliation "Personnel Plant Supervisor";
+	nco:hasEmailAddress <mailto:winfred zeller illumlobortis org>;
+	nco:hasPostalAddress <urn:uuid:1455294781>.
+
+<urn:uuid:1620566685> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10110" ;
+	nco:locality "New York" ;
+	nco:streetAddress "6718 Fernspring Parkway" .
+
+<mailto:ctitus doloremagnavero org> a nco:EmailAddress; 
+	nco:emailAddress "ctitus doloremagnavero org".
+
+<urn:uuid:360937704> a nco:PersonContact; 
+	nco:fullname "Camille Titus";
+	nco:nameGiven "Camille";
+	nco:nameFamily "Titus";
+	nco:birthDate "1942-08-01";
+	nco:hasAffiliation "Helper Machine Operator";
+	nco:hasEmailAddress <mailto:ctitus doloremagnavero org>;
+	nco:hasPostalAddress <urn:uuid:1620566685>.
+
+<urn:uuid:2119202311> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14435" ;
+	nco:locality "Conesus" ;
+	nco:streetAddress "6951 Paris Drive" .
+
+<mailto:alin eumduis us> a nco:EmailAddress; 
+	nco:emailAddress "alin eumduis us".
+
+<tel:+16464323480> a nco:PhoneNumber; 
+	nco:phoneNumber "(646)432-3480".
+
+<urn:uuid:1983835468> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16464323480>]; 
+	nmo:duration 8; 
+	nmo:receivedDate "2008-06-22T15:57:43". 
+
+<urn:uuid:1827905582> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16464323480>]; 
+	nmo:duration 15; 
+	nmo:receivedDate "2008-03-04T15:17:42". 
+
+<urn:uuid:296145132> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16464323480>]; 
+	nmo:duration 16; 
+	nmo:sentDate "2008-05-16T15:19:20". 
+
+<urn:uuid:1174898930> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16464323480>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-04T16:08:01";
+	nmo:receivedDate "2008-09-01T15:43:45";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Ex vero vel consectetuer nibh delenit nulla esse dolor luptatumzzril duis ea at tincidunt. Lorem quis autem iustoodio tationullamcorper. Laoreet hendrerit dignissim exerci aliquip aliquam etaccumsan nulla eu hendrerit quis duis. Suscipit duis qui vulputate amet lobortis ex eum consequat. Dolor wisi nulla et consequat et aliquip velit enim lobortis. Dolore lobortis duis laoreet. Erat eros qui velit ex enim tationullamcorper molestie veniamquis duis ad qui. ".
+
+<urn:uuid:1228815946> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16464323480>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-09T16:11:30";
+	nmo:receivedDate "2008-09-14T16:07:24";
+	nmo:plainTextMessageContent "Velit consequat Utwisi suscipit. Hendrerit laoreet vulputate autem et facilisi. Dolore facilisi et nulla qui molestie dolore delenitaugue ea enim quis iriure erat. Nulla eufeugiat nislut consequat molestie eros molestie feugiat consectetuer ea. Enim eufeugiat ex facilisi. ".
+
+<urn:uuid:2108242576> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16464323480>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-10T16:01:50";
+	nmo:receivedDate "2008-04-02T15:13:54";
+	nmo:plainTextMessageContent "Facilisis dignissim zzril euismod exerci dolore amet ex nostrud. Molestie delenit etaccumsan et invulputate accumsan aliquip. Aliquam nostrud ut odio vulputate sit illum etaccumsan eufeugiat. Consequat nostrud exerci dignissim qui dolore nibh nostrud consequatvel amet nulla. Nislut zzril suscipit luptatum ipsum facilisi aliquip veniam sit nibh iustoodio feugiat zzril Utwisi. ".
+
+<urn:uuid:1946552160> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16464323480>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-12T15:17:02";
+	nmo:receivedDate "2008-03-24T15:44:20";
+	nmo:plainTextMessageContent "Duis nostrud tationullamcorper nislut in eum vel duis ut. Autem sit adipiscing nulla et ipsum vel ut. Illum iriure ea eum hendrerit odio doloremagna diam eufeugiat ut dolore consequatvel at dolore. Praesent minim dolore et nostrud hendrerit elitsed praesent dolore delenit Utwisi nulla etaccumsan. Autem duis aliquip esse duis euismod ex elitsed delenitaugue. Duis commodo erat facilisis in ut ea commodoconsequat. ".
+
+<urn:uuid:1489738063> a nco:PersonContact; 
+	nco:fullname "Alexis Lin";
+	nco:nameGiven "Alexis";
+	nco:nameFamily "Lin";
+	nco:birthDate "1942-07-04";
+	nco:hasAffiliation "Insurance Billing Clerk";
+	nco:hasEmailAddress <mailto:alin eumduis us>;
+	nco:hasPhoneNumber <tel:+16464323480>;
+	nco:hasPostalAddress <urn:uuid:2119202311>.
+
+<urn:uuid:1483759388> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15363" ;
+	nco:locality "Strabane" ;
+	nco:streetAddress "335 Gadient Parkway" .
+
+<mailto:kgrant iustoodioluptatum org> a nco:EmailAddress; 
+	nco:emailAddress "kgrant iustoodioluptatum org".
+
+<xmpp:karon grant gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Karon Grant" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Laoreet nostrud feugiat vel. " ;
+	nco:imID "karon grant gmail com".
+
+<tel:+12078916316> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)891-6316".
+
+<urn:uuid:1608010330> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12078916316>]; 
+	nmo:duration 37; 
+	nmo:receivedDate "2008-12-28T16:04:35". 
+
+<urn:uuid:1808048327> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12078916316>]; 
+	nmo:duration 22; 
+	nmo:sentDate "2008-10-02T15:23:43". 
+
+<urn:uuid:1170749632> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12078916316>]; 
+	nmo:duration 38; 
+	nmo:receivedDate "2008-08-27T15:12:54". 
+
+<urn:uuid:204237686> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12078916316>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-17T15:15:54";
+	nmo:receivedDate "2008-09-29T15:41:01";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Doloremagna nostrud consequat nulla volutpat lobortis dolore tationullamcorper. Facilisis vel dolore iriuredolor dolore velit doloremagna delenit eros consequatvel iriuredolor. Duis praesent nonummy facilisis luptatum ut facilisis aliquip velit ea. Esse veniam te ea ex ut consequatvel nulla dolore qui duis eros eros autem. Volutpat nisl eufeugiat aliquam Utwisi in facilisi. ".
+
+<urn:uuid:912509096> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12078916316>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-03T15:30:33";
+	nmo:receivedDate "2008-10-01T15:29:42";
+	nmo:plainTextMessageContent "Nulla duis nibh velit et dignissim feugait qui. Ad diam suscipit duis ut amet dolore blandit nibh dolore tincidunt. Esse consequatvel aliquip dolore iusto ex lobortis consectetuer dolor vulputate minim eros. Exerci aliquip ut ut duis luptatum invulputate nislut dignissim euismod feugait feugait te. ".
+
+<urn:uuid:151714044> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12078916316>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-28T15:15:20";
+	nmo:receivedDate "2008-08-19T15:28:25";
+	nmo:plainTextMessageContent "Suscipit vel vulputate delenitaugue iriuredolor. Ea invulputate molestie euismod praesent etaccumsan dolor duis minim exerci facilisis. Vulputate lobortis illum nostrud hendrerit ex iriuredolor etaccumsan. In feugait at blandit ut. Doloremagna hendrerit velit aliquam dignissim in ad sit. ".
+
+<urn:uuid:381316499> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12078916316>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-16T16:09:00";
+	nmo:receivedDate "2009-01-27T15:55:55";
+	nmo:plainTextMessageContent "Eum quis eros consequatvel. Nulla facilisis elitsed wisi volutpat consectetuer dignissim nonummy tationullamcorper nonummy. Diam luptatumzzril augue illum commodoconsequat. Commodoconsequat at dolor eum delenit vel dignissim consequat iusto exerci nostrud feugait. ".
+
+<urn:uuid:1302391139> a nco:PersonContact; 
+	nco:fullname "Karon Grant";
+	nco:nameGiven "Karon";
+	nco:nameFamily "Grant";
+	nco:birthDate "1942-05-12";
+	nco:hasAffiliation "Buyer Junior";
+	nco:hasEmailAddress <mailto:kgrant iustoodioluptatum org>;
+	nco:hasPhoneNumber <tel:+12078916316>;
+	nco:hasIMAccount <xmpp:karon grant gmail com>;
+	nco:hasPostalAddress <urn:uuid:1483759388>.
+
+<urn:uuid:2004017034> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1302391139>;
+	nmo:sentDate "2008-08-25T15:48:35";
+	nmo:receivedDate "2008-08-25T15:49:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kgrant iustoodioluptatum org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ullamcorper enim delenitaugue praesent molestie te. ";
+	nmo:plainTextMessageContent "Erat at laoreet molestie ea ipsum eu molestie luptatum amet. Dolore diam ad dolor te qui veniamquis. ".
+
+<urn:uuid:585040063> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1302391139>;
+	nmo:sentDate "2008-04-10T15:30:53";
+	nmo:receivedDate "2008-04-10T15:30:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kgrant iustoodioluptatum org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:2085013917>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "vredding dignissimat net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Commodo illum ad diam et. ";
+	nmo:plainTextMessageContent "Feugiat dignissim consequat consequat amet te minim feugait. Euismod etaccumsan commodoconsequat feugiat minim nostrud velit eros minim dignissim dolor. ".
+
+<urn:uuid:1328897404> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1302391139>;
+	nmo:sentDate "2008-03-09T16:10:57";
+	nmo:receivedDate "2008-03-09T16:11:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kgrant iustoodioluptatum org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1825893848>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "aroldan exea edu"];
+	nmo:messageSubject "Adipiscing delenit facilisi euismod consequat duis dignissim blandit et veniamquis ex. ";
+	nmo:plainTextMessageContent "Esse luptatumzzril enim vel vel in consequat dolor wisi. Invulputate tationullamcorper dignissim vero suscipit autem vero dolore consequat illum diam vero. ".
+
+<urn:uuid:1670865521> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1302391139>;
+	nmo:sentDate "2008-03-08T15:26:24";
+	nmo:receivedDate "2008-03-08T15:26:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kgrant iustoodioluptatum org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vel duis dolore nulla aliquip vero qui commodoconsequat minim in hendrerit dignissim te feugait. ";
+	nmo:plainTextMessageContent "Etaccumsan nulla volutpat ea. Tationullamcorper dolor dolor nisl molestie vel te lobortis vel et iusto commodo ex. ".
+
+<urn:uuid:415586495> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1302391139>;
+	nmo:sentDate "2008-12-13T15:45:56";
+	nmo:receivedDate "2008-12-13T15:45:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kgrant iustoodioluptatum org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Odio ex nislut diam iriure ex nisl wisi dolore nislut laoreet. ";
+	nmo:plainTextMessageContent "Ipsum laoreet nonummy dignissim blandit autem velit nostrud. Commodoconsequat minim sit consectetuer minim eros. ".
+
+<urn:uuid:1998064201> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1302391139>;
+	nmo:sentDate "2008-09-23T15:33:30";
+	nmo:receivedDate "2008-09-23T15:33:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kgrant iustoodioluptatum org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1169855577>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "wilma vanmeter dolorecommodo edu"];
+	nmo:bcc <urn:uuid:1989433187>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rsonnier facilisiamet us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Iriuredolor duis ullamcorper sit ad ut nostrud nulla dolor esse. ";
+	nmo:plainTextMessageContent "Velit dolore exerci facilisi duis iriure consectetuer aliquip facilisi duis. ".
+
+<urn:uuid:276444038> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1302391139>;
+	nmo:sentDate "2008-05-12T15:59:17";
+	nmo:receivedDate "2008-05-12T16:00:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kgrant iustoodioluptatum org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Praesent hendrerit vel nisl autem dolore hendrerit at. ";
+	nmo:plainTextMessageContent "Consequat eum vel ea zzril at molestie facilisi. ".
+
+<urn:uuid:88646356> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04495" ;
+	nco:locality "Winn" ;
+	nco:streetAddress "4264 Moore Circle" .
+
+<mailto:kyle chan verovel eu> a nco:EmailAddress; 
+	nco:emailAddress "kyle chan verovel eu".
+
+<urn:uuid:992852623> a nco:PersonContact; 
+	nco:fullname "Kyle Chan";
+	nco:nameGiven "Kyle";
+	nco:nameFamily "Chan";
+	nco:birthDate "1942-04-18";
+	nco:hasAffiliation "Erector Machinery";
+	nco:hasEmailAddress <mailto:kyle chan verovel eu>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:88646356>.
+
+<urn:uuid:1802922482> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07727" ;
+	nco:locality "Farmingdale" ;
+	nco:streetAddress "792 Beaux Bridge Cove" .
+
+<mailto:hollie montes odioexerci us> a nco:EmailAddress; 
+	nco:emailAddress "hollie montes odioexerci us".
+
+<urn:uuid:1740682668> a nco:PersonContact; 
+	nco:fullname "Hollie Montes";
+	nco:nameGiven "Hollie";
+	nco:nameFamily "Montes";
+	nco:birthDate "1942-11-19";
+	nco:hasAffiliation "Banking Safe Deposit Clerk";
+	nco:hasEmailAddress <mailto:hollie montes odioexerci us>;
+	nco:hasPostalAddress <urn:uuid:1802922482>.
+
+<urn:uuid:796657696> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01520" ;
+	nco:locality "Holden" ;
+	nco:streetAddress "2272 Fords Station Way" .
+
+<mailto:juan gaskins molestieautem edu> a nco:EmailAddress; 
+	nco:emailAddress "juan gaskins molestieautem edu".
+
+<tel:+19179331272> a nco:PhoneNumber; 
+	nco:phoneNumber "(917)933-1272".
+
+<urn:uuid:517372415> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19179331272>]; 
+	nmo:duration 1; 
+	nmo:sentDate "2009-01-22T15:45:11". 
+
+<urn:uuid:190174730> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19179331272>]; 
+	nmo:duration 43; 
+	nmo:sentDate "2008-04-09T15:20:46". 
+
+<urn:uuid:2473629> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19179331272>]; 
+	nmo:duration 4; 
+	nmo:receivedDate "2008-11-30T15:45:31". 
+
+<urn:uuid:1631636993> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19179331272>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-14T15:43:12";
+	nmo:receivedDate "2008-07-10T15:18:39";
+	nmo:plainTextMessageContent "Vero in hendrerit te ullamcorper hendrerit enim ea. Aliquip vero velit ad dignissim Utwisi minim quis feugiat feugait suscipit et minim luptatum. Blandit commodoconsequat et praesent consectetuer te. Ipsum accumsan ad feugiat feugait. ".
+
+<urn:uuid:439070346> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19179331272>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-12T15:41:38";
+	nmo:receivedDate "2008-08-25T15:21:51";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Dolor autem in dolore enim exerci exerci dolor sit. Exerci dolore eufeugiat amet ex hendrerit exerci suscipit. Eros ipsum blandit tationullamcorper ex praesent nostrud consequatvel facilisis facilisi feugait vel. Dolore tation iustoodio in nonummy ipsum vero dolor duis veniamquis veniam vero ad ex. Dolore nulla duis ea. ".
+
+<urn:uuid:953147544> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19179331272>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-19T16:06:33";
+	nmo:receivedDate "2009-01-24T15:25:03";
+	nmo:plainTextMessageContent "Molestie tation consequat illum diam nislut qui odio nulla praesent volutpat. Consequatvel vulputate tincidunt nisl velit velit facilisis esse dolor. Iusto ad quis quis. Esse aliquip facilisi et Utwisi in esse iriure. Ad iustoodio et commodo euismod dolore eum. Vulputate sit ullamcorper ex at te lobortis eros nulla vulputate feugiat duis feugait. ".
+
+<urn:uuid:900253583> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19179331272>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-01T15:40:02";
+	nmo:receivedDate "2008-03-21T15:27:15";
+	nmo:plainTextMessageContent "Ad volutpat exerci commodoconsequat nisl ut veniamquis. Vel lorem dolore ut nislut dignissim et dolore lorem augue hendrerit luptatum suscipit hendrerit. Diam iustoodio consequat commodoconsequat ut dignissim qui. Sit facilisi feugait at vel ad et ipsum amet facilisis. ".
+
+<urn:uuid:69420491> a nco:PersonContact; 
+	nco:fullname "Juan Gaskins";
+	nco:nameGiven "Juan";
+	nco:nameFamily "Gaskins";
+	nco:birthDate "1943-01-04";
+	nco:hasAffiliation "National Sales Manager";
+	nco:hasEmailAddress <mailto:juan gaskins molestieautem edu>;
+	nco:hasPhoneNumber <tel:+19179331272>;
+	nco:hasPostalAddress <urn:uuid:796657696>.
+
+<urn:uuid:1536199625> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04056" ;
+	nco:locality "Newfield" ;
+	nco:streetAddress "2102 Oakland Avenue" .
+
+<mailto:don beardsley sitlobortis tv> a nco:EmailAddress; 
+	nco:emailAddress "don beardsley sitlobortis tv".
+
+<urn:uuid:309189477> a nco:PersonContact; 
+	nco:fullname "Don Beardsley";
+	nco:nameGiven "Don";
+	nco:nameFamily "Beardsley";
+	nco:birthDate "1942-06-06";
+	nco:hasAffiliation "Technician Certified Medication";
+	nco:hasEmailAddress <mailto:don beardsley sitlobortis tv>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:1536199625>.
+
+<urn:uuid:1225104835> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:538422874>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Minim dolore feugait eros dolore suscipit. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-19T19:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-19T20:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:538422874>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:909592531> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05403" ;
+	nco:locality "South Burlington" ;
+	nco:streetAddress "6050 Meadow Run Lane" .
+
+<mailto:ezekiel carrion hendreritconsequat edu> a nco:EmailAddress; 
+	nco:emailAddress "ezekiel carrion hendreritconsequat edu".
+
+<tel:+12019525231> a nco:PhoneNumber; 
+	nco:phoneNumber "(201)952-5231".
+
+<urn:uuid:2115801389> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12019525231>]; 
+	nmo:duration 17; 
+	nmo:receivedDate "2008-05-01T16:10:54". 
+
+<urn:uuid:1979757303> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12019525231>]; 
+	nmo:duration 13; 
+	nmo:receivedDate "2008-09-01T15:53:03". 
+
+<urn:uuid:286913939> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12019525231>]; 
+	nmo:duration 37; 
+	nmo:sentDate "2008-06-07T15:22:47". 
+
+<urn:uuid:1659219808> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12019525231>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-09T15:38:20";
+	nmo:receivedDate "2008-11-29T16:02:05";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Et wisi facilisis nulla eufeugiat ad. Accumsan ea aliquam amet iustoodio in. Veniamquis nostrud dolor ut veniam at consequatvel eros ipsum vulputate lobortis vulputate aliquip ut. Duis aliquip iusto delenitaugue eum suscipit duis ea nulla. ".
+
+<urn:uuid:997008422> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12019525231>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-24T15:25:57";
+	nmo:receivedDate "2008-11-12T15:12:54";
+	nmo:plainTextMessageContent "Delenitaugue at in blandit lobortis illum diam consequat. Aliquip wisi iusto quis molestie nulla laoreet suscipit. Feugait eum et ex Utwisi vel vero ea dolor velit. Nostrud tationullamcorper nostrud feugait blandit delenitaugue augue. ".
+
+<urn:uuid:1475007224> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12019525231>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-22T15:20:43";
+	nmo:receivedDate "2008-08-15T16:01:02";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Et lorem quis in illum ea commodoconsequat autem hendrerit. Luptatumzzril hendrerit vero lobortis consequat facilisi delenit in eu ut veniamquis. Feugait consequat veniam iriure. Delenitaugue feugait exerci minim praesent illum nulla commodoconsequat eum at. Dolore nonummy dolore commodo esse et nulla dolore dolor eufeugiat esse nostrud. ".
+
+<urn:uuid:2043322063> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12019525231>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-25T15:27:16";
+	nmo:receivedDate "2008-04-04T15:33:20";
+	nmo:plainTextMessageContent "Eum velit feugait facilisis lorem praesent velit iustoodio veniamquis molestie erat luptatum consectetuer. Nulla laoreet autem Utwisi nibh aliquam. Duis at doloremagna et amet consectetuer ea facilisis nibh dolore. Enim consequat tation delenit eu consectetuer duis consequat diam in consequat erat adipiscing. At velit facilisi consequat praesent lobortis nulla at esse consectetuer molestie sit at facilisi. Aliquam autem aliquip doloremagna duis facilisi dignissim commodoconsequat dolor ea lobortis ut feugait ad. ".
+
+<urn:uuid:1004275188> a nco:PersonContact; 
+	nco:fullname "Ezekiel Carrion";
+	nco:nameGiven "Ezekiel";
+	nco:nameFamily "Carrion";
+	nco:birthDate "1943-02-26";
+	nco:hasAffiliation "Checkroom Attendant";
+	nco:hasEmailAddress <mailto:ezekiel carrion hendreritconsequat edu>;
+	nco:hasPhoneNumber <tel:+12019525231>;
+	nco:hasPostalAddress <urn:uuid:909592531>.
+
+<urn:uuid:2128303499> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03580" ;
+	nco:locality "Franconia" ;
+	nco:streetAddress "5397 Overhill Drive" .
+
+<mailto:wbohannon utsuscipit net> a nco:EmailAddress; 
+	nco:emailAddress "wbohannon utsuscipit net".
+
+<urn:uuid:964928936> a nco:PersonContact; 
+	nco:fullname "Wilton Bohannon";
+	nco:nameGiven "Wilton";
+	nco:nameFamily "Bohannon";
+	nco:birthDate "1942-11-20";
+	nco:hasAffiliation "Import/Export Clerk";
+	nco:hasEmailAddress <mailto:wbohannon utsuscipit net>;
+	nco:hasPostalAddress <urn:uuid:2128303499>.
+
+<urn:uuid:100414302> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1379499947>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Qui ex facilisis luptatum iriuredolor vero hendrerit diam ut laoreet dolor nislut. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-10T20:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-10T21:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1379499947>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1121853664> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01537" ;
+	nco:locality "North Oxford" ;
+	nco:streetAddress "2550 Apple Valley Circle" .
+
+<mailto:bonita madsen doloreiustoodio tv> a nco:EmailAddress; 
+	nco:emailAddress "bonita madsen doloreiustoodio tv".
+
+<urn:uuid:485431282> a nco:PersonContact; 
+	nco:fullname "Bonita Madsen";
+	nco:nameGiven "Bonita";
+	nco:nameFamily "Madsen";
+	nco:birthDate "1942-07-16";
+	nco:hasAffiliation "Benefits Manager";
+	nco:hasEmailAddress <mailto:bonita madsen doloreiustoodio tv>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:1121853664>.
+
+<urn:uuid:1200011010> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14075" ;
+	nco:locality "Hamburg" ;
+	nco:streetAddress "4504 Oak Way" .
+
+<mailto:demarcus hinton aliquamnulla net> a nco:EmailAddress; 
+	nco:emailAddress "demarcus hinton aliquamnulla net".
+
+<urn:uuid:1197460198> a nco:PersonContact; 
+	nco:fullname "Demarcus Hinton";
+	nco:nameGiven "Demarcus";
+	nco:nameFamily "Hinton";
+	nco:birthDate "1942-09-27";
+	nco:hasAffiliation "Sheet Metal Worker";
+	nco:hasEmailAddress <mailto:demarcus hinton aliquamnulla net>;
+	nco:hasPostalAddress <urn:uuid:1200011010>.
+
+<urn:uuid:1005024748> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14437" ;
+	nco:locality "Dansville" ;
+	nco:streetAddress "9660 Kinderhill Circle" .
+
+<mailto:gmorgan etdolore org> a nco:EmailAddress; 
+	nco:emailAddress "gmorgan etdolore org".
+
+<tel:+15184936727> a nco:PhoneNumber; 
+	nco:phoneNumber "(518)493-6727".
+
+<urn:uuid:144375838> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15184936727>]; 
+	nmo:duration 14; 
+	nmo:receivedDate "2008-02-27T15:37:54". 
+
+<urn:uuid:1431365088> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15184936727>]; 
+	nmo:duration 0; 
+	nmo:receivedDate "2008-10-25T15:13:57". 
+
+<urn:uuid:1592318694> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15184936727>]; 
+	nmo:duration 2; 
+	nmo:sentDate "2008-10-21T16:02:27". 
+
+<urn:uuid:178525692> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15184936727>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-26T15:57:59";
+	nmo:receivedDate "2008-05-17T15:51:09";
+	nmo:plainTextMessageContent "Enim nostrud qui aliquip augue exerci aliquam lobortis dolore nislut. In lobortis vel molestie ut. Consequat laoreet velit feugait molestie commodoconsequat eum lobortis. Eufeugiat vulputate lobortis vero enim feugait te feugait amet. Luptatumzzril vel vel eros delenit ad ullamcorper delenitaugue duis amet. Nostrud commodo molestie consequat hendrerit etaccumsan facilisis feugiat invulputate nulla duis suscipit. Duis et praesent dolore facilisis wisi duis zzril velit. ".
+
+<urn:uuid:1915439427> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15184936727>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-07T15:16:35";
+	nmo:receivedDate "2008-09-30T16:00:47";
+	nmo:plainTextMessageContent "Eros ad iustoodio facilisi zzril molestie nulla ex eros wisi. Consectetuer eum facilisi Utwisi dolor eu ea. Facilisi ut suscipit eum nulla ipsum. Iusto eufeugiat consectetuer aliquip nostrud vel erat in molestie etaccumsan vel. Nulla nulla feugait eum. Exerci eufeugiat laoreet hendrerit veniam dolor et eum dolor ut Utwisi aliquip. ".
+
+<urn:uuid:2143369069> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15184936727>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-26T15:44:15";
+	nmo:receivedDate "2008-10-26T15:57:10";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Tationullamcorper dolor enim ad et odio delenit. Minim duis ut commodo aliquip nostrud. Blandit duis erat lorem ut ex aliquam tation eum commodo lorem euismod wisi vero. Praesent sit illum illum accumsan nislut ut facilisi iusto lobortis minim illum. Te feugiat nostrud hendrerit. Wisi in dolor feugiat nonummy. ".
+
+<urn:uuid:1618166732> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15184936727>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-02T15:55:51";
+	nmo:receivedDate "2008-03-15T15:59:49";
+	nmo:plainTextMessageContent "Tation velit eu velit facilisi enim volutpat in delenitaugue minim enim qui facilisis. Aliquip molestie delenit lobortis aliquip ad in ad Utwisi ea dolore diam. Commodoconsequat esse facilisis euismod ex hendrerit ut aliquip lobortis autem esse tincidunt esse. Aliquam exerci dignissim minim duis hendrerit odio. Eros etaccumsan accumsan autem nulla exerci adipiscing qui. Nislut eum wisi facilisis. ".
+
+<urn:uuid:1497173871> a nco:PersonContact; 
+	nco:fullname "Geri Morgan";
+	nco:nameGiven "Geri";
+	nco:nameFamily "Morgan";
+	nco:birthDate "1942-05-23";
+	nco:hasAffiliation "Coordinator Data Security";
+	nco:hasEmailAddress <mailto:gmorgan etdolore org>;
+	nco:hasPhoneNumber <tel:+15184936727>;
+	nco:hasPostalAddress <urn:uuid:1005024748>.
+
+<urn:uuid:469911835> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06426" ;
+	nco:locality "Essex" ;
+	nco:streetAddress "1837 Bekah Avenue" .
+
+<mailto:kfalcon exconsequatvel eu> a nco:EmailAddress; 
+	nco:emailAddress "kfalcon exconsequatvel eu".
+
+<urn:uuid:187602804> a nco:PersonContact; 
+	nco:fullname "Kevin Falcon";
+	nco:nameGiven "Kevin";
+	nco:nameFamily "Falcon";
+	nco:birthDate "1942-06-10";
+	nco:hasAffiliation "Clerical Assistant";
+	nco:hasEmailAddress <mailto:kfalcon exconsequatvel eu>;
+	nco:hasPostalAddress <urn:uuid:469911835>.
+
+<urn:uuid:727360706> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04765" ;
+	nco:locality "Patten" ;
+	nco:streetAddress "1702 Joliet Trail" .
+
+<mailto:igeary feugaitnulla net> a nco:EmailAddress; 
+	nco:emailAddress "igeary feugaitnulla net".
+
+<urn:uuid:1115876901> a nco:PersonContact; 
+	nco:fullname "Irwin Geary";
+	nco:nameGiven "Irwin";
+	nco:nameFamily "Geary";
+	nco:birthDate "1942-03-15";
+	nco:hasAffiliation "Computer Data Entry Operator";
+	nco:hasEmailAddress <mailto:igeary feugaitnulla net>;
+	nco:hasPostalAddress <urn:uuid:727360706>.
+
+<urn:uuid:174804395> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10605" ;
+	nco:locality "White Plains" ;
+	nco:streetAddress "8230 Hunters Grove Lane" .
+
+<mailto:vhamilton esseblandit us> a nco:EmailAddress; 
+	nco:emailAddress "vhamilton esseblandit us".
+
+<urn:uuid:1495836444> a nco:PersonContact; 
+	nco:fullname "Virgina Hamilton";
+	nco:nameGiven "Virgina";
+	nco:nameFamily "Hamilton";
+	nco:birthDate "1943-01-01";
+	nco:hasAffiliation "Manager Laundry";
+	nco:hasEmailAddress <mailto:vhamilton esseblandit us>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:174804395>.
+
+<urn:uuid:1507084377> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1540717164>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Iriuredolor vel eu iusto iusto amet te feugait ad autem delenit facilisis iusto molestie. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-22T15:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-22T15:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1540717164>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1105804711> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10277" ;
+	nco:locality "New York" ;
+	nco:streetAddress "7852 Icerose Trail" .
+
+<mailto:mwaldrop nibhnislut info> a nco:EmailAddress; 
+	nco:emailAddress "mwaldrop nibhnislut info".
+
+<urn:uuid:1809078302> a nco:PersonContact; 
+	nco:fullname "Marisela Waldrop";
+	nco:nameGiven "Marisela";
+	nco:nameFamily "Waldrop";
+	nco:birthDate "1942-08-16";
+	nco:hasAffiliation "Computer Programmer Quality Assurance";
+	nco:hasEmailAddress <mailto:mwaldrop nibhnislut info>;
+	nco:hasPostalAddress <urn:uuid:1105804711>.
+
+<urn:uuid:699883794> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04649" ;
+	nco:locality "Jonesport" ;
+	nco:streetAddress "771 Willowbend Cove" .
+
+<mailto:sheena montes teillum us> a nco:EmailAddress; 
+	nco:emailAddress "sheena montes teillum us".
+
+<urn:uuid:1691678526> a nco:PersonContact; 
+	nco:fullname "Sheena Montes";
+	nco:nameGiven "Sheena";
+	nco:nameFamily "Montes";
+	nco:birthDate "1942-10-05";
+	nco:hasAffiliation "Supervisor 2 Product Development";
+	nco:hasEmailAddress <mailto:sheena montes teillum us>;
+	nco:hasPostalAddress <urn:uuid:699883794>.
+
+<urn:uuid:1603538885> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10286" ;
+	nco:locality "New York" ;
+	nco:streetAddress "883 Village Shops Parkway" .
+
+<mailto:violeta paxton elitsedvelit com> a nco:EmailAddress; 
+	nco:emailAddress "violeta paxton elitsedvelit com".
+
+<urn:uuid:1788474824> a nco:PersonContact; 
+	nco:fullname "Violeta Paxton";
+	nco:nameGiven "Violeta";
+	nco:nameFamily "Paxton";
+	nco:birthDate "1942-06-05";
+	nco:hasAffiliation "Insurance Review Clerk";
+	nco:hasEmailAddress <mailto:violeta paxton elitsedvelit com>;
+	nco:hasPostalAddress <urn:uuid:1603538885>.
+
+<urn:uuid:142944990> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13654" ;
+	nco:locality "Heuvelton" ;
+	nco:streetAddress "7397 Fireside Parkway" .
+
+<mailto:fspearman velitlorem net> a nco:EmailAddress; 
+	nco:emailAddress "fspearman velitlorem net".
+
+<xmpp:forest spearman gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Forest Spearman" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Ullamcorper enim at te consequat exerci te vel adipiscing etaccumsan enim facilisis exerci nostrud. " ;
+	nco:imID "forest spearman gmail com".
+
+<urn:uuid:757635421> a nco:PersonContact; 
+	nco:fullname "Forest Spearman";
+	nco:nameGiven "Forest";
+	nco:nameFamily "Spearman";
+	nco:birthDate "1942-07-25";
+	nco:hasAffiliation "Operator Casting Machine";
+	nco:hasEmailAddress <mailto:fspearman velitlorem net>;
+	nco:hasIMAccount <xmpp:forest spearman gmail com>;
+	nco:hasPostalAddress <urn:uuid:142944990>.
+
+<urn:uuid:1425976393> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03782" ;
+	nco:locality "Sunapee" ;
+	nco:streetAddress "8928 Gumleaf Cove" .
+
+<mailto:cojeda etvelit info> a nco:EmailAddress; 
+	nco:emailAddress "cojeda etvelit info".
+
+<xmpp:constance ojeda gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Constance Ojeda" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Velit tincidunt feugait nibh commodo dolore odio nulla. " ;
+	nco:imID "constance ojeda gmail com".
+
+<urn:uuid:1023183852> a nco:PersonContact; 
+	nco:fullname "Constance Ojeda";
+	nco:nameGiven "Constance";
+	nco:nameFamily "Ojeda";
+	nco:birthDate "1943-01-02";
+	nco:hasAffiliation "Research & Development Manager 2";
+	nco:hasEmailAddress <mailto:cojeda etvelit info>;
+	nco:hasIMAccount <xmpp:constance ojeda gmail com>;
+	nco:hasPostalAddress <urn:uuid:1425976393>.
+
+<urn:uuid:1780170439> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07020" ;
+	nco:locality "Edgewater" ;
+	nco:streetAddress "1574 Keats Parkway" .
+
+<mailto:ddale nullaeum info> a nco:EmailAddress; 
+	nco:emailAddress "ddale nullaeum info".
+
+<xmpp:davis dale gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Davis Dale" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Luptatumzzril diam et duis. " ;
+	nco:imID "davis dale gmail com".
+
+<urn:uuid:10001616> a nco:PersonContact; 
+	nco:fullname "Davis Dale";
+	nco:nameGiven "Davis";
+	nco:nameFamily "Dale";
+	nco:birthDate "1942-06-28";
+	nco:hasAffiliation "Generic Operations Supervisor";
+	nco:hasEmailAddress <mailto:ddale nullaeum info>;
+	nco:hasIMAccount <xmpp:davis dale gmail com>;
+	nco:hasPostalAddress <urn:uuid:1780170439>.
+
+<urn:uuid:483561560> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:948613802>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Te eum consequat iusto nulla et duis ex eufeugiat ullamcorper dolore. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-18T15:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-18T15:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:948613802>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:294097242> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07753" ;
+	nco:locality "Neptune" ;
+	nco:streetAddress "5936 Park Trail" .
+
+<mailto:ccarbone dignissimhendrerit tv> a nco:EmailAddress; 
+	nco:emailAddress "ccarbone dignissimhendrerit tv".
+
+<urn:uuid:1684594195> a nco:PersonContact; 
+	nco:fullname "Chris Carbone";
+	nco:nameGiven "Chris";
+	nco:nameFamily "Carbone";
+	nco:birthDate "1942-12-26";
+	nco:hasAffiliation "Physician Industrial";
+	nco:hasEmailAddress <mailto:ccarbone dignissimhendrerit tv>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:294097242>.
+
+<urn:uuid:1534815527> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11944" ;
+	nco:locality "Greenport" ;
+	nco:streetAddress "7014 Rock Street" .
+
+<mailto:cpadgett eumfacilisi eu> a nco:EmailAddress; 
+	nco:emailAddress "cpadgett eumfacilisi eu".
+
+<urn:uuid:65915592> a nco:PersonContact; 
+	nco:fullname "Cecil Padgett";
+	nco:nameGiven "Cecil";
+	nco:nameFamily "Padgett";
+	nco:birthDate "1942-08-04";
+	nco:hasAffiliation "Order Processing Clerk";
+	nco:hasEmailAddress <mailto:cpadgett eumfacilisi eu>;
+	nco:hasPostalAddress <urn:uuid:1534815527>.
+
+<urn:uuid:857285261> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02653" ;
+	nco:locality "Orleans" ;
+	nco:streetAddress "6359 Forestwood Street" .
+
+<mailto:khaines dolorullamcorper info> a nco:EmailAddress; 
+	nco:emailAddress "khaines dolorullamcorper info".
+
+<urn:uuid:534168714> a nco:PersonContact; 
+	nco:fullname "Kenton Haines";
+	nco:nameGiven "Kenton";
+	nco:nameFamily "Haines";
+	nco:birthDate "1942-08-14";
+	nco:hasAffiliation "Cost Development Engineer";
+	nco:hasEmailAddress <mailto:khaines dolorullamcorper info>;
+	nco:hasPostalAddress <urn:uuid:857285261>.
+
+<urn:uuid:112820316> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1169855577>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "In doloremagna veniam lobortis diam erat erat in ad. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-18T17:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-18T17:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1169855577>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:2143353151> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11514" ;
+	nco:locality "Carle Place" ;
+	nco:streetAddress "4978 Dragonfly Way" .
+
+<mailto:john lombardi eufeugiatblandit com> a nco:EmailAddress; 
+	nco:emailAddress "john lombardi eufeugiatblandit com".
+
+<urn:uuid:1427355623> a nco:PersonContact; 
+	nco:fullname "John Lombardi";
+	nco:nameGiven "John";
+	nco:nameFamily "Lombardi";
+	nco:birthDate "1942-05-28";
+	nco:hasAffiliation "Operator Laser Beam Machine";
+	nco:hasEmailAddress <mailto:john lombardi eufeugiatblandit com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:2143353151>.
+
+<urn:uuid:1743594727> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1658361309>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Sit dolore nisl delenitaugue eros tationullamcorper diam eros diam nulla nibh ut adipiscing. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-05T14:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-05T16:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1658361309>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1784864262> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06280" ;
+	nco:locality "Windham" ;
+	nco:streetAddress "2025 Saint Croix Way" .
+
+<mailto:mmccormick eacommodo us> a nco:EmailAddress; 
+	nco:emailAddress "mmccormick eacommodo us".
+
+<urn:uuid:276265312> a nco:PersonContact; 
+	nco:fullname "Maynard Mccormick";
+	nco:nameGiven "Maynard";
+	nco:nameFamily "Mccormick";
+	nco:birthDate "1942-07-20";
+	nco:hasAffiliation "Warden Game";
+	nco:hasEmailAddress <mailto:mmccormick eacommodo us>;
+	nco:hasPostalAddress <urn:uuid:1784864262>.
+
+<urn:uuid:1489378385> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14542" ;
+	nco:locality "Rose" ;
+	nco:streetAddress "6050 Arcola Drive" .
+
+<mailto:david pickett velut org> a nco:EmailAddress; 
+	nco:emailAddress "david pickett velut org".
+
+<tel:+18566319947> a nco:PhoneNumber; 
+	nco:phoneNumber "(856)631-9947".
+
+<urn:uuid:1670283330> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18566319947>]; 
+	nmo:duration 26; 
+	nmo:receivedDate "2008-08-17T15:38:08". 
+
+<urn:uuid:1107246491> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18566319947>]; 
+	nmo:duration 37; 
+	nmo:receivedDate "2008-08-10T15:59:25". 
+
+<urn:uuid:278172958> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18566319947>]; 
+	nmo:duration 19; 
+	nmo:receivedDate "2008-03-18T15:58:59". 
+
+<urn:uuid:1282479841> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18566319947>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-15T16:01:44";
+	nmo:receivedDate "2008-06-28T15:51:11";
+	nmo:plainTextMessageContent "Dignissim odio minim in. Esse minim ipsum invulputate duis. At vero commodo vel nonummy suscipit. Minim ea lorem eufeugiat te eufeugiat eum aliquam eufeugiat doloremagna. Velit dignissim augue diam. Iustoodio eum luptatum qui erat dolor nislut consequat esse. ".
+
+<urn:uuid:644075971> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18566319947>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-20T15:50:38";
+	nmo:receivedDate "2008-05-15T16:00:45";
+	nmo:plainTextMessageContent "Volutpat in laoreet luptatum ipsum aliquip te nonummy nisl aliquam dolore minim ut ea. In tation enim et minim suscipit. Minim eros feugait ad iriuredolor dolore nislut blandit zzril enim amet. Facilisi dolore delenit et luptatum qui qui. Et nulla lobortis illum tationullamcorper. Molestie esse iusto consectetuer tincidunt nonummy. Suscipit tation ea lobortis duis ad consequatvel. ".
+
+<urn:uuid:2061949266> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18566319947>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-15T15:24:42";
+	nmo:receivedDate "2008-02-14T15:39:58";
+	nmo:plainTextMessageContent "Elitsed zzril ea et et commodo accumsan veniam euismod duis. Nostrud nonummy ex invulputate nislut enim qui aliquip. Ex te veniamquis duis aliquam sit. Te lorem esse eros dolore volutpat dignissim consequat nulla at eros veniam amet ad. Exerci et nostrud te. Et laoreet Utwisi invulputate Utwisi autem consequat sit te lorem in ipsum. ".
+
+<urn:uuid:1685193094> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18566319947>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-13T16:08:07";
+	nmo:receivedDate "2008-10-28T15:36:58";
+	nmo:plainTextMessageContent "Qui at lobortis aliquam doloremagna delenit suscipit dolor enim exerci erat accumsan. Hendrerit dolore ea nisl nulla. Tationullamcorper vero lobortis wisi zzril feugait doloremagna ut aliquip nulla duis ea praesent. Lorem dolore velit wisi. ".
+
+<urn:uuid:1544166072> a nco:PersonContact; 
+	nco:fullname "David Pickett";
+	nco:nameGiven "David";
+	nco:nameFamily "Pickett";
+	nco:birthDate "1942-12-25";
+	nco:hasAffiliation "IT Scientist";
+	nco:hasEmailAddress <mailto:david pickett velut org>;
+	nco:hasPhoneNumber <tel:+18566319947>;
+	nco:hasPostalAddress <urn:uuid:1489378385>.
+
+<urn:uuid:674916833> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1023183852>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Velit facilisi augue nulla consequat lorem suscipit. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-18T13:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-18T14:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1023183852>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1791385038> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01509" ;
+	nco:locality "Charlton Depot" ;
+	nco:streetAddress "1227 Cherryfield Avenue" .
+
+<mailto:krystle stout nullaluptatumzzril net> a nco:EmailAddress; 
+	nco:emailAddress "krystle stout nullaluptatumzzril net".
+
+<urn:uuid:1491117925> a nco:PersonContact; 
+	nco:fullname "Krystle Stout";
+	nco:nameGiven "Krystle";
+	nco:nameFamily "Stout";
+	nco:birthDate "1943-01-18";
+	nco:hasAffiliation "Hospital Diet Clerk";
+	nco:hasEmailAddress <mailto:krystle stout nullaluptatumzzril net>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:1791385038>.
+
+<urn:uuid:2125552660> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06907" ;
+	nco:locality "Stamford" ;
+	nco:streetAddress "1828 Cd Smith Drive" .
+
+<mailto:mbaylor doloreut info> a nco:EmailAddress; 
+	nco:emailAddress "mbaylor doloreut info".
+
+<urn:uuid:1335289431> a nco:PersonContact; 
+	nco:fullname "Mervin Baylor";
+	nco:nameGiven "Mervin";
+	nco:nameFamily "Baylor";
+	nco:birthDate "1942-05-08";
+	nco:hasAffiliation "Manager Warehouse";
+	nco:hasEmailAddress <mailto:mbaylor doloreut info>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:2125552660>.
+
+<urn:uuid:1453647439> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05675" ;
+	nco:locality "Washington" ;
+	nco:streetAddress "3177 Farmington Drive" .
+
+<mailto:carroll east dignissimquis gov> a nco:EmailAddress; 
+	nco:emailAddress "carroll east dignissimquis gov".
+
+<tel:+14452091428> a nco:PhoneNumber; 
+	nco:phoneNumber "(445)209-1428".
+
+<urn:uuid:197660634> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14452091428>]; 
+	nmo:duration 13; 
+	nmo:receivedDate "2008-10-04T15:39:18". 
+
+<urn:uuid:1172385419> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14452091428>]; 
+	nmo:duration 26; 
+	nmo:receivedDate "2008-04-12T16:09:00". 
+
+<urn:uuid:1046109466> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14452091428>]; 
+	nmo:duration 24; 
+	nmo:receivedDate "2008-07-21T16:06:50". 
+
+<urn:uuid:893341626> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14452091428>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-18T15:21:42";
+	nmo:receivedDate "2008-01-26T15:32:49";
+	nmo:plainTextMessageContent "Qui suscipit ad autem iriuredolor laoreet euismod minim consequatvel. Esse ad in tincidunt consectetuer esse blandit et. Feugait ea esse dolor suscipit facilisis dolore nonummy. Hendrerit amet ad praesent duis amet ullamcorper wisi wisi esse quis blandit. ".
+
+<urn:uuid:2080868839> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14452091428>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-09T15:32:37";
+	nmo:receivedDate "2008-03-23T15:20:26";
+	nmo:plainTextMessageContent "Ut facilisis duis elitsed invulputate ut et nulla. Exerci feugait iriuredolor dolor te elitsed luptatum. Lorem eu iriuredolor at ea duis nislut ipsum feugiat exerci duis luptatum. Veniam delenitaugue blandit vulputate nibh dolore ipsum duis vero delenit in blandit te. ".
+
+<urn:uuid:1331657014> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14452091428>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-06T16:06:25";
+	nmo:receivedDate "2008-10-29T15:55:19";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Euismod eum feugait et et lobortis dignissim elitsed. Tation ut quis augue dolore. Adipiscing invulputate exerci aliquip dolor. Feugiat aliquip illum dolore illum accumsan in. Odio molestie dolore augue. Utwisi vero feugait nostrud amet. Ex molestie dolor illum vulputate autem at autem dolor. ".
+
+<urn:uuid:1503961765> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14452091428>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-12T15:43:05";
+	nmo:receivedDate "2008-09-23T16:08:04";
+	nmo:plainTextMessageContent "Dolore iriure veniamquis duis ad. Amet facilisi vero dignissim et et dolor. Et dolor vero et minim minim et molestie commodo suscipit dignissim molestie lobortis. Exerci diam iriuredolor ea blandit vero ipsum invulputate. Suscipit aliquip molestie delenitaugue enim duis dolore lobortis duis facilisis. ".
+
+<urn:uuid:660911760> a nco:PersonContact; 
+	nco:fullname "Carroll East";
+	nco:nameGiven "Carroll";
+	nco:nameFamily "East";
+	nco:birthDate "1942-03-13";
+	nco:hasAffiliation "Manager Professional Association";
+	nco:hasEmailAddress <mailto:carroll east dignissimquis gov>;
+	nco:hasPhoneNumber <tel:+14452091428>;
+	nco:hasPostalAddress <urn:uuid:1453647439>.
+
+<urn:uuid:287291474> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13860" ;
+	nco:locality "West Davenport" ;
+	nco:streetAddress "5473 Gray Ridge Cove" .
+
+<mailto:gparker etveniamquis tv> a nco:EmailAddress; 
+	nco:emailAddress "gparker etveniamquis tv".
+
+<xmpp:georgette parker gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Georgette Parker" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Ullamcorper et commodo nonummy dolore accumsan luptatum quis vero ut tation. " ;
+	nco:imID "georgette parker gmail com".
+
+<urn:uuid:538381098> a nco:PersonContact; 
+	nco:fullname "Georgette Parker";
+	nco:nameGiven "Georgette";
+	nco:nameFamily "Parker";
+	nco:birthDate "1942-03-28";
+	nco:hasAffiliation "Website Developer";
+	nco:hasEmailAddress <mailto:gparker etveniamquis tv>;
+	nco:hasIMAccount <xmpp:georgette parker gmail com>;
+	nco:hasPostalAddress <urn:uuid:287291474>.
+
+<urn:uuid:258423865> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08247" ;
+	nco:locality "Stone Harbor" ;
+	nco:streetAddress "1895 Lecuyer Lane" .
+
+<mailto:tamera kersey euqui eu> a nco:EmailAddress; 
+	nco:emailAddress "tamera kersey euqui eu".
+
+<urn:uuid:8985222> a nco:PersonContact; 
+	nco:fullname "Tamera Kersey";
+	nco:nameGiven "Tamera";
+	nco:nameFamily "Kersey";
+	nco:birthDate "1942-12-01";
+	nco:hasAffiliation "Pipefitter Maintenance";
+	nco:hasEmailAddress <mailto:tamera kersey euqui eu>;
+	nco:hasPostalAddress <urn:uuid:258423865>.
+
+<urn:uuid:1699173068> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:2139945582>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Duis eros commodoconsequat iustoodio enim eros vero feugait eufeugiat at ut praesent blandit. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-17T19:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-17T21:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:2139945582>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1208868249> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04047" ;
+	nco:locality "Parsonsfield" ;
+	nco:streetAddress "5226 Pinehurst Lane" .
+
+<mailto:cgauthier duistation us> a nco:EmailAddress; 
+	nco:emailAddress "cgauthier duistation us".
+
+<urn:uuid:502583690> a nco:PersonContact; 
+	nco:fullname "Cyril Gauthier";
+	nco:nameGiven "Cyril";
+	nco:nameFamily "Gauthier";
+	nco:birthDate "1943-01-02";
+	nco:hasAffiliation "Manager Underwriting";
+	nco:hasEmailAddress <mailto:cgauthier duistation us>;
+	nco:hasPostalAddress <urn:uuid:1208868249>.
+
+<urn:uuid:1873441429> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1840668459>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Iustoodio qui zzril qui suscipit nostrud dolore in aliquam volutpat. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-19T12:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-19T12:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1840668459>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1284912265> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11746" ;
+	nco:locality "Huntington Station" ;
+	nco:streetAddress "3031 Mendel Circle" .
+
+<mailto:sgreer dignissimsuscipit edu> a nco:EmailAddress; 
+	nco:emailAddress "sgreer dignissimsuscipit edu".
+
+<tel:+12075614702> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)561-4702".
+
+<urn:uuid:780927682> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12075614702>]; 
+	nmo:duration 35; 
+	nmo:receivedDate "2009-02-12T15:11:53". 
+
+<urn:uuid:527141218> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12075614702>]; 
+	nmo:duration 2; 
+	nmo:receivedDate "2008-12-09T15:21:41". 
+
+<urn:uuid:2035368076> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12075614702>]; 
+	nmo:duration 46; 
+	nmo:sentDate "2008-11-10T16:07:53". 
+
+<urn:uuid:848705496> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12075614702>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-03T15:36:02";
+	nmo:receivedDate "2008-07-13T15:29:07";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Dignissim qui etaccumsan dolore vel nostrud dolore in elitsed esse lobortis ea minim sit. Etaccumsan delenit iustoodio exerci nostrud te zzril hendrerit in ex lobortis at. Dolore invulputate nibh at qui ad commodo. Esse qui delenitaugue laoreet diam adipiscing vulputate iriuredolor sit te at ut nulla volutpat. Volutpat delenit delenitaugue commodo sit vero illum. Iustoodio ut facilisi adipiscing aliquip veniam exerci dolore ipsum eros nulla. ".
+
+<urn:uuid:904130122> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12075614702>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-20T15:37:06";
+	nmo:receivedDate "2008-04-14T15:44:09";
+	nmo:plainTextMessageContent "Velit dolore consequatvel illum suscipit praesent. Exerci ullamcorper illum duis autem dolor duis exerci eufeugiat eum duis. Eu in consequat ex commodo illum adipiscing. Utwisi facilisis erat nonummy lorem praesent veniam velit autem. Illum ex augue duis consectetuer molestie qui facilisis praesent velit. Dolore lorem blandit velit zzril veniamquis accumsan et et. ".
+
+<urn:uuid:501237264> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12075614702>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-08T15:48:11";
+	nmo:receivedDate "2008-10-28T15:27:45";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Esse zzril vel dignissim vero facilisi hendrerit consequat facilisi suscipit. Diam amet luptatumzzril duis at Utwisi iriure. Praesent adipiscing delenit doloremagna Utwisi nostrud iustoodio exerci. Erat luptatum consequatvel praesent qui ex. ".
+
+<urn:uuid:470757281> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12075614702>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-21T15:13:34";
+	nmo:receivedDate "2008-04-09T16:09:12";
+	nmo:plainTextMessageContent "Quis eum ut aliquip luptatum exerci aliquip laoreet consequat. At veniamquis dignissim odio aliquam dolore consequat autem illum. Ex wisi ad eufeugiat et hendrerit eros et molestie tincidunt feugait enim dolore. Etaccumsan accumsan ex euismod esse exerci. Illum eum nisl consequat esse facilisi duis sit vel te. ".
+
+<urn:uuid:136227770> a nco:PersonContact; 
+	nco:fullname "Selena Greer";
+	nco:nameGiven "Selena";
+	nco:nameFamily "Greer";
+	nco:birthDate "1942-06-25";
+	nco:hasAffiliation "Planner Urban";
+	nco:hasEmailAddress <mailto:sgreer dignissimsuscipit edu>;
+	nco:hasPhoneNumber <tel:+12075614702>;
+	nco:hasPostalAddress <urn:uuid:1284912265>.
+
+<urn:uuid:621926959> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03570" ;
+	nco:locality "Berlin" ;
+	nco:streetAddress "4114 Station Hill Drive" .
+
+<mailto:diane luce exerciautem eu> a nco:EmailAddress; 
+	nco:emailAddress "diane luce exerciautem eu".
+
+<urn:uuid:1262326517> a nco:PersonContact; 
+	nco:fullname "Diane Luce";
+	nco:nameGiven "Diane";
+	nco:nameFamily "Luce";
+	nco:birthDate "1942-07-01";
+	nco:hasAffiliation "Gas Station Attendant";
+	nco:hasEmailAddress <mailto:diane luce exerciautem eu>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:621926959>.
+
+<urn:uuid:380139383> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1489738063>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Nulla esse qui veniamquis ipsum. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-18T19:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-18T19:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1489738063>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:867545889> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06339" ;
+	nco:locality "Ledyard" ;
+	nco:streetAddress "5942 Durley Way" .
+
+<mailto:forrest whitaker consequataliquam eu> a nco:EmailAddress; 
+	nco:emailAddress "forrest whitaker consequataliquam eu".
+
+<urn:uuid:1160297575> a nco:PersonContact; 
+	nco:fullname "Forrest Whitaker";
+	nco:nameGiven "Forrest";
+	nco:nameFamily "Whitaker";
+	nco:birthDate "1942-03-31";
+	nco:hasAffiliation "Tester Electronics";
+	nco:hasEmailAddress <mailto:forrest whitaker consequataliquam eu>;
+	nco:hasPostalAddress <urn:uuid:867545889>.
+
+<urn:uuid:792770977> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1809078302>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Vero minim diam veniam eufeugiat doloremagna ipsum amet dolore. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-26T16:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-26T17:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1809078302>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:991132547> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01111" ;
+	nco:locality "Springfield" ;
+	nco:streetAddress "8592 Manning Trail Parkway" .
+
+<mailto:jacinto poston odioautem net> a nco:EmailAddress; 
+	nco:emailAddress "jacinto poston odioautem net".
+
+<urn:uuid:130851578> a nco:PersonContact; 
+	nco:fullname "Jacinto Poston";
+	nco:nameGiven "Jacinto";
+	nco:nameFamily "Poston";
+	nco:birthDate "1942-08-19";
+	nco:hasAffiliation "Nondestructive Tester";
+	nco:hasEmailAddress <mailto:jacinto poston odioautem net>;
+	nco:hasPostalAddress <urn:uuid:991132547>.
+
+<urn:uuid:754977015> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13687" ;
+	nco:locality "South Colton" ;
+	nco:streetAddress "8327 Norcrest Lane" .
+
+<mailto:wkozak odionulla us> a nco:EmailAddress; 
+	nco:emailAddress "wkozak odionulla us".
+
+<xmpp:wendy kozak gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Wendy Kozak" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Laoreet vulputate at adipiscing dolore odio in esse iustoodio nislut eros eufeugiat eum. " ;
+	nco:imID "wendy kozak gmail com".
+
+<urn:uuid:1169442880> a nco:PersonContact; 
+	nco:fullname "Wendy Kozak";
+	nco:nameGiven "Wendy";
+	nco:nameFamily "Kozak";
+	nco:birthDate "1942-11-09";
+	nco:hasAffiliation "Agent Travel";
+	nco:hasEmailAddress <mailto:wkozak odionulla us>;
+	nco:hasIMAccount <xmpp:wendy kozak gmail com>;
+	nco:hasPostalAddress <urn:uuid:754977015>.
+
+<urn:uuid:1532717236> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04234" ;
+	nco:locality "East Wilton" ;
+	nco:streetAddress "4280 Brenner Creek Street" .
+
+<mailto:javier thames nibhnonummy com> a nco:EmailAddress; 
+	nco:emailAddress "javier thames nibhnonummy com".
+
+<tel:+18022302999> a nco:PhoneNumber; 
+	nco:phoneNumber "(802)230-2999".
+
+<urn:uuid:1996726057> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18022302999>]; 
+	nmo:duration 10; 
+	nmo:receivedDate "2008-02-04T15:59:31". 
+
+<urn:uuid:528444073> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18022302999>]; 
+	nmo:duration 14; 
+	nmo:receivedDate "2008-10-31T16:06:32". 
+
+<urn:uuid:1978462033> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18022302999>]; 
+	nmo:duration 11; 
+	nmo:sentDate "2008-11-01T15:26:17". 
+
+<urn:uuid:812856284> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18022302999>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-13T16:03:41";
+	nmo:receivedDate "2008-01-17T15:23:23";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Doloremagna vel consequatvel ullamcorper. Praesent dolor augue sit dolore veniam velit in duis dolore odio. Aliquam in duis suscipit dignissim velit nislut dolore iriure ut ad feugait eufeugiat vulputate. Laoreet suscipit exerci ad iustoodio nulla et ipsum at enim in at. Zzril eum vero iustoodio illum wisi vel esse duis esse dolor tincidunt. Iustoodio feugait commodo volutpat vero nibh consectetuer et vero commodoconsequat blandit autem veniamquis. ".
+
+<urn:uuid:295981312> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18022302999>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-18T15:37:40";
+	nmo:receivedDate "2008-12-30T15:51:00";
+	nmo:plainTextMessageContent "Duis velit dolore adipiscing vel. Iriure velit Utwisi nostrud. Et tincidunt ad dignissim enim consequat accumsan. Luptatumzzril molestie consequat praesent. Tationullamcorper quis in hendrerit. ".
+
+<urn:uuid:1115207836> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18022302999>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-22T15:40:33";
+	nmo:receivedDate "2008-08-29T16:05:54";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Odio et nulla commodoconsequat lorem. Vel eros consectetuer ullamcorper iriure nisl. Illum vero aliquip ad. Ea enim nulla esse vero wisi volutpat facilisi nisl. Praesent odio duis minim velit hendrerit ut aliquam amet et quis. Euismod suscipit ut veniam ad. Veniamquis wisi te minim consectetuer erat nulla eum aliquip feugiat exerci illum exerci. ".
+
+<urn:uuid:34260099> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18022302999>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-05T15:15:04";
+	nmo:receivedDate "2008-12-20T15:26:46";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Aliquam ut commodoconsequat dolore nulla feugiat hendrerit praesent dolore exerci. Tationullamcorper lobortis exerci nostrud autem velit nulla feugait praesent blandit eum. Molestie dolore commodoconsequat ad. Lorem laoreet te ut praesent consequat accumsan nonummy. Iustoodio blandit commodo veniamquis et ut elitsed elitsed eu consequat nulla at euismod. Consectetuer nulla at consequat facilisi. ".
+
+<urn:uuid:563885038> a nco:PersonContact; 
+	nco:fullname "Javier Thames";
+	nco:nameGiven "Javier";
+	nco:nameFamily "Thames";
+	nco:birthDate "1942-11-03";
+	nco:hasAffiliation "Hydraulic Engineer";
+	nco:hasEmailAddress <mailto:javier thames nibhnonummy com>;
+	nco:hasPhoneNumber <tel:+18022302999>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:1532717236>.
+
+<urn:uuid:1989484784> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1825893848>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Vero at feugiat consectetuer consequatvel qui feugiat qui illum ex velit. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-08T13:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-08T13:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1825893848>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1421921688> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08701" ;
+	nco:locality "Lakewood" ;
+	nco:streetAddress "5626 Shadeley Drive" .
+
+<mailto:dsessions indolore tv> a nco:EmailAddress; 
+	nco:emailAddress "dsessions indolore tv".
+
+<urn:uuid:64395397> a nco:PersonContact; 
+	nco:fullname "Darrick Sessions";
+	nco:nameGiven "Darrick";
+	nco:nameFamily "Sessions";
+	nco:birthDate "1942-05-13";
+	nco:hasAffiliation "Attendant Parking Station";
+	nco:hasEmailAddress <mailto:dsessions indolore tv>;
+	nco:hasPostalAddress <urn:uuid:1421921688>.
+
+<urn:uuid:1156965762> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1489738063>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Aliquip amet duis facilisi lobortis. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-16T14:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-16T15:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1489738063>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1285135708> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:64395397>;
+	nmo:sentDate "2008-11-26T15:53:08";
+	nmo:receivedDate "2008-11-26T15:53:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1262326517>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "diane luce exerciautem eu"];
+	nmo:messageSubject "Iusto sit autem minim blandit duis. ";
+	nmo:plainTextMessageContent "Et ipsum commodoconsequat exerci enim ut. ".
+
+<urn:uuid:127282464> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:64395397>;
+	nmo:sentDate "2008-04-22T16:03:46";
+	nmo:receivedDate "2008-04-22T16:04:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1741879600>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "emontenegro adet gov"];
+	nmo:messageSubject "Odio zzril illum at ad. ";
+	nmo:plainTextMessageContent "Iustoodio vero nonummy wisi tationullamcorper duis facilisis delenit vel lorem. ".
+
+<urn:uuid:46449927> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:64395397>;
+	nmo:sentDate "2008-08-05T15:36:22";
+	nmo:receivedDate "2008-08-05T15:37:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "In dolore molestie duis duis eum sit dolore doloremagna accumsan. ";
+	nmo:plainTextMessageContent "Qui delenitaugue vel velit odio autem at dolore nislut eros nulla exerci. ".
+
+<urn:uuid:2051859399> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:64395397>;
+	nmo:sentDate "2008-02-11T15:20:40";
+	nmo:receivedDate "2008-02-11T15:21:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1169442880>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "wkozak odionulla us"];
+	nmo:messageSubject "Facilisi etaccumsan hendrerit molestie dignissim Utwisi. ";
+	nmo:plainTextMessageContent "Suscipit ea luptatum illum luptatum nibh feugiat enim nulla et suscipit. ".
+
+<urn:uuid:1894476558> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:64395397>;
+	nmo:sentDate "2008-07-20T15:12:54";
+	nmo:receivedDate "2008-07-20T15:13:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:10001616>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ddale nullaeum info"];
+	nmo:messageSubject "Suscipit volutpat ad dolor in ut ut ea nonummy duis. ";
+	nmo:plainTextMessageContent "Autem dolore ea nostrud delenitaugue ut quis eum veniamquis amet dolore hendrerit vel praesent. ".
+
+<urn:uuid:992429999> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:64395397>;
+	nmo:sentDate "2008-02-23T15:26:04";
+	nmo:receivedDate "2008-02-23T15:26:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Duis facilisi nonummy commodo. ";
+	nmo:plainTextMessageContent "Ut volutpat autem velit invulputate nislut hendrerit lobortis commodoconsequat augue te ullamcorper vel at. Consequat adipiscing euismod praesent commodoconsequat dolore iustoodio et nislut enim. ".
+
+<urn:uuid:453008414> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:64395397>;
+	nmo:sentDate "2008-10-02T16:01:06";
+	nmo:receivedDate "2008-10-02T16:02:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1262326517>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "diane luce exerciautem eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Aliquip elitsed tation eu facilisi nibh velit invulputate blandit suscipit nisl. ";
+	nmo:plainTextMessageContent "Esse et illum commodo at. Aliquam luptatumzzril eum enim ex vero autem facilisi hendrerit tation autem. ".
+
+<urn:uuid:184271543> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:64395397>;
+	nmo:sentDate "2008-08-05T15:34:34";
+	nmo:receivedDate "2008-08-05T15:34:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ex eum nonummy vel blandit vero esse praesent duis. ";
+	nmo:plainTextMessageContent "Nulla eros eu nonummy. In tationullamcorper autem facilisi euismod facilisi. ".
+
+<urn:uuid:960104790> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:64395397>;
+	nmo:sentDate "2008-07-01T15:40:21";
+	nmo:receivedDate "2008-07-01T15:40:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1840668459>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "georgiana farnsworth illumillum eu"];
+	nmo:messageSubject "Molestie vel nulla vulputate vulputate minim delenit. ";
+	nmo:plainTextMessageContent "Ex illum praesent ut nostrud suscipit illum facilisis. Accumsan esse dolore nibh esse lobortis diam iustoodio ut feugait Utwisi elitsed accumsan. ".
+
+<urn:uuid:469497549> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:64395397>;
+	nmo:sentDate "2008-07-04T16:01:31";
+	nmo:receivedDate "2008-07-04T16:02:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1169442880>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "wkozak odionulla us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Esse blandit amet autem illum ex enim commodo. ";
+	nmo:plainTextMessageContent "Praesent eros nulla eum tation iustoodio esse nulla. ".
+
+<urn:uuid:1619476546> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:64395397>;
+	nmo:sentDate "2008-07-01T15:57:23";
+	nmo:receivedDate "2008-07-01T15:57:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1495836444>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "vhamilton esseblandit us"];
+	nmo:bcc <urn:uuid:1262326517>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "diane luce exerciautem eu"];
+	nmo:messageSubject "Praesent invulputate zzril ea velit illum nislut nulla velit eros dolore. ";
+	nmo:plainTextMessageContent "Vel eum eros lobortis nulla et exerci esse iustoodio nostrud consequatvel velit. ".
+
+<urn:uuid:1889698320> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:64395397>;
+	nmo:sentDate "2008-12-21T15:45:18";
+	nmo:receivedDate "2008-12-21T15:45:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "In etaccumsan nostrud facilisis sit suscipit dolore hendrerit dolore augue facilisi. ";
+	nmo:plainTextMessageContent "Ipsum amet doloremagna facilisis eum dolore exerci at suscipit nulla volutpat odio blandit. ".
+
+<urn:uuid:222884189> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:64395397>;
+	nmo:sentDate "2008-06-11T15:14:49";
+	nmo:receivedDate "2008-06-11T15:15:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iustoodio eros vel ex in dignissim. ";
+	nmo:plainTextMessageContent "Commodo consequat nulla Utwisi. Lorem consectetuer exerci at autem molestie veniam ut tation exerci in feugait minim ullamcorper. ".
+
+<urn:uuid:145050889> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:64395397>;
+	nmo:sentDate "2008-09-29T15:15:55";
+	nmo:receivedDate "2008-09-29T15:16:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:309189477>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "don beardsley sitlobortis tv"];
+	nmo:messageSubject "Vel ea esse ut ad invulputate praesent. ";
+	nmo:plainTextMessageContent "In amet at in invulputate ex te ex consequatvel duis feugait adipiscing dolore. Ea suscipit illum wisi te ad praesent euismod duis. ".
+
+<urn:uuid:1031466447> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:64395397>;
+	nmo:sentDate "2008-04-19T15:45:23";
+	nmo:receivedDate "2008-04-19T15:45:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Euismod Utwisi suscipit te molestie erat. ";
+	nmo:plainTextMessageContent "Nulla esse doloremagna te minim lorem etaccumsan. Dolore nostrud quis et luptatumzzril nonummy te odio dignissim vero suscipit tincidunt diam quis. ".
+
+<urn:uuid:446571340> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:64395397>;
+	nmo:sentDate "2008-06-19T15:31:57";
+	nmo:receivedDate "2008-06-19T15:31:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1450774023>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageSubject "Te suscipit exerci vel dolore blandit aliquip iustoodio tationullamcorper qui tationullamcorper. ";
+	nmo:plainTextMessageContent "At iriuredolor dolore delenit lobortis minim consequat luptatumzzril blandit. Sit commodoconsequat eros facilisi facilisis molestie invulputate veniamquis consequat iriure veniam ut nostrud ex. ".
+
+<urn:uuid:1175813685> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:64395397>;
+	nmo:sentDate "2009-01-22T15:27:37";
+	nmo:receivedDate "2009-01-22T15:28:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolor hendrerit lobortis in ad nulla enim suscipit enim feugait. ";
+	nmo:plainTextMessageContent "Exerci nulla at ex aliquam autem accumsan nonummy autem te duis volutpat dolore elitsed. Diam euismod nibh te quis et. ".
+
+<urn:uuid:772645967> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:64395397>;
+	nmo:sentDate "2008-02-11T15:26:01";
+	nmo:receivedDate "2008-02-11T15:26:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Duis feugait consequat consequatvel at facilisi te iusto vero in nislut. ";
+	nmo:plainTextMessageContent "Velit euismod nulla tation dolore wisi duis nonummy vero enim esse etaccumsan aliquip. Ut blandit et ut iusto duis feugait eros tation vero minim. ".
+
+<urn:uuid:244665931> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:64395397>;
+	nmo:sentDate "2008-02-07T15:49:40";
+	nmo:receivedDate "2008-02-07T15:50:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Qui qui suscipit eufeugiat euismod eros Utwisi in molestie illum duis praesent praesent. ";
+	nmo:plainTextMessageContent "Hendrerit vero augue praesent. ".
+
+<urn:uuid:2062218662> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:64395397>;
+	nmo:sentDate "2008-11-30T15:27:18";
+	nmo:receivedDate "2008-11-30T15:27:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eufeugiat facilisis invulputate ea nibh eros. ";
+	nmo:plainTextMessageContent "Lobortis aliquip vero delenit nisl dolor nulla ex illum odio wisi. Delenitaugue ullamcorper nulla ut consectetuer praesent qui vel. ".
+
+<urn:uuid:1856644516> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:64395397>;
+	nmo:sentDate "2008-03-08T15:52:32";
+	nmo:receivedDate "2008-03-08T15:53:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Blandit accumsan consectetuer eum. ";
+	nmo:plainTextMessageContent "Duis diam molestie ea lobortis ullamcorper. ".
+
+<urn:uuid:1639968739> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:64395397>;
+	nmo:sentDate "2008-05-14T15:45:30";
+	nmo:receivedDate "2008-05-14T15:45:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ullamcorper iriure velit exerci blandit iustoodio delenitaugue commodo ex feugait tincidunt consectetuer. ";
+	nmo:plainTextMessageContent "Duis exerci consequat feugait Utwisi lobortis iriuredolor euismod accumsan zzril. Vulputate facilisis facilisi exerci nulla. ".
+
+<urn:uuid:1973219796> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:64395397>;
+	nmo:sentDate "2008-11-06T15:21:42";
+	nmo:receivedDate "2008-11-06T15:22:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1160297575>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "forrest whitaker consequataliquam eu"];
+	nmo:messageSubject "Amet nulla elitsed odio consequatvel hendrerit zzril. ";
+	nmo:plainTextMessageContent "Ex molestie feugait nulla invulputate consectetuer eros blandit veniamquis. Odio velit praesent odio. ".
+
+<urn:uuid:1910083333> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:64395397>;
+	nmo:sentDate "2009-02-07T15:46:20";
+	nmo:receivedDate "2009-02-07T15:47:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nostrud nulla enim veniam. ";
+	nmo:plainTextMessageContent "Veniamquis volutpat ut in augue praesent nulla feugait consequat veniamquis. ".
+
+<urn:uuid:842323089> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:64395397>;
+	nmo:sentDate "2008-11-08T15:16:39";
+	nmo:receivedDate "2008-11-08T15:16:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1850881686>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dwells nibhaliquam gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Ea enim esse sit nostrud dignissim veniam tationullamcorper volutpat. ";
+	nmo:plainTextMessageContent "Lorem minim te vulputate vero vulputate ea iriure consectetuer iusto. ".
+
+<urn:uuid:1684163772> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07022" ;
+	nco:locality "Fairview" ;
+	nco:streetAddress "6265 Magnolia Ridge Lane" .
+
+<mailto:cstinson doloremagnaesse info> a nco:EmailAddress; 
+	nco:emailAddress "cstinson doloremagnaesse info".
+
+<tel:+13394938116> a nco:PhoneNumber; 
+	nco:phoneNumber "(339)493-8116".
+
+<urn:uuid:628600525> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13394938116>]; 
+	nmo:duration 29; 
+	nmo:receivedDate "2008-05-07T15:36:33". 
+
+<urn:uuid:1960825031> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13394938116>]; 
+	nmo:duration 48; 
+	nmo:sentDate "2008-04-23T15:36:44". 
+
+<urn:uuid:1697902867> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13394938116>]; 
+	nmo:duration 34; 
+	nmo:sentDate "2008-06-14T15:18:45". 
+
+<urn:uuid:671703839> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13394938116>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-05T15:14:28";
+	nmo:receivedDate "2008-12-29T15:24:05";
+	nmo:plainTextMessageContent "Consequat autem ad facilisi augue eum volutpat. Luptatumzzril in suscipit at tincidunt dignissim et esse et. Eufeugiat dolor euismod adipiscing iusto. Nulla ipsum elitsed vel in. Vero lobortis minim tation iusto quis autem ut. ".
+
+<urn:uuid:658353579> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13394938116>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-19T15:39:02";
+	nmo:receivedDate "2008-09-17T16:10:12";
+	nmo:plainTextMessageContent "Praesent erat et vulputate hendrerit. Te facilisi exerci odio commodoconsequat consequatvel feugait. Eum facilisi ut iriuredolor facilisi feugait tation ut. Utwisi facilisis augue autem hendrerit qui consequatvel qui esse luptatum consequat facilisis blandit. Illum qui duis esse dignissim dolore sit molestie duis commodoconsequat esse Utwisi aliquip. Iriuredolor nonummy velit praesent iustoodio delenitaugue ea. Accumsan aliquip ad diam luptatum te dolore te feugiat amet velit. ".
+
+<urn:uuid:451945747> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13394938116>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-18T15:38:19";
+	nmo:receivedDate "2009-02-16T15:12:45";
+	nmo:plainTextMessageContent "In suscipit praesent invulputate volutpat nibh ex consequatvel feugait feugiat accumsan in. At eros doloremagna dolore exerci elitsed commodoconsequat dolor lobortis augue luptatumzzril iusto ad. Duis duis vero erat vel enim consectetuer laoreet volutpat. Duis dolor facilisi amet consequatvel eu commodoconsequat nibh dolor lobortis et. Et dolore vel vel dolor ut Utwisi et consequat laoreet etaccumsan accumsan vero suscipit. Eum praesent dolore aliquip iriuredolor delenit molestie vel ea ad quis in amet. Delenit laoreet dolore ex ad eu aliquip iriuredolor ut molestie tation ad suscipit. ".
+
+<urn:uuid:838164783> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13394938116>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-21T15:33:08";
+	nmo:receivedDate "2008-05-20T15:47:34";
+	nmo:plainTextMessageContent "Velit duis te eros accumsan ex esse duis ex duis eros. Delenit lobortis vel at. Vel facilisi augue iriure blandit aliquip ut duis esse praesent quis vel. Sit et te nulla feugait ad feugiat etaccumsan in et eum dignissim. Etaccumsan molestie qui facilisi facilisis. Consequatvel facilisi eu ut facilisi lobortis Utwisi ex et vel diam lobortis. Aliquam laoreet velit vel ipsum lobortis exerci te dignissim dolore dolore. ".
+
+<urn:uuid:336052703> a nco:PersonContact; 
+	nco:fullname "Clement Stinson";
+	nco:nameGiven "Clement";
+	nco:nameFamily "Stinson";
+	nco:birthDate "1942-11-07";
+	nco:hasAffiliation "Wholesaler";
+	nco:hasEmailAddress <mailto:cstinson doloremagnaesse info>;
+	nco:hasPhoneNumber <tel:+13394938116>;
+	nco:hasPostalAddress <urn:uuid:1684163772>.
+
+<urn:uuid:2053399504> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06726" ;
+	nco:locality "Waterbury" ;
+	nco:streetAddress "4625 Nena Trail" .
+
+<mailto:winford espino utea info> a nco:EmailAddress; 
+	nco:emailAddress "winford espino utea info".
+
+<urn:uuid:1894540643> a nco:PersonContact; 
+	nco:fullname "Winford Espino";
+	nco:nameGiven "Winford";
+	nco:nameFamily "Espino";
+	nco:birthDate "1942-05-09";
+	nco:hasAffiliation "Newspaper Delivery Driver";
+	nco:hasEmailAddress <mailto:winford espino utea info>;
+	nco:hasPostalAddress <urn:uuid:2053399504>.
+
+<urn:uuid:1981265275> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10041" ;
+	nco:locality "New York" ;
+	nco:streetAddress "755 Cherryfield Lane" .
+
+<mailto:ricky longoria etaccumsanduis gov> a nco:EmailAddress; 
+	nco:emailAddress "ricky longoria etaccumsanduis gov".
+
+<urn:uuid:344829248> a nco:PersonContact; 
+	nco:fullname "Ricky Longoria";
+	nco:nameGiven "Ricky";
+	nco:nameFamily "Longoria";
+	nco:birthDate "1943-02-12";
+	nco:hasAffiliation "Teller Loan";
+	nco:hasEmailAddress <mailto:ricky longoria etaccumsanduis gov>;
+	nco:hasPostalAddress <urn:uuid:1981265275>.
+
+<urn:uuid:1594983833> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03073" ;
+	nco:locality "North Salem" ;
+	nco:streetAddress "7868 Pine Street" .
+
+<mailto:tatiana cowley minimlorem net> a nco:EmailAddress; 
+	nco:emailAddress "tatiana cowley minimlorem net".
+
+<urn:uuid:1834058> a nco:PersonContact; 
+	nco:fullname "Tatiana Cowley";
+	nco:nameGiven "Tatiana";
+	nco:nameFamily "Cowley";
+	nco:birthDate "1942-09-16";
+	nco:hasAffiliation "Manager Office";
+	nco:hasEmailAddress <mailto:tatiana cowley minimlorem net>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:1594983833>.
+
+<urn:uuid:1659826511> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12454" ;
+	nco:locality "Maplecrest" ;
+	nco:streetAddress "917 Jenna Street" .
+
+<mailto:abehrens velitduis us> a nco:EmailAddress; 
+	nco:emailAddress "abehrens velitduis us".
+
+<urn:uuid:3349681> a nco:PersonContact; 
+	nco:fullname "Aura Behrens";
+	nco:nameGiven "Aura";
+	nco:nameFamily "Behrens";
+	nco:birthDate "1942-03-07";
+	nco:hasAffiliation "Sales Representative Office Equipment";
+	nco:hasEmailAddress <mailto:abehrens velitduis us>;
+	nco:hasPostalAddress <urn:uuid:1659826511>.
+
+<urn:uuid:890689923> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12156" ;
+	nco:locality "Schodack Landing" ;
+	nco:streetAddress "7728 Scruggs Parkway" .
+
+<mailto:valeria vo eratnostrud org> a nco:EmailAddress; 
+	nco:emailAddress "valeria vo eratnostrud org".
+
+<tel:+18621902457> a nco:PhoneNumber; 
+	nco:phoneNumber "(862)190-2457".
+
+<urn:uuid:520381096> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18621902457>]; 
+	nmo:duration 25; 
+	nmo:sentDate "2008-07-15T15:56:42". 
+
+<urn:uuid:1328437293> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18621902457>]; 
+	nmo:duration 0; 
+	nmo:sentDate "2008-06-04T15:36:49". 
+
+<urn:uuid:1608001033> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18621902457>]; 
+	nmo:duration 36; 
+	nmo:sentDate "2009-01-14T15:52:58". 
+
+<urn:uuid:1915652442> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18621902457>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-31T15:39:18";
+	nmo:receivedDate "2008-05-22T15:34:04";
+	nmo:plainTextMessageContent "Nulla invulputate odio eum doloremagna veniamquis et vel illum wisi. Luptatumzzril eros lobortis vulputate blandit lorem. Consectetuer dolor accumsan molestie ut in amet et eros duis. Suscipit ad praesent exerci velit in ea lorem dignissim accumsan. Qui eum nislut elitsed augue. ".
+
+<urn:uuid:984441250> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18621902457>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-20T15:39:04";
+	nmo:receivedDate "2008-07-21T15:47:18";
+	nmo:plainTextMessageContent "Velit facilisi odio te facilisis consectetuer tationullamcorper dolore Utwisi et vero ut. Odio esse duis esse ullamcorper etaccumsan nislut vel vel blandit facilisis at molestie. Quis eros odio facilisis volutpat vel. Et te facilisi feugait laoreet illum aliquip enim hendrerit et facilisi. Ad commodoconsequat luptatumzzril dolor facilisis tation aliquam at ex vel nonummy iusto. Vel wisi suscipit ut commodoconsequat vero nislut delenit accumsan eum ipsum vero te. ".
+
+<urn:uuid:315301514> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18621902457>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-18T15:44:27";
+	nmo:receivedDate "2009-02-16T15:24:15";
+	nmo:plainTextMessageContent "Enim accumsan amet consequatvel aliquip. Facilisi dignissim feugait enim vulputate exerci nulla ex wisi illum suscipit at dignissim. Illum facilisis suscipit exerci eros praesent dolor dolor commodo. Tationullamcorper et accumsan duis dolore commodo blandit nibh laoreet. Enim facilisis nulla facilisis iriure vulputate molestie duis molestie consequat feugait eufeugiat. Consequat facilisis feugait vero esse ex nulla vel nulla laoreet esse dolore duis. ".
+
+<urn:uuid:1935531958> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18621902457>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-01T15:41:19";
+	nmo:receivedDate "2008-07-23T15:56:29";
+	nmo:plainTextMessageContent "Vel euismod eum et luptatumzzril. Eros suscipit laoreet illum ad dolore laoreet. Eros duis velit vero qui at in etaccumsan vulputate augue facilisis dolor dolore. Ullamcorper at lobortis aliquam suscipit et illum odio feugait. Minim doloremagna ut lobortis. ".
+
+<urn:uuid:1037884809> a nco:PersonContact; 
+	nco:fullname "Valeria Vo";
+	nco:nameGiven "Valeria";
+	nco:nameFamily "Vo";
+	nco:birthDate "1942-03-28";
+	nco:hasAffiliation "Attendant Nursery School";
+	nco:hasEmailAddress <mailto:valeria vo eratnostrud org>;
+	nco:hasPhoneNumber <tel:+18621902457>;
+	nco:hasPostalAddress <urn:uuid:890689923>.
+
+<urn:uuid:1660294293> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14706" ;
+	nco:locality "Allegany" ;
+	nco:streetAddress "6218 Still Meadow Circle" .
+
+<mailto:vcromwell delenitaugueveniamquis com> a nco:EmailAddress; 
+	nco:emailAddress "vcromwell delenitaugueveniamquis com".
+
+<xmpp:virgie cromwell gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Virgie Cromwell" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Nibh in volutpat delenitaugue luptatumzzril. " ;
+	nco:imID "virgie cromwell gmail com".
+
+<urn:uuid:536466710> a nco:PersonContact; 
+	nco:fullname "Virgie Cromwell";
+	nco:nameGiven "Virgie";
+	nco:nameFamily "Cromwell";
+	nco:birthDate "1942-07-16";
+	nco:hasAffiliation "Clerk Procurement";
+	nco:hasEmailAddress <mailto:vcromwell delenitaugueveniamquis com>;
+	nco:hasIMAccount <xmpp:virgie cromwell gmail com>;
+	nco:hasPostalAddress <urn:uuid:1660294293>.
+
+<urn:uuid:871528726> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03843" ;
+	nco:locality "Hampton" ;
+	nco:streetAddress "4854 Oak Run Lane" .
+
+<mailto:beatrice hudson auguetationullamcorper net> a nco:EmailAddress; 
+	nco:emailAddress "beatrice hudson auguetationullamcorper net".
+
+<xmpp:beatrice hudson gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Beatrice Hudson" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "At elitsed in invulputate nulla molestie consectetuer dolor delenit. " ;
+	nco:imID "beatrice hudson gmail com".
+
+<urn:uuid:388325571> a nco:PersonContact; 
+	nco:fullname "Beatrice Hudson";
+	nco:nameGiven "Beatrice";
+	nco:nameFamily "Hudson";
+	nco:birthDate "1943-02-22";
+	nco:hasAffiliation "Engineer Commercial Broadcast";
+	nco:hasEmailAddress <mailto:beatrice hudson auguetationullamcorper net>;
+	nco:hasIMAccount <xmpp:beatrice hudson gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:871528726>.
+
+<urn:uuid:11734583> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:10001616>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Suscipit te qui duis velit illum dolor doloremagna zzril eros. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-08T14:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-08T16:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:10001616>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:2028778569> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01468" ;
+	nco:locality "Templeton" ;
+	nco:streetAddress "5872 Silkwood Cove" .
+
+<mailto:hlawton quite org> a nco:EmailAddress; 
+	nco:emailAddress "hlawton quite org".
+
+<urn:uuid:458967573> a nco:PersonContact; 
+	nco:fullname "Hattie Lawton";
+	nco:nameGiven "Hattie";
+	nco:nameFamily "Lawton";
+	nco:birthDate "1942-05-17";
+	nco:hasAffiliation "Packager Hand";
+	nco:hasEmailAddress <mailto:hlawton quite org>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:2028778569>.
+
+<urn:uuid:2104354735> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11555" ;
+	nco:locality "Uniondale" ;
+	nco:streetAddress "6320 Sandy Cove" .
+
+<mailto:leota grey facilisiat info> a nco:EmailAddress; 
+	nco:emailAddress "leota grey facilisiat info".
+
+<urn:uuid:935965686> a nco:PersonContact; 
+	nco:fullname "Leota Grey";
+	nco:nameGiven "Leota";
+	nco:nameFamily "Grey";
+	nco:birthDate "1942-07-26";
+	nco:hasAffiliation "Medical Dental Hygienist";
+	nco:hasEmailAddress <mailto:leota grey facilisiat info>;
+	nco:hasPostalAddress <urn:uuid:2104354735>.
+
+<urn:uuid:1151472205> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:693002361>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Hendrerit tation hendrerit autem enim consectetuer praesent feugait nostrud dolore etaccumsan. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-27T13:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-27T13:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:693002361>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:2059524298> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04535" ;
+	nco:locality "Alna" ;
+	nco:streetAddress "6656 Wax Myrtle Avenue" .
+
+<mailto:gayle aiello autemenim edu> a nco:EmailAddress; 
+	nco:emailAddress "gayle aiello autemenim edu".
+
+<urn:uuid:912083441> a nco:PersonContact; 
+	nco:fullname "Gayle Aiello";
+	nco:nameGiven "Gayle";
+	nco:nameFamily "Aiello";
+	nco:birthDate "1942-10-09";
+	nco:hasAffiliation "Education Consultant";
+	nco:hasEmailAddress <mailto:gayle aiello autemenim edu>;
+	nco:hasPostalAddress <urn:uuid:2059524298>.
+
+<urn:uuid:161089324> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15096" ;
+	nco:locality "Warrendale" ;
+	nco:streetAddress "9896 Westlake Park Drive" .
+
+<mailto:kendrick stearns velitesse tv> a nco:EmailAddress; 
+	nco:emailAddress "kendrick stearns velitesse tv".
+
+<urn:uuid:685282735> a nco:PersonContact; 
+	nco:fullname "Kendrick Stearns";
+	nco:nameGiven "Kendrick";
+	nco:nameFamily "Stearns";
+	nco:birthDate "1942-09-25";
+	nco:hasAffiliation "Budget Supervisor";
+	nco:hasEmailAddress <mailto:kendrick stearns velitesse tv>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:161089324>.
+
+<urn:uuid:1307320275> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:187602804>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Ex ea et aliquip facilisis dolor suscipit dignissim molestie volutpat. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-15T18:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-15T18:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:187602804>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1431387089> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15258" ;
+	nco:locality "Pittsburgh" ;
+	nco:streetAddress "7550 Corporate Edge Way" .
+
+<mailto:fabian marcum veroeros edu> a nco:EmailAddress; 
+	nco:emailAddress "fabian marcum veroeros edu".
+
+<urn:uuid:538749018> a nco:PersonContact; 
+	nco:fullname "Fabian Marcum";
+	nco:nameGiven "Fabian";
+	nco:nameFamily "Marcum";
+	nco:birthDate "1942-08-24";
+	nco:hasAffiliation "Extractive Supervisor";
+	nco:hasEmailAddress <mailto:fabian marcum veroeros edu>;
+	nco:hasPostalAddress <urn:uuid:1431387089>.
+
+<urn:uuid:1493785801> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01538" ;
+	nco:locality "North Uxbridge" ;
+	nco:streetAddress "2500 Garden Arbor Cove" .
+
+<mailto:marisela noyes vulputatetation eu> a nco:EmailAddress; 
+	nco:emailAddress "marisela noyes vulputatetation eu".
+
+<xmpp:marisela noyes gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Marisela Noyes" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Exerci delenitaugue et enim eum laoreet. " ;
+	nco:imID "marisela noyes gmail com".
+
+<urn:uuid:630500450> a nco:PersonContact; 
+	nco:fullname "Marisela Noyes";
+	nco:nameGiven "Marisela";
+	nco:nameFamily "Noyes";
+	nco:birthDate "1942-10-21";
+	nco:hasAffiliation "Manager Fast Food 2";
+	nco:hasEmailAddress <mailto:marisela noyes vulputatetation eu>;
+	nco:hasIMAccount <xmpp:marisela noyes gmail com>;
+	nco:hasPostalAddress <urn:uuid:1493785801>.
+
+<urn:uuid:1540100319> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04490" ;
+	nco:locality "Topsfield" ;
+	nco:streetAddress "3422 Branford Drive" .
+
+<mailto:dennis harter lobortiset com> a nco:EmailAddress; 
+	nco:emailAddress "dennis harter lobortiset com".
+
+<xmpp:dennis harter gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Dennis Harter" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Enim minim in consequat eros vero nislut consequatvel wisi iriuredolor consequat. " ;
+	nco:imID "dennis harter gmail com".
+
+<urn:uuid:1132553444> a nco:PersonContact; 
+	nco:fullname "Dennis Harter";
+	nco:nameGiven "Dennis";
+	nco:nameFamily "Harter";
+	nco:birthDate "1942-10-31";
+	nco:hasAffiliation "Waiter/Waitress Captain";
+	nco:hasEmailAddress <mailto:dennis harter lobortiset com>;
+	nco:hasIMAccount <xmpp:dennis harter gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:1540100319>.
+
+<urn:uuid:1994622163> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:187602804>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Tationullamcorper vero ea te duis veniam Utwisi aliquam. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-20T18:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-20T18:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:187602804>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1363719267> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "RI" ;
+	nco:postalcode "02881" ;
+	nco:locality "Kingston" ;
+	nco:streetAddress "3646 Currywood Drive" .
+
+<mailto:bwhite nullaminim edu> a nco:EmailAddress; 
+	nco:emailAddress "bwhite nullaminim edu".
+
+<urn:uuid:676874453> a nco:PersonContact; 
+	nco:fullname "Beulah White";
+	nco:nameGiven "Beulah";
+	nco:nameFamily "White";
+	nco:birthDate "1943-01-05";
+	nco:hasAffiliation "Maintenance Worker General";
+	nco:hasEmailAddress <mailto:bwhite nullaminim edu>;
+	nco:hasPostalAddress <urn:uuid:1363719267>.
+
+<urn:uuid:1022637283> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04275" ;
+	nco:locality "Roxbury" ;
+	nco:streetAddress "8118 Washington Parkway" .
+
+<mailto:lilia brennan velnostrud org> a nco:EmailAddress; 
+	nco:emailAddress "lilia brennan velnostrud org".
+
+<tel:+16036411785> a nco:PhoneNumber; 
+	nco:phoneNumber "(603)641-1785".
+
+<urn:uuid:391835638> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16036411785>]; 
+	nmo:duration 21; 
+	nmo:sentDate "2008-02-12T15:52:31". 
+
+<urn:uuid:563531213> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16036411785>]; 
+	nmo:duration 10; 
+	nmo:sentDate "2008-07-07T15:56:57". 
+
+<urn:uuid:1649576049> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16036411785>]; 
+	nmo:duration 27; 
+	nmo:receivedDate "2008-02-09T15:39:34". 
+
+<urn:uuid:750844717> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16036411785>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-27T15:15:42";
+	nmo:receivedDate "2008-09-19T15:32:01";
+	nmo:plainTextMessageContent "Consequat vel praesent facilisi hendrerit delenit duis laoreet ipsum nostrud esse facilisis eros. Euismod vulputate feugait in doloremagna nulla nisl laoreet dolore eum volutpat consequat at. Dolore hendrerit ea eros dolor sit nostrud facilisis consequat velit. Consequat delenitaugue aliquip erat delenit aliquam vel esse consectetuer molestie. Aliquip vulputate ea facilisi vel nostrud. Aliquip eufeugiat nulla aliquip lobortis. ".
+
+<urn:uuid:447267668> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16036411785>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-14T15:57:21";
+	nmo:receivedDate "2008-12-15T15:50:07";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Dignissim eum illum facilisis nulla nulla duis enim in. Ullamcorper delenitaugue zzril ullamcorper delenitaugue augue. Facilisi facilisis eum nulla dignissim blandit nislut facilisis nonummy. At autem vulputate dolor nonummy eu feugiat velit eufeugiat vero facilisis exerci ea nulla. Laoreet adipiscing consectetuer ea consectetuer diam. Enim delenitaugue molestie invulputate. ".
+
+<urn:uuid:2081231340> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16036411785>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-10T16:09:58";
+	nmo:receivedDate "2008-10-31T15:28:21";
+	nmo:plainTextMessageContent "Praesent consequatvel lobortis feugait amet aliquam augue qui duis dignissim praesent vel molestie. Autem luptatumzzril amet dolore nibh ex facilisi augue aliquip diam ad te. Iriure lorem duis suscipit qui dolore et duis enim exerci. At esse exerci adipiscing molestie delenitaugue et minim invulputate qui lorem. Adipiscing feugiat ullamcorper eu velit diam hendrerit tationullamcorper velit molestie ex et te. ".
+
+<urn:uuid:95790753> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16036411785>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-10T15:29:46";
+	nmo:receivedDate "2008-04-05T16:03:16";
+	nmo:plainTextMessageContent "Elitsed nulla eros erat blandit nostrud ea molestie odio delenitaugue molestie dolore vero nibh. Hendrerit ut eum vero hendrerit vel ea hendrerit vel. Exerci dolore ea blandit nisl invulputate volutpat ex ullamcorper. Nulla ut nostrud tation blandit dolore feugait feugiat veniamquis accumsan praesent. ".
+
+<urn:uuid:117061683> a nco:PersonContact; 
+	nco:fullname "Lilia Brennan";
+	nco:nameGiven "Lilia";
+	nco:nameFamily "Brennan";
+	nco:birthDate "1942-05-12";
+	nco:hasAffiliation "Residence Counselor";
+	nco:hasEmailAddress <mailto:lilia brennan velnostrud org>;
+	nco:hasPhoneNumber <tel:+16036411785>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:1022637283>.
+
+<urn:uuid:955532049> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05251" ;
+	nco:locality "Dorset" ;
+	nco:streetAddress "7327 Haseley Parkway" .
+
+<mailto:noreen watt dignissimfacilisi tv> a nco:EmailAddress; 
+	nco:emailAddress "noreen watt dignissimfacilisi tv".
+
+<urn:uuid:1593126247> a nco:PersonContact; 
+	nco:fullname "Noreen Watt";
+	nco:nameGiven "Noreen";
+	nco:nameFamily "Watt";
+	nco:birthDate "1942-09-15";
+	nco:hasAffiliation "Layout Editor";
+	nco:hasEmailAddress <mailto:noreen watt dignissimfacilisi tv>;
+	nco:hasPostalAddress <urn:uuid:955532049>.
+
+<urn:uuid:192072640> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06472" ;
+	nco:locality "Northford" ;
+	nco:streetAddress "7929 Hapano Parkway" .
+
+<mailto:shaun abney velnislut gov> a nco:EmailAddress; 
+	nco:emailAddress "shaun abney velnislut gov".
+
+<xmpp:shaun abney gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Shaun Abney" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Molestie et ut luptatumzzril eros blandit volutpat vero feugiat facilisis ex vulputate Utwisi. " ;
+	nco:imID "shaun abney gmail com".
+
+<urn:uuid:1548229850> a nco:PersonContact; 
+	nco:fullname "Shaun Abney";
+	nco:nameGiven "Shaun";
+	nco:nameFamily "Abney";
+	nco:birthDate "1942-04-19";
+	nco:hasAffiliation "Manager Employee Training";
+	nco:hasEmailAddress <mailto:shaun abney velnislut gov>;
+	nco:hasIMAccount <xmpp:shaun abney gmail com>;
+	nco:hasPostalAddress <urn:uuid:192072640>.
+
+<urn:uuid:1606223449> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1489738063>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Feugiat wisi aliquam minim ut elitsed facilisi vel adipiscing dolor in ea qui eros. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-11T20:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-11T21:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1489738063>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:841117497> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11740" ;
+	nco:locality "Greenlawn" ;
+	nco:streetAddress "559 Eldridge Parkway" .
+
+<mailto:jc gipson elitseddignissim tv> a nco:EmailAddress; 
+	nco:emailAddress "jc gipson elitseddignissim tv".
+
+<urn:uuid:1599744065> a nco:PersonContact; 
+	nco:fullname "Jc Gipson";
+	nco:nameGiven "Jc";
+	nco:nameFamily "Gipson";
+	nco:birthDate "1942-03-10";
+	nco:hasAffiliation "Medical Nurse Midwife";
+	nco:hasEmailAddress <mailto:jc gipson elitseddignissim tv>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:841117497>.
+
+<urn:uuid:239929914> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12506" ;
+	nco:locality "Bangall" ;
+	nco:streetAddress "1673 Zurich Cove" .
+
+<mailto:margo needham elitseddignissim tv> a nco:EmailAddress; 
+	nco:emailAddress "margo needham elitseddignissim tv".
+
+<urn:uuid:1484179540> a nco:PersonContact; 
+	nco:fullname "Margo Needham";
+	nco:nameGiven "Margo";
+	nco:nameFamily "Needham";
+	nco:birthDate "1942-08-19";
+	nco:hasAffiliation "Representative 1 Customer Service";
+	nco:hasEmailAddress <mailto:margo needham elitseddignissim tv>;
+	nco:hasPostalAddress <urn:uuid:239929914>.
+
+<urn:uuid:365855647> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01950" ;
+	nco:locality "Newburyport" ;
+	nco:streetAddress "1042 Island Grove Parkway" .
+
+<mailto:bhyland veroduis org> a nco:EmailAddress; 
+	nco:emailAddress "bhyland veroduis org".
+
+<tel:+18021406815> a nco:PhoneNumber; 
+	nco:phoneNumber "(802)140-6815".
+
+<urn:uuid:455825806> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18021406815>]; 
+	nmo:duration 40; 
+	nmo:receivedDate "2008-10-10T15:23:38". 
+
+<urn:uuid:1860166110> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18021406815>]; 
+	nmo:duration 43; 
+	nmo:sentDate "2008-08-08T16:06:24". 
+
+<urn:uuid:613647355> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18021406815>]; 
+	nmo:duration 24; 
+	nmo:receivedDate "2008-08-03T15:41:02". 
+
+<urn:uuid:1610902179> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18021406815>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-07T15:50:10";
+	nmo:receivedDate "2008-08-07T16:09:20";
+	nmo:plainTextMessageContent "In nostrud vero lorem nulla facilisis illum laoreet ad dolore amet hendrerit accumsan. Volutpat consequat feugiat augue commodo dolor. Illum veniam at etaccumsan eros veniamquis facilisi lorem hendrerit delenit. Iriuredolor wisi veniamquis odio exerci adipiscing consequat ad te erat esse. Commodoconsequat ea et et vero aliquip et et nulla blandit blandit. ".
+
+<urn:uuid:1572896261> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18021406815>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-29T15:44:04";
+	nmo:receivedDate "2008-12-16T15:42:34";
+	nmo:plainTextMessageContent "Erat commodoconsequat autem tationullamcorper lorem facilisi autem vel eufeugiat. Iustoodio nulla nibh dignissim nulla delenit duis te ut. Consequat doloremagna duis eu. Duis aliquam eu facilisi. At duis consectetuer feugait duis facilisi sit zzril etaccumsan duis ea eu elitsed suscipit. Augue illum eu accumsan invulputate volutpat Utwisi feugiat. Luptatum nonummy blandit dolore delenitaugue. ".
+
+<urn:uuid:288954092> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18021406815>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-03T15:34:07";
+	nmo:receivedDate "2008-09-01T15:29:58";
+	nmo:plainTextMessageContent "Suscipit hendrerit duis minim ut autem. Wisi augue in velit nulla molestie in delenitaugue nostrud tationullamcorper tation ad. Elitsed duis et euismod. Ut consequatvel invulputate quis tincidunt dolore velit dolore iusto. Facilisi commodo nulla vero. Aliquip iusto eu te esse hendrerit vel exerci consequat consequatvel. Vel dolor commodoconsequat aliquam dignissim ipsum et ut iustoodio. ".
+
+<urn:uuid:1095925091> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18021406815>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-30T15:28:29";
+	nmo:receivedDate "2008-05-29T15:18:40";
+	nmo:plainTextMessageContent "Utwisi iustoodio invulputate et doloremagna suscipit tincidunt veniamquis euismod Utwisi aliquip. Ad dolore tincidunt ex odio hendrerit nonummy augue. Iusto volutpat commodo exerci ex erat autem quis feugait nulla. Eufeugiat suscipit velit praesent ea vero. Facilisi vero duis eros minim ipsum te ea autem. ".
+
+<urn:uuid:43548768> a nco:PersonContact; 
+	nco:fullname "Barry Hyland";
+	nco:nameGiven "Barry";
+	nco:nameFamily "Hyland";
+	nco:birthDate "1942-07-09";
+	nco:hasAffiliation "Central-Service Technician";
+	nco:hasEmailAddress <mailto:bhyland veroduis org>;
+	nco:hasPhoneNumber <tel:+18021406815>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:365855647>.
+
+<urn:uuid:1727550944> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12438" ;
+	nco:locality "Halcottsville" ;
+	nco:streetAddress "32 Old Village Street" .
+
+<mailto:gay landrum ipsumveniamquis net> a nco:EmailAddress; 
+	nco:emailAddress "gay landrum ipsumveniamquis net".
+
+<urn:uuid:1395960551> a nco:PersonContact; 
+	nco:fullname "Gay Landrum";
+	nco:nameGiven "Gay";
+	nco:nameFamily "Landrum";
+	nco:birthDate "1942-04-16";
+	nco:hasAffiliation "Personnel Clerk Senior";
+	nco:hasEmailAddress <mailto:gay landrum ipsumveniamquis net>;
+	nco:hasPostalAddress <urn:uuid:1727550944>.
+
+<urn:uuid:2093083574> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08515" ;
+	nco:locality "Crosswicks" ;
+	nco:streetAddress "6702 Morningside Way" .
+
+<mailto:ginger crider utblandit info> a nco:EmailAddress; 
+	nco:emailAddress "ginger crider utblandit info".
+
+<urn:uuid:453668364> a nco:PersonContact; 
+	nco:fullname "Ginger Crider";
+	nco:nameGiven "Ginger";
+	nco:nameFamily "Crider";
+	nco:birthDate "1942-10-19";
+	nco:hasAffiliation "Supervisor Government Sales";
+	nco:hasEmailAddress <mailto:ginger crider utblandit info>;
+	nco:hasPostalAddress <urn:uuid:2093083574>.
+
+<urn:uuid:1709907151> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15022" ;
+	nco:locality "Charleroi" ;
+	nco:streetAddress "7165 Northridge Parkway" .
+
+<mailto:xavier simonson minimaliquam info> a nco:EmailAddress; 
+	nco:emailAddress "xavier simonson minimaliquam info".
+
+<xmpp:xavier simonson gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Xavier Simonson" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Nisl vel facilisis nulla vel ullamcorper ex vel nonummy at te dolore. " ;
+	nco:imID "xavier simonson gmail com".
+
+<urn:uuid:1972709781> a nco:PersonContact; 
+	nco:fullname "Xavier Simonson";
+	nco:nameGiven "Xavier";
+	nco:nameFamily "Simonson";
+	nco:birthDate "1943-01-10";
+	nco:hasAffiliation "Engineer Sales";
+	nco:hasEmailAddress <mailto:xavier simonson minimaliquam info>;
+	nco:hasIMAccount <xmpp:xavier simonson gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:1709907151>.
+
+<urn:uuid:1288567142> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08085" ;
+	nco:locality "Swedesboro" ;
+	nco:streetAddress "2180 Keystone Trail" .
+
+<mailto:alden lombard odiodolor net> a nco:EmailAddress; 
+	nco:emailAddress "alden lombard odiodolor net".
+
+<urn:uuid:2044297040> a nco:PersonContact; 
+	nco:fullname "Alden Lombard";
+	nco:nameGiven "Alden";
+	nco:nameFamily "Lombard";
+	nco:birthDate "1942-10-04";
+	nco:hasAffiliation "Machine Milling Setup Operator";
+	nco:hasEmailAddress <mailto:alden lombard odiodolor net>;
+	nco:hasPostalAddress <urn:uuid:1288567142>.
+
+<urn:uuid:95116371> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13401" ;
+	nco:locality "Mc Connellsville" ;
+	nco:streetAddress "7425 Spear Point Avenue" .
+
+<mailto:rsorrell praesentduis tv> a nco:EmailAddress; 
+	nco:emailAddress "rsorrell praesentduis tv".
+
+<xmpp:robt sorrell gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Robt Sorrell" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Quis ut hendrerit ad duis luptatumzzril tationullamcorper blandit. " ;
+	nco:imID "robt sorrell gmail com".
+
+<urn:uuid:1378362548> a nco:PersonContact; 
+	nco:fullname "Robt Sorrell";
+	nco:nameGiven "Robt";
+	nco:nameFamily "Sorrell";
+	nco:birthDate "1942-04-09";
+	nco:hasAffiliation "Food Services Manager 3";
+	nco:hasEmailAddress <mailto:rsorrell praesentduis tv>;
+	nco:hasIMAccount <xmpp:robt sorrell gmail com>;
+	nco:hasPostalAddress <urn:uuid:95116371>.
+
+<urn:uuid:2044388301> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10610" ;
+	nco:locality "White Plains" ;
+	nco:streetAddress "3107 Turkey Parkway" .
+
+<mailto:etta michel feugaitconsectetuer gov> a nco:EmailAddress; 
+	nco:emailAddress "etta michel feugaitconsectetuer gov".
+
+<urn:uuid:1482424376> a nco:PersonContact; 
+	nco:fullname "Etta Michel";
+	nco:nameGiven "Etta";
+	nco:nameFamily "Michel";
+	nco:birthDate "1942-12-01";
+	nco:hasAffiliation "Insurance Cancellation Clerk";
+	nco:hasEmailAddress <mailto:etta michel feugaitconsectetuer gov>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:2044388301>.
+
+<urn:uuid:1856145760> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482424376>;
+	nmo:sentDate "2008-09-19T15:45:05";
+	nmo:receivedDate "2008-09-19T15:45:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eu doloremagna esse esse commodo. ";
+	nmo:plainTextMessageContent "Odio autem eum velit aliquip nostrud nulla facilisis. ".
+
+<urn:uuid:825813300> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482424376>;
+	nmo:sentDate "2008-09-20T15:24:57";
+	nmo:receivedDate "2008-09-20T15:25:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Duis te consequat et lobortis ex nulla facilisi commodoconsequat delenit erat. ";
+	nmo:plainTextMessageContent "Nislut vel vero nostrud nulla consequatvel. Illum duis ea nibh. ".
+
+<urn:uuid:725565437> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482424376>;
+	nmo:sentDate "2008-07-15T15:37:15";
+	nmo:receivedDate "2008-07-15T15:37:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Augue minim ad consequat luptatum te te iusto vel nislut euismod wisi. ";
+	nmo:plainTextMessageContent "Nulla wisi te et ex consequat in facilisi iusto ex suscipit lobortis. ".
+
+<urn:uuid:1208878581> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482424376>;
+	nmo:sentDate "2009-01-31T15:20:04";
+	nmo:receivedDate "2009-01-31T15:20:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Exerci erat facilisis amet adipiscing ullamcorper esse nostrud hendrerit minim adipiscing blandit ex. ";
+	nmo:plainTextMessageContent "Dolor aliquip nibh vero esse. Aliquam vel iusto tationullamcorper esse ea te at laoreet euismod dolore lobortis nulla. ".
+
+<urn:uuid:967776> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482424376>;
+	nmo:sentDate "2009-01-16T15:42:00";
+	nmo:receivedDate "2009-01-16T15:42:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1169442880>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "wkozak odionulla us"];
+	nmo:messageSubject "Nisl veniam iustoodio feugait. ";
+	nmo:plainTextMessageContent "Praesent lorem consequatvel illum doloremagna ex eum qui nisl veniamquis hendrerit ex. ".
+
+<urn:uuid:1211119528> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482424376>;
+	nmo:sentDate "2008-08-02T15:42:50";
+	nmo:receivedDate "2008-08-02T15:43:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1740682668>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "hollie montes odioexerci us"];
+	nmo:messageSubject "Tincidunt delenitaugue eros aliquip veniam commodo at augue eum minim etaccumsan consequat vero. ";
+	nmo:plainTextMessageContent "Consectetuer luptatumzzril augue vero nibh diam. Iriuredolor iriure esse ea duis etaccumsan te nostrud. ".
+
+<urn:uuid:2118704589> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482424376>;
+	nmo:sentDate "2008-07-07T16:02:26";
+	nmo:receivedDate "2008-07-07T16:03:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:676874453>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bwhite nullaminim edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Ut suscipit at facilisis laoreet iusto aliquip velit esse. ";
+	nmo:plainTextMessageContent "Ut lorem vulputate vero dolore autem. Amet duis luptatumzzril enim odio odio dignissim facilisis veniam. ".
+
+<urn:uuid:922789057> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482424376>;
+	nmo:sentDate "2008-03-06T16:05:50";
+	nmo:receivedDate "2008-03-06T16:06:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Exerci delenitaugue in hendrerit nulla aliquip dolore nostrud dolore nibh. ";
+	nmo:plainTextMessageContent "Vel feugait facilisis dolore duis duis. ".
+
+<urn:uuid:1506439491> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482424376>;
+	nmo:sentDate "2008-04-19T15:41:00";
+	nmo:receivedDate "2008-04-19T15:41:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:502583690>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cgauthier duistation us"];
+	nmo:bcc <urn:uuid:2085013917>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "vredding dignissimat net"];
+	nmo:messageSubject "Et adipiscing doloremagna te dolore. ";
+	nmo:plainTextMessageContent "Ut nulla ad dolore sit commodo facilisis te veniam iriuredolor. Exerci consectetuer suscipit dolore enim nisl praesent ad elitsed in. ".
+
+<urn:uuid:409747226> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482424376>;
+	nmo:sentDate "2008-12-12T15:36:36";
+	nmo:receivedDate "2008-12-12T15:37:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nonummy velit exerci luptatumzzril lobortis dolor nulla commodo. ";
+	nmo:plainTextMessageContent "Vel feugait nonummy dolore accumsan. Ut dignissim consequat in ex praesent consequat nulla elitsed nostrud et aliquam nulla sit. ".
+
+<urn:uuid:1927649344> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482424376>;
+	nmo:sentDate "2008-10-01T16:03:32";
+	nmo:receivedDate "2008-10-01T16:03:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Utwisi facilisis volutpat duis suscipit dolore etaccumsan vero blandit eros nulla volutpat. ";
+	nmo:plainTextMessageContent "Quis vulputate feugiat Utwisi. Tincidunt in accumsan volutpat. ".
+
+<urn:uuid:467667501> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482424376>;
+	nmo:sentDate "2008-12-10T15:17:11";
+	nmo:receivedDate "2008-12-10T15:17:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:336052703>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cstinson doloremagnaesse info"];
+	nmo:messageSubject "Utwisi minim consequatvel nislut etaccumsan. ";
+	nmo:plainTextMessageContent "Invulputate Utwisi ullamcorper delenitaugue blandit autem. ".
+
+<urn:uuid:1059048363> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482424376>;
+	nmo:sentDate "2008-03-19T15:28:36";
+	nmo:receivedDate "2008-03-19T15:29:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Qui velit consequatvel erat commodoconsequat exerci iustoodio illum. ";
+	nmo:plainTextMessageContent "Iriure sit eu et duis dignissim ut in commodo lobortis ea. Facilisi iriuredolor suscipit autem feugiat eum tincidunt praesent laoreet dolor duis. ".
+
+<urn:uuid:1667885296> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482424376>;
+	nmo:sentDate "2008-07-10T15:34:51";
+	nmo:receivedDate "2008-07-10T15:35:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Odio eum facilisis feugait eum. ";
+	nmo:plainTextMessageContent "Adipiscing aliquam ipsum aliquip iustoodio vel dolore dignissim commodo nulla vero et luptatumzzril. Nulla euismod in nibh. ".
+
+<urn:uuid:658496835> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482424376>;
+	nmo:sentDate "2008-09-27T15:29:33";
+	nmo:receivedDate "2008-09-27T15:30:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Tation elitsed consequatvel esse adipiscing tincidunt nibh tincidunt etaccumsan dolor consequat. ";
+	nmo:plainTextMessageContent "Iustoodio vel feugait et nisl luptatum vulputate dolore eros duis exerci. ".
+
+<urn:uuid:216625758> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482424376>;
+	nmo:sentDate "2008-06-24T15:27:18";
+	nmo:receivedDate "2008-06-24T15:27:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:538422874>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jeanie langlois diamlaoreet edu"];
+	nmo:messageSubject "Consectetuer dolor ipsum facilisis nibh. ";
+	nmo:plainTextMessageContent "Nulla feugiat exerci nulla. Illum in feugiat suscipit duis illum qui duis molestie. ".
+
+<urn:uuid:1625451689> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482424376>;
+	nmo:sentDate "2008-08-23T15:51:19";
+	nmo:receivedDate "2008-08-23T15:51:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Accumsan dolore aliquip amet ut nulla in. ";
+	nmo:plainTextMessageContent "Lobortis blandit hendrerit praesent aliquam vero zzril molestie. Praesent vel etaccumsan nulla tation erat dolore sit ut commodo et minim illum. ".
+
+<urn:uuid:374178571> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482424376>;
+	nmo:sentDate "2008-06-23T15:33:27";
+	nmo:receivedDate "2008-06-23T15:34:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:403153861>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "marty holt illumte us"];
+	nmo:bcc <urn:uuid:1200485464>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "tricketts iriuredolordolore tv"];
+	nmo:messageSubject "Suscipit nulla facilisis nostrud augue vel amet. ";
+	nmo:plainTextMessageContent "Etaccumsan Utwisi velit qui Utwisi qui veniamquis dolore. Nostrud velit et nulla esse te dolore consequatvel nisl. ".
+
+<urn:uuid:1389415799> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482424376>;
+	nmo:sentDate "2008-08-03T15:33:40";
+	nmo:receivedDate "2008-08-03T15:34:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1658361309>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "melanie duff lobortisat net"];
+	nmo:messageSubject "Autem hendrerit et dignissim. ";
+	nmo:plainTextMessageContent "Iusto vel nislut etaccumsan dolore nonummy commodoconsequat. Duis sit suscipit dolor iustoodio ea duis iriure vel duis ex. ".
+
+<urn:uuid:1422840687> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482424376>;
+	nmo:sentDate "2008-10-03T16:02:31";
+	nmo:receivedDate "2008-10-03T16:02:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1688633835>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "mpool erosiusto gov"];
+	nmo:messageSubject "Qui at tationullamcorper duis te vulputate feugait exerci lorem amet duis. ";
+	nmo:plainTextMessageContent "Nonummy consequatvel ex blandit nostrud suscipit molestie facilisi te qui. ".
+
+<urn:uuid:2087323227> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482424376>;
+	nmo:sentDate "2008-02-12T15:50:53";
+	nmo:receivedDate "2008-02-12T15:51:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "In duis illum delenit iriure tationullamcorper praesent commodo delenitaugue. ";
+	nmo:plainTextMessageContent "Eu nostrud consequatvel Utwisi veniamquis veniamquis volutpat in iriuredolor vero velit consequat hendrerit. Luptatumzzril et veniamquis molestie. ".
+
+<urn:uuid:111345613> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482424376>;
+	nmo:sentDate "2008-05-23T15:44:36";
+	nmo:receivedDate "2008-05-23T15:45:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:630500450>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "marisela noyes vulputatetation eu"];
+	nmo:messageSubject "Qui adipiscing te ex velit tincidunt vulputate augue vero veniamquis. ";
+	nmo:plainTextMessageContent "Luptatumzzril in eum facilisis nulla volutpat erat at ea et ut. Consequatvel minim ad accumsan facilisis praesent. ".
+
+<urn:uuid:742695887> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482424376>;
+	nmo:sentDate "2008-11-12T15:36:09";
+	nmo:receivedDate "2008-11-12T15:36:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1788474824>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "violeta paxton elitsedvelit com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Eu lobortis te nostrud illum laoreet consectetuer velit iriure. ";
+	nmo:plainTextMessageContent "Nulla minim et dolor illum tationullamcorper exerci duis ad dolore blandit dolore. ".
+
+<urn:uuid:1937872149> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482424376>;
+	nmo:sentDate "2008-03-17T15:12:18";
+	nmo:receivedDate "2008-03-17T15:12:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2085013917>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "vredding dignissimat net"];
+	nmo:bcc <urn:uuid:1688633835>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "mpool erosiusto gov"];
+	nmo:messageSubject "Duis consequat esse et. ";
+	nmo:plainTextMessageContent "Quis ut iustoodio dignissim ad veniamquis. ".
+
+<urn:uuid:508265539> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482424376>;
+	nmo:sentDate "2009-01-23T15:50:28";
+	nmo:receivedDate "2009-01-23T15:51:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Minim iusto vel dolor nulla at invulputate blandit vero et veniamquis dolore. ";
+	nmo:plainTextMessageContent "Et exerci wisi facilisis ex consequat. Laoreet etaccumsan adipiscing molestie eros. ".
+
+<urn:uuid:432596548> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482424376>;
+	nmo:sentDate "2008-12-30T15:13:31";
+	nmo:receivedDate "2008-12-30T15:13:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:187441448>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "emiranda accumsanullamcorper us"];
+	nmo:messageSubject "Zzril enim duis autem odio qui wisi luptatumzzril vulputate aliquip nisl. ";
+	nmo:plainTextMessageContent "Facilisis etaccumsan duis diam vel ex nibh erat suscipit commodoconsequat vel lobortis lorem. ".
+
+<urn:uuid:1173138649> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482424376>;
+	nmo:sentDate "2008-12-21T15:54:16";
+	nmo:receivedDate "2008-12-21T15:54:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vulputate nulla sit laoreet nisl nostrud quis iriuredolor exerci commodoconsequat feugait. ";
+	nmo:plainTextMessageContent "Esse illum ut lobortis tationullamcorper dolore blandit tincidunt ea. ".
+
+<urn:uuid:2045951029> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14427" ;
+	nco:locality "Castile" ;
+	nco:streetAddress "88 Claiborne Lane" .
+
+<mailto:max mendenhall dolorefacilisi info> a nco:EmailAddress; 
+	nco:emailAddress "max mendenhall dolorefacilisi info".
+
+<urn:uuid:539239127> a nco:PersonContact; 
+	nco:fullname "Max Mendenhall";
+	nco:nameGiven "Max";
+	nco:nameFamily "Mendenhall";
+	nco:birthDate "1943-02-03";
+	nco:hasAffiliation "Repairer Computer Equipment";
+	nco:hasEmailAddress <mailto:max mendenhall dolorefacilisi info>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:2045951029>.
+
+<urn:uuid:992515832> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1378362548>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Iriuredolor ad vulputate nislut nonummy minim minim te lorem te. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-24T17:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-24T19:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1378362548>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1210396608> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02043" ;
+	nco:locality "Hingham" ;
+	nco:streetAddress "9372 Hobbits Glen Trail" .
+
+<mailto:dmarcus velveniamquis gov> a nco:EmailAddress; 
+	nco:emailAddress "dmarcus velveniamquis gov".
+
+<xmpp:dwain marcus gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Dwain Marcus" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Lorem nulla eros qui aliquip duis eum consequat duis aliquip enim amet. " ;
+	nco:imID "dwain marcus gmail com".
+
+<urn:uuid:1398759367> a nco:PersonContact; 
+	nco:fullname "Dwain Marcus";
+	nco:nameGiven "Dwain";
+	nco:nameFamily "Marcus";
+	nco:birthDate "1943-01-07";
+	nco:hasAffiliation "Supervisor Cashiers";
+	nco:hasEmailAddress <mailto:dmarcus velveniamquis gov>;
+	nco:hasIMAccount <xmpp:dwain marcus gmail com>;
+	nco:hasPostalAddress <urn:uuid:1210396608>.
+
+<urn:uuid:1889444997> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11960" ;
+	nco:locality "Remsenburg" ;
+	nco:streetAddress "5388 Quarry Cove" .
+
+<mailto:ccullen augueea com> a nco:EmailAddress; 
+	nco:emailAddress "ccullen augueea com".
+
+<tel:+19594785553> a nco:PhoneNumber; 
+	nco:phoneNumber "(959)478-5553".
+
+<urn:uuid:1235343767> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19594785553>]; 
+	nmo:duration 25; 
+	nmo:sentDate "2008-04-07T15:55:44". 
+
+<urn:uuid:1431286568> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19594785553>]; 
+	nmo:duration 33; 
+	nmo:sentDate "2008-03-04T15:20:25". 
+
+<urn:uuid:1179010034> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19594785553>]; 
+	nmo:duration 20; 
+	nmo:receivedDate "2008-08-31T15:12:59". 
+
+<urn:uuid:152950734> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19594785553>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-19T15:25:12";
+	nmo:receivedDate "2008-06-18T16:10:16";
+	nmo:plainTextMessageContent "Qui facilisi aliquip ex veniamquis. Laoreet enim eum iusto. Nulla minim zzril blandit. Feugait iriure facilisi euismod aliquip dolore qui iriuredolor feugait hendrerit velit lobortis. ".
+
+<urn:uuid:476839057> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19594785553>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-22T16:01:38";
+	nmo:receivedDate "2008-01-31T16:07:31";
+	nmo:plainTextMessageContent "Exerci dolore in lorem delenit minim blandit feugait vero ex ut eufeugiat. Vero et autem delenitaugue hendrerit et commodoconsequat duis facilisi esse aliquam. Consequat et autem feugait minim hendrerit in volutpat vero luptatum. In nulla exerci facilisi veniam dolor zzril feugiat et wisi ex nislut ex. ".
+
+<urn:uuid:1959861234> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19594785553>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-05T15:24:38";
+	nmo:receivedDate "2008-04-04T15:24:40";
+	nmo:plainTextMessageContent "Vero nulla suscipit qui hendrerit exerci luptatum et nislut doloremagna nostrud consectetuer lobortis blandit. Iustoodio hendrerit qui velit duis eum et ea at minim in. Doloremagna accumsan consequat velit praesent ut. Amet suscipit laoreet te feugiat adipiscing nostrud doloremagna dolore. ".
+
+<urn:uuid:825035147> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19594785553>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-03T16:02:12";
+	nmo:receivedDate "2008-09-14T16:05:12";
+	nmo:plainTextMessageContent "Luptatumzzril eu iustoodio in dolor lobortis in qui blandit lorem molestie enim delenit. Minim suscipit commodo exerci amet suscipit vero dolor vel invulputate aliquip aliquip aliquip odio. Qui ut molestie dolore wisi ea aliquip. Nonummy odio in molestie eu. Eros delenitaugue ut duis eum duis luptatumzzril iriure. Dolor qui duis etaccumsan. Utwisi facilisis odio erat eum exerci vel vel. ".
+
+<urn:uuid:248505433> a nco:PersonContact; 
+	nco:fullname "Claudia Cullen";
+	nco:nameGiven "Claudia";
+	nco:nameFamily "Cullen";
+	nco:birthDate "1943-02-27";
+	nco:hasAffiliation "Commercial Artist";
+	nco:hasEmailAddress <mailto:ccullen augueea com>;
+	nco:hasPhoneNumber <tel:+19594785553>;
+	nco:hasPostalAddress <urn:uuid:1889444997>.
+
+<urn:uuid:937752080> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1169855577>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Facilisi sit esse nulla. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-07T15:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-07T16:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1169855577>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:617901898> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04487" ;
+	nco:locality "Springfield" ;
+	nco:streetAddress "7542 Olive Cove" .
+
+<mailto:ldunham praesentdolor com> a nco:EmailAddress; 
+	nco:emailAddress "ldunham praesentdolor com".
+
+<xmpp:laurel dunham gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Laurel Dunham" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Te vero adipiscing duis autem iriure augue iusto esse tincidunt praesent delenit qui laoreet. " ;
+	nco:imID "laurel dunham gmail com".
+
+<urn:uuid:2071769784> a nco:PersonContact; 
+	nco:fullname "Laurel Dunham";
+	nco:nameGiven "Laurel";
+	nco:nameFamily "Dunham";
+	nco:birthDate "1942-07-03";
+	nco:hasAffiliation "Secretary to EVP";
+	nco:hasEmailAddress <mailto:ldunham praesentdolor com>;
+	nco:hasIMAccount <xmpp:laurel dunham gmail com>;
+	nco:hasPostalAddress <urn:uuid:617901898>.
+
+<urn:uuid:523920683> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2071769784>;
+	nmo:sentDate "2009-01-06T15:59:48";
+	nmo:receivedDate "2009-01-06T16:00:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldunham praesentdolor com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla nulla consequat autem te. ";
+	nmo:plainTextMessageContent "Luptatum ad iusto nisl tation. ".
+
+<urn:uuid:545400676> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2071769784>;
+	nmo:sentDate "2008-05-06T15:56:20";
+	nmo:receivedDate "2008-05-06T15:56:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldunham praesentdolor com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ut Utwisi aliquam vulputate ex. ";
+	nmo:plainTextMessageContent "Dolore veniam vero suscipit duis ad luptatum vero autem tincidunt eum veniamquis sit. ".
+
+<urn:uuid:973900137> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2071769784>;
+	nmo:sentDate "2008-04-24T15:23:18";
+	nmo:receivedDate "2008-04-24T15:23:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldunham praesentdolor com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1741879600>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "emontenegro adet gov"];
+	nmo:bcc <urn:uuid:1684594195>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ccarbone dignissimhendrerit tv"];
+	nmo:messageSubject "Molestie consectetuer adipiscing accumsan. ";
+	nmo:plainTextMessageContent "Eu facilisis nonummy delenitaugue adipiscing wisi nulla exerci hendrerit tationullamcorper. ".
+
+<urn:uuid:2045770143> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2071769784>;
+	nmo:sentDate "2008-01-30T15:47:52";
+	nmo:receivedDate "2008-01-30T15:48:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldunham praesentdolor com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1169855577>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "wilma vanmeter dolorecommodo edu"];
+	nmo:messageSubject "Facilisis delenit luptatumzzril ut facilisi accumsan velit molestie euismod ipsum duis eum. ";
+	nmo:plainTextMessageContent "Te in vel nulla eu eufeugiat dolore nulla esse. ".
+
+<urn:uuid:456489695> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2071769784>;
+	nmo:sentDate "2008-10-23T15:44:22";
+	nmo:receivedDate "2008-10-23T15:44:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldunham praesentdolor com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore in duis ullamcorper in consequat ut. ";
+	nmo:plainTextMessageContent "Qui delenitaugue eufeugiat in diam suscipit feugait ullamcorper adipiscing ullamcorper eros et commodo molestie. Duis dolore ad feugiat minim hendrerit minim luptatumzzril eros ex vero. ".
+
+<urn:uuid:736875634> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2071769784>;
+	nmo:sentDate "2008-10-04T16:03:44";
+	nmo:receivedDate "2008-10-04T16:03:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldunham praesentdolor com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1398759367>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dmarcus velveniamquis gov"];
+	nmo:messageSubject "Illum sit commodoconsequat eum consequat hendrerit autem vero facilisi te. ";
+	nmo:plainTextMessageContent "Esse facilisis esse doloremagna qui nulla iriuredolor ex. ".
+
+<urn:uuid:1668906505> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2071769784>;
+	nmo:sentDate "2009-02-14T15:37:56";
+	nmo:receivedDate "2009-02-14T15:37:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldunham praesentdolor com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iustoodio at et odio nonummy lorem blandit eum. ";
+	nmo:plainTextMessageContent "Minim eros te euismod duis duis iriure. ".
+
+<urn:uuid:821533834> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2071769784>;
+	nmo:sentDate "2008-09-06T15:47:09";
+	nmo:receivedDate "2008-09-06T15:47:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldunham praesentdolor com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nislut adipiscing nulla doloremagna hendrerit feugait. ";
+	nmo:plainTextMessageContent "Dolore dolore velit vero eros consequat ea in ea dolore praesent molestie dignissim. ".
+
+<urn:uuid:1580233145> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2071769784>;
+	nmo:sentDate "2008-11-14T15:35:08";
+	nmo:receivedDate "2008-11-14T15:35:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldunham praesentdolor com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Accumsan facilisi odio nulla et exerci esse accumsan nostrud volutpat ea nibh autem. ";
+	nmo:plainTextMessageContent "Luptatum accumsan molestie praesent veniam. Eros iustoodio erat nulla in nulla feugait. ".
+
+<urn:uuid:848464382> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2071769784>;
+	nmo:sentDate "2008-06-29T16:10:00";
+	nmo:receivedDate "2008-06-29T16:10:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldunham praesentdolor com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dignissim facilisi amet vero laoreet volutpat tincidunt iriuredolor vel. ";
+	nmo:plainTextMessageContent "Delenitaugue dolore amet consequat vel facilisis vel ex facilisi odio exerci. Qui ad dolor ex etaccumsan iusto delenit elitsed. ".
+
+<urn:uuid:80592058> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2071769784>;
+	nmo:sentDate "2008-09-05T16:01:47";
+	nmo:receivedDate "2008-09-05T16:02:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldunham praesentdolor com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1788474824>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "violeta paxton elitsedvelit com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "At nostrud dolore et vel facilisis ea veniamquis et ea augue. ";
+	nmo:plainTextMessageContent "Velit aliquip Utwisi quis velit blandit molestie exerci duis dolore dignissim. ".
+
+<urn:uuid:1773496773> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2071769784>;
+	nmo:sentDate "2008-01-17T16:01:08";
+	nmo:receivedDate "2008-01-17T16:01:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldunham praesentdolor com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1398759367>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dmarcus velveniamquis gov"];
+	nmo:messageSubject "Velit vero at suscipit consequatvel tincidunt molestie elitsed euismod et nulla. ";
+	nmo:plainTextMessageContent "Nulla augue elitsed praesent qui duis aliquip nostrud sit illum esse vel. Dolor autem praesent vel diam eufeugiat lorem duis dignissim. ".
+
+<urn:uuid:1260933752> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2071769784>;
+	nmo:sentDate "2008-12-05T15:32:11";
+	nmo:receivedDate "2008-12-05T15:32:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldunham praesentdolor com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:248505433>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ccullen augueea com"];
+	nmo:messageSubject "Eum vero at nulla esse autem lobortis. ";
+	nmo:plainTextMessageContent "Eros blandit luptatum commodo nostrud diam commodoconsequat. Ut blandit veniam minim in dolor aliquip amet. ".
+
+<urn:uuid:1341064768> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2071769784>;
+	nmo:sentDate "2008-03-24T15:36:47";
+	nmo:receivedDate "2008-03-24T15:37:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldunham praesentdolor com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Molestie aliquip ea qui facilisi blandit lobortis elitsed blandit aliquam wisi luptatum. ";
+	nmo:plainTextMessageContent "Praesent tation dignissim feugait iriure. ".
+
+<urn:uuid:1571696102> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2071769784>;
+	nmo:sentDate "2008-05-03T15:55:27";
+	nmo:receivedDate "2008-05-03T15:56:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldunham praesentdolor com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:539239127>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "max mendenhall dolorefacilisi info"];
+	nmo:messageSubject "Minim illum exerci praesent ad facilisi minim commodoconsequat. ";
+	nmo:plainTextMessageContent "Nibh facilisis et eros vel eu feugait dolore. ".
+
+<urn:uuid:1289644997> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2071769784>;
+	nmo:sentDate "2008-01-28T15:16:33";
+	nmo:receivedDate "2008-01-28T15:16:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldunham praesentdolor com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:538749018>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "fabian marcum veroeros edu"];
+	nmo:messageSubject "Eros blandit quis enim duis odio ut praesent vel vulputate luptatumzzril exerci. ";
+	nmo:plainTextMessageContent "Nulla te nostrud vel zzril invulputate minim adipiscing ut duis laoreet wisi praesent lobortis. ".
+
+<urn:uuid:1762102656> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2071769784>;
+	nmo:sentDate "2008-10-28T15:48:26";
+	nmo:receivedDate "2008-10-28T15:48:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldunham praesentdolor com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:685282735>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kendrick stearns velitesse tv"];
+	nmo:messageSubject "Te consequat duis illum dignissim qui. ";
+	nmo:plainTextMessageContent "Consequat suscipit aliquip ullamcorper aliquam facilisi eros feugait te eum diam molestie facilisi. ".
+
+<urn:uuid:1554562751> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11749" ;
+	nco:locality "Islandia" ;
+	nco:streetAddress "4536 Grisby Drive" .
+
+<mailto:art knox adea info> a nco:EmailAddress; 
+	nco:emailAddress "art knox adea info".
+
+<urn:uuid:950615441> a nco:PersonContact; 
+	nco:fullname "Art Knox";
+	nco:nameGiven "Art";
+	nco:nameFamily "Knox";
+	nco:birthDate "1942-11-09";
+	nco:hasAffiliation "Fumigator";
+	nco:hasEmailAddress <mailto:art knox adea info>;
+	nco:hasPostalAddress <urn:uuid:1554562751>.
+
+<urn:uuid:814345302> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06851" ;
+	nco:locality "Norwalk" ;
+	nco:streetAddress "8071 Pebblebrook Avenue" .
+
+<mailto:gil cullen inpraesent org> a nco:EmailAddress; 
+	nco:emailAddress "gil cullen inpraesent org".
+
+<xmpp:gil cullen gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Gil Cullen" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Accumsan duis eu vel iriuredolor te minim erat. " ;
+	nco:imID "gil cullen gmail com".
+
+<tel:+15163299085> a nco:PhoneNumber; 
+	nco:phoneNumber "(516)329-9085".
+
+<urn:uuid:91840635> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15163299085>]; 
+	nmo:duration 21; 
+	nmo:receivedDate "2008-12-14T16:01:06". 
+
+<urn:uuid:143056920> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15163299085>]; 
+	nmo:duration 47; 
+	nmo:receivedDate "2009-01-23T16:05:17". 
+
+<urn:uuid:1550945487> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15163299085>]; 
+	nmo:duration 50; 
+	nmo:sentDate "2008-09-23T15:14:45". 
+
+<urn:uuid:1494070422> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15163299085>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-22T15:42:17";
+	nmo:receivedDate "2008-12-26T15:20:52";
+	nmo:plainTextMessageContent "Accumsan eum ullamcorper commodoconsequat commodo aliquam nulla molestie. Wisi ad amet duis luptatumzzril eros autem augue veniam hendrerit euismod dolore dolore. Exerci doloremagna eu duis facilisis iusto invulputate diam invulputate praesent esse quis veniam blandit. Duis luptatum at zzril tincidunt hendrerit luptatumzzril luptatumzzril. Esse in feugiat duis nulla eros dolor tationullamcorper dolor. Eufeugiat eros sit consectetuer. ".
+
+<urn:uuid:1953714632> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15163299085>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-18T15:34:49";
+	nmo:receivedDate "2008-06-08T15:48:52";
+	nmo:plainTextMessageContent "Autem diam accumsan facilisi blandit tincidunt eum blandit at. Tationullamcorper tation in aliquip in sit lobortis ipsum qui laoreet te. Facilisis delenit et eum velit et facilisis eum blandit. Utwisi eros odio vero esse. ".
+
+<urn:uuid:1073809694> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15163299085>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-08T15:18:12";
+	nmo:receivedDate "2008-12-13T15:54:50";
+	nmo:plainTextMessageContent "Eum wisi dignissim ea nostrud in esse aliquip etaccumsan. Consectetuer odio veniamquis ea. Diam suscipit consequat doloremagna ipsum ea. Euismod eum qui ut dolore molestie et eum ex lobortis velit iustoodio. ".
+
+<urn:uuid:1473429> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15163299085>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-24T15:32:49";
+	nmo:receivedDate "2009-01-16T15:17:25";
+	nmo:plainTextMessageContent "Delenitaugue adipiscing at feugiat et vero. Diam iustoodio Utwisi facilisis ut nulla esse. Delenitaugue dolore elitsed at Utwisi accumsan. Ex vel te sit iriure ea nibh aliquip aliquam qui. Facilisi vulputate duis vel praesent enim commodo eros vel ut tation doloremagna tincidunt. Veniam suscipit wisi ex quis nibh consequat. Lobortis vulputate aliquam tation consectetuer hendrerit consequat minim ea nulla. ".
+
+<urn:uuid:650099146> a nco:PersonContact; 
+	nco:fullname "Gil Cullen";
+	nco:nameGiven "Gil";
+	nco:nameFamily "Cullen";
+	nco:birthDate "1942-12-11";
+	nco:hasAffiliation "Computer Systems & Programming Manager";
+	nco:hasEmailAddress <mailto:gil cullen inpraesent org>;
+	nco:hasPhoneNumber <tel:+15163299085>;
+	nco:hasIMAccount <xmpp:gil cullen gmail com>;
+	nco:hasPostalAddress <urn:uuid:814345302>.
+
+<urn:uuid:1803733592> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01355" ;
+	nco:locality "New Salem" ;
+	nco:streetAddress "9645 Newsum Parkway" .
+
+<mailto:cecil musselman invero eu> a nco:EmailAddress; 
+	nco:emailAddress "cecil musselman invero eu".
+
+<tel:+17189527425> a nco:PhoneNumber; 
+	nco:phoneNumber "(718)952-7425".
+
+<urn:uuid:712475208> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17189527425>]; 
+	nmo:duration 33; 
+	nmo:sentDate "2008-04-06T15:16:18". 
+
+<urn:uuid:1475458276> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17189527425>]; 
+	nmo:duration 11; 
+	nmo:sentDate "2008-01-16T15:16:53". 
+
+<urn:uuid:821595887> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17189527425>]; 
+	nmo:duration 34; 
+	nmo:receivedDate "2008-12-11T15:36:45". 
+
+<urn:uuid:841530975> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17189527425>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-23T15:25:46";
+	nmo:receivedDate "2008-10-02T16:09:46";
+	nmo:plainTextMessageContent "Zzril etaccumsan consequat qui nulla zzril volutpat blandit nibh. Consequatvel qui dolore velit dolor diam ex dolor suscipit delenit vero. Wisi feugait lobortis facilisis dolore autem. Illum velit ut dolor dolore velit te eros laoreet eufeugiat iusto tincidunt etaccumsan. Consequat illum eros et. ".
+
+<urn:uuid:2057986858> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17189527425>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-19T15:55:58";
+	nmo:receivedDate "2008-10-27T15:42:13";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Sit at nostrud elitsed. Esse nulla hendrerit nulla dignissim aliquam feugait augue nostrud adipiscing eum autem erat. Luptatumzzril duis duis molestie feugait facilisi delenitaugue adipiscing. Vero ullamcorper praesent eum vulputate. Amet duis augue nostrud vero enim sit eum consequat nostrud. Feugait duis feugait feugiat esse. ".
+
+<urn:uuid:146276127> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17189527425>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-06T16:03:58";
+	nmo:receivedDate "2008-09-12T16:01:48";
+	nmo:plainTextMessageContent "Dolor nulla lobortis suscipit. Et exerci et duis etaccumsan in velit dolore suscipit dolore minim feugait minim. Consequat iriuredolor ex duis at et ut esse consectetuer accumsan facilisi eufeugiat. Nulla accumsan dolore luptatum. ".
+
+<urn:uuid:1343536008> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17189527425>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-20T15:27:36";
+	nmo:receivedDate "2009-01-30T15:27:21";
+	nmo:plainTextMessageContent "Ullamcorper vero dolore iriure eros feugait delenit. Iusto minim tationullamcorper iriure praesent autem feugait delenit duis augue tincidunt vulputate velit tation. Te dolore enim etaccumsan esse eum at. Nulla velit delenit exerci te zzril eros. Minim commodo molestie veniam facilisis duis vel consequatvel iriure zzril at tation duis. Feugiat in esse Utwisi nostrud suscipit. ".
+
+<urn:uuid:1731614453> a nco:PersonContact; 
+	nco:fullname "Cecil Musselman";
+	nco:nameGiven "Cecil";
+	nco:nameFamily "Musselman";
+	nco:birthDate "1942-10-18";
+	nco:hasAffiliation "Paving Laborer";
+	nco:hasEmailAddress <mailto:cecil musselman invero eu>;
+	nco:hasPhoneNumber <tel:+17189527425>;
+	nco:hasPostalAddress <urn:uuid:1803733592>.
+
+<urn:uuid:1493188359> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05650" ;
+	nco:locality "East Calais" ;
+	nco:streetAddress "2801 Havershire Cove" .
+
+<mailto:rolf spain delenitnostrud org> a nco:EmailAddress; 
+	nco:emailAddress "rolf spain delenitnostrud org".
+
+<urn:uuid:374704102> a nco:PersonContact; 
+	nco:fullname "Rolf Spain";
+	nco:nameGiven "Rolf";
+	nco:nameFamily "Spain";
+	nco:birthDate "1942-03-11";
+	nco:hasAffiliation "Manager Construction Engineering";
+	nco:hasEmailAddress <mailto:rolf spain delenitnostrud org>;
+	nco:hasPostalAddress <urn:uuid:1493188359>.
+
+<urn:uuid:293177169> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04666" ;
+	nco:locality "Pembroke" ;
+	nco:streetAddress "8259 Hidden Harbor Trail" .
+
+<mailto:btimmerman wisieufeugiat tv> a nco:EmailAddress; 
+	nco:emailAddress "btimmerman wisieufeugiat tv".
+
+<urn:uuid:568386497> a nco:PersonContact; 
+	nco:fullname "Boyd Timmerman";
+	nco:nameGiven "Boyd";
+	nco:nameFamily "Timmerman";
+	nco:birthDate "1942-10-06";
+	nco:hasAffiliation "Usher";
+	nco:hasEmailAddress <mailto:btimmerman wisieufeugiat tv>;
+	nco:hasPostalAddress <urn:uuid:293177169>.
+
+<urn:uuid:1129203449> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06127" ;
+	nco:locality "W Hartford" ;
+	nco:streetAddress "4044 Churchill Lane" .
+
+<mailto:tanner humes praesentiusto tv> a nco:EmailAddress; 
+	nco:emailAddress "tanner humes praesentiusto tv".
+
+<tel:+13157476865> a nco:PhoneNumber; 
+	nco:phoneNumber "(315)747-6865".
+
+<urn:uuid:734077807> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13157476865>]; 
+	nmo:duration 25; 
+	nmo:sentDate "2008-10-10T15:55:23". 
+
+<urn:uuid:706489174> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13157476865>]; 
+	nmo:duration 16; 
+	nmo:sentDate "2008-04-13T15:21:55". 
+
+<urn:uuid:1279933856> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13157476865>]; 
+	nmo:duration 32; 
+	nmo:sentDate "2008-12-26T15:59:10". 
+
+<urn:uuid:146299500> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13157476865>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-17T15:53:44";
+	nmo:receivedDate "2008-05-21T15:39:59";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Dolore laoreet vel suscipit illum eufeugiat feugiat euismod. Feugiat quis vel luptatum consequat iriure illum duis duis facilisi tation dolore ullamcorper. Eufeugiat tation illum et esse. Doloremagna ex facilisis velit in invulputate aliquip. ".
+
+<urn:uuid:368928701> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13157476865>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-31T15:25:43";
+	nmo:receivedDate "2008-03-18T15:17:16";
+	nmo:plainTextMessageContent "Elitsed esse et nostrud. Ea commodo facilisis iusto molestie exerci odio illum exerci facilisis. Consectetuer vel praesent vel feugait ex diam blandit aliquip ullamcorper lobortis vel erat. Eros vel ea eros duis wisi. Vel facilisi at commodo nostrud. Qui duis laoreet quis augue consequat hendrerit. ".
+
+<urn:uuid:296029950> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13157476865>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-17T15:58:12";
+	nmo:receivedDate "2008-04-14T16:06:55";
+	nmo:plainTextMessageContent "Praesent dignissim lorem duis esse dignissim dolore eum. Eros at nibh enim iusto volutpat duis invulputate consectetuer dignissim. Et molestie autem ad dolore nibh te iustoodio in. Ex adipiscing luptatumzzril nulla eufeugiat. ".
+
+<urn:uuid:1332346064> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13157476865>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-29T15:26:41";
+	nmo:receivedDate "2008-12-20T15:26:46";
+	nmo:plainTextMessageContent "Diam ullamcorper ea esse. Praesent qui esse elitsed. Autem nisl duis ex blandit quis dignissim odio enim et dolore. Et at exerci nonummy te ullamcorper adipiscing eros. Veniamquis nislut invulputate at facilisis veniamquis consequatvel ea autem. Commodoconsequat illum velit aliquip euismod. Commodo volutpat consequat duis volutpat wisi autem tincidunt esse consectetuer tincidunt. ".
+
+<urn:uuid:780701917> a nco:PersonContact; 
+	nco:fullname "Tanner Humes";
+	nco:nameGiven "Tanner";
+	nco:nameFamily "Humes";
+	nco:birthDate "1942-10-01";
+	nco:hasAffiliation "Bicycle Messenger";
+	nco:hasEmailAddress <mailto:tanner humes praesentiusto tv>;
+	nco:hasPhoneNumber <tel:+13157476865>;
+	nco:hasPostalAddress <urn:uuid:1129203449>.
+
+<urn:uuid:141711777> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08016" ;
+	nco:locality "Burlington" ;
+	nco:streetAddress "6798 Foxgate Avenue" .
+
+<mailto:agiles lobortisblandit edu> a nco:EmailAddress; 
+	nco:emailAddress "agiles lobortisblandit edu".
+
+<tel:+14011924122> a nco:PhoneNumber; 
+	nco:phoneNumber "(401)192-4122".
+
+<urn:uuid:292452254> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14011924122>]; 
+	nmo:duration 38; 
+	nmo:sentDate "2008-06-08T15:21:59". 
+
+<urn:uuid:204952950> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14011924122>]; 
+	nmo:duration 20; 
+	nmo:receivedDate "2008-11-14T16:09:41". 
+
+<urn:uuid:1916936464> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14011924122>]; 
+	nmo:duration 12; 
+	nmo:receivedDate "2008-12-17T15:28:34". 
+
+<urn:uuid:1170982899> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14011924122>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-15T15:44:16";
+	nmo:receivedDate "2008-09-17T15:44:14";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Suscipit iusto illum wisi facilisi eufeugiat dolor et ut. Blandit illum aliquam duis. Aliquam facilisi ut erat ad vel at nisl dolor ullamcorper. Ea exerci ad illum elitsed ullamcorper lorem. ".
+
+<urn:uuid:1505136595> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14011924122>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-08T15:26:29";
+	nmo:receivedDate "2008-08-22T15:20:27";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Elitsed veniamquis duis nibh. Tation eum volutpat lobortis commodo dignissim in autem enim lobortis nulla. Sit enim dignissim consequat tationullamcorper aliquip invulputate tincidunt commodoconsequat autem. Duis aliquip te nulla. Vel euismod etaccumsan dolor eros nostrud suscipit eum nisl. Zzril dolore nonummy autem vero tation zzril. ".
+
+<urn:uuid:545454229> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14011924122>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-22T15:57:49";
+	nmo:receivedDate "2008-11-07T15:26:00";
+	nmo:plainTextMessageContent "Qui nostrud minim enim duis. Veniamquis in accumsan facilisis lobortis ea. Wisi eufeugiat eros vero erat eufeugiat veniamquis vel illum lorem. Dolor dignissim feugait lobortis hendrerit eum zzril commodo. Lorem elitsed suscipit in duis aliquam doloremagna nostrud Utwisi. Hendrerit esse qui illum ea zzril ea iustoodio autem in duis lobortis iriure. Adipiscing suscipit ex quis nostrud in blandit Utwisi et dignissim te etaccumsan nislut. ".
+
+<urn:uuid:225680479> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14011924122>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-27T16:03:47";
+	nmo:receivedDate "2008-11-28T15:23:25";
+	nmo:plainTextMessageContent "Consequatvel ad ad odio eu. Duis doloremagna dignissim luptatum ad vulputate. Et eum velit in veniam vero feugait vero duis suscipit ut elitsed eufeugiat. Sit aliquam Utwisi zzril ut feugait praesent exerci facilisis et facilisi facilisi at. Lobortis lorem praesent nisl illum aliquip consequat. Commodo augue feugiat et duis feugait. ".
+
+<urn:uuid:108775584> a nco:PersonContact; 
+	nco:fullname "Aurora Giles";
+	nco:nameGiven "Aurora";
+	nco:nameFamily "Giles";
+	nco:birthDate "1942-12-08";
+	nco:hasAffiliation "Buyer Assistant";
+	nco:hasEmailAddress <mailto:agiles lobortisblandit edu>;
+	nco:hasPhoneNumber <tel:+14011924122>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:141711777>.
+
+<urn:uuid:1090560485> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05463" ;
+	nco:locality "Isle La Motte" ;
+	nco:streetAddress "7461 Sweet Oaks Circle" .
+
+<mailto:fgates teea net> a nco:EmailAddress; 
+	nco:emailAddress "fgates teea net".
+
+<urn:uuid:1804939123> a nco:PersonContact; 
+	nco:fullname "Fidel Gates";
+	nco:nameGiven "Fidel";
+	nco:nameFamily "Gates";
+	nco:birthDate "1942-03-08";
+	nco:hasAffiliation "Operator Folding Machine";
+	nco:hasEmailAddress <mailto:fgates teea net>;
+	nco:hasPostalAddress <urn:uuid:1090560485>.
+
+<urn:uuid:898748941> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:534168714>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Hendrerit invulputate delenit eufeugiat exerci ex. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-02T17:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-02T18:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:534168714>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:2118903940> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13684" ;
+	nco:locality "Russell" ;
+	nco:streetAddress "2390 Dunedin Street" .
+
+<mailto:edmond dyson teelitsed info> a nco:EmailAddress; 
+	nco:emailAddress "edmond dyson teelitsed info".
+
+<xmpp:edmond dyson gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Edmond Dyson" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Feugiat at commodoconsequat feugait blandit volutpat. " ;
+	nco:imID "edmond dyson gmail com".
+
+<urn:uuid:694666209> a nco:PersonContact; 
+	nco:fullname "Edmond Dyson";
+	nco:nameGiven "Edmond";
+	nco:nameFamily "Dyson";
+	nco:birthDate "1942-07-09";
+	nco:hasAffiliation "Insurance Automobile Damage Appraiser";
+	nco:hasEmailAddress <mailto:edmond dyson teelitsed info>;
+	nco:hasIMAccount <xmpp:edmond dyson gmail com>;
+	nco:hasPostalAddress <urn:uuid:2118903940>.
+
+<urn:uuid:643009030> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12345" ;
+	nco:locality "Schenectady" ;
+	nco:streetAddress "5856 Ramblewood Lane" .
+
+<mailto:alberto gunter blanditdolor net> a nco:EmailAddress; 
+	nco:emailAddress "alberto gunter blanditdolor net".
+
+<xmpp:alberto gunter gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Alberto Gunter" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Zzril doloremagna amet nisl laoreet hendrerit ea luptatumzzril exerci dolor. " ;
+	nco:imID "alberto gunter gmail com".
+
+<urn:uuid:1260986816> a nco:PersonContact; 
+	nco:fullname "Alberto Gunter";
+	nco:nameGiven "Alberto";
+	nco:nameFamily "Gunter";
+	nco:birthDate "1942-08-18";
+	nco:hasAffiliation "Manager Design Engineering";
+	nco:hasEmailAddress <mailto:alberto gunter blanditdolor net>;
+	nco:hasIMAccount <xmpp:alberto gunter gmail com>;
+	nco:hasPostalAddress <urn:uuid:643009030>.
+
+<urn:uuid:2009019239> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04055" ;
+	nco:locality "Naples" ;
+	nco:streetAddress "5485 Stamford Lane" .
+
+<mailto:dcolvin quisodio org> a nco:EmailAddress; 
+	nco:emailAddress "dcolvin quisodio org".
+
+<urn:uuid:1818355959> a nco:PersonContact; 
+	nco:fullname "Dewayne Colvin";
+	nco:nameGiven "Dewayne";
+	nco:nameFamily "Colvin";
+	nco:birthDate "1943-01-18";
+	nco:hasAffiliation "Clerical Assistant";
+	nco:hasEmailAddress <mailto:dcolvin quisodio org>;
+	nco:hasPostalAddress <urn:uuid:2009019239>.
+
+<urn:uuid:1184922509> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1155348940>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Tincidunt dignissim blandit esse nulla praesent tationullamcorper dolore enim autem aliquip. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-03T14:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-03T15:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1155348940>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1026951807> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13636" ;
+	nco:locality "Ellisburg" ;
+	nco:streetAddress "6657 Kinderhill Circle" .
+
+<mailto:lola ives aliquamadipiscing eu> a nco:EmailAddress; 
+	nco:emailAddress "lola ives aliquamadipiscing eu".
+
+<tel:+17166966612> a nco:PhoneNumber; 
+	nco:phoneNumber "(716)696-6612".
+
+<urn:uuid:739901135> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17166966612>]; 
+	nmo:duration 42; 
+	nmo:sentDate "2008-11-24T15:22:45". 
+
+<urn:uuid:1120815804> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17166966612>]; 
+	nmo:duration 30; 
+	nmo:receivedDate "2009-01-07T15:38:06". 
+
+<urn:uuid:206489922> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17166966612>]; 
+	nmo:duration 3; 
+	nmo:receivedDate "2008-09-27T15:24:02". 
+
+<urn:uuid:201230126> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17166966612>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-06T15:41:57";
+	nmo:receivedDate "2008-03-29T15:17:54";
+	nmo:plainTextMessageContent "Consequat vero ipsum vulputate nulla. Doloremagna consequatvel eu nulla odio. Etaccumsan qui dolor facilisi. Iriuredolor in ut et enim eros blandit sit augue. Te illum at blandit dolor aliquip feugait vel veniamquis qui eufeugiat eufeugiat. Augue eros enim consectetuer eros lobortis ex at suscipit. ".
+
+<urn:uuid:1709952397> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17166966612>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-01T15:26:16";
+	nmo:receivedDate "2008-07-18T15:53:53";
+	nmo:plainTextMessageContent "Iriure suscipit vero accumsan exerci delenit ut. Delenitaugue eros ea iriuredolor hendrerit iustoodio exerci facilisi esse dignissim. Veniamquis nulla elitsed ea quis euismod ad commodo commodoconsequat luptatumzzril vero. Veniamquis duis illum veniamquis amet ex ad commodo velit feugiat nulla ea et dolor. ".
+
+<urn:uuid:2071749555> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17166966612>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-27T15:47:35";
+	nmo:receivedDate "2008-04-24T15:19:48";
+	nmo:plainTextMessageContent "Qui te consectetuer euismod minim consequatvel vulputate ipsum nonummy. Ad erat velit consequat nibh ex ex facilisi ex exerci ut. Tincidunt vel commodoconsequat consequat wisi in adipiscing in tationullamcorper eum blandit. Qui luptatumzzril consequatvel dolor praesent nibh feugait. Amet ad vel luptatum velit molestie dolor at lobortis ullamcorper facilisi feugiat duis. Iusto laoreet qui ad te dolore eu ea consequat invulputate enim. ".
+
+<urn:uuid:450035039> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17166966612>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-14T16:10:47";
+	nmo:receivedDate "2009-01-01T16:05:30";
+	nmo:plainTextMessageContent "Invulputate augue nisl enim euismod consequatvel ut nostrud ea invulputate at ex delenitaugue. Facilisi laoreet ut duis ex ut molestie duis nulla illum et consectetuer tincidunt. Wisi feugait nibh exerci vero nulla aliquip tation dolor zzril duis laoreet nonummy. Dolor dolor commodo dolor. ".
+
+<urn:uuid:310374280> a nco:PersonContact; 
+	nco:fullname "Lola Ives";
+	nco:nameGiven "Lola";
+	nco:nameFamily "Ives";
+	nco:birthDate "1942-11-23";
+	nco:hasAffiliation "Crane Operator Overhead";
+	nco:hasEmailAddress <mailto:lola ives aliquamadipiscing eu>;
+	nco:hasPhoneNumber <tel:+17166966612>;
+	nco:hasPostalAddress <urn:uuid:1026951807>.
+
+<urn:uuid:1053782732> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08695" ;
+	nco:locality "Trenton" ;
+	nco:streetAddress "1615 Poplar Estates Circle" .
+
+<mailto:fmarler ametesse net> a nco:EmailAddress; 
+	nco:emailAddress "fmarler ametesse net".
+
+<urn:uuid:1365315065> a nco:PersonContact; 
+	nco:fullname "Felix Marler";
+	nco:nameGiven "Felix";
+	nco:nameFamily "Marler";
+	nco:birthDate "1942-09-14";
+	nco:hasAffiliation "Automotive Service Station Attendant";
+	nco:hasEmailAddress <mailto:fmarler ametesse net>;
+	nco:hasPostalAddress <urn:uuid:1053782732>.
+
+<urn:uuid:1769065056> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07648" ;
+	nco:locality "Norwood" ;
+	nco:streetAddress "9569 Woodsong Street" .
+
+<mailto:sadcock duisenim gov> a nco:EmailAddress; 
+	nco:emailAddress "sadcock duisenim gov".
+
+<xmpp:sam adcock gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Sam Adcock" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Minim odio ea enim minim duis. " ;
+	nco:imID "sam adcock gmail com".
+
+<urn:uuid:114605023> a nco:PersonContact; 
+	nco:fullname "Sam Adcock";
+	nco:nameGiven "Sam";
+	nco:nameFamily "Adcock";
+	nco:birthDate "1942-10-26";
+	nco:hasAffiliation "Attendant Nursery School";
+	nco:hasEmailAddress <mailto:sadcock duisenim gov>;
+	nco:hasIMAccount <xmpp:sam adcock gmail com>;
+	nco:hasPostalAddress <urn:uuid:1769065056>.
+
+<urn:uuid:763639121> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13643" ;
+	nco:locality "Great Bend" ;
+	nco:streetAddress "5921 Dundee Drive" .
+
+<mailto:rlin aliquamqui org> a nco:EmailAddress; 
+	nco:emailAddress "rlin aliquamqui org".
+
+<tel:+19596496606> a nco:PhoneNumber; 
+	nco:phoneNumber "(959)649-6606".
+
+<urn:uuid:120393055> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19596496606>]; 
+	nmo:duration 50; 
+	nmo:sentDate "2008-08-15T15:11:38". 
+
+<urn:uuid:974726700> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19596496606>]; 
+	nmo:duration 19; 
+	nmo:sentDate "2009-01-30T15:28:12". 
+
+<urn:uuid:1884388735> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19596496606>]; 
+	nmo:duration 14; 
+	nmo:receivedDate "2008-12-07T15:36:34". 
+
+<urn:uuid:1825543285> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19596496606>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-31T15:43:48";
+	nmo:receivedDate "2008-11-23T15:32:07";
+	nmo:plainTextMessageContent "Eum te lobortis ullamcorper consequat duis quis velit luptatumzzril iusto consectetuer. Praesent iusto et molestie feugiat vel erat in nostrud. Zzril feugait praesent delenitaugue minim et nibh blandit quis aliquip minim dolor accumsan. Aliquip amet in vero nonummy dignissim vel lobortis iustoodio nislut facilisi ad duis. Nulla accumsan dignissim dolore commodo. ".
+
+<urn:uuid:2053698326> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19596496606>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-05T15:24:28";
+	nmo:receivedDate "2008-12-20T15:15:45";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Dignissim esse autem facilisi eum tation tationullamcorper dignissim nulla ex. Vulputate duis eum esse euismod. Dignissim nonummy molestie feugait nulla vero commodo in etaccumsan aliquam hendrerit iustoodio. Tincidunt veniamquis eros duis duis facilisi tationullamcorper duis iriure in. Feugait nislut quis autem feugait nisl praesent iustoodio ut lorem te feugait nibh illum. ".
+
+<urn:uuid:1648620356> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19596496606>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-13T15:43:16";
+	nmo:receivedDate "2008-09-27T15:32:39";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Iriuredolor elitsed ut duis lobortis lorem ad luptatumzzril in consectetuer eum. Ipsum volutpat dolor dolore at aliquip molestie hendrerit ea autem elitsed duis vero etaccumsan. Luptatum tationullamcorper vel dolore sit erat volutpat accumsan consequat sit. Qui dignissim qui ex dolore autem dolore eum nulla eu exerci te. Euismod invulputate aliquip minim nonummy suscipit te veniamquis. Consequat vero illum tationullamcorper in ut aliquip commodo eros luptatumzzril dignissim. Luptatum eu autem vel at. ".
+
+<urn:uuid:1053229496> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19596496606>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-29T15:50:18";
+	nmo:receivedDate "2008-07-15T15:51:33";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "In minim zzril ut suscipit ad duis vero odio duis hendrerit vel laoreet consequat. Facilisis euismod nislut ad. Ad nostrud ex illum. Duis velit dolor te ut nostrud. Nulla dignissim vero ex dolor ipsum volutpat invulputate eros Utwisi odio tationullamcorper iusto. Nisl dolore hendrerit te. ".
+
+<urn:uuid:586562270> a nco:PersonContact; 
+	nco:fullname "Rosalie Lin";
+	nco:nameGiven "Rosalie";
+	nco:nameFamily "Lin";
+	nco:birthDate "1943-02-04";
+	nco:hasAffiliation "Medical Nuclear Technician";
+	nco:hasEmailAddress <mailto:rlin aliquamqui org>;
+	nco:hasPhoneNumber <tel:+19596496606>;
+	nco:hasPostalAddress <urn:uuid:763639121>.
+
+<urn:uuid:7308986> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10165" ;
+	nco:locality "New York" ;
+	nco:streetAddress "695 Elm Avenue" .
+
+<mailto:gaye lundgren velex org> a nco:EmailAddress; 
+	nco:emailAddress "gaye lundgren velex org".
+
+<urn:uuid:173299576> a nco:PersonContact; 
+	nco:fullname "Gaye Lundgren";
+	nco:nameGiven "Gaye";
+	nco:nameFamily "Lundgren";
+	nco:birthDate "1943-02-19";
+	nco:hasAffiliation "Sales Engineer Electronics";
+	nco:hasEmailAddress <mailto:gaye lundgren velex org>;
+	nco:hasPostalAddress <urn:uuid:7308986>.
+
+<urn:uuid:542151733> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1398759367>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Vel volutpat duis consequatvel in et ad enim. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-01T20:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-01T22:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1398759367>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1363783898> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173299576>;
+	nmo:sentDate "2008-04-30T15:48:21";
+	nmo:receivedDate "2008-04-30T15:49:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1278268675>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "plemon duiseum com"];
+	nmo:messageSubject "Duis eros dolor wisi te in qui aliquip commodoconsequat in consequatvel tincidunt dignissim. ";
+	nmo:plainTextMessageContent "Accumsan ad qui nostrud qui et dolor blandit duis exerci esse Utwisi minim facilisi. Ad feugait lorem ex dolore amet tation. ".
+
+<urn:uuid:214825473> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173299576>;
+	nmo:sentDate "2009-01-17T16:01:28";
+	nmo:receivedDate "2009-01-17T16:02:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nostrud Utwisi laoreet vero te praesent hendrerit. ";
+	nmo:plainTextMessageContent "Suscipit qui vulputate iriure quis dolor et iriuredolor eros esse suscipit ipsum in dolore. Velit iriuredolor lobortis delenit. ".
+
+<urn:uuid:922061898> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173299576>;
+	nmo:sentDate "2008-09-11T15:37:06";
+	nmo:receivedDate "2008-09-11T15:37:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eum nibh praesent enim illum commodoconsequat molestie vel tincidunt enim eufeugiat tationullamcorper nislut dignissim. ";
+	nmo:plainTextMessageContent "Nulla te exerci commodo aliquam invulputate Utwisi. ".
+
+<urn:uuid:1451511408> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173299576>;
+	nmo:sentDate "2008-07-05T15:49:00";
+	nmo:receivedDate "2008-07-05T15:49:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:694666209>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "edmond dyson teelitsed info"];
+	nmo:messageSubject "Exerci dolore in feugait ad elitsed in adipiscing te dignissim duis lorem eum facilisi. ";
+	nmo:plainTextMessageContent "Dolore veniam exerci lorem ad dolor nulla nulla at. Ipsum zzril etaccumsan dolore. ".
+
+<urn:uuid:542820561> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173299576>;
+	nmo:sentDate "2008-09-02T15:49:32";
+	nmo:receivedDate "2008-09-02T15:49:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore duis commodo exerci nibh quis te hendrerit. ";
+	nmo:plainTextMessageContent "Eum dolor vel et elitsed minim esse exerci vel suscipit accumsan aliquip. ".
+
+<urn:uuid:1759500843> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173299576>;
+	nmo:sentDate "2008-08-29T15:22:23";
+	nmo:receivedDate "2008-08-29T15:23:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:664101765>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "marcelino crayton utlaoreet eu"];
+	nmo:messageSubject "Vel in duis ex enim hendrerit. ";
+	nmo:plainTextMessageContent "In aliquip facilisi at. Feugiat iustoodio velit molestie amet blandit delenit euismod vel doloremagna in ad. ".
+
+<urn:uuid:784438092> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173299576>;
+	nmo:sentDate "2008-04-02T15:14:42";
+	nmo:receivedDate "2008-04-02T15:15:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1379499947>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mhaas utconsequat us"];
+	nmo:messageSubject "Utwisi nisl vero erat illum veniamquis ad amet. ";
+	nmo:plainTextMessageContent "Vel wisi consequatvel facilisis eum commodo. Illum tationullamcorper ad praesent ut vel. ".
+
+<urn:uuid:1915556694> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173299576>;
+	nmo:sentDate "2008-10-05T15:40:45";
+	nmo:receivedDate "2008-10-05T15:41:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1634351996>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "curtis silva blanditeum com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Minim praesent eros nulla dolor erat duis qui nulla nostrud duis erat nostrud. ";
+	nmo:plainTextMessageContent "Vel delenitaugue autem dignissim nulla. ".
+
+<urn:uuid:614721412> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173299576>;
+	nmo:sentDate "2008-06-28T15:13:17";
+	nmo:receivedDate "2008-06-28T15:13:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vero nulla ex esse minim amet. ";
+	nmo:plainTextMessageContent "Et duis eufeugiat suscipit dolore in duis nulla feugiat te delenit. ".
+
+<urn:uuid:1789650410> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173299576>;
+	nmo:sentDate "2008-07-16T15:21:51";
+	nmo:receivedDate "2008-07-16T15:22:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:374704102>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rolf spain delenitnostrud org"];
+	nmo:bcc <urn:uuid:693002361>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rdonnelly etaccumsannostrud info"];
+	nmo:messageSubject "Erat dignissim dolore etaccumsan invulputate duis molestie consequatvel facilisi. ";
+	nmo:plainTextMessageContent "Ea praesent nislut minim et iusto feugait praesent lobortis eros. ".
+
+<urn:uuid:1132960066> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173299576>;
+	nmo:sentDate "2008-11-04T15:11:42";
+	nmo:receivedDate "2008-11-04T15:12:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1260986816>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "alberto gunter blanditdolor net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Nulla exerci praesent augue. ";
+	nmo:plainTextMessageContent "Nislut praesent qui praesent zzril exerci etaccumsan vero qui luptatumzzril duis. ".
+
+<urn:uuid:1655969020> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173299576>;
+	nmo:sentDate "2008-04-13T16:04:40";
+	nmo:receivedDate "2008-04-13T16:04:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Commodoconsequat aliquip consequat elitsed erat lobortis ea qui. ";
+	nmo:plainTextMessageContent "Vero suscipit hendrerit euismod minim facilisi iusto praesent. ".
+
+<urn:uuid:1532819497> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173299576>;
+	nmo:sentDate "2008-06-15T15:20:17";
+	nmo:receivedDate "2008-06-15T15:20:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:136227770>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "sgreer dignissimsuscipit edu"];
+	nmo:messageSubject "Accumsan et odio dolor iusto luptatumzzril eufeugiat aliquip velit ut ut consequat. ";
+	nmo:plainTextMessageContent "Vel nostrud ut volutpat. Veniamquis dolor feugait sit nibh sit delenitaugue esse. ".
+
+<urn:uuid:137012208> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173299576>;
+	nmo:sentDate "2008-02-08T15:37:11";
+	nmo:receivedDate "2008-02-08T15:37:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ex tationullamcorper iriuredolor iriure enim diam eum esse velit dolor eros odio eum illum. ";
+	nmo:plainTextMessageContent "Aliquip dolore blandit ex veniam Utwisi feugiat tincidunt dignissim. ".
+
+<urn:uuid:1265466849> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173299576>;
+	nmo:sentDate "2008-12-29T15:31:34";
+	nmo:receivedDate "2008-12-29T15:31:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Tincidunt amet doloremagna luptatumzzril consequat aliquip et lorem nulla hendrerit facilisis doloremagna eros qui. ";
+	nmo:plainTextMessageContent "Velit vulputate luptatumzzril feugiat illum ea volutpat vero autem facilisi invulputate te hendrerit. ".
+
+<urn:uuid:1316453963> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173299576>;
+	nmo:sentDate "2008-04-25T15:26:00";
+	nmo:receivedDate "2008-04-25T15:26:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Zzril velit accumsan nostrud consectetuer Utwisi eros molestie. ";
+	nmo:plainTextMessageContent "Duis elitsed elitsed erat delenitaugue dignissim diam ea. Dolore nulla nostrud lobortis iustoodio ut. ".
+
+<urn:uuid:1808084449> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173299576>;
+	nmo:sentDate "2008-03-27T15:36:49";
+	nmo:receivedDate "2008-03-27T15:37:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iustoodio iriure molestie delenitaugue ea erat nulla velit nislut delenit consequatvel dolor augue. ";
+	nmo:plainTextMessageContent "Feugait aliquam nulla dolore et autem. Zzril tationullamcorper doloremagna feugiat ea esse. ".
+
+<urn:uuid:1919293416> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173299576>;
+	nmo:sentDate "2008-06-30T16:11:21";
+	nmo:receivedDate "2008-06-30T16:12:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Exerci duis illum eros vero ad et nulla nulla aliquam exerci commodo feugait duis. ";
+	nmo:plainTextMessageContent "Enim in commodo zzril ipsum dignissim. Aliquip at nisl vero vel consectetuer lobortis aliquip dignissim wisi lobortis. ".
+
+<urn:uuid:875014339> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173299576>;
+	nmo:sentDate "2008-11-23T15:12:16";
+	nmo:receivedDate "2008-11-23T15:12:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1200485464>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "tricketts iriuredolordolore tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Tationullamcorper ea iusto feugait suscipit te te consequatvel exerci etaccumsan illum. ";
+	nmo:plainTextMessageContent "Ullamcorper lobortis enim delenit euismod nulla blandit odio veniam. ".
+
+<urn:uuid:273962640> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173299576>;
+	nmo:sentDate "2009-01-22T15:27:11";
+	nmo:receivedDate "2009-01-22T15:27:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:502583690>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cgauthier duistation us"];
+	nmo:messageSubject "Consequat nostrud nostrud luptatum illum. ";
+	nmo:plainTextMessageContent "Nonummy ex in lobortis consequat nislut ut tationullamcorper consequatvel. Autem ut volutpat enim nulla duis. ".
+
+<urn:uuid:1958241867> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173299576>;
+	nmo:sentDate "2008-07-27T15:53:04";
+	nmo:receivedDate "2008-07-27T15:53:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Praesent autem velit consequat molestie iriure vel suscipit te doloremagna diam qui euismod. ";
+	nmo:plainTextMessageContent "Delenitaugue dolore suscipit augue ad dolore erat illum hendrerit delenitaugue ad accumsan. ".
+
+<urn:uuid:1360424859> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173299576>;
+	nmo:sentDate "2008-08-17T15:24:30";
+	nmo:receivedDate "2008-08-17T15:25:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Laoreet facilisis dolor molestie diam dolore. ";
+	nmo:plainTextMessageContent "Ad qui nibh exerci. ".
+
+<urn:uuid:1429359980> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173299576>;
+	nmo:sentDate "2008-01-17T15:13:15";
+	nmo:receivedDate "2008-01-17T15:14:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Feugiat dolor hendrerit velit dolore adipiscing vel ea commodoconsequat duis ut suscipit. ";
+	nmo:plainTextMessageContent "Consequat elitsed aliquam facilisi vero hendrerit vulputate blandit nulla illum. Suscipit nostrud volutpat tationullamcorper qui augue at aliquip ad eum aliquam in consequat. ".
+
+<urn:uuid:1318702160> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173299576>;
+	nmo:sentDate "2008-12-20T15:21:07";
+	nmo:receivedDate "2008-12-20T15:21:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eros eros vel luptatum euismod. ";
+	nmo:plainTextMessageContent "Dolor ut iustoodio facilisis facilisi vulputate dolor in zzril feugiat aliquam nulla. Ad facilisis suscipit luptatum feugait lobortis velit commodo. ".
+
+<urn:uuid:1084662104> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173299576>;
+	nmo:sentDate "2009-02-10T15:14:55";
+	nmo:receivedDate "2009-02-10T15:15:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Et dolore eufeugiat elitsed quis eufeugiat invulputate suscipit. ";
+	nmo:plainTextMessageContent "Dolor duis euismod praesent duis eros dignissim. Doloremagna consequat hendrerit illum iusto luptatum velit nulla ut. ".
+
+<urn:uuid:1844913247> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173299576>;
+	nmo:sentDate "2008-05-28T16:04:06";
+	nmo:receivedDate "2008-05-28T16:04:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Quis dolore dolor iriure ipsum te erat esse aliquip duis. ";
+	nmo:plainTextMessageContent "Et consequatvel feugiat blandit consequat vulputate nulla ipsum iriuredolor lobortis laoreet eros. Eu nulla eu autem ea nulla adipiscing in ex iustoodio. ".
+
+<urn:uuid:1389482421> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173299576>;
+	nmo:sentDate "2008-05-29T16:08:16";
+	nmo:receivedDate "2008-05-29T16:08:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Lorem commodoconsequat iustoodio suscipit nulla invulputate suscipit. ";
+	nmo:plainTextMessageContent "Iusto lobortis elitsed autem molestie iusto vero ut aliquip. ".
+
+<urn:uuid:1854693939> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14302" ;
+	nco:locality "Niagara Falls" ;
+	nco:streetAddress "4357 Tuenge Drive" .
+
+<mailto:fredric milburn adenim info> a nco:EmailAddress; 
+	nco:emailAddress "fredric milburn adenim info".
+
+<tel:+17326905548> a nco:PhoneNumber; 
+	nco:phoneNumber "(732)690-5548".
+
+<urn:uuid:497667263> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17326905548>]; 
+	nmo:duration 35; 
+	nmo:sentDate "2008-06-27T16:05:36". 
+
+<urn:uuid:2105209608> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17326905548>]; 
+	nmo:duration 27; 
+	nmo:receivedDate "2008-07-24T15:22:12". 
+
+<urn:uuid:1818612720> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17326905548>]; 
+	nmo:duration 18; 
+	nmo:sentDate "2008-09-11T16:01:00". 
+
+<urn:uuid:1651897597> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17326905548>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-25T16:04:58";
+	nmo:receivedDate "2008-12-15T15:44:56";
+	nmo:plainTextMessageContent "Consequatvel ut nulla praesent autem ea praesent quis hendrerit et ut at. Ut consequat consectetuer ut amet zzril eufeugiat in ad qui sit. Ut dignissim nibh te ullamcorper suscipit facilisi nostrud iriuredolor. Et eu amet molestie ad consequat feugait ipsum etaccumsan facilisi feugait. Te eu veniam et consectetuer lobortis ea vel ea facilisis doloremagna blandit veniamquis et. Tationullamcorper velit commodo delenitaugue doloremagna euismod ullamcorper. ".
+
+<urn:uuid:2072338580> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17326905548>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-28T15:41:58";
+	nmo:receivedDate "2008-05-27T16:04:05";
+	nmo:plainTextMessageContent "Ad exerci facilisis iustoodio sit hendrerit facilisi delenitaugue eum in. Feugait consequatvel aliquip praesent et dignissim. Vero et consequat illum. Vero wisi ullamcorper ea velit autem. Minim augue et in qui. Autem et wisi invulputate euismod consequat enim luptatumzzril iriure dolore. ".
+
+<urn:uuid:1443394313> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17326905548>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-26T16:03:23";
+	nmo:receivedDate "2008-07-16T16:06:53";
+	nmo:plainTextMessageContent "Eum velit nostrud et dolore nostrud eum esse vulputate feugait ut ex dignissim facilisis. Commodo Utwisi te duis ex delenitaugue et. Ad ut nisl ea suscipit iustoodio invulputate nibh luptatum illum blandit facilisi minim. Accumsan consectetuer dolor ullamcorper blandit nulla. ".
+
+<urn:uuid:1315379340> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17326905548>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-29T15:34:35";
+	nmo:receivedDate "2008-08-15T15:27:17";
+	nmo:plainTextMessageContent "Illum duis praesent lorem in aliquip. Hendrerit vel dolore velit luptatum duis esse doloremagna facilisi eufeugiat dolore iustoodio doloremagna etaccumsan. Et eros dolor at zzril exerci hendrerit aliquip nostrud duis. Praesent at te illum qui. Illum qui quis dolore minim delenit minim. Illum quis qui te illum dignissim facilisi sit. Aliquip doloremagna etaccumsan aliquip dolor. ".
+
+<urn:uuid:1515156903> a nco:PersonContact; 
+	nco:fullname "Fredric Milburn";
+	nco:nameGiven "Fredric";
+	nco:nameFamily "Milburn";
+	nco:birthDate "1942-06-25";
+	nco:hasAffiliation "Maintenance Helper";
+	nco:hasEmailAddress <mailto:fredric milburn adenim info>;
+	nco:hasPhoneNumber <tel:+17326905548>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:1854693939>.
+
+<urn:uuid:1040139347> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15063" ;
+	nco:locality "Monongahela" ;
+	nco:streetAddress "177 Sleepy Hollow Circle" .
+
+<mailto:temery etfacilisi com> a nco:EmailAddress; 
+	nco:emailAddress "temery etfacilisi com".
+
+<urn:uuid:1476835931> a nco:PersonContact; 
+	nco:fullname "Tessa Emery";
+	nco:nameGiven "Tessa";
+	nco:nameFamily "Emery";
+	nco:birthDate "1942-09-23";
+	nco:hasAffiliation "Abstract Writer";
+	nco:hasEmailAddress <mailto:temery etfacilisi com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:1040139347>.
+
+<urn:uuid:487873068> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13362" ;
+	nco:locality "Knoxboro" ;
+	nco:streetAddress "3968 Oxford Street" .
+
+<mailto:mckinley kang nullaeuismod edu> a nco:EmailAddress; 
+	nco:emailAddress "mckinley kang nullaeuismod edu".
+
+<xmpp:mckinley kang gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Mckinley Kang" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Dignissim lobortis iriure commodo invulputate. " ;
+	nco:imID "mckinley kang gmail com".
+
+<tel:+14017734768> a nco:PhoneNumber; 
+	nco:phoneNumber "(401)773-4768".
+
+<urn:uuid:1202195987> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14017734768>]; 
+	nmo:duration 50; 
+	nmo:receivedDate "2008-02-08T15:59:18". 
+
+<urn:uuid:1280343379> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14017734768>]; 
+	nmo:duration 42; 
+	nmo:receivedDate "2008-05-14T15:27:01". 
+
+<urn:uuid:969463782> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14017734768>]; 
+	nmo:duration 42; 
+	nmo:receivedDate "2008-05-12T15:49:38". 
+
+<urn:uuid:837521045> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14017734768>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-18T15:29:03";
+	nmo:receivedDate "2009-01-22T15:27:56";
+	nmo:plainTextMessageContent "Ipsum lorem iustoodio velit et dolor velit tincidunt velit. Vel eu in suscipit hendrerit wisi eros nulla duis feugait exerci iriuredolor iriuredolor. Iriure etaccumsan in praesent qui duis aliquam duis. Ex ut nulla euismod lobortis odio praesent exerci aliquip doloremagna. ".
+
+<urn:uuid:1631281333> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14017734768>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-25T15:29:30";
+	nmo:receivedDate "2008-07-16T16:02:49";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Aliquam nulla et nislut accumsan tationullamcorper ut velit illum dolore. Hendrerit eros et ad. Dignissim te nostrud enim. Vero ex nostrud dolor molestie praesent commodoconsequat. Wisi duis vulputate eros. Utwisi vulputate odio velit vel qui facilisi vero. Nulla consequat augue tationullamcorper aliquip. ".
+
+<urn:uuid:2029384176> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14017734768>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-18T15:36:25";
+	nmo:receivedDate "2008-04-22T15:20:41";
+	nmo:plainTextMessageContent "Luptatumzzril blandit exerci minim. Eu enim tincidunt invulputate ex eros minim feugait. Te iriure enim ad qui commodo tincidunt accumsan. Vel vel dolore elitsed aliquip dolore nostrud iustoodio dignissim velit ex. Nisl vel et duis dolore odio autem nulla. Invulputate minim aliquip dignissim. Illum quis duis vero in. ".
+
+<urn:uuid:1352310478> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14017734768>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-13T15:14:59";
+	nmo:receivedDate "2008-04-05T15:31:45";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Autem nulla iriure facilisis ut eros adipiscing facilisis hendrerit delenitaugue nostrud hendrerit velit tincidunt. Feugait eu iriuredolor consequat. Velit tationullamcorper vel nislut volutpat nislut erat. Praesent doloremagna lobortis amet etaccumsan augue. Nulla qui lobortis feugiat nonummy esse iriure eum. Facilisi at Utwisi eum commodo Utwisi delenitaugue. ".
+
+<urn:uuid:1578806222> a nco:PersonContact; 
+	nco:fullname "Mckinley Kang";
+	nco:nameGiven "Mckinley";
+	nco:nameFamily "Kang";
+	nco:birthDate "1943-02-01";
+	nco:hasAffiliation "Disc Jockey";
+	nco:hasEmailAddress <mailto:mckinley kang nullaeuismod edu>;
+	nco:hasPhoneNumber <tel:+14017734768>;
+	nco:hasIMAccount <xmpp:mckinley kang gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:487873068>.
+
+<urn:uuid:1594624936> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02454" ;
+	nco:locality "Waltham" ;
+	nco:streetAddress "8103 Whitemarsh Lane" .
+
+<mailto:burton batchelor duisaccumsan net> a nco:EmailAddress; 
+	nco:emailAddress "burton batchelor duisaccumsan net".
+
+<xmpp:burton batchelor gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Burton Batchelor" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "At et eu commodoconsequat nulla duis nostrud minim nulla ad accumsan consequat nisl. " ;
+	nco:imID "burton batchelor gmail com".
+
+<urn:uuid:67233756> a nco:PersonContact; 
+	nco:fullname "Burton Batchelor";
+	nco:nameGiven "Burton";
+	nco:nameFamily "Batchelor";
+	nco:birthDate "1942-05-04";
+	nco:hasAffiliation "Computer Webmaster";
+	nco:hasEmailAddress <mailto:burton batchelor duisaccumsan net>;
+	nco:hasIMAccount <xmpp:burton batchelor gmail com>;
+	nco:hasPostalAddress <urn:uuid:1594624936>.
+
+<urn:uuid:480118083> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10455" ;
+	nco:locality "Bronx" ;
+	nco:streetAddress "1011 Quarry Way" .
+
+<mailto:nathanael roberson dolorut org> a nco:EmailAddress; 
+	nco:emailAddress "nathanael roberson dolorut org".
+
+<urn:uuid:1857965994> a nco:PersonContact; 
+	nco:fullname "Nathanael Roberson";
+	nco:nameGiven "Nathanael";
+	nco:nameFamily "Roberson";
+	nco:birthDate "1942-07-19";
+	nco:hasAffiliation "Lease Records Clerk";
+	nco:hasEmailAddress <mailto:nathanael roberson dolorut org>;
+	nco:hasPostalAddress <urn:uuid:480118083>.
+
+<urn:uuid:679868434> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:276147427>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Vel illum ea diam zzril facilisi Utwisi. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-18T12:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-18T13:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:276147427>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:583411564> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03773" ;
+	nco:locality "Newport" ;
+	nco:streetAddress "3553 Oldfield Avenue Trail" .
+
+<mailto:grosales atduis net> a nco:EmailAddress; 
+	nco:emailAddress "grosales atduis net".
+
+<urn:uuid:36048330> a nco:PersonContact; 
+	nco:fullname "Greg Rosales";
+	nco:nameGiven "Greg";
+	nco:nameFamily "Rosales";
+	nco:birthDate "1942-08-31";
+	nco:hasAffiliation "Investment Analyst";
+	nco:hasEmailAddress <mailto:grosales atduis net>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:583411564>.
+
+<urn:uuid:364901848> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04846" ;
+	nco:locality "Glen Cove" ;
+	nco:streetAddress "5435 Rico Cove" .
+
+<mailto:truman kidd illumte tv> a nco:EmailAddress; 
+	nco:emailAddress "truman kidd illumte tv".
+
+<urn:uuid:1657586885> a nco:PersonContact; 
+	nco:fullname "Truman Kidd";
+	nco:nameGiven "Truman";
+	nco:nameFamily "Kidd";
+	nco:birthDate "1943-01-01";
+	nco:hasAffiliation "Garage Mechanic";
+	nco:hasEmailAddress <mailto:truman kidd illumte tv>;
+	nco:hasPostalAddress <urn:uuid:364901848>.
+
+<urn:uuid:1702704224> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02205" ;
+	nco:locality "Boston" ;
+	nco:streetAddress "6340 Barryknoll Lane" .
+
+<mailto:jayne milton odiofacilisis eu> a nco:EmailAddress; 
+	nco:emailAddress "jayne milton odiofacilisis eu".
+
+<tel:+12075526852> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)552-6852".
+
+<urn:uuid:1019086486> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12075526852>]; 
+	nmo:duration 9; 
+	nmo:receivedDate "2008-05-27T15:29:19". 
+
+<urn:uuid:2078727570> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12075526852>]; 
+	nmo:duration 0; 
+	nmo:sentDate "2008-07-31T15:55:46". 
+
+<urn:uuid:956759037> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12075526852>]; 
+	nmo:duration 3; 
+	nmo:sentDate "2008-01-23T16:08:22". 
+
+<urn:uuid:2048173463> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12075526852>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-14T15:45:00";
+	nmo:receivedDate "2008-09-06T16:04:09";
+	nmo:plainTextMessageContent "Blandit sit quis aliquip wisi. Velit feugiat facilisis enim suscipit et ut nulla minim amet ut minim. Praesent veniamquis eufeugiat commodoconsequat delenit feugait invulputate euismod commodoconsequat. Elitsed velit erat facilisis at dolor. ".
+
+<urn:uuid:1692964885> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12075526852>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-03T16:03:57";
+	nmo:receivedDate "2009-01-10T15:49:53";
+	nmo:plainTextMessageContent "Ea facilisis minim nostrud ut luptatumzzril esse praesent hendrerit facilisi et hendrerit dolor. Aliquip ullamcorper iustoodio commodo. Eros consequatvel at eum at suscipit tincidunt ut luptatumzzril velit suscipit. Vero duis eum illum commodo illum consequatvel ea. Duis tation aliquip ut. Nulla accumsan praesent vero volutpat aliquip at odio. Ex facilisis ea in doloremagna lobortis enim illum enim nibh nisl consequat luptatumzzril lobortis. ".
+
+<urn:uuid:2105017913> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12075526852>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-16T15:21:55";
+	nmo:receivedDate "2008-07-17T15:46:04";
+	nmo:plainTextMessageContent "Et vero eu vero velit eum erat. Commodoconsequat molestie tincidunt ea. Dolore eufeugiat lorem nislut. Consequatvel nostrud nulla adipiscing commodoconsequat. ".
+
+<urn:uuid:547475201> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12075526852>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-15T15:16:06";
+	nmo:receivedDate "2008-10-16T16:10:41";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Ullamcorper et feugait veniam. At Utwisi ad vel laoreet nostrud luptatum adipiscing volutpat aliquip. Tationullamcorper dolore et praesent sit. Eros nulla nislut ut quis praesent vero. Dolor in enim te esse suscipit sit duis. Ea lobortis luptatum facilisis invulputate minim nibh velit eufeugiat molestie nibh te vel tincidunt. ".
+
+<urn:uuid:91081363> a nco:PersonContact; 
+	nco:fullname "Jayne Milton";
+	nco:nameGiven "Jayne";
+	nco:nameFamily "Milton";
+	nco:birthDate "1943-02-07";
+	nco:hasAffiliation "Laboratory Supervisor";
+	nco:hasEmailAddress <mailto:jayne milton odiofacilisis eu>;
+	nco:hasPhoneNumber <tel:+12075526852>;
+	nco:hasPostalAddress <urn:uuid:1702704224>.
+
+<urn:uuid:535524070> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14435" ;
+	nco:locality "Conesus" ;
+	nco:streetAddress "869 Ramblewood Circle" .
+
+<mailto:cleo gorman lobortiseros info> a nco:EmailAddress; 
+	nco:emailAddress "cleo gorman lobortiseros info".
+
+<urn:uuid:637994824> a nco:PersonContact; 
+	nco:fullname "Cleo Gorman";
+	nco:nameGiven "Cleo";
+	nco:nameFamily "Gorman";
+	nco:birthDate "1942-10-16";
+	nco:hasAffiliation "Maintenance Water Worker";
+	nco:hasEmailAddress <mailto:cleo gorman lobortiseros info>;
+	nco:hasPostalAddress <urn:uuid:535524070>.
+
+<urn:uuid:730898876> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:534168714>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Eum duis at in. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-08T20:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-08T22:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:534168714>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1039354878> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13845" ;
+	nco:locality "Tioga Center" ;
+	nco:streetAddress "5304 Brenley Drive" .
+
+<mailto:jbergeron iriuredolordiam eu> a nco:EmailAddress; 
+	nco:emailAddress "jbergeron iriuredolordiam eu".
+
+<urn:uuid:690058032> a nco:PersonContact; 
+	nco:fullname "Jerold Bergeron";
+	nco:nameGiven "Jerold";
+	nco:nameFamily "Bergeron";
+	nco:birthDate "1943-02-09";
+	nco:hasAffiliation "Word Processor";
+	nco:hasEmailAddress <mailto:jbergeron iriuredolordiam eu>;
+	nco:hasPostalAddress <urn:uuid:1039354878>.
+
+<urn:uuid:1992900341> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12427" ;
+	nco:locality "Elka Park" ;
+	nco:streetAddress "9574 Hillcrest Trail" .
+
+<mailto:slamb exdolor info> a nco:EmailAddress; 
+	nco:emailAddress "slamb exdolor info".
+
+<xmpp:stacey lamb gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Stacey Lamb" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Ut exerci duis velit nostrud vel qui dolore nulla nisl ullamcorper laoreet ullamcorper. " ;
+	nco:imID "stacey lamb gmail com".
+
+<urn:uuid:293484636> a nco:PersonContact; 
+	nco:fullname "Stacey Lamb";
+	nco:nameGiven "Stacey";
+	nco:nameFamily "Lamb";
+	nco:birthDate "1942-11-02";
+	nco:hasAffiliation "Clerk Procurement";
+	nco:hasEmailAddress <mailto:slamb exdolor info>;
+	nco:hasIMAccount <xmpp:stacey lamb gmail com>;
+	nco:hasPostalAddress <urn:uuid:1992900341>.
+
+<urn:uuid:1873815298> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13441" ;
+	nco:locality "Rome" ;
+	nco:streetAddress "3634 Hunters Grove Way" .
+
+<mailto:gino durbin iustoexerci edu> a nco:EmailAddress; 
+	nco:emailAddress "gino durbin iustoexerci edu".
+
+<tel:+17814937369> a nco:PhoneNumber; 
+	nco:phoneNumber "(781)493-7369".
+
+<urn:uuid:522931018> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17814937369>]; 
+	nmo:duration 12; 
+	nmo:receivedDate "2008-04-07T16:02:08". 
+
+<urn:uuid:708820374> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17814937369>]; 
+	nmo:duration 16; 
+	nmo:sentDate "2008-05-01T15:12:48". 
+
+<urn:uuid:925044326> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17814937369>]; 
+	nmo:duration 35; 
+	nmo:sentDate "2008-05-30T15:13:17". 
+
+<urn:uuid:931108191> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17814937369>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-22T15:47:01";
+	nmo:receivedDate "2008-02-16T15:45:22";
+	nmo:plainTextMessageContent "Duis qui hendrerit vero ad aliquam doloremagna nisl enim Utwisi tation. At lobortis exerci eros dolore adipiscing euismod volutpat nulla ut molestie vulputate. Laoreet nulla commodo aliquip aliquip luptatum augue te. Enim dolor in aliquip tationullamcorper delenit erat doloremagna. ".
+
+<urn:uuid:2027394606> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17814937369>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-19T15:22:19";
+	nmo:receivedDate "2008-02-26T16:03:22";
+	nmo:plainTextMessageContent "Ex consectetuer lobortis iusto in autem ex facilisi. Duis at accumsan hendrerit. Nibh eufeugiat et vel tationullamcorper vulputate iriure. Et dolor facilisis feugait enim ex autem accumsan et. ".
+
+<urn:uuid:1984932657> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17814937369>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-23T15:57:21";
+	nmo:receivedDate "2008-05-05T15:54:03";
+	nmo:plainTextMessageContent "Iusto dignissim vel feugiat eros. Facilisis commodo etaccumsan praesent et eum eufeugiat. Illum consequatvel augue iriuredolor consequat ut eum iriure dolor dolore. Enim vel etaccumsan nonummy molestie velit ex suscipit dolore accumsan velit minim etaccumsan. Nulla at dolore at feugait dolore velit feugait at nostrud et dolore. Delenit duis molestie duis odio adipiscing adipiscing eros ut. ".
+
+<urn:uuid:1856880602> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17814937369>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-15T15:39:13";
+	nmo:receivedDate "2009-02-10T16:02:35";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Ad molestie ullamcorper praesent consequat vel eu. Enim ex amet at et te suscipit ex. Tation consequatvel delenitaugue duis at velit in facilisis. Velit enim tation autem velit eum molestie sit molestie. Velit dolor doloremagna facilisi in Utwisi feugait enim dolore tation feugait. Iriure invulputate nulla eum enim illum dolore dignissim iriure. ".
+
+<urn:uuid:1301477625> a nco:PersonContact; 
+	nco:fullname "Gino Durbin";
+	nco:nameGiven "Gino";
+	nco:nameFamily "Durbin";
+	nco:birthDate "1942-07-26";
+	nco:hasAffiliation "Manager Merchandising";
+	nco:hasEmailAddress <mailto:gino durbin iustoexerci edu>;
+	nco:hasPhoneNumber <tel:+17814937369>;
+	nco:hasPostalAddress <urn:uuid:1873815298>.
+
+<urn:uuid:1451757648> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13431" ;
+	nco:locality "Poland" ;
+	nco:streetAddress "3464 Bluebird Lane" .
+
+<mailto:mcoates commodoconsequatea eu> a nco:EmailAddress; 
+	nco:emailAddress "mcoates commodoconsequatea eu".
+
+<urn:uuid:78814138> a nco:PersonContact; 
+	nco:fullname "Mickey Coates";
+	nco:nameGiven "Mickey";
+	nco:nameFamily "Coates";
+	nco:birthDate "1942-08-27";
+	nco:hasAffiliation "Manager International Sales";
+	nco:hasEmailAddress <mailto:mcoates commodoconsequatea eu>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:1451757648>.
+
+<urn:uuid:2079254224> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01568" ;
+	nco:locality "Upton" ;
+	nco:streetAddress "3634 Grove Drive" .
+
+<mailto:gbutler augueaccumsan gov> a nco:EmailAddress; 
+	nco:emailAddress "gbutler augueaccumsan gov".
+
+<urn:uuid:1500166783> a nco:PersonContact; 
+	nco:fullname "Gerry Butler";
+	nco:nameGiven "Gerry";
+	nco:nameFamily "Butler";
+	nco:birthDate "1943-01-03";
+	nco:hasAffiliation "Insurance Underwriting Clerk";
+	nco:hasEmailAddress <mailto:gbutler augueaccumsan gov>;
+	nco:hasPostalAddress <urn:uuid:2079254224>.
+
+<urn:uuid:471658060> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:187602804>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Hendrerit duis aliquam dolore lobortis illum volutpat odio at eros etaccumsan ad ut. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-25T12:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-25T13:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:187602804>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:888135731> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11360" ;
+	nco:locality "Bayside" ;
+	nco:streetAddress "4752 Queensmill Avenue" .
+
+<mailto:nick hargis nostrudut eu> a nco:EmailAddress; 
+	nco:emailAddress "nick hargis nostrudut eu".
+
+<urn:uuid:911287124> a nco:PersonContact; 
+	nco:fullname "Nick Hargis";
+	nco:nameGiven "Nick";
+	nco:nameFamily "Hargis";
+	nco:birthDate "1942-06-27";
+	nco:hasAffiliation "Medical Billing Clerk";
+	nco:hasEmailAddress <mailto:nick hargis nostrudut eu>;
+	nco:hasPostalAddress <urn:uuid:888135731>.
+
+<urn:uuid:1245451242> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10004" ;
+	nco:locality "New York" ;
+	nco:streetAddress "7129 Mayfield Street" .
+
+<mailto:jarrod jobe commodoconsequatdelenit edu> a nco:EmailAddress; 
+	nco:emailAddress "jarrod jobe commodoconsequatdelenit edu".
+
+<urn:uuid:1166198672> a nco:PersonContact; 
+	nco:fullname "Jarrod Jobe";
+	nco:nameGiven "Jarrod";
+	nco:nameFamily "Jobe";
+	nco:birthDate "1942-11-22";
+	nco:hasAffiliation "Manufacturer's Agent";
+	nco:hasEmailAddress <mailto:jarrod jobe commodoconsequatdelenit edu>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:1245451242>.
+
+<urn:uuid:398668637> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:502583690>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Enim duis exerci adipiscing ipsum iusto wisi laoreet ad nislut enim nibh aliquip. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-08T13:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-08T15:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:502583690>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:907677977> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15018" ;
+	nco:locality "Buena Vista" ;
+	nco:streetAddress "7613 Mimosa Parkway" .
+
+<mailto:eddy woodruff praesentsuscipit edu> a nco:EmailAddress; 
+	nco:emailAddress "eddy woodruff praesentsuscipit edu".
+
+<urn:uuid:1826526222> a nco:PersonContact; 
+	nco:fullname "Eddy Woodruff";
+	nco:nameGiven "Eddy";
+	nco:nameFamily "Woodruff";
+	nco:birthDate "1942-04-08";
+	nco:hasAffiliation "Operator Telephone";
+	nco:hasEmailAddress <mailto:eddy woodruff praesentsuscipit edu>;
+	nco:hasPostalAddress <urn:uuid:907677977>.
+
+<urn:uuid:1951988669> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1826526222>;
+	nmo:sentDate "2008-09-01T15:38:26";
+	nmo:receivedDate "2008-09-01T15:39:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eddy woodruff praesentsuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Minim praesent delenit duis tation hendrerit nonummy dolor diam commodoconsequat enim. ";
+	nmo:plainTextMessageContent "Aliquam eros enim et iriuredolor facilisi enim nostrud erat vel qui nonummy illum nostrud. ".
+
+<urn:uuid:941318115> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1826526222>;
+	nmo:sentDate "2008-11-23T15:50:49";
+	nmo:receivedDate "2008-11-23T15:51:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eddy woodruff praesentsuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Delenitaugue enim te vulputate. ";
+	nmo:plainTextMessageContent "Te nisl ad nislut Utwisi etaccumsan. ".
+
+<urn:uuid:521097145> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1826526222>;
+	nmo:sentDate "2008-10-13T16:01:32";
+	nmo:receivedDate "2008-10-13T16:01:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eddy woodruff praesentsuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:344829248>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ricky longoria etaccumsanduis gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Feugiat nulla dolor veniamquis esse ut lobortis diam lorem. ";
+	nmo:plainTextMessageContent "Tincidunt nulla dolore ut ullamcorper. ".
+
+<urn:uuid:745766694> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1826526222>;
+	nmo:sentDate "2008-06-29T15:59:02";
+	nmo:receivedDate "2008-06-29T15:59:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eddy woodruff praesentsuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Te Utwisi illum autem veniamquis ut te te Utwisi Utwisi feugait. ";
+	nmo:plainTextMessageContent "Doloremagna qui in tationullamcorper praesent ex veniamquis. Elitsed et at aliquip. ".
+
+<urn:uuid:808545224> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1826526222>;
+	nmo:sentDate "2008-10-31T15:47:22";
+	nmo:receivedDate "2008-10-31T15:47:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eddy woodruff praesentsuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Velit in vero consectetuer eu eum qui duis nonummy. ";
+	nmo:plainTextMessageContent "Illum ullamcorper feugiat facilisi ad at et exerci suscipit ad. ".
+
+<urn:uuid:2135500715> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1826526222>;
+	nmo:sentDate "2008-05-20T16:06:16";
+	nmo:receivedDate "2008-05-20T16:06:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eddy woodruff praesentsuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1634351996>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "curtis silva blanditeum com"];
+	nmo:messageSubject "Quis nibh in feugiat. ";
+	nmo:plainTextMessageContent "Ut qui aliquip molestie facilisis ea eufeugiat nibh commodo tationullamcorper Utwisi. Laoreet illum nulla dolore hendrerit autem tationullamcorper ad. ".
+
+<urn:uuid:227788816> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1826526222>;
+	nmo:sentDate "2008-02-01T15:16:18";
+	nmo:receivedDate "2008-02-01T15:16:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eddy woodruff praesentsuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Wisi lobortis diam zzril ex nulla invulputate feugait autem. ";
+	nmo:plainTextMessageContent "Quis exerci wisi dignissim duis eum. Aliquip feugiat wisi consequat dolore et ad vel dignissim augue volutpat nislut. ".
+
+<urn:uuid:931616445> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1826526222>;
+	nmo:sentDate "2008-01-17T16:09:07";
+	nmo:receivedDate "2008-01-17T16:09:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eddy woodruff praesentsuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:568386497>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "btimmerman wisieufeugiat tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Eum suscipit eufeugiat vero invulputate duis hendrerit ea. ";
+	nmo:plainTextMessageContent "Et nostrud te qui delenit velit ullamcorper molestie etaccumsan molestie elitsed qui eufeugiat. Eu eum lorem duis zzril exerci invulputate molestie aliquam amet eum. ".
+
+<urn:uuid:961975341> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1826526222>;
+	nmo:sentDate "2008-12-22T15:57:19";
+	nmo:receivedDate "2008-12-22T15:57:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eddy woodruff praesentsuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ut lorem duis molestie laoreet feugait dolore zzril in dolore. ";
+	nmo:plainTextMessageContent "Elitsed dignissim suscipit facilisi ea eros etaccumsan zzril doloremagna amet. Eum nisl vel iriure aliquam esse wisi. ".
+
+<urn:uuid:1362415636> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1826526222>;
+	nmo:sentDate "2008-02-15T15:48:50";
+	nmo:receivedDate "2008-02-15T15:49:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eddy woodruff praesentsuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Duis feugait feugait adipiscing in eufeugiat nibh enim feugait Utwisi. ";
+	nmo:plainTextMessageContent "Ea dolor enim ex. ".
+
+<urn:uuid:529428458> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1826526222>;
+	nmo:sentDate "2008-07-25T15:22:09";
+	nmo:receivedDate "2008-07-25T15:22:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eddy woodruff praesentsuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolor iusto doloremagna blandit molestie duis nulla elitsed at vel vero feugiat. ";
+	nmo:plainTextMessageContent "Iriure exerci ipsum consequat. Nostrud suscipit ea ea feugiat ut dolor feugiat luptatumzzril feugait. ".
+
+<urn:uuid:1236098951> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1826526222>;
+	nmo:sentDate "2009-02-11T15:23:22";
+	nmo:receivedDate "2009-02-11T15:23:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eddy woodruff praesentsuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:64395397>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageSubject "Quis feugait duis in doloremagna facilisis autem illum blandit iustoodio suscipit. ";
+	nmo:plainTextMessageContent "Blandit esse eros volutpat invulputate. ".
+
+<urn:uuid:691006488> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1826526222>;
+	nmo:sentDate "2008-09-01T15:26:07";
+	nmo:receivedDate "2008-09-01T15:26:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eddy woodruff praesentsuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Ad minim consequatvel augue lobortis iriuredolor. ";
+	nmo:plainTextMessageContent "Et eu praesent enim nibh in et eros praesent at. ".
+
+<urn:uuid:499971408> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1826526222>;
+	nmo:sentDate "2008-08-30T15:58:26";
+	nmo:receivedDate "2008-08-30T15:58:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eddy woodruff praesentsuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Et duis enim duis adipiscing molestie volutpat. ";
+	nmo:plainTextMessageContent "Hendrerit at lobortis vero te delenitaugue in commodoconsequat ipsum adipiscing esse nisl. Hendrerit dignissim dolore iustoodio. ".
+
+<urn:uuid:440216419> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1826526222>;
+	nmo:sentDate "2008-06-18T15:40:31";
+	nmo:receivedDate "2008-06-18T15:41:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eddy woodruff praesentsuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:676874453>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bwhite nullaminim edu"];
+	nmo:messageSubject "Tationullamcorper adipiscing facilisi dignissim et. ";
+	nmo:plainTextMessageContent "Feugait etaccumsan hendrerit at aliquip in et lobortis quis. At ad exerci diam diam invulputate vel suscipit tationullamcorper ad dignissim luptatum minim facilisi. ".
+
+<urn:uuid:1743070000> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1826526222>;
+	nmo:sentDate "2008-10-10T15:11:44";
+	nmo:receivedDate "2008-10-10T15:12:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eddy woodruff praesentsuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eufeugiat eu nisl facilisi in. ";
+	nmo:plainTextMessageContent "Ut in euismod ea ad. Dignissim duis delenit amet enim molestie tincidunt laoreet nulla sit vel iusto te duis. ".
+
+<urn:uuid:1731901659> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1826526222>;
+	nmo:sentDate "2008-08-05T15:50:09";
+	nmo:receivedDate "2008-08-05T15:50:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eddy woodruff praesentsuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Lobortis veniamquis molestie feugiat volutpat vero veniamquis at feugait dolor. ";
+	nmo:plainTextMessageContent "Wisi iustoodio praesent erat nisl iusto dolor tationullamcorper iriuredolor etaccumsan et vel tincidunt. ".
+
+<urn:uuid:2101220519> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1826526222>;
+	nmo:sentDate "2008-01-23T15:22:31";
+	nmo:receivedDate "2008-01-23T15:23:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eddy woodruff praesentsuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1576350578>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "michal littlefield hendreritodio eu"];
+	nmo:bcc <urn:uuid:117061683>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lilia brennan velnostrud org"];
+	nmo:messageSubject "Feugiat iustoodio laoreet iriure iusto luptatumzzril minim aliquam Utwisi praesent facilisi in dolore. ";
+	nmo:plainTextMessageContent "Minim iusto delenitaugue tincidunt consequatvel eum euismod consequat wisi aliquam zzril eum iusto ut. ".
+
+<urn:uuid:454218743> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1826526222>;
+	nmo:sentDate "2008-04-19T15:58:25";
+	nmo:receivedDate "2008-04-19T15:59:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eddy woodruff praesentsuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2139945582>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bshipley veniamadipiscing tv"];
+	nmo:messageSubject "Praesent augue autem eum vero ex dignissim minim enim hendrerit nulla. ";
+	nmo:plainTextMessageContent "Iriure illum vero consequatvel adipiscing wisi vulputate eu nulla odio consequat. Ex ut lorem blandit ut duis ex. ".
+
+<urn:uuid:897587851> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1826526222>;
+	nmo:sentDate "2008-03-16T15:53:15";
+	nmo:receivedDate "2008-03-16T15:53:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eddy woodruff praesentsuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nostrud invulputate amet iriuredolor augue eros aliquip at nostrud nisl euismod. ";
+	nmo:plainTextMessageContent "Commodoconsequat suscipit consequat ex. Vel minim iriure esse. ".
+
+<urn:uuid:1983847073> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1826526222>;
+	nmo:sentDate "2009-02-10T15:23:08";
+	nmo:receivedDate "2009-02-10T15:23:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eddy woodruff praesentsuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Ea quis ea suscipit facilisi delenit consequat duis duis. ";
+	nmo:plainTextMessageContent "Vel ea praesent tation velit amet vel et consequat ullamcorper enim lobortis in. ".
+
+<urn:uuid:998565687> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1826526222>;
+	nmo:sentDate "2008-12-11T15:36:29";
+	nmo:receivedDate "2008-12-11T15:36:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eddy woodruff praesentsuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Ex suscipit eros exerci aliquip duis ex. ";
+	nmo:plainTextMessageContent "Dolore hendrerit molestie minim dignissim. ".
+
+<urn:uuid:793216028> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11962" ;
+	nco:locality "Sagaponack" ;
+	nco:streetAddress "2178 Renoir Cove" .
+
+<mailto:pgaines minimaliquip gov> a nco:EmailAddress; 
+	nco:emailAddress "pgaines minimaliquip gov".
+
+<urn:uuid:489035834> a nco:PersonContact; 
+	nco:fullname "Phillip Gaines";
+	nco:nameGiven "Phillip";
+	nco:nameFamily "Gaines";
+	nco:birthDate "1942-09-09";
+	nco:hasAffiliation "Preschool Teacher";
+	nco:hasEmailAddress <mailto:pgaines minimaliquip gov>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:793216028>.
+
+<urn:uuid:333658959> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1691678526>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Sit wisi nibh aliquam ex. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-02T19:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-02T20:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1691678526>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1984191136> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10278" ;
+	nco:locality "New York" ;
+	nco:streetAddress "3621 Laurinburg Drive" .
+
+<mailto:hbenefield induis tv> a nco:EmailAddress; 
+	nco:emailAddress "hbenefield induis tv".
+
+<urn:uuid:1716199321> a nco:PersonContact; 
+	nco:fullname "Harriett Benefield";
+	nco:nameGiven "Harriett";
+	nco:nameFamily "Benefield";
+	nco:birthDate "1942-10-23";
+	nco:hasAffiliation "Food Fast Food Cook";
+	nco:hasEmailAddress <mailto:hbenefield induis tv>;
+	nco:hasPostalAddress <urn:uuid:1984191136>.
+
+<urn:uuid:1185562940> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1716199321>;
+	nmo:sentDate "2008-06-14T15:34:52";
+	nmo:receivedDate "2008-06-14T15:34:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hbenefield induis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Invulputate ut iriure invulputate. ";
+	nmo:plainTextMessageContent "Consequat eu praesent tincidunt adipiscing eum duis nislut. ".
+
+<urn:uuid:1582129058> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1716199321>;
+	nmo:sentDate "2008-05-19T15:48:06";
+	nmo:receivedDate "2008-05-19T15:48:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hbenefield induis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1091309697>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rbearden doloremagnate gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Laoreet vero etaccumsan commodo. ";
+	nmo:plainTextMessageContent "Commodo nostrud delenit blandit ut lobortis feugait suscipit qui dolore. ".
+
+<urn:uuid:777038427> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1716199321>;
+	nmo:sentDate "2008-04-25T16:04:38";
+	nmo:receivedDate "2008-04-25T16:04:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hbenefield induis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1489738063>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "alin eumduis us"];
+	nmo:messageSubject "Tationullamcorper iusto diam nulla nulla eros praesent accumsan iusto. ";
+	nmo:plainTextMessageContent "Et zzril consectetuer praesent iriuredolor commodoconsequat eum eum feugiat esse autem. ".
+
+<urn:uuid:1265439748> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1716199321>;
+	nmo:sentDate "2008-03-18T15:40:57";
+	nmo:receivedDate "2008-03-18T15:41:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hbenefield induis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eum lorem qui et dolore erat nostrud duis aliquip lorem. ";
+	nmo:plainTextMessageContent "Nisl etaccumsan suscipit esse nostrud delenitaugue praesent dolor dolore. ".
+
+<urn:uuid:1786634319> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01564" ;
+	nco:locality "Sterling" ;
+	nco:streetAddress "900 Blackberry Ridge Parkway" .
+
+<mailto:cedric crawley adesse com> a nco:EmailAddress; 
+	nco:emailAddress "cedric crawley adesse com".
+
+<urn:uuid:2055756207> a nco:PersonContact; 
+	nco:fullname "Cedric Crawley";
+	nco:nameGiven "Cedric";
+	nco:nameFamily "Crawley";
+	nco:birthDate "1942-10-15";
+	nco:hasAffiliation "Accounting Clerk";
+	nco:hasEmailAddress <mailto:cedric crawley adesse com>;
+	nco:hasPostalAddress <urn:uuid:1786634319>.
+
+<urn:uuid:786287962> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1576350578>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Ut in nislut in vero wisi in etaccumsan nulla nislut. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-21T16:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-21T16:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1576350578>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:468978900> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02464" ;
+	nco:locality "Newton Upper Falls" ;
+	nco:streetAddress "2008 Macey Avenue" .
+
+<mailto:ivory bartels inaliquam com> a nco:EmailAddress; 
+	nco:emailAddress "ivory bartels inaliquam com".
+
+<urn:uuid:2020713750> a nco:PersonContact; 
+	nco:fullname "Ivory Bartels";
+	nco:nameGiven "Ivory";
+	nco:nameFamily "Bartels";
+	nco:birthDate "1942-12-04";
+	nco:hasAffiliation "Braille Library Clerk";
+	nco:hasEmailAddress <mailto:ivory bartels inaliquam com>;
+	nco:hasPostalAddress <urn:uuid:468978900>.
+
+<urn:uuid:1970079907> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:690058032>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Ut tation sit odio duis ex. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-06T18:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-06T19:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:690058032>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:178690557> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08753" ;
+	nco:locality "Toms River" ;
+	nco:streetAddress "536 Walkwood Lane" .
+
+<mailto:ischweitzer eufeugiatblandit net> a nco:EmailAddress; 
+	nco:emailAddress "ischweitzer eufeugiatblandit net".
+
+<urn:uuid:1650976324> a nco:PersonContact; 
+	nco:fullname "Irving Schweitzer";
+	nco:nameGiven "Irving";
+	nco:nameFamily "Schweitzer";
+	nco:birthDate "1942-07-12";
+	nco:hasAffiliation "Banking Collection Clerk";
+	nco:hasEmailAddress <mailto:ischweitzer eufeugiatblandit net>;
+	nco:hasPostalAddress <urn:uuid:178690557>.
+
+<urn:uuid:1481863585> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:136227770>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Nulla nostrud diam esse nisl praesent te luptatum eufeugiat zzril invulputate. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-20T15:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-20T15:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:136227770>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1207608367> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12064" ;
+	nco:locality "East Worcester" ;
+	nco:streetAddress "1502 Rainwood Cove" .
+
+<mailto:ttorrez eumdignissim gov> a nco:EmailAddress; 
+	nco:emailAddress "ttorrez eumdignissim gov".
+
+<xmpp:tiffani torrez gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Tiffani Torrez" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Nulla nulla aliquam odio sit blandit vulputate dolor wisi nonummy aliquip wisi velit ut. " ;
+	nco:imID "tiffani torrez gmail com".
+
+<urn:uuid:1443469279> a nco:PersonContact; 
+	nco:fullname "Tiffani Torrez";
+	nco:nameGiven "Tiffani";
+	nco:nameFamily "Torrez";
+	nco:birthDate "1943-02-02";
+	nco:hasAffiliation "Human Resources Training Manager";
+	nco:hasEmailAddress <mailto:ttorrez eumdignissim gov>;
+	nco:hasIMAccount <xmpp:tiffani torrez gmail com>;
+	nco:hasPostalAddress <urn:uuid:1207608367>.
+
+<urn:uuid:2116592288> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07721" ;
+	nco:locality "Cliffwood" ;
+	nco:streetAddress "7156 Mckusick Trail" .
+
+<mailto:ldahl facilisieufeugiat edu> a nco:EmailAddress; 
+	nco:emailAddress "ldahl facilisieufeugiat edu".
+
+<tel:+15859286314> a nco:PhoneNumber; 
+	nco:phoneNumber "(585)928-6314".
+
+<urn:uuid:270281121> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15859286314>]; 
+	nmo:duration 45; 
+	nmo:receivedDate "2008-10-30T16:03:17". 
+
+<urn:uuid:1647105521> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15859286314>]; 
+	nmo:duration 3; 
+	nmo:receivedDate "2008-04-17T15:50:08". 
+
+<urn:uuid:601658371> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15859286314>]; 
+	nmo:duration 46; 
+	nmo:receivedDate "2008-05-17T15:57:59". 
+
+<urn:uuid:959017071> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15859286314>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-19T15:13:48";
+	nmo:receivedDate "2008-10-20T15:15:02";
+	nmo:plainTextMessageContent "Eu ad iustoodio minim eum zzril invulputate enim. Consectetuer lobortis suscipit autem duis. Eros molestie velit vel. Diam nulla ex te facilisis odio velit illum duis odio molestie nostrud autem. Duis aliquam veniam adipiscing eufeugiat elitsed dolore veniam elitsed. ".
+
+<urn:uuid:381500137> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15859286314>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-28T15:32:00";
+	nmo:receivedDate "2008-08-25T15:17:51";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Nibh adipiscing luptatum iusto. Ex et luptatumzzril veniamquis et vel ut consectetuer luptatumzzril iusto ullamcorper ad. Ea feugiat velit at blandit amet. Praesent exerci enim molestie ad duis feugait velit nulla. Ad quis suscipit nulla delenitaugue sit vel praesent erat invulputate eum ea Utwisi. Nostrud facilisi in velit exerci ex luptatumzzril facilisi erat eum dolore invulputate. Erat molestie euismod nulla lobortis commodoconsequat duis blandit dignissim feugait feugiat. ".
+
+<urn:uuid:1418112231> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15859286314>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-05T15:42:21";
+	nmo:receivedDate "2008-10-09T15:30:32";
+	nmo:plainTextMessageContent "Vulputate ut in eros et aliquip dignissim luptatumzzril duis at exerci enim. Facilisi facilisis nisl qui erat dolore ipsum autem consequat minim etaccumsan euismod illum dolore. Hendrerit iriure consequatvel duis exerci zzril te enim qui dignissim dolore tationullamcorper quis. Ex lobortis praesent eros duis facilisi dolore erat ad. Eum dolore elitsed et veniam nulla luptatum duis augue doloremagna facilisi eufeugiat duis. ".
+
+<urn:uuid:757174622> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15859286314>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-28T15:22:04";
+	nmo:receivedDate "2008-09-07T15:44:12";
+	nmo:plainTextMessageContent "Wisi qui delenit facilisis dolor consequatvel. Lorem illum doloremagna eum te dolore te aliquam. Commodo doloremagna velit nostrud qui minim consequatvel duis. Et eum quis doloremagna aliquip volutpat tincidunt aliquip invulputate aliquam lobortis facilisis ex. Veniamquis blandit iriure iusto molestie consequat autem elitsed. Ut zzril facilisis zzril molestie lorem nulla delenitaugue praesent exerci exerci illum facilisi. Etaccumsan hendrerit esse ullamcorper ex lorem velit facilisis lorem esse vero ut. ".
+
+<urn:uuid:1277100631> a nco:PersonContact; 
+	nco:fullname "Letha Dahl";
+	nco:nameGiven "Letha";
+	nco:nameFamily "Dahl";
+	nco:birthDate "1942-08-15";
+	nco:hasAffiliation "Medical Services Manager";
+	nco:hasEmailAddress <mailto:ldahl facilisieufeugiat edu>;
+	nco:hasPhoneNumber <tel:+15859286314>;
+	nco:hasPostalAddress <urn:uuid:2116592288>.
+
+<urn:uuid:716594641> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1277100631>;
+	nmo:sentDate "2009-02-08T16:03:52";
+	nmo:receivedDate "2009-02-08T16:04:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldahl facilisieufeugiat edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Esse lorem molestie eum diam facilisis sit vel dignissim. ";
+	nmo:plainTextMessageContent "Eum tationullamcorper augue nostrud autem duis illum eum ad ex te. Te ex commodoconsequat et nulla dignissim feugait quis minim nisl ex zzril feugait. ".
+
+<urn:uuid:754816874> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1277100631>;
+	nmo:sentDate "2008-08-25T15:17:04";
+	nmo:receivedDate "2008-08-25T15:17:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldahl facilisieufeugiat edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:360937704>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ctitus doloremagnavero org"];
+	nmo:messageSubject "Ad at blandit amet facilisi erat et dignissim adipiscing dolore iriure vel. ";
+	nmo:plainTextMessageContent "Et ut dolore nulla adipiscing nibh dolore delenitaugue eros. Luptatumzzril delenit iusto zzril hendrerit ex suscipit iusto enim molestie vero. ".
+
+<urn:uuid:1139752895> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1277100631>;
+	nmo:sentDate "2008-07-29T16:09:21";
+	nmo:receivedDate "2008-07-29T16:09:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldahl facilisieufeugiat edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Commodoconsequat facilisis molestie at molestie. ";
+	nmo:plainTextMessageContent "Eum delenitaugue lobortis iusto facilisi diam delenit te etaccumsan wisi eros tationullamcorper nonummy praesent. ".
+
+<urn:uuid:2099881818> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1277100631>;
+	nmo:sentDate "2008-10-22T15:55:33";
+	nmo:receivedDate "2008-10-22T15:56:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldahl facilisieufeugiat edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:91081363>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "jayne milton odiofacilisis eu"];
+	nmo:messageSubject "Dolore feugait praesent nulla. ";
+	nmo:plainTextMessageContent "Dolore consequat dolore molestie dolore aliquam et dolor in commodoconsequat aliquip luptatumzzril tation commodo. ".
+
+<urn:uuid:1457275666> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1277100631>;
+	nmo:sentDate "2008-07-25T15:22:30";
+	nmo:receivedDate "2008-07-25T15:23:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldahl facilisieufeugiat edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Doloremagna feugait nulla euismod ut nonummy. ";
+	nmo:plainTextMessageContent "Molestie et volutpat dolore eros. Autem eros consequatvel delenitaugue nulla dolore praesent luptatum. ".
+
+<urn:uuid:1902999552> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1277100631>;
+	nmo:sentDate "2008-02-25T15:38:13";
+	nmo:receivedDate "2008-02-25T15:38:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldahl facilisieufeugiat edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1318691719>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "tfincher duissuscipit info"];
+	nmo:messageSubject "Ut aliquip elitsed odio minim in volutpat eum ea volutpat. ";
+	nmo:plainTextMessageContent "Consequatvel in dolore nislut tincidunt duis. ".
+
+<urn:uuid:119476715> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1277100631>;
+	nmo:sentDate "2008-03-05T15:57:38";
+	nmo:receivedDate "2008-03-05T15:58:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldahl facilisieufeugiat edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Luptatumzzril eufeugiat eros commodoconsequat in iriuredolor ut accumsan luptatum ut. ";
+	nmo:plainTextMessageContent "Hendrerit exerci eum nulla. ".
+
+<urn:uuid:198804643> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1277100631>;
+	nmo:sentDate "2009-01-14T16:02:56";
+	nmo:receivedDate "2009-01-14T16:03:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldahl facilisieufeugiat edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:536466710>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "vcromwell delenitaugueveniamquis com"];
+	nmo:messageSubject "Qui commodoconsequat ex euismod luptatum. ";
+	nmo:plainTextMessageContent "At autem qui nulla illum hendrerit ad augue ipsum. ".
+
+<urn:uuid:1735652556> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1277100631>;
+	nmo:sentDate "2008-03-07T15:50:38";
+	nmo:receivedDate "2008-03-07T15:50:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldahl facilisieufeugiat edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "In autem Utwisi facilisi dignissim in minim. ";
+	nmo:plainTextMessageContent "Delenit aliquip suscipit nulla. ".
+
+<urn:uuid:52103057> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1277100631>;
+	nmo:sentDate "2009-02-02T15:32:32";
+	nmo:receivedDate "2009-02-02T15:32:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldahl facilisieufeugiat edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Ut velit enim feugait. ";
+	nmo:plainTextMessageContent "Feugait ex facilisis facilisis eum lorem esse feugiat esse zzril. ".
+
+<urn:uuid:1421855565> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1277100631>;
+	nmo:sentDate "2008-07-29T15:20:20";
+	nmo:receivedDate "2008-07-29T15:20:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldahl facilisieufeugiat edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2139945582>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bshipley veniamadipiscing tv"];
+	nmo:messageSubject "Vero quis accumsan wisi facilisi eum vel luptatumzzril nostrud volutpat. ";
+	nmo:plainTextMessageContent "Illum iustoodio at molestie aliquip quis dolor dolore vel invulputate. ".
+
+<urn:uuid:1947461399> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1277100631>;
+	nmo:sentDate "2008-10-08T15:29:12";
+	nmo:receivedDate "2008-10-08T15:29:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldahl facilisieufeugiat edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:309189477>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "don beardsley sitlobortis tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Hendrerit hendrerit ullamcorper duis consequatvel. ";
+	nmo:plainTextMessageContent "Utwisi praesent minim quis duis in dolore tation delenitaugue diam autem dolor suscipit. ".
+
+<urn:uuid:316391841> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1277100631>;
+	nmo:sentDate "2008-08-30T15:21:14";
+	nmo:receivedDate "2008-08-30T15:21:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldahl facilisieufeugiat edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Facilisis hendrerit wisi iriuredolor delenit suscipit duis veniam in. ";
+	nmo:plainTextMessageContent "Esse ullamcorper iriure dolor. Accumsan praesent qui iusto aliquip et. ".
+
+<urn:uuid:165055646> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1277100631>;
+	nmo:sentDate "2008-05-22T15:25:06";
+	nmo:receivedDate "2008-05-22T15:25:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldahl facilisieufeugiat edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eum doloremagna illum amet vel suscipit tation enim consectetuer iustoodio ut. ";
+	nmo:plainTextMessageContent "Commodo dolor hendrerit ad lobortis vel nibh qui suscipit at dignissim nibh. ".
+
+<urn:uuid:650977883> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1277100631>;
+	nmo:sentDate "2009-01-03T15:43:16";
+	nmo:receivedDate "2009-01-03T15:43:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldahl facilisieufeugiat edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1716199321>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "hbenefield induis tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Ut eros iustoodio ipsum aliquip in blandit eufeugiat vero iustoodio. ";
+	nmo:plainTextMessageContent "Ullamcorper et aliquip at nulla. ".
+
+<urn:uuid:1666506044> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1277100631>;
+	nmo:sentDate "2008-12-06T15:22:27";
+	nmo:receivedDate "2008-12-06T15:22:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ldahl facilisieufeugiat edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Feugait dolore praesent facilisi. ";
+	nmo:plainTextMessageContent "Blandit nulla et consequat commodoconsequat invulputate blandit consequatvel duis. ".
+
+<urn:uuid:1919593869> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02152" ;
+	nco:locality "Winthrop" ;
+	nco:streetAddress "9003 Cranberry Hill Parkway" .
+
+<mailto:trina hoppe erosfacilisi edu> a nco:EmailAddress; 
+	nco:emailAddress "trina hoppe erosfacilisi edu".
+
+<urn:uuid:2088370103> a nco:PersonContact; 
+	nco:fullname "Trina Hoppe";
+	nco:nameGiven "Trina";
+	nco:nameFamily "Hoppe";
+	nco:birthDate "1943-01-15";
+	nco:hasAffiliation "Operator Forklift";
+	nco:hasEmailAddress <mailto:trina hoppe erosfacilisi edu>;
+	nco:hasPostalAddress <urn:uuid:1919593869>.
+
+<urn:uuid:859164640> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13251" ;
+	nco:locality "Syracuse" ;
+	nco:streetAddress "8086 Riverdale Trail" .
+
+<mailto:gordon littlefield velitlobortis gov> a nco:EmailAddress; 
+	nco:emailAddress "gordon littlefield velitlobortis gov".
+
+<urn:uuid:584347560> a nco:PersonContact; 
+	nco:fullname "Gordon Littlefield";
+	nco:nameGiven "Gordon";
+	nco:nameFamily "Littlefield";
+	nco:birthDate "1942-05-18";
+	nco:hasAffiliation "Attendant Machine Rolling";
+	nco:hasEmailAddress <mailto:gordon littlefield velitlobortis gov>;
+	nco:hasPostalAddress <urn:uuid:859164640>.
+
+<urn:uuid:33140810> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10924" ;
+	nco:locality "Goshen" ;
+	nco:streetAddress "5417 Deerfield Drive" .
+
+<mailto:zoe liddell auguefeugiat eu> a nco:EmailAddress; 
+	nco:emailAddress "zoe liddell auguefeugiat eu".
+
+<urn:uuid:1528572108> a nco:PersonContact; 
+	nco:fullname "Zoe Liddell";
+	nco:nameGiven "Zoe";
+	nco:nameFamily "Liddell";
+	nco:birthDate "1942-08-15";
+	nco:hasAffiliation "Coordinator Disaster Recovery";
+	nco:hasEmailAddress <mailto:zoe liddell auguefeugiat eu>;
+	nco:hasPostalAddress <urn:uuid:33140810>.
+
+<urn:uuid:2031088725> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01089" ;
+	nco:locality "West Springfield" ;
+	nco:streetAddress "2104 Wilcrest Circle" .
+
+<mailto:tanya schoonover duisduis edu> a nco:EmailAddress; 
+	nco:emailAddress "tanya schoonover duisduis edu".
+
+<urn:uuid:653996644> a nco:PersonContact; 
+	nco:fullname "Tanya Schoonover";
+	nco:nameGiven "Tanya";
+	nco:nameFamily "Schoonover";
+	nco:birthDate "1942-06-23";
+	nco:hasAffiliation "Estimating Supervisor";
+	nco:hasEmailAddress <mailto:tanya schoonover duisduis edu>;
+	nco:hasPostalAddress <urn:uuid:2031088725>.
+
+<urn:uuid:40615296> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:653996644>;
+	nmo:sentDate "2008-10-24T16:08:47";
+	nmo:receivedDate "2008-10-24T16:09:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya schoonover duisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:309189477>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "don beardsley sitlobortis tv"];
+	nmo:messageSubject "Consequatvel duis amet exerci consequat ipsum facilisi duis dolore lobortis minim at te duis. ";
+	nmo:plainTextMessageContent "Iriuredolor duis duis dolore aliquip feugiat erat lobortis veniamquis nulla illum laoreet te. Vero augue lorem luptatum eu nislut. ".
+
+<urn:uuid:1230253842> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:653996644>;
+	nmo:sentDate "2009-02-03T15:46:52";
+	nmo:receivedDate "2009-02-03T15:47:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya schoonover duisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1497173871>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gmorgan etdolore org"];
+	nmo:messageSubject "Ea doloremagna te suscipit iriuredolor enim erat nonummy exerci praesent te zzril suscipit ex. ";
+	nmo:plainTextMessageContent "Etaccumsan duis blandit praesent vel ex sit dignissim. ".
+
+<urn:uuid:1525331366> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:653996644>;
+	nmo:sentDate "2008-06-16T15:40:21";
+	nmo:receivedDate "2008-06-16T15:40:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya schoonover duisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:78587942>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "wilber crane ametdolor info"];
+	nmo:messageSubject "Nulla consequat ipsum eros accumsan nibh ut ad iustoodio. ";
+	nmo:plainTextMessageContent "Wisi autem invulputate hendrerit ad facilisis eum. ".
+
+<urn:uuid:726699388> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:653996644>;
+	nmo:sentDate "2008-02-29T15:33:37";
+	nmo:receivedDate "2008-02-29T15:34:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya schoonover duisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1634351996>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "curtis silva blanditeum com"];
+	nmo:messageSubject "Doloremagna velit minim et praesent aliquip ad delenit luptatum veniamquis in Utwisi feugait. ";
+	nmo:plainTextMessageContent "Etaccumsan nibh dolore dolor elitsed aliquip in. ".
+
+<urn:uuid:542244848> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:653996644>;
+	nmo:sentDate "2008-09-13T15:19:05";
+	nmo:receivedDate "2008-09-13T15:19:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya schoonover duisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:685282735>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kendrick stearns velitesse tv"];
+	nmo:messageSubject "In feugiat erat velit doloremagna blandit dolor te vel wisi. ";
+	nmo:plainTextMessageContent "Facilisis qui iustoodio euismod blandit eu accumsan dolore ut in vero iriuredolor diam. Exerci esse ea ea dolore ullamcorper illum facilisi commodo. ".
+
+<urn:uuid:37277402> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:653996644>;
+	nmo:sentDate "2008-01-16T15:28:06";
+	nmo:receivedDate "2008-01-16T15:28:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya schoonover duisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:388325571>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "beatrice hudson auguetationullamcorper net"];
+	nmo:messageSubject "Vel duis facilisi aliquam doloremagna eum. ";
+	nmo:plainTextMessageContent "Velit Utwisi Utwisi diam duis blandit eum feugiat. Ipsum molestie et nonummy at dolor euismod. ".
+
+<urn:uuid:343859361> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:653996644>;
+	nmo:sentDate "2008-09-15T15:34:30";
+	nmo:receivedDate "2008-09-15T15:35:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya schoonover duisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nonummy luptatum hendrerit dolore eros commodoconsequat tincidunt eros eros. ";
+	nmo:plainTextMessageContent "Delenitaugue erat nonummy eum veniamquis qui in sit duis vulputate wisi nulla ut. Veniamquis consequat eum ullamcorper praesent. ".
+
+<urn:uuid:1103059410> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:653996644>;
+	nmo:sentDate "2008-03-27T15:13:41";
+	nmo:receivedDate "2008-03-27T15:14:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya schoonover duisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1169442880>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "wkozak odionulla us"];
+	nmo:messageSubject "Nisl in ex aliquip feugiat dolore ut te luptatum laoreet eros. ";
+	nmo:plainTextMessageContent "Qui illum feugiat te esse autem qui autem dolor eros qui facilisis vel tation. ".
+
+<urn:uuid:886559720> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:653996644>;
+	nmo:sentDate "2008-06-22T15:59:12";
+	nmo:receivedDate "2008-06-22T15:59:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya schoonover duisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Qui eros vel veniamquis iriuredolor iriure exerci facilisis suscipit ut euismod veniam praesent consequat. ";
+	nmo:plainTextMessageContent "Vulputate blandit commodoconsequat elitsed velit. ".
+
+<urn:uuid:611273449> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:653996644>;
+	nmo:sentDate "2008-08-12T15:32:45";
+	nmo:receivedDate "2008-08-12T15:32:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya schoonover duisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1826526222>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "eddy woodruff praesentsuscipit edu"];
+	nmo:messageSubject "Nostrud consequatvel duis qui. ";
+	nmo:plainTextMessageContent "Feugait enim blandit euismod praesent adipiscing doloremagna duis. Dolore delenit commodoconsequat tincidunt veniam nulla feugait consectetuer veniamquis lobortis dolor vulputate adipiscing exerci. ".
+
+<urn:uuid:1313142253> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07506" ;
+	nco:locality "Hawthorne" ;
+	nco:streetAddress "6538 Birchtree Circle" .
+
+<mailto:otis hardin molestieet gov> a nco:EmailAddress; 
+	nco:emailAddress "otis hardin molestieet gov".
+
+<urn:uuid:1568926242> a nco:PersonContact; 
+	nco:fullname "Otis Hardin";
+	nco:nameGiven "Otis";
+	nco:nameFamily "Hardin";
+	nco:birthDate "1942-07-11";
+	nco:hasAffiliation "Materials Expediter";
+	nco:hasEmailAddress <mailto:otis hardin molestieet gov>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:1313142253>.
+
+<urn:uuid:1345431344> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03866" ;
+	nco:locality "Rochester" ;
+	nco:streetAddress "2961 Trailwood Drive" .
+
+<mailto:catalina ornelas quisad info> a nco:EmailAddress; 
+	nco:emailAddress "catalina ornelas quisad info".
+
+<urn:uuid:1400004387> a nco:PersonContact; 
+	nco:fullname "Catalina Ornelas";
+	nco:nameGiven "Catalina";
+	nco:nameFamily "Ornelas";
+	nco:birthDate "1942-03-18";
+	nco:hasAffiliation "Operator Molding Machine";
+	nco:hasEmailAddress <mailto:catalina ornelas quisad info>;
+	nco:hasPostalAddress <urn:uuid:1345431344>.
+
+<urn:uuid:87376075> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10069" ;
+	nco:locality "New York" ;
+	nco:streetAddress "6497 Circleshade Way" .
+
+<mailto:linwood sibley feugaitte com> a nco:EmailAddress; 
+	nco:emailAddress "linwood sibley feugaitte com".
+
+<urn:uuid:909105715> a nco:PersonContact; 
+	nco:fullname "Linwood Sibley";
+	nco:nameGiven "Linwood";
+	nco:nameFamily "Sibley";
+	nco:birthDate "1942-08-15";
+	nco:hasAffiliation "Contract Specialist";
+	nco:hasEmailAddress <mailto:linwood sibley feugaitte com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:87376075>.
+
+<urn:uuid:1609057835> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:538422874>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Facilisi at at dignissim nulla ut hendrerit. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-21T12:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-21T13:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:538422874>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:35536152> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07018" ;
+	nco:locality "East Orange" ;
+	nco:streetAddress "8532 Judd Cove" .
+
+<mailto:kthao minimeros gov> a nco:EmailAddress; 
+	nco:emailAddress "kthao minimeros gov".
+
+<urn:uuid:352129180> a nco:PersonContact; 
+	nco:fullname "Katy Thao";
+	nco:nameGiven "Katy";
+	nco:nameFamily "Thao";
+	nco:birthDate "1942-11-21";
+	nco:hasAffiliation "Engineer Product Development";
+	nco:hasEmailAddress <mailto:kthao minimeros gov>;
+	nco:hasPostalAddress <urn:uuid:35536152>.
+
+<urn:uuid:764173068> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:352129180>;
+	nmo:sentDate "2008-02-12T15:46:57";
+	nmo:receivedDate "2008-02-12T15:46:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kthao minimeros gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Accumsan qui suscipit volutpat enim praesent et. ";
+	nmo:plainTextMessageContent "Dignissim aliquip euismod praesent dolore ex veniam. ".
+
+<urn:uuid:674299361> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:352129180>;
+	nmo:sentDate "2008-09-21T15:55:08";
+	nmo:receivedDate "2008-09-21T15:55:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kthao minimeros gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:637994824>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "cleo gorman lobortiseros info"];
+	nmo:messageSubject "Utwisi duis facilisi amet qui elitsed quis iusto minim. ";
+	nmo:plainTextMessageContent "Enim velit illum aliquip adipiscing feugiat invulputate commodoconsequat doloremagna. Odio velit volutpat ea dolore quis duis. ".
+
+<urn:uuid:772168337> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:352129180>;
+	nmo:sentDate "2008-09-10T15:37:29";
+	nmo:receivedDate "2008-09-10T15:37:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kthao minimeros gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:48114581>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "acummings molestiead com"];
+	nmo:messageSubject "Minim nibh velit at eros vulputate illum zzril luptatumzzril et consequat vel nonummy. ";
+	nmo:plainTextMessageContent "Dolore commodo eros ad praesent feugait dolor dolore ullamcorper qui nulla vel facilisi enim. ".
+
+<urn:uuid:1195313236> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:352129180>;
+	nmo:sentDate "2008-10-09T15:31:44";
+	nmo:receivedDate "2008-10-09T15:31:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kthao minimeros gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:2088370103>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "trina hoppe erosfacilisi edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Molestie Utwisi et illum te luptatum lorem minim laoreet exerci nulla accumsan lobortis blandit. ";
+	nmo:plainTextMessageContent "Nostrud minim in veniam in duis consequatvel autem vero accumsan. ".
+
+<urn:uuid:1912442759> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:352129180>;
+	nmo:sentDate "2008-03-26T15:23:15";
+	nmo:receivedDate "2008-03-26T15:23:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kthao minimeros gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:310374280>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lola ives aliquamadipiscing eu"];
+	nmo:messageSubject "Delenit nostrud ut vulputate. ";
+	nmo:plainTextMessageContent "Adipiscing eum dolore ut ex commodoconsequat eum molestie in iustoodio vulputate. Duis nisl eros duis delenit aliquam eros. ".
+
+<urn:uuid:1355745738> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03303" ;
+	nco:locality "Concord" ;
+	nco:streetAddress "5638 Old Deer Lane" .
+
+<mailto:adoolittle velitad org> a nco:EmailAddress; 
+	nco:emailAddress "adoolittle velitad org".
+
+<urn:uuid:687070534> a nco:PersonContact; 
+	nco:fullname "Arturo Doolittle";
+	nco:nameGiven "Arturo";
+	nco:nameFamily "Doolittle";
+	nco:birthDate "1942-10-05";
+	nco:hasAffiliation "Manager Employee Services";
+	nco:hasEmailAddress <mailto:adoolittle velitad org>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:1355745738>.
+
+<urn:uuid:528054498> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:687070534>;
+	nmo:sentDate "2008-11-20T16:08:06";
+	nmo:receivedDate "2008-11-20T16:08:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adoolittle velitad org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Dolore illum exerci praesent diam tationullamcorper commodo ut quis eros sit ad ea. ";
+	nmo:plainTextMessageContent "Eros aliquip ea duis praesent vero dignissim dolore. ".
+
+<urn:uuid:19736624> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:687070534>;
+	nmo:sentDate "2008-06-19T15:27:48";
+	nmo:receivedDate "2008-06-19T15:28:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adoolittle velitad org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1818355959>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dcolvin quisodio org"];
+	nmo:messageSubject "Iriuredolor exerci exerci diam molestie facilisi. ";
+	nmo:plainTextMessageContent "Ad exerci exerci nulla euismod at esse luptatumzzril. ".
+
+<urn:uuid:569129227> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:687070534>;
+	nmo:sentDate "2008-06-30T15:19:52";
+	nmo:receivedDate "2008-06-30T15:20:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adoolittle velitad org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1894540643>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "winford espino utea info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Dolore ad qui eufeugiat lobortis facilisi nulla ut. ";
+	nmo:plainTextMessageContent "Adipiscing veniam et molestie et. ".
+
+<urn:uuid:1247609042> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:687070534>;
+	nmo:sentDate "2008-12-21T15:52:29";
+	nmo:receivedDate "2008-12-21T15:52:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adoolittle velitad org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vel consectetuer feugait at suscipit. ";
+	nmo:plainTextMessageContent "Dolore nislut ea tationullamcorper. ".
+
+<urn:uuid:179096474> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:687070534>;
+	nmo:sentDate "2008-09-09T15:52:54";
+	nmo:receivedDate "2008-09-09T15:53:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adoolittle velitad org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Aliquip nulla vero duis dolore ad eros esse. ";
+	nmo:plainTextMessageContent "Ea facilisi duis duis vel dolore in dolore exerci. Blandit illum iusto luptatum delenitaugue facilisi enim nostrud blandit ex doloremagna vero in. ".
+
+<urn:uuid:934273198> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:687070534>;
+	nmo:sentDate "2008-08-17T16:10:37";
+	nmo:receivedDate "2008-08-17T16:11:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adoolittle velitad org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vel invulputate iusto dolor iriure velit ad suscipit blandit sit. ";
+	nmo:plainTextMessageContent "Velit ut nulla ad te nibh in aliquam suscipit veniam qui. ".
+
+<urn:uuid:2007202323> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:687070534>;
+	nmo:sentDate "2008-10-10T15:17:35";
+	nmo:receivedDate "2008-10-10T15:17:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adoolittle velitad org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Et enim dolore eum feugait at. ";
+	nmo:plainTextMessageContent "Autem enim nostrud diam vel. Odio te dolor dolor zzril ea nulla elitsed. ".
+
+<urn:uuid:652266662> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:687070534>;
+	nmo:sentDate "2008-08-06T15:35:42";
+	nmo:receivedDate "2008-08-06T15:36:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adoolittle velitad org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Aliquip aliquam eros feugait facilisis erat ullamcorper in luptatum eros esse vel vel dignissim. ";
+	nmo:plainTextMessageContent "Hendrerit et in ullamcorper commodo suscipit. Enim dolor nostrud nibh augue molestie delenitaugue esse dignissim facilisis zzril blandit. ".
+
+<urn:uuid:1465959951> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:687070534>;
+	nmo:sentDate "2008-01-18T15:24:28";
+	nmo:receivedDate "2008-01-18T15:24:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adoolittle velitad org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:3433213>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "winfred zeller illumlobortis org"];
+	nmo:messageSubject "Veniam aliquam vero facilisi dolore eros dignissim blandit eufeugiat ad iriure vero blandit. ";
+	nmo:plainTextMessageContent "Praesent velit nulla duis ad. ".
+
+<urn:uuid:899731382> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:687070534>;
+	nmo:sentDate "2008-11-27T15:53:18";
+	nmo:receivedDate "2008-11-27T15:53:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adoolittle velitad org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1599744065>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jc gipson elitseddignissim tv"];
+	nmo:messageSubject "Dolor in consequat nulla etaccumsan veniam vulputate et nulla illum minim. ";
+	nmo:plainTextMessageContent "Etaccumsan feugiat vel qui odio dolore iustoodio vel odio dolore feugiat ea ut. Nostrud facilisis molestie in tationullamcorper dignissim tation vel dolore nulla wisi esse tincidunt nisl. ".
+
+<urn:uuid:1010970111> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:687070534>;
+	nmo:sentDate "2008-08-17T15:20:08";
+	nmo:receivedDate "2008-08-17T15:20:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adoolittle velitad org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:534168714>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "khaines dolorullamcorper info"];
+	nmo:messageSubject "Nonummy etaccumsan in erat te enim ut exerci eros ad adipiscing. ";
+	nmo:plainTextMessageContent "Enim qui nibh te vel ex nibh tation vel ut iriure facilisis. ".
+
+<urn:uuid:1476144794> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:687070534>;
+	nmo:sentDate "2008-06-27T15:45:49";
+	nmo:receivedDate "2008-06-27T15:46:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adoolittle velitad org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1497173871>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gmorgan etdolore org"];
+	nmo:bcc <urn:uuid:1482424376>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageSubject "Feugait ut praesent accumsan ullamcorper ea et hendrerit odio aliquam blandit et. ";
+	nmo:plainTextMessageContent "Nulla laoreet in tation hendrerit laoreet. ".
+
+<urn:uuid:901794887> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:687070534>;
+	nmo:sentDate "2008-12-10T15:23:00";
+	nmo:receivedDate "2008-12-10T15:23:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adoolittle velitad org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1379499947>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mhaas utconsequat us"];
+	nmo:messageSubject "Laoreet hendrerit nostrud consequatvel praesent ut veniam tincidunt. ";
+	nmo:plainTextMessageContent "Iriuredolor illum aliquip nislut blandit facilisis accumsan eum aliquip tationullamcorper consectetuer. Erat ut tincidunt vel praesent iustoodio te facilisis. ".
+
+<urn:uuid:1948827357> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:687070534>;
+	nmo:sentDate "2008-08-09T16:08:58";
+	nmo:receivedDate "2008-08-09T16:09:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adoolittle velitad org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1262326517>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "diane luce exerciautem eu"];
+	nmo:messageSubject "Iriure ad nostrud autem nonummy delenit. ";
+	nmo:plainTextMessageContent "Consectetuer ullamcorper tationullamcorper laoreet nonummy illum consequatvel iriuredolor suscipit nulla. Vel ea feugiat suscipit dolor enim lobortis. ".
+
+<urn:uuid:1865789101> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13830" ;
+	nco:locality "Oxford" ;
+	nco:streetAddress "1868 Fernspring Circle" .
+
+<mailto:eloise penny iriuredolore edu> a nco:EmailAddress; 
+	nco:emailAddress "eloise penny iriuredolore edu".
+
+<urn:uuid:243100821> a nco:PersonContact; 
+	nco:fullname "Eloise Penny";
+	nco:nameGiven "Eloise";
+	nco:nameFamily "Penny";
+	nco:birthDate "1942-11-07";
+	nco:hasAffiliation "Engineer Mining";
+	nco:hasEmailAddress <mailto:eloise penny iriuredolore edu>;
+	nco:hasPostalAddress <urn:uuid:1865789101>.
+
+<urn:uuid:706081045> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03033" ;
+	nco:locality "Brookline" ;
+	nco:streetAddress "309 Canella Trail" .
+
+<mailto:jvieira erosnostrud eu> a nco:EmailAddress; 
+	nco:emailAddress "jvieira erosnostrud eu".
+
+<tel:+15515381204> a nco:PhoneNumber; 
+	nco:phoneNumber "(551)538-1204".
+
+<urn:uuid:1505231541> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15515381204>]; 
+	nmo:duration 18; 
+	nmo:receivedDate "2008-05-19T15:48:56". 
+
+<urn:uuid:1173583449> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15515381204>]; 
+	nmo:duration 17; 
+	nmo:sentDate "2008-09-12T16:03:06". 
+
+<urn:uuid:1525997403> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15515381204>]; 
+	nmo:duration 4; 
+	nmo:sentDate "2008-02-02T15:27:11". 
+
+<urn:uuid:1302514265> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15515381204>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-11T15:21:16";
+	nmo:receivedDate "2008-11-05T15:27:13";
+	nmo:plainTextMessageContent "Delenitaugue duis molestie te nostrud in te illum feugait. Ea velit ea laoreet facilisi enim in consequat feugiat ipsum illum. Aliquip dignissim wisi iriuredolor. Ea te ut eros duis. Praesent duis et zzril vel dolore lobortis delenitaugue ex molestie sit. ".
+
+<urn:uuid:350824734> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15515381204>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-13T15:26:13";
+	nmo:receivedDate "2008-04-07T15:19:42";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Vero feugiat et ex euismod. Augue nulla dignissim hendrerit molestie amet iriuredolor augue illum. Illum iriure eufeugiat dolore luptatumzzril ea nulla nibh veniamquis hendrerit suscipit vulputate eu praesent. Vulputate consequatvel wisi te ad hendrerit ad erat. ".
+
+<urn:uuid:1829652310> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15515381204>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-06T16:07:40";
+	nmo:receivedDate "2008-10-22T15:50:23";
+	nmo:plainTextMessageContent "Praesent aliquam iustoodio te. Dolore molestie dolor hendrerit. Eros iriuredolor vel ad qui blandit. Blandit veniam nonummy veniamquis ea erat euismod ea sit ex veniam praesent. Ullamcorper nulla ipsum te dolore invulputate feugiat nulla. Duis ex iriuredolor ut nostrud lorem duis eum dignissim lobortis. ".
+
+<urn:uuid:44851438> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15515381204>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-28T15:40:44";
+	nmo:receivedDate "2009-02-08T15:49:29";
+	nmo:plainTextMessageContent "Molestie dolore esse etaccumsan et elitsed ea eum eum dolore. Suscipit eum luptatumzzril autem nulla tation quis tation. Iusto facilisis aliquam aliquip te iusto volutpat te feugait wisi enim Utwisi enim. Dolore lobortis blandit amet commodoconsequat dignissim molestie veniamquis iriuredolor accumsan. Feugait elitsed Utwisi blandit nislut consectetuer odio illum esse vulputate illum enim praesent. Esse autem elitsed consequatvel dolore nulla. Delenitaugue vero blandit accumsan praesent nibh. ".
+
+<urn:uuid:1721850240> a nco:PersonContact; 
+	nco:fullname "Jude Vieira";
+	nco:nameGiven "Jude";
+	nco:nameFamily "Vieira";
+	nco:birthDate "1942-07-15";
+	nco:hasAffiliation "Meteorologist";
+	nco:hasEmailAddress <mailto:jvieira erosnostrud eu>;
+	nco:hasPhoneNumber <tel:+15515381204>;
+	nco:hasPostalAddress <urn:uuid:706081045>.
+
+<urn:uuid:972788286> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01152" ;
+	nco:locality "Springfield" ;
+	nco:streetAddress "7001 Otter Street" .
+
+<mailto:hsnook euismodat tv> a nco:EmailAddress; 
+	nco:emailAddress "hsnook euismodat tv".
+
+<xmpp:hector snook gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Hector Snook" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Diam iriuredolor luptatum dolore facilisis. " ;
+	nco:imID "hector snook gmail com".
+
+<urn:uuid:485028510> a nco:PersonContact; 
+	nco:fullname "Hector Snook";
+	nco:nameGiven "Hector";
+	nco:nameFamily "Snook";
+	nco:birthDate "1942-12-25";
+	nco:hasAffiliation "Drafter Architectural";
+	nco:hasEmailAddress <mailto:hsnook euismodat tv>;
+	nco:hasIMAccount <xmpp:hector snook gmail com>;
+	nco:hasPostalAddress <urn:uuid:972788286>.
+
+<urn:uuid:160709455> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13677" ;
+	nco:locality "Pyrites" ;
+	nco:streetAddress "8870 Katy Lane" .
+
+<mailto:natasha needham inut info> a nco:EmailAddress; 
+	nco:emailAddress "natasha needham inut info".
+
+<urn:uuid:2052196541> a nco:PersonContact; 
+	nco:fullname "Natasha Needham";
+	nco:nameGiven "Natasha";
+	nco:nameFamily "Needham";
+	nco:birthDate "1942-12-04";
+	nco:hasAffiliation "CAD/CAM Design Drafter";
+	nco:hasEmailAddress <mailto:natasha needham inut info>;
+	nco:hasPostalAddress <urn:uuid:160709455>.
+
+<urn:uuid:1528676946> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06083" ;
+	nco:locality "Enfield" ;
+	nco:streetAddress "6170 Oxboro Avenue" .
+
+<mailto:ella burchfield quiqui gov> a nco:EmailAddress; 
+	nco:emailAddress "ella burchfield quiqui gov".
+
+<xmpp:ella burchfield gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Ella Burchfield" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Qui molestie tationullamcorper aliquip vero veniam vel nulla et. " ;
+	nco:imID "ella burchfield gmail com".
+
+<tel:+12033936471> a nco:PhoneNumber; 
+	nco:phoneNumber "(203)393-6471".
+
+<urn:uuid:994420873> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12033936471>]; 
+	nmo:duration 33; 
+	nmo:sentDate "2008-05-20T15:20:28". 
+
+<urn:uuid:427312947> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12033936471>]; 
+	nmo:duration 36; 
+	nmo:sentDate "2009-01-25T15:22:10". 
+
+<urn:uuid:1066926045> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12033936471>]; 
+	nmo:duration 34; 
+	nmo:receivedDate "2008-10-16T15:22:56". 
+
+<urn:uuid:1069104504> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12033936471>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-18T15:18:25";
+	nmo:receivedDate "2009-01-22T15:39:51";
+	nmo:plainTextMessageContent "Ut ea aliquam exerci hendrerit quis duis veniamquis nulla facilisi iriure hendrerit. Exerci molestie eufeugiat nostrud aliquip nislut. Et eros invulputate at duis eros veniam invulputate dolore enim enim. Dolore Utwisi suscipit minim nulla exerci iusto esse vero feugait velit nostrud duis delenit. Autem commodo in velit aliquip eufeugiat delenit amet Utwisi esse commodo qui facilisis lorem. Velit veniamquis exerci nibh nulla feugait nostrud in nulla. Lorem eu facilisis ea ad commodo diam exerci minim. ".
+
+<urn:uuid:1639765922> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12033936471>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-13T16:10:59";
+	nmo:receivedDate "2009-01-03T16:02:17";
+	nmo:plainTextMessageContent "Dignissim veniamquis ipsum velit ut ex dolore amet. Te eu te nulla accumsan veniam vero praesent nulla wisi sit. Nonummy iriuredolor vel ea. Ea nislut doloremagna nulla. Utwisi et eros hendrerit qui et illum invulputate autem dignissim. Tation vero facilisis qui consectetuer hendrerit suscipit suscipit facilisi exerci. Diam ea consectetuer zzril vel aliquip esse ipsum dolor blandit ea ut praesent dolore. ".
+
+<urn:uuid:1645550540> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12033936471>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-27T15:11:57";
+	nmo:receivedDate "2008-08-26T16:08:07";
+	nmo:plainTextMessageContent "Et praesent veniam laoreet dolore eum. Dolore lobortis in dignissim qui te duis eufeugiat velit velit eu velit. Praesent qui ad eum te et etaccumsan molestie diam. Minim lorem invulputate vel nisl. Ullamcorper dolore facilisi accumsan duis autem illum praesent duis nulla aliquam dolore veniam. Vero ex vel dolore vulputate nibh praesent. Duis nislut suscipit duis vel. ".
+
+<urn:uuid:606676230> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12033936471>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-07T15:36:18";
+	nmo:receivedDate "2008-09-12T15:40:31";
+	nmo:plainTextMessageContent "Lobortis nulla eum dolor vel esse nostrud dolor iusto praesent nulla aliquam at nostrud. Facilisis suscipit vero delenit duis odio zzril minim commodoconsequat feugait vero commodoconsequat. Lobortis enim nonummy eu aliquam. Aliquip te nostrud ea nulla dolore blandit eum iriuredolor. Dignissim iustoodio praesent qui. Tationullamcorper ex feugait at vel enim dolore lobortis in aliquip tincidunt praesent. Vel veniam iriuredolor at commodoconsequat eum vel vero. ".
+
+<urn:uuid:444601967> a nco:PersonContact; 
+	nco:fullname "Ella Burchfield";
+	nco:nameGiven "Ella";
+	nco:nameFamily "Burchfield";
+	nco:birthDate "1942-04-29";
+	nco:hasAffiliation "Supervisor Legal";
+	nco:hasEmailAddress <mailto:ella burchfield quiqui gov>;
+	nco:hasPhoneNumber <tel:+12033936471>;
+	nco:hasIMAccount <xmpp:ella burchfield gmail com>;
+	nco:hasPostalAddress <urn:uuid:1528676946>.
+
+<urn:uuid:1948139497> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13749" ;
+	nco:locality "Corbettsville" ;
+	nco:streetAddress "557 Round Hill Circle" .
+
+<mailto:bernard angel eratnulla com> a nco:EmailAddress; 
+	nco:emailAddress "bernard angel eratnulla com".
+
+<urn:uuid:1820854891> a nco:PersonContact; 
+	nco:fullname "Bernard Angel";
+	nco:nameGiven "Bernard";
+	nco:nameFamily "Angel";
+	nco:birthDate "1942-06-28";
+	nco:hasAffiliation "Insurance Claims Adjuster";
+	nco:hasEmailAddress <mailto:bernard angel eratnulla com>;
+	nco:hasPostalAddress <urn:uuid:1948139497>.
+
+<urn:uuid:833958614> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12130" ;
+	nco:locality "Niverville" ;
+	nco:streetAddress "3058 Old Post Drive" .
+
+<mailto:guadalupe post utin us> a nco:EmailAddress; 
+	nco:emailAddress "guadalupe post utin us".
+
+<urn:uuid:1321002477> a nco:PersonContact; 
+	nco:fullname "Guadalupe Post";
+	nco:nameGiven "Guadalupe";
+	nco:nameFamily "Post";
+	nco:birthDate "1942-11-29";
+	nco:hasAffiliation "Technician Logistics Engineering";
+	nco:hasEmailAddress <mailto:guadalupe post utin us>;
+	nco:hasPostalAddress <urn:uuid:833958614>.
+
+<urn:uuid:1056021432> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1321002477>;
+	nmo:sentDate "2008-03-19T16:06:02";
+	nmo:receivedDate "2008-03-19T16:06:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "guadalupe post utin us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Et aliquip minim vel ut qui ad amet velit facilisis eum delenitaugue commodo esse. ";
+	nmo:plainTextMessageContent "Feugait ut ipsum et consequat dolor duis amet in praesent illum. ".
+
+<urn:uuid:1403035033> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05450" ;
+	nco:locality "Enosburg Falls" ;
+	nco:streetAddress "1471 Corsica Parkway" .
+
+<mailto:jswann vulputateluptatumzzril info> a nco:EmailAddress; 
+	nco:emailAddress "jswann vulputateluptatumzzril info".
+
+<urn:uuid:2033347669> a nco:PersonContact; 
+	nco:fullname "Jacquelin Swann";
+	nco:nameGiven "Jacquelin";
+	nco:nameFamily "Swann";
+	nco:birthDate "1942-03-25";
+	nco:hasAffiliation "Supervisor Motor Vehicle";
+	nco:hasEmailAddress <mailto:jswann vulputateluptatumzzril info>;
+	nco:hasPostalAddress <urn:uuid:1403035033>.
+
+<urn:uuid:176836846> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07008" ;
+	nco:locality "Carteret" ;
+	nco:streetAddress "8327 Nova Scotia Cove" .
+
+<mailto:jlabbe velitamet tv> a nco:EmailAddress; 
+	nco:emailAddress "jlabbe velitamet tv".
+
+<tel:+14842582841> a nco:PhoneNumber; 
+	nco:phoneNumber "(484)258-2841".
+
+<urn:uuid:1209029004> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14842582841>]; 
+	nmo:duration 32; 
+	nmo:sentDate "2009-02-01T15:40:00". 
+
+<urn:uuid:247314680> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14842582841>]; 
+	nmo:duration 5; 
+	nmo:receivedDate "2008-12-12T15:59:49". 
+
+<urn:uuid:1990464201> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14842582841>]; 
+	nmo:duration 18; 
+	nmo:sentDate "2009-01-08T15:54:55". 
+
+<urn:uuid:2138830495> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14842582841>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-19T15:34:06";
+	nmo:receivedDate "2008-01-20T15:36:35";
+	nmo:plainTextMessageContent "Wisi blandit augue elitsed. Nostrud aliquip nulla ut velit nisl dolore facilisis ex et etaccumsan. Luptatum enim ea te sit volutpat at luptatumzzril vel veniamquis ea nislut duis at. Accumsan feugait dolore iriuredolor praesent ipsum sit illum in consequat. Etaccumsan aliquip ex exerci Utwisi vel feugait doloremagna esse qui praesent ipsum. ".
+
+<urn:uuid:216881077> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14842582841>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-27T15:44:02";
+	nmo:receivedDate "2008-06-09T15:13:15";
+	nmo:plainTextMessageContent "Aliquam etaccumsan suscipit tation hendrerit adipiscing nibh vulputate. Etaccumsan te adipiscing tationullamcorper wisi ullamcorper vero. Suscipit feugait blandit lobortis vel nisl dolore. Aliquip esse doloremagna Utwisi nulla elitsed molestie ut. Zzril esse esse eum. Nonummy enim nulla vero at eu ex consequat feugait tincidunt hendrerit esse feugait. ".
+
+<urn:uuid:554482596> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14842582841>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-05T16:05:49";
+	nmo:receivedDate "2008-04-27T15:39:11";
+	nmo:plainTextMessageContent "Minim consequatvel hendrerit eros duis ad consequatvel nulla commodoconsequat dolore delenitaugue ea. Exerci dolore diam ad ut suscipit et iriure eros vero. Nulla vel nulla hendrerit accumsan duis. Enim ut luptatumzzril iustoodio dolor nulla enim augue dignissim lorem sit illum. ".
+
+<urn:uuid:1539823467> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14842582841>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-18T15:19:43";
+	nmo:receivedDate "2009-01-06T15:27:35";
+	nmo:plainTextMessageContent "Vel nibh praesent eu consequat ad delenit te Utwisi dignissim eros vero. Volutpat in hendrerit blandit duis etaccumsan ut dolor. Etaccumsan amet sit ea consequat in ea volutpat hendrerit in et erat ut vero. Lobortis feugait elitsed feugait exerci nisl eum autem duis dolor duis ut enim. Etaccumsan eros consequat nulla ad eu aliquip adipiscing commodo minim wisi enim exerci. ".
+
+<urn:uuid:656060555> a nco:PersonContact; 
+	nco:fullname "Jarrod Labbe";
+	nco:nameGiven "Jarrod";
+	nco:nameFamily "Labbe";
+	nco:birthDate "1942-06-26";
+	nco:hasAffiliation "Specialty Cook";
+	nco:hasEmailAddress <mailto:jlabbe velitamet tv>;
+	nco:hasPhoneNumber <tel:+14842582841>;
+	nco:hasPostalAddress <urn:uuid:176836846>.
+
+<urn:uuid:1413778286> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:656060555>;
+	nmo:sentDate "2008-12-12T15:32:24";
+	nmo:receivedDate "2008-12-12T15:32:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jlabbe velitamet tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla wisi amet dolore wisi iustoodio te et. ";
+	nmo:plainTextMessageContent "Nostrud erat velit lorem lorem consequatvel ea tincidunt dolor adipiscing velit in. Iustoodio illum lobortis ullamcorper lobortis consectetuer eum. ".
+
+<urn:uuid:373284217> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:656060555>;
+	nmo:sentDate "2008-07-23T16:03:44";
+	nmo:receivedDate "2008-07-23T16:03:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jlabbe velitamet tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:293484636>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "slamb exdolor info"];
+	nmo:messageSubject "Luptatum wisi commodo duis facilisi veniam duis nislut molestie velit tation. ";
+	nmo:plainTextMessageContent "Facilisis suscipit in vero exerci sit esse consequat. ".
+
+<urn:uuid:996396717> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:656060555>;
+	nmo:sentDate "2008-03-27T15:19:09";
+	nmo:receivedDate "2008-03-27T15:19:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jlabbe velitamet tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ea lobortis amet eum. ";
+	nmo:plainTextMessageContent "Commodo consequatvel tation wisi nostrud velit nibh ex consequat. ".
+
+<urn:uuid:870989464> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:656060555>;
+	nmo:sentDate "2008-08-22T15:17:55";
+	nmo:receivedDate "2008-08-22T15:18:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jlabbe velitamet tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vero hendrerit in nulla diam velit. ";
+	nmo:plainTextMessageContent "Luptatumzzril suscipit et eum te in. ".
+
+<urn:uuid:544456895> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:656060555>;
+	nmo:sentDate "2008-11-17T16:09:47";
+	nmo:receivedDate "2008-11-17T16:10:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jlabbe velitamet tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Luptatumzzril accumsan nulla iusto commodoconsequat. ";
+	nmo:plainTextMessageContent "Consectetuer facilisis ut ipsum molestie exerci aliquam vero. Nulla nulla te at delenitaugue commodo ut. ".
+
+<urn:uuid:2095093831> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:656060555>;
+	nmo:sentDate "2008-02-05T15:48:51";
+	nmo:receivedDate "2008-02-05T15:49:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jlabbe velitamet tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Diam ut autem dignissim etaccumsan. ";
+	nmo:plainTextMessageContent "Autem te ut diam. ".
+
+<urn:uuid:508651827> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:656060555>;
+	nmo:sentDate "2008-10-29T15:29:10";
+	nmo:receivedDate "2008-10-29T15:29:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jlabbe velitamet tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:485028510>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "hsnook euismodat tv"];
+	nmo:bcc <urn:uuid:344829248>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ricky longoria etaccumsanduis gov"];
+	nmo:messageSubject "Iustoodio diam euismod consequatvel ullamcorper dolor molestie Utwisi odio ut enim luptatum zzril blandit. ";
+	nmo:plainTextMessageContent "Laoreet ea ex consectetuer lorem in ex Utwisi in iustoodio. ".
+
+<urn:uuid:353658643> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:656060555>;
+	nmo:sentDate "2008-04-28T15:36:00";
+	nmo:receivedDate "2008-04-28T15:36:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jlabbe velitamet tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1834058>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "tatiana cowley minimlorem net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Et vel nulla ipsum nonummy ut delenitaugue ea at eum ut dolore euismod esse. ";
+	nmo:plainTextMessageContent "Dignissim suscipit at et vel te veniam iustoodio te facilisi. ".
+
+<urn:uuid:151560958> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:656060555>;
+	nmo:sentDate "2008-11-09T15:40:47";
+	nmo:receivedDate "2008-11-09T15:41:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jlabbe velitamet tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1091309697>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rbearden doloremagnate gov"];
+	nmo:messageSubject "Vel suscipit autem delenitaugue duis minim aliquip ex quis et eros. ";
+	nmo:plainTextMessageContent "Feugiat dolore te nislut velit nulla consequat minim at eum nislut vel vel. Volutpat iusto feugait at vulputate lobortis iriuredolor. ".
+
+<urn:uuid:924156883> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:656060555>;
+	nmo:sentDate "2008-06-22T15:51:43";
+	nmo:receivedDate "2008-06-22T15:52:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jlabbe velitamet tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:539239127>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "max mendenhall dolorefacilisi info"];
+	nmo:messageSubject "Vero dolore luptatum vero dignissim. ";
+	nmo:plainTextMessageContent "Ut Utwisi euismod dolore iustoodio. Autem erat duis delenit. ".
+
+<urn:uuid:1128788822> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:656060555>;
+	nmo:sentDate "2008-02-18T15:13:18";
+	nmo:receivedDate "2008-02-18T15:14:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jlabbe velitamet tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1599744065>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "jc gipson elitseddignissim tv"];
+	nmo:messageSubject "Consectetuer ex vel odio volutpat hendrerit nulla aliquam at. ";
+	nmo:plainTextMessageContent "Te velit ut augue velit. At wisi commodoconsequat vel. ".
+
+<urn:uuid:1685392676> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:656060555>;
+	nmo:sentDate "2008-08-14T15:14:08";
+	nmo:receivedDate "2008-08-14T15:14:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jlabbe velitamet tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1160297575>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "forrest whitaker consequataliquam eu"];
+	nmo:bcc <urn:uuid:1491117925>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "krystle stout nullaluptatumzzril net"];
+	nmo:messageSubject "Qui volutpat nulla in dolore praesent nisl blandit in accumsan dolore. ";
+	nmo:plainTextMessageContent "Ea quis nulla duis lobortis delenitaugue commodo odio adipiscing dignissim etaccumsan delenit vel hendrerit. ".
+
+<urn:uuid:384204449> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:656060555>;
+	nmo:sentDate "2008-10-24T15:51:58";
+	nmo:receivedDate "2008-10-24T15:52:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jlabbe velitamet tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1840668459>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "georgiana farnsworth illumillum eu"];
+	nmo:messageSubject "Eu molestie veniam lobortis vel dolore tation molestie eros ullamcorper adipiscing ea. ";
+	nmo:plainTextMessageContent "Praesent dolore consectetuer ea consequatvel vel. Duis ea elitsed duis commodoconsequat consequat nostrud iusto tation. ".
+
+<urn:uuid:1590097252> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:656060555>;
+	nmo:sentDate "2008-04-01T15:21:05";
+	nmo:receivedDate "2008-04-01T15:22:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jlabbe velitamet tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ut commodoconsequat commodo commodoconsequat duis illum et tation velit qui nostrud. ";
+	nmo:plainTextMessageContent "In qui quis hendrerit ad vulputate minim ut in delenit enim. ".
+
+<urn:uuid:1337276215> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:656060555>;
+	nmo:sentDate "2008-01-20T15:30:55";
+	nmo:receivedDate "2008-01-20T15:31:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jlabbe velitamet tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:67233756>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "burton batchelor duisaccumsan net"];
+	nmo:messageSubject "Sit eufeugiat exerci vel et at autem nostrud iusto ut amet. ";
+	nmo:plainTextMessageContent "Illum tation facilisi nulla nulla luptatumzzril vero tation duis accumsan. ".
+
+<urn:uuid:1232888448> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:656060555>;
+	nmo:sentDate "2008-11-25T15:25:23";
+	nmo:receivedDate "2008-11-25T15:25:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jlabbe velitamet tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1599744065>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jc gipson elitseddignissim tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Aliquam in esse delenitaugue. ";
+	nmo:plainTextMessageContent "Eufeugiat facilisi eum ex. ".
+
+<urn:uuid:1495869126> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:656060555>;
+	nmo:sentDate "2008-03-09T15:35:17";
+	nmo:receivedDate "2008-03-09T15:35:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jlabbe velitamet tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:485028510>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "hsnook euismodat tv"];
+	nmo:messageSubject "Iriure in autem quis duis duis vero dignissim commodo dolor. ";
+	nmo:plainTextMessageContent "Nonummy amet ea autem ut velit doloremagna aliquip invulputate elitsed veniamquis Utwisi. Qui ad accumsan duis aliquip eros tation blandit vero praesent. ".
+
+<urn:uuid:982463715> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:656060555>;
+	nmo:sentDate "2008-08-17T15:11:52";
+	nmo:receivedDate "2008-08-17T15:12:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jlabbe velitamet tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1301477625>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gino durbin iustoexerci edu"];
+	nmo:messageSubject "Dolor sit vel nislut nulla feugait autem nonummy nibh Utwisi duis te eros. ";
+	nmo:plainTextMessageContent "Feugait ad iriure te in dolore molestie elitsed consequat hendrerit zzril. ".
+
+<urn:uuid:1585690143> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:656060555>;
+	nmo:sentDate "2009-01-20T15:28:32";
+	nmo:receivedDate "2009-01-20T15:28:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jlabbe velitamet tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:403153861>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "marty holt illumte us"];
+	nmo:messageSubject "Consequatvel consequat delenit exerci ut praesent facilisis feugait augue elitsed odio et duis accumsan. ";
+	nmo:plainTextMessageContent "Dolor aliquip volutpat ut vel ea autem delenitaugue te. ".
+
+<urn:uuid:2033336638> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:656060555>;
+	nmo:sentDate "2008-08-21T15:33:45";
+	nmo:receivedDate "2008-08-21T15:34:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jlabbe velitamet tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:403153861>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "marty holt illumte us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Eum dolore velit nonummy eufeugiat exerci molestie ut suscipit. ";
+	nmo:plainTextMessageContent "Blandit suscipit autem nibh te iriuredolor iriure vel in eum. ".
+
+<urn:uuid:586946838> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:656060555>;
+	nmo:sentDate "2008-07-07T15:37:04";
+	nmo:receivedDate "2008-07-07T15:37:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jlabbe velitamet tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:676874453>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bwhite nullaminim edu"];
+	nmo:messageSubject "Dolore ipsum qui praesent nostrud. ";
+	nmo:plainTextMessageContent "Velit ut hendrerit molestie vero Utwisi hendrerit eum minim tincidunt doloremagna nisl vel. Lobortis duis enim vero hendrerit. ".
+
+<urn:uuid:1128133998> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:656060555>;
+	nmo:sentDate "2008-08-25T15:33:32";
+	nmo:receivedDate "2008-08-25T15:34:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jlabbe velitamet tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Augue enim nibh consequat nostrud vel ullamcorper quis velit nonummy et facilisis sit feugait. ";
+	nmo:plainTextMessageContent "Feugiat dolore veniam at vero ut vero tincidunt exerci. Eros duis lobortis in tationullamcorper iusto suscipit tation aliquam aliquam ipsum. ".
+
+<urn:uuid:845458565> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:656060555>;
+	nmo:sentDate "2008-10-30T15:25:27";
+	nmo:receivedDate "2008-10-30T15:26:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jlabbe velitamet tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Esse qui praesent eum suscipit suscipit qui nisl augue minim iriure. ";
+	nmo:plainTextMessageContent "Et iriuredolor iusto augue delenitaugue invulputate dolore in nisl te. Nulla dolore veniamquis vel facilisi invulputate. ".
+
+<urn:uuid:362594799> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:656060555>;
+	nmo:sentDate "2008-06-27T15:44:57";
+	nmo:receivedDate "2008-06-27T15:45:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jlabbe velitamet tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Luptatum laoreet enim minim esse nibh hendrerit minim. ";
+	nmo:plainTextMessageContent "Ut nostrud adipiscing enim facilisi dolore velit ad nonummy etaccumsan iustoodio duis lobortis. ".
+
+<urn:uuid:456973568> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07045" ;
+	nco:locality "Montville" ;
+	nco:streetAddress "345 Watkins Way" .
+
+<mailto:dion stott aliquipmolestie org> a nco:EmailAddress; 
+	nco:emailAddress "dion stott aliquipmolestie org".
+
+<urn:uuid:974101963> a nco:PersonContact; 
+	nco:fullname "Dion Stott";
+	nco:nameGiven "Dion";
+	nco:nameFamily "Stott";
+	nco:birthDate "1942-08-25";
+	nco:hasAffiliation "Warehouse Manager";
+	nco:hasEmailAddress <mailto:dion stott aliquipmolestie org>;
+	nco:hasPostalAddress <urn:uuid:456973568>.
+
+<urn:uuid:1181378169> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1684594195>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Doloremagna vulputate te zzril aliquip lobortis vero dolore ut enim ea quis. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-09T17:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-09T19:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1684594195>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1444176351> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:974101963>;
+	nmo:sentDate "2008-04-03T16:03:02";
+	nmo:receivedDate "2008-04-03T16:03:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dion stott aliquipmolestie org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1820854891>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "bernard angel eratnulla com"];
+	nmo:messageSubject "Vulputate consequat in esse duis nostrud ut illum feugait suscipit facilisi duis. ";
+	nmo:plainTextMessageContent "Lobortis minim dolore at nulla doloremagna lobortis. ".
+
+<urn:uuid:709424774> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:974101963>;
+	nmo:sentDate "2008-11-17T15:29:19";
+	nmo:receivedDate "2008-11-17T15:29:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dion stott aliquipmolestie org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1818355959>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dcolvin quisodio org"];
+	nmo:messageSubject "Qui dolor iriuredolor exerci iriuredolor minim dolore elitsed exerci iriuredolor eum tationullamcorper. ";
+	nmo:plainTextMessageContent "Praesent euismod commodo accumsan suscipit dolore duis exerci nostrud eu. Sit elitsed facilisi dolore nulla. ".
+
+<urn:uuid:1542676994> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14745" ;
+	nco:locality "Hume" ;
+	nco:streetAddress "3711 Knoll Parkway" .
+
+<mailto:lsoares verovelit com> a nco:EmailAddress; 
+	nco:emailAddress "lsoares verovelit com".
+
+<urn:uuid:1135865963> a nco:PersonContact; 
+	nco:fullname "Lorenzo Soares";
+	nco:nameGiven "Lorenzo";
+	nco:nameFamily "Soares";
+	nco:birthDate "1942-12-29";
+	nco:hasAffiliation "Warehouse Manager";
+	nco:hasEmailAddress <mailto:lsoares verovelit com>;
+	nco:hasPostalAddress <urn:uuid:1542676994>.
+
+<urn:uuid:652365990> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01745" ;
+	nco:locality "Fayville" ;
+	nco:streetAddress "9173 Chertsy Drive" .
+
+<mailto:devin sommer ipsumut edu> a nco:EmailAddress; 
+	nco:emailAddress "devin sommer ipsumut edu".
+
+<urn:uuid:925598164> a nco:PersonContact; 
+	nco:fullname "Devin Sommer";
+	nco:nameGiven "Devin";
+	nco:nameFamily "Sommer";
+	nco:birthDate "1942-07-17";
+	nco:hasAffiliation "Building Maintenance Worker";
+	nco:hasEmailAddress <mailto:devin sommer ipsumut edu>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:652365990>.
+
+<urn:uuid:1869189448> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04864" ;
+	nco:locality "Warren" ;
+	nco:streetAddress "3324 Pickett Lane" .
+
+<mailto:lcostello feugiatfeugait com> a nco:EmailAddress; 
+	nco:emailAddress "lcostello feugiatfeugait com".
+
+<xmpp:laura costello gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Laura Costello" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Facilisis vulputate blandit accumsan te adipiscing et iriure nisl nislut quis tationullamcorper vulputate delenit. " ;
+	nco:imID "laura costello gmail com".
+
+<urn:uuid:375594015> a nco:PersonContact; 
+	nco:fullname "Laura Costello";
+	nco:nameGiven "Laura";
+	nco:nameFamily "Costello";
+	nco:birthDate "1942-09-04";
+	nco:hasAffiliation "Supervisor Investor Relations";
+	nco:hasEmailAddress <mailto:lcostello feugiatfeugait com>;
+	nco:hasIMAccount <xmpp:laura costello gmail com>;
+	nco:hasPostalAddress <urn:uuid:1869189448>.
+
+<urn:uuid:242693482> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01853" ;
+	nco:locality "Lowell" ;
+	nco:streetAddress "6998 Egerton Drive" .
+
+<mailto:nescobedo blanditdolor eu> a nco:EmailAddress; 
+	nco:emailAddress "nescobedo blanditdolor eu".
+
+<xmpp:norbert escobedo gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Norbert Escobedo" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Consectetuer minim eum nulla lobortis vero. " ;
+	nco:imID "norbert escobedo gmail com".
+
+<tel:+15182483934> a nco:PhoneNumber; 
+	nco:phoneNumber "(518)248-3934".
+
+<urn:uuid:1728323238> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15182483934>]; 
+	nmo:duration 45; 
+	nmo:sentDate "2008-05-14T15:57:21". 
+
+<urn:uuid:671434212> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15182483934>]; 
+	nmo:duration 9; 
+	nmo:receivedDate "2008-02-21T15:54:09". 
+
+<urn:uuid:1067124521> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15182483934>]; 
+	nmo:duration 29; 
+	nmo:receivedDate "2008-08-29T15:46:22". 
+
+<urn:uuid:1472947647> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15182483934>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-31T15:58:41";
+	nmo:receivedDate "2008-03-28T15:15:35";
+	nmo:plainTextMessageContent "At eum exerci wisi sit eros. Ex euismod in feugait tincidunt. Wisi esse suscipit eum praesent in vero etaccumsan. Enim autem consequat aliquip lobortis ad et ad delenitaugue delenit commodo illum lorem ad. Blandit odio dolor dolor facilisi vero delenit commodo illum elitsed. Tincidunt consequat amet nibh. Nibh diam blandit consequat delenitaugue veniamquis eu. ".
+
+<urn:uuid:960591785> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15182483934>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-10T15:28:28";
+	nmo:receivedDate "2008-05-01T15:43:38";
+	nmo:plainTextMessageContent "Eufeugiat qui praesent amet zzril molestie dignissim. Facilisi duis adipiscing veniam augue vero feugait vero luptatum iriure. Wisi dolore facilisis enim feugait veniamquis facilisi ea. Dignissim feugiat dolore iustoodio delenit nibh eros vel. ".
+
+<urn:uuid:322251817> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15182483934>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-30T15:45:30";
+	nmo:receivedDate "2008-10-25T15:20:49";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Exerci amet dolor facilisi lobortis amet exerci consectetuer consequatvel et te. Consequatvel invulputate at nulla dolore augue vel. Et tation nisl delenit quis doloremagna nulla iustoodio wisi aliquip dolor veniamquis et. Hendrerit nislut dignissim praesent odio Utwisi quis enim euismod etaccumsan. Dolor dolore delenit quis. Molestie dignissim vero diam amet. Sit ullamcorper vero ipsum lorem dolor ad tincidunt. ".
+
+<urn:uuid:2060012642> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15182483934>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-09T15:44:43";
+	nmo:receivedDate "2008-06-08T15:12:35";
+	nmo:plainTextMessageContent "Consequat facilisi amet te enim quis nisl consequat consequatvel diam vero accumsan. Qui iriure molestie duis enim. Luptatum hendrerit molestie exerci lobortis laoreet facilisis qui. Suscipit velit iusto vel duis. Minim consequatvel ex dolore. Ad vero molestie nulla accumsan veniamquis duis lobortis. ".
+
+<urn:uuid:649214947> a nco:PersonContact; 
+	nco:fullname "Norbert Escobedo";
+	nco:nameGiven "Norbert";
+	nco:nameFamily "Escobedo";
+	nco:birthDate "1942-07-12";
+	nco:hasAffiliation "Installer Automobile Accessories";
+	nco:hasEmailAddress <mailto:nescobedo blanditdolor eu>;
+	nco:hasPhoneNumber <tel:+15182483934>;
+	nco:hasIMAccount <xmpp:norbert escobedo gmail com>;
+	nco:hasPostalAddress <urn:uuid:242693482>.
+
+<urn:uuid:1735547218> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06101" ;
+	nco:locality "Hartford" ;
+	nco:streetAddress "2833 Ojib Way" .
+
+<mailto:federico huntley infacilisi gov> a nco:EmailAddress; 
+	nco:emailAddress "federico huntley infacilisi gov".
+
+<xmpp:federico huntley gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Federico Huntley" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Aliquam erat nostrud amet vero velit molestie ut. " ;
+	nco:imID "federico huntley gmail com".
+
+<urn:uuid:1873894462> a nco:PersonContact; 
+	nco:fullname "Federico Huntley";
+	nco:nameGiven "Federico";
+	nco:nameFamily "Huntley";
+	nco:birthDate "1942-10-17";
+	nco:hasAffiliation "Operator Rolling Machine Setup";
+	nco:hasEmailAddress <mailto:federico huntley infacilisi gov>;
+	nco:hasIMAccount <xmpp:federico huntley gmail com>;
+	nco:hasPostalAddress <urn:uuid:1735547218>.
+
+<urn:uuid:1643267458> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1873894462>;
+	nmo:sentDate "2008-04-25T16:03:28";
+	nmo:receivedDate "2008-04-25T16:04:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "federico huntley infacilisi gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Wisi veniamquis qui nisl enim feugait vulputate laoreet. ";
+	nmo:plainTextMessageContent "Vero dolore eum dolore dolore blandit etaccumsan veniamquis tationullamcorper. Nonummy ut dolor ea velit. ".
+
+<urn:uuid:1675119272> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1873894462>;
+	nmo:sentDate "2008-12-03T15:57:41";
+	nmo:receivedDate "2008-12-03T15:58:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "federico huntley infacilisi gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Autem hendrerit blandit ad. ";
+	nmo:plainTextMessageContent "Euismod iriuredolor nostrud eros erat invulputate. Hendrerit nulla qui suscipit duis accumsan nulla tationullamcorper zzril vel minim. ".
+
+<urn:uuid:1659574021> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1873894462>;
+	nmo:sentDate "2009-01-26T15:30:28";
+	nmo:receivedDate "2009-01-26T15:30:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "federico huntley infacilisi gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:637994824>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cleo gorman lobortiseros info"];
+	nmo:bcc <urn:uuid:352129180>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kthao minimeros gov"];
+	nmo:messageSubject "Nislut commodoconsequat lobortis lobortis in doloremagna nibh consequat duis minim molestie ea. ";
+	nmo:plainTextMessageContent "Odio nulla aliquip ad nulla feugiat. Consequat nostrud dignissim ut exerci commodo minim quis praesent lobortis vel dolore. ".
+
+<urn:uuid:890890645> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1873894462>;
+	nmo:sentDate "2008-08-22T15:47:30";
+	nmo:receivedDate "2008-08-22T15:48:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "federico huntley infacilisi gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1818355959>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dcolvin quisodio org"];
+	nmo:messageSubject "Nulla in etaccumsan qui commodoconsequat eum velit eufeugiat doloremagna lobortis ullamcorper duis eros veniamquis. ";
+	nmo:plainTextMessageContent "Vel accumsan dignissim dolore diam. Erat euismod et dolore hendrerit. ".
+
+<urn:uuid:1731314635> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1873894462>;
+	nmo:sentDate "2008-12-17T15:17:14";
+	nmo:receivedDate "2008-12-17T15:17:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "federico huntley infacilisi gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Sit molestie nisl nulla feugait diam. ";
+	nmo:plainTextMessageContent "Eros Utwisi illum nostrud lorem feugait blandit luptatum eufeugiat. ".
+
+<urn:uuid:724937448> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1873894462>;
+	nmo:sentDate "2009-01-22T15:20:37";
+	nmo:receivedDate "2009-01-22T15:20:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "federico huntley infacilisi gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Suscipit lobortis erat ut te accumsan ut esse nonummy te te accumsan delenit illum. ";
+	nmo:plainTextMessageContent "Duis amet praesent erat iriuredolor nostrud. Autem ex dolor blandit facilisi dolore consequat eum exerci laoreet in iriure. ".
+
+<urn:uuid:1005203364> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1873894462>;
+	nmo:sentDate "2008-12-16T16:09:10";
+	nmo:receivedDate "2008-12-16T16:09:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "federico huntley infacilisi gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1657586885>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "truman kidd illumte tv"];
+	nmo:messageSubject "Doloremagna dolor at ea. ";
+	nmo:plainTextMessageContent "Luptatum iriure nulla facilisi vel qui nislut wisi. ".
+
+<urn:uuid:1692143990> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1873894462>;
+	nmo:sentDate "2008-04-26T15:51:37";
+	nmo:receivedDate "2008-04-26T15:52:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "federico huntley infacilisi gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1634351996>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "curtis silva blanditeum com"];
+	nmo:bcc <urn:uuid:1260986816>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "alberto gunter blanditdolor net"];
+	nmo:messageSubject "Eum nibh euismod lorem delenit vero ullamcorper ipsum nostrud minim aliquam velit esse nostrud. ";
+	nmo:plainTextMessageContent "Nulla aliquam vel eros autem ea velit diam. Dolore praesent nislut blandit volutpat vel molestie veniamquis nostrud feugiat eufeugiat dolore. ".
+
+<urn:uuid:793756494> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1873894462>;
+	nmo:sentDate "2008-01-20T16:05:37";
+	nmo:receivedDate "2008-01-20T16:06:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "federico huntley infacilisi gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:453668364>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ginger crider utblandit info"];
+	nmo:messageSubject "Vero ea ut duis ad feugait duis dolore vel dignissim eros. ";
+	nmo:plainTextMessageContent "Tation hendrerit augue veniamquis sit suscipit delenit invulputate aliquam iriuredolor blandit at. ".
+
+<urn:uuid:1795600753> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1873894462>;
+	nmo:sentDate "2008-10-13T16:02:59";
+	nmo:receivedDate "2008-10-13T16:03:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "federico huntley infacilisi gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1318691719>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "tfincher duissuscipit info"];
+	nmo:messageSubject "Facilisis sit feugait wisi facilisis nostrud in iustoodio illum duis. ";
+	nmo:plainTextMessageContent "Blandit tation facilisis nonummy. ".
+
+<urn:uuid:2055073453> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1873894462>;
+	nmo:sentDate "2008-03-24T16:04:16";
+	nmo:receivedDate "2008-03-24T16:05:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "federico huntley infacilisi gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:948613802>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "birdie fagan adipiscingvelit edu"];
+	nmo:messageSubject "Duis lobortis feugait ex qui. ";
+	nmo:plainTextMessageContent "In te minim volutpat velit ex ut dolor vero blandit. ".
+
+<urn:uuid:1648558482> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1873894462>;
+	nmo:sentDate "2008-03-16T15:24:00";
+	nmo:receivedDate "2008-03-16T15:24:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "federico huntley infacilisi gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:69420491>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "juan gaskins molestieautem edu"];
+	nmo:messageSubject "Illum aliquip duis dolore molestie hendrerit commodoconsequat exerci. ";
+	nmo:plainTextMessageContent "Zzril iriure ea autem aliquip consequatvel ex dolore aliquam qui et ut eros. Tation et duis velit etaccumsan. ".
+
+<urn:uuid:1855266645> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1873894462>;
+	nmo:sentDate "2008-03-29T15:58:38";
+	nmo:receivedDate "2008-03-29T15:58:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "federico huntley infacilisi gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ad nulla praesent vulputate. ";
+	nmo:plainTextMessageContent "Ut at et enim dolore nostrud tation invulputate odio exerci vero veniamquis nostrud. Nulla nostrud iustoodio suscipit ea consequatvel eum aliquam erat. ".
+
+<urn:uuid:688609179> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1873894462>;
+	nmo:sentDate "2008-07-12T15:46:10";
+	nmo:receivedDate "2008-07-12T15:46:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "federico huntley infacilisi gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:10001616>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ddale nullaeum info"];
+	nmo:messageSubject "Esse consectetuer nulla nulla ad. ";
+	nmo:plainTextMessageContent "Suscipit commodo suscipit iustoodio veniamquis tincidunt nibh iriuredolor et enim dolor te zzril commodoconsequat. ".
+
+<urn:uuid:1955202062> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1873894462>;
+	nmo:sentDate "2008-11-28T15:49:59";
+	nmo:receivedDate "2008-11-28T15:50:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "federico huntley infacilisi gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:676874453>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bwhite nullaminim edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Lobortis eu ea nislut wisi at et zzril consequatvel illum nonummy esse tincidunt aliquip. ";
+	nmo:plainTextMessageContent "Te sit zzril eros hendrerit exerci. Ut te invulputate autem. ".
+
+<urn:uuid:761143683> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1873894462>;
+	nmo:sentDate "2008-05-18T15:29:52";
+	nmo:receivedDate "2008-05-18T15:30:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "federico huntley infacilisi gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:568386497>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "btimmerman wisieufeugiat tv"];
+	nmo:messageSubject "Ipsum amet illum nulla. ";
+	nmo:plainTextMessageContent "Iriuredolor lorem suscipit facilisi euismod molestie consequat. Aliquam et hendrerit dolore ex ex te nonummy ex. ".
+
+<urn:uuid:1537937883> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1873894462>;
+	nmo:sentDate "2008-09-11T15:54:39";
+	nmo:receivedDate "2008-09-11T15:54:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "federico huntley infacilisi gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1091309697>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rbearden doloremagnate gov"];
+	nmo:messageSubject "Autem qui eum autem. ";
+	nmo:plainTextMessageContent "Dolore in etaccumsan lobortis velit vel nulla. ".
+
+<urn:uuid:1959946861> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1873894462>;
+	nmo:sentDate "2008-10-05T15:21:19";
+	nmo:receivedDate "2008-10-05T15:21:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "federico huntley infacilisi gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1840668459>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "georgiana farnsworth illumillum eu"];
+	nmo:bcc <urn:uuid:909105715>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "linwood sibley feugaitte com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Consequatvel praesent quis commodo enim ullamcorper ex commodoconsequat nostrud. ";
+	nmo:plainTextMessageContent "Ipsum aliquip iustoodio etaccumsan at minim consectetuer ex ut et nulla aliquam tation. Diam quis te minim. ".
+
+<urn:uuid:937732905> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1873894462>;
+	nmo:sentDate "2008-04-14T15:26:35";
+	nmo:receivedDate "2008-04-14T15:27:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "federico huntley infacilisi gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Zzril euismod nostrud lobortis commodo. ";
+	nmo:plainTextMessageContent "Iusto ut qui blandit exerci. Facilisi lobortis nulla ullamcorper. ".
+
+<urn:uuid:1355875773> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07184" ;
+	nco:locality "Newark" ;
+	nco:streetAddress "1726 Moore Cove" .
+
+<mailto:chowes adipiscingnisl eu> a nco:EmailAddress; 
+	nco:emailAddress "chowes adipiscingnisl eu".
+
+<tel:+19148965874> a nco:PhoneNumber; 
+	nco:phoneNumber "(914)896-5874".
+
+<urn:uuid:1929382609> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19148965874>]; 
+	nmo:duration 46; 
+	nmo:receivedDate "2008-08-12T15:49:07". 
+
+<urn:uuid:887517044> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19148965874>]; 
+	nmo:duration 49; 
+	nmo:receivedDate "2008-06-18T15:33:31". 
+
+<urn:uuid:1429143413> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19148965874>]; 
+	nmo:duration 12; 
+	nmo:receivedDate "2008-02-13T15:38:39". 
+
+<urn:uuid:1389816031> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19148965874>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-06T15:21:59";
+	nmo:receivedDate "2008-07-10T15:52:06";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Quis euismod te et duis commodoconsequat sit te consectetuer. Velit duis hendrerit augue esse suscipit luptatumzzril duis autem. Autem dolor ut sit tation. Eum duis iustoodio te minim duis. Facilisis odio dolor ut et tationullamcorper minim. ".
+
+<urn:uuid:424362915> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19148965874>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-29T15:49:06";
+	nmo:receivedDate "2008-04-11T15:17:32";
+	nmo:plainTextMessageContent "Nulla in in iriure laoreet autem volutpat. Et facilisis te exerci autem facilisis. Molestie at dolore ea luptatum enim nostrud duis iriure nulla et et. Aliquip ex iriure at te luptatumzzril nislut. Qui at consequat eu ipsum ex nulla delenitaugue molestie autem aliquip ut eum at. Erat nostrud velit accumsan feugait duis invulputate augue Utwisi nonummy nulla. ".
+
+<urn:uuid:1119866439> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19148965874>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-26T15:18:55";
+	nmo:receivedDate "2008-11-20T16:03:24";
+	nmo:plainTextMessageContent "Invulputate tation at vero dignissim blandit et etaccumsan in luptatumzzril veniam ea minim nulla. Dolor duis delenit luptatum praesent feugait commodo aliquip feugait luptatumzzril. Dignissim minim ullamcorper enim dolor veniamquis eufeugiat odio in commodo ut nonummy dolore. Et etaccumsan ut dolore ullamcorper in commodo erat laoreet wisi nulla aliquip tincidunt. Vero iustoodio nibh ea esse dolore dolore vel qui nibh. Quis hendrerit esse ex. ".
+
+<urn:uuid:65645227> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19148965874>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-14T15:31:19";
+	nmo:receivedDate "2008-06-09T15:11:39";
+	nmo:plainTextMessageContent "Aliquip nulla elitsed exerci iustoodio autem duis nulla adipiscing euismod ea eum in vel. Ipsum nislut luptatumzzril dignissim nostrud dolore nostrud nislut nostrud lobortis odio te illum. Iriure eros duis ut iusto luptatum ea. Duis lobortis nostrud eufeugiat nislut sit delenit facilisis wisi facilisis nostrud facilisi delenitaugue. Duis euismod aliquip vel molestie ex odio ex esse. ".
+
+<urn:uuid:2101462160> a nco:PersonContact; 
+	nco:fullname "Celestine Howes";
+	nco:nameGiven "Celestine";
+	nco:nameFamily "Howes";
+	nco:birthDate "1942-03-16";
+	nco:hasAffiliation "Teacher College/University";
+	nco:hasEmailAddress <mailto:chowes adipiscingnisl eu>;
+	nco:hasPhoneNumber <tel:+19148965874>;
+	nco:hasPostalAddress <urn:uuid:1355875773>.
+
+<urn:uuid:945152062> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "RI" ;
+	nco:postalcode "02808" ;
+	nco:locality "Bradford" ;
+	nco:streetAddress "501 Masters Parkway" .
+
+<mailto:alange molestiequis info> a nco:EmailAddress; 
+	nco:emailAddress "alange molestiequis info".
+
+<xmpp:alissa lange gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Alissa Lange" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Hendrerit facilisis nulla tincidunt iriuredolor te illum qui aliquip molestie feugait illum praesent. " ;
+	nco:imID "alissa lange gmail com".
+
+<urn:uuid:1203353125> a nco:PersonContact; 
+	nco:fullname "Alissa Lange";
+	nco:nameGiven "Alissa";
+	nco:nameFamily "Lange";
+	nco:birthDate "1943-01-03";
+	nco:hasAffiliation "Computer Services Manager";
+	nco:hasEmailAddress <mailto:alange molestiequis info>;
+	nco:hasIMAccount <xmpp:alissa lange gmail com>;
+	nco:hasPostalAddress <urn:uuid:945152062>.
+
+<urn:uuid:808878472> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1203353125>;
+	nmo:sentDate "2008-08-27T16:04:23";
+	nmo:receivedDate "2008-08-27T16:04:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alange molestiequis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Dolore Utwisi nulla adipiscing duis quis consequat dolore invulputate duis suscipit euismod. ";
+	nmo:plainTextMessageContent "Nonummy Utwisi luptatum qui delenitaugue nostrud dolor. Facilisis doloremagna velit iusto. ".
+
+<urn:uuid:93968047> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1203353125>;
+	nmo:sentDate "2008-01-18T15:17:35";
+	nmo:receivedDate "2008-01-18T15:18:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alange molestiequis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Delenitaugue esse dignissim velit commodoconsequat blandit exerci qui. ";
+	nmo:plainTextMessageContent "Autem dolor eum facilisis facilisis velit ad dolor blandit minim. Nulla consectetuer ex vero zzril volutpat minim dolore et enim nulla lobortis. ".
+
+<urn:uuid:931597481> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1203353125>;
+	nmo:sentDate "2008-09-15T15:23:49";
+	nmo:receivedDate "2008-09-15T15:24:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alange molestiequis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla consequat hendrerit eum adipiscing delenitaugue dolore dignissim. ";
+	nmo:plainTextMessageContent "Iustoodio volutpat facilisi eum ad feugait in laoreet duis blandit minim. Dolore eum velit eros ut duis esse consectetuer. ".
+
+<urn:uuid:1317761481> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1203353125>;
+	nmo:sentDate "2008-10-24T15:53:01";
+	nmo:receivedDate "2008-10-24T15:53:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alange molestiequis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Dignissim lobortis molestie volutpat ad aliquam eu qui wisi consectetuer. ";
+	nmo:plainTextMessageContent "Ipsum ullamcorper molestie luptatumzzril exerci iustoodio hendrerit wisi nulla invulputate dolore erat delenit. Vulputate veniam iustoodio nislut ut sit diam duis velit nulla eros te. ".
+
+<urn:uuid:469236658> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1203353125>;
+	nmo:sentDate "2008-10-15T15:36:54";
+	nmo:receivedDate "2008-10-15T15:37:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alange molestiequis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Euismod vel in augue minim. ";
+	nmo:plainTextMessageContent "Esse nulla facilisi nibh facilisi te nonummy ea. ".
+
+<urn:uuid:1171432464> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10705" ;
+	nco:locality "Yonkers" ;
+	nco:streetAddress "2655 Countryside Trail" .
+
+<mailto:kaye griffiths consequateros eu> a nco:EmailAddress; 
+	nco:emailAddress "kaye griffiths consequateros eu".
+
+<tel:+13391889433> a nco:PhoneNumber; 
+	nco:phoneNumber "(339)188-9433".
+
+<urn:uuid:1130362089> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13391889433>]; 
+	nmo:duration 39; 
+	nmo:sentDate "2008-11-05T16:09:51". 
+
+<urn:uuid:413978017> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13391889433>]; 
+	nmo:duration 34; 
+	nmo:receivedDate "2008-04-13T15:28:03". 
+
+<urn:uuid:1951766268> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13391889433>]; 
+	nmo:duration 1; 
+	nmo:sentDate "2009-01-15T15:45:37". 
+
+<urn:uuid:1016962675> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13391889433>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-13T15:24:56";
+	nmo:receivedDate "2008-05-17T15:43:40";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Tationullamcorper duis ipsum tation enim ullamcorper veniam dignissim et nostrud vero minim dolore. Iriure ut exerci dolor praesent et facilisis dolore elitsed lorem nonummy wisi suscipit ea. Ullamcorper dolore iusto autem aliquip euismod feugiat autem qui facilisi facilisi vero. Te illum iusto enim ut luptatumzzril. Laoreet ex aliquam ea feugait te nibh. ".
+
+<urn:uuid:1733938380> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13391889433>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-24T15:18:40";
+	nmo:receivedDate "2008-06-14T15:48:02";
+	nmo:plainTextMessageContent "Laoreet hendrerit nulla eu nulla aliquip tation velit aliquip. Illum veniamquis molestie illum praesent feugait et nisl odio facilisi. Enim vero delenit nulla hendrerit hendrerit illum luptatumzzril exerci invulputate. Velit illum ea lobortis dolore erat augue in. Exerci dignissim feugait dolore euismod zzril te eufeugiat. ".
+
+<urn:uuid:692530252> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13391889433>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-20T16:02:34";
+	nmo:receivedDate "2008-11-19T15:57:11";
+	nmo:plainTextMessageContent "Tationullamcorper illum vulputate laoreet eufeugiat odio volutpat. Facilisi etaccumsan hendrerit luptatum delenit augue minim nostrud dignissim velit doloremagna et te. Lobortis ut tation erat vero dignissim nisl. Lobortis in in dignissim vero ea iusto consectetuer commodoconsequat dolor. In duis dolore velit adipiscing. Blandit ad praesent nulla vel consectetuer nulla commodoconsequat eum iriuredolor. Dolore velit autem adipiscing et ad. ".
+
+<urn:uuid:1744338165> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13391889433>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-24T16:08:40";
+	nmo:receivedDate "2008-06-26T15:22:17";
+	nmo:plainTextMessageContent "Vero qui feugait feugiat doloremagna velit nulla enim delenitaugue praesent vel minim exerci ut. Dignissim illum molestie dignissim dolore nostrud duis. Dolor eufeugiat ex blandit in minim etaccumsan veniamquis nostrud elitsed laoreet esse. Aliquip dolore enim duis in nisl et. Autem nostrud tationullamcorper aliquip et consequat vero esse. Autem nostrud dolore eros eu veniamquis velit veniamquis ullamcorper exerci delenit ad enim. ".
+
+<urn:uuid:1543085371> a nco:PersonContact; 
+	nco:fullname "Kaye Griffiths";
+	nco:nameGiven "Kaye";
+	nco:nameFamily "Griffiths";
+	nco:birthDate "1942-12-04";
+	nco:hasAffiliation "Equipment Operator Heavy";
+	nco:hasEmailAddress <mailto:kaye griffiths consequateros eu>;
+	nco:hasPhoneNumber <tel:+13391889433>;
+	nco:hasPostalAddress <urn:uuid:1171432464>.
+
+<urn:uuid:37874271> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1154247600>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Luptatumzzril facilisis elitsed nulla delenit blandit suscipit nulla esse ipsum tincidunt et. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-24T18:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-24T19:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1154247600>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:91559181> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01582" ;
+	nco:locality "Westborough" ;
+	nco:streetAddress "8268 Atwood Way" .
+
+<mailto:tfaulk laoreetnislut eu> a nco:EmailAddress; 
+	nco:emailAddress "tfaulk laoreetnislut eu".
+
+<urn:uuid:821096230> a nco:PersonContact; 
+	nco:fullname "Tosha Faulk";
+	nco:nameGiven "Tosha";
+	nco:nameFamily "Faulk";
+	nco:birthDate "1942-04-18";
+	nco:hasAffiliation "Accounting Manager";
+	nco:hasEmailAddress <mailto:tfaulk laoreetnislut eu>;
+	nco:hasPostalAddress <urn:uuid:91559181>.
+
+<urn:uuid:710050613> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03247" ;
+	nco:locality "Laconia" ;
+	nco:streetAddress "7079 Rainbow Lane" .
+
+<mailto:octavio hutto inte us> a nco:EmailAddress; 
+	nco:emailAddress "octavio hutto inte us".
+
+<tel:+17176042027> a nco:PhoneNumber; 
+	nco:phoneNumber "(717)604-2027".
+
+<urn:uuid:827564007> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17176042027>]; 
+	nmo:duration 19; 
+	nmo:receivedDate "2009-01-28T16:03:55". 
+
+<urn:uuid:118740399> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17176042027>]; 
+	nmo:duration 35; 
+	nmo:sentDate "2009-02-08T15:24:42". 
+
+<urn:uuid:461908975> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17176042027>]; 
+	nmo:duration 45; 
+	nmo:sentDate "2008-01-20T15:20:56". 
+
+<urn:uuid:821124356> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17176042027>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-25T15:41:36";
+	nmo:receivedDate "2008-06-05T15:25:41";
+	nmo:plainTextMessageContent "Ipsum molestie enim exerci volutpat vulputate minim nisl duis luptatum augue blandit. Duis eros illum nisl. In nulla velit et dolore feugait hendrerit eu commodo. Commodoconsequat iusto iriure sit ullamcorper velit te ea consequatvel. ".
+
+<urn:uuid:1403539468> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17176042027>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-06T15:39:42";
+	nmo:receivedDate "2009-02-04T15:49:50";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Ut vel quis ad. Dolore iusto tationullamcorper consequat facilisis feugait autem eros hendrerit duis feugiat. Elitsed minim eum zzril. Nulla nostrud nostrud at consequatvel. ".
+
+<urn:uuid:2003154933> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17176042027>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-11T15:18:11";
+	nmo:receivedDate "2008-07-19T15:48:13";
+	nmo:plainTextMessageContent "Tationullamcorper lobortis in adipiscing iriure vero. Iustoodio exerci praesent zzril zzril nostrud iriuredolor praesent blandit ut tincidunt vel. Veniamquis molestie nislut delenitaugue minim feugiat praesent adipiscing duis consectetuer. Eros nulla luptatumzzril eum invulputate eros vel. ".
+
+<urn:uuid:705043428> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17176042027>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-12T15:52:22";
+	nmo:receivedDate "2008-03-07T15:12:12";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Odio blandit velit facilisi veniamquis autem. Accumsan et velit ullamcorper aliquip ea dolore illum at tincidunt te duis vero. Minim nulla dolore suscipit nostrud esse. Dolore nonummy facilisis erat. Delenitaugue illum augue dolore ad nisl iriuredolor te dolore delenit facilisi iriure. Nulla qui ad tincidunt adipiscing feugiat et laoreet vulputate dignissim enim esse velit. ".
+
+<urn:uuid:1248407591> a nco:PersonContact; 
+	nco:fullname "Octavio Hutto";
+	nco:nameGiven "Octavio";
+	nco:nameFamily "Hutto";
+	nco:birthDate "1943-01-21";
+	nco:hasAffiliation "Drafter 4";
+	nco:hasEmailAddress <mailto:octavio hutto inte us>;
+	nco:hasPhoneNumber <tel:+17176042027>;
+	nco:hasPostalAddress <urn:uuid:710050613>.
+
+<urn:uuid:1379569097> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08850" ;
+	nco:locality "Milltown" ;
+	nco:streetAddress "4399 Thorncroft Cove" .
+
+<mailto:griselda pinson facilisisetaccumsan us> a nco:EmailAddress; 
+	nco:emailAddress "griselda pinson facilisisetaccumsan us".
+
+<tel:+13477453213> a nco:PhoneNumber; 
+	nco:phoneNumber "(347)745-3213".
+
+<urn:uuid:454841660> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13477453213>]; 
+	nmo:duration 37; 
+	nmo:sentDate "2008-11-12T15:43:38". 
+
+<urn:uuid:1235031152> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13477453213>]; 
+	nmo:duration 26; 
+	nmo:receivedDate "2008-09-14T15:47:48". 
+
+<urn:uuid:1100307017> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13477453213>]; 
+	nmo:duration 37; 
+	nmo:receivedDate "2008-11-10T15:34:36". 
+
+<urn:uuid:750671370> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13477453213>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-18T15:58:28";
+	nmo:receivedDate "2009-01-27T15:34:27";
+	nmo:plainTextMessageContent "Eros blandit vel doloremagna in velit commodo veniamquis lobortis. Consequat minim nislut adipiscing at autem. Commodoconsequat consequat et luptatum feugait. Autem in augue dolore eros illum commodo iusto nonummy iustoodio euismod. ".
+
+<urn:uuid:2067459809> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13477453213>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-26T15:29:28";
+	nmo:receivedDate "2008-05-29T15:39:01";
+	nmo:plainTextMessageContent "Et praesent commodo odio vero consequatvel blandit. Dignissim molestie facilisis et luptatum feugiat. Eum commodoconsequat blandit duis augue in vero velit quis feugait veniam esse. Dolor volutpat nibh invulputate in elitsed eros esse consectetuer minim lobortis nonummy. Velit consequatvel esse iusto etaccumsan luptatum ipsum et ad. Sit adipiscing tationullamcorper enim et volutpat vel eum et. Delenitaugue qui ea at qui duis et adipiscing. ".
+
+<urn:uuid:1727987905> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13477453213>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-03T16:03:15";
+	nmo:receivedDate "2008-12-27T15:39:52";
+	nmo:plainTextMessageContent "Odio aliquam invulputate enim. Molestie at feugiat nonummy vulputate aliquip. Augue ad vel ex vulputate duis augue dolore luptatumzzril in quis dolor. Euismod aliquip et eufeugiat ea molestie nislut diam amet luptatum Utwisi diam aliquip. Doloremagna illum amet vero vel nislut ullamcorper etaccumsan vulputate in delenitaugue veniamquis lobortis facilisis. Nibh ad et nibh feugiat autem diam delenitaugue hendrerit aliquam Utwisi laoreet nulla. Vel commodoconsequat eufeugiat nostrud et blandit lobortis. ".
+
+<urn:uuid:1626433482> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13477453213>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-21T16:07:20";
+	nmo:receivedDate "2008-01-20T15:33:47";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Eum ut dolore consequat et hendrerit dolor. Nislut dolor iriuredolor enim illum. Qui hendrerit in nostrud qui veniamquis ex. Euismod duis in elitsed eufeugiat nisl ex iriuredolor autem consequatvel tincidunt illum. Ut duis exerci vel molestie luptatum facilisis iustoodio at. Ut nulla dolore suscipit commodo ad ex nulla facilisis. ".
+
+<urn:uuid:884892038> a nco:PersonContact; 
+	nco:fullname "Griselda Pinson";
+	nco:nameGiven "Griselda";
+	nco:nameFamily "Pinson";
+	nco:birthDate "1942-08-04";
+	nco:hasAffiliation "Plasterer";
+	nco:hasEmailAddress <mailto:griselda pinson facilisisetaccumsan us>;
+	nco:hasPhoneNumber <tel:+13477453213>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:1379569097>.
+
+<urn:uuid:140617354> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12196" ;
+	nco:locality "West Sand Lake" ;
+	nco:streetAddress "6558 Creek Bridge Way" .
+
+<mailto:ptanner veniamduis gov> a nco:EmailAddress; 
+	nco:emailAddress "ptanner veniamduis gov".
+
+<xmpp:porter tanner gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Porter Tanner" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Veniam dolor dolore duis suscipit te nostrud nulla consequat aliquip ut. " ;
+	nco:imID "porter tanner gmail com".
+
+<tel:+15182791740> a nco:PhoneNumber; 
+	nco:phoneNumber "(518)279-1740".
+
+<urn:uuid:953473872> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15182791740>]; 
+	nmo:duration 11; 
+	nmo:receivedDate "2008-02-21T16:10:14". 
+
+<urn:uuid:714059046> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15182791740>]; 
+	nmo:duration 16; 
+	nmo:receivedDate "2008-09-09T16:05:13". 
+
+<urn:uuid:184456039> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15182791740>]; 
+	nmo:duration 17; 
+	nmo:receivedDate "2008-11-25T15:51:42". 
+
+<urn:uuid:584536613> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15182791740>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-21T15:50:26";
+	nmo:receivedDate "2008-05-26T15:42:24";
+	nmo:plainTextMessageContent "Dignissim vel commodoconsequat ad ut veniamquis diam et eufeugiat augue. Iustoodio accumsan elitsed illum praesent. Vel ut velit nostrud luptatum blandit suscipit doloremagna iriure duis feugait. Esse adipiscing esse amet iriuredolor. Dolore ex luptatum volutpat aliquam nisl duis hendrerit nulla aliquip wisi veniam hendrerit. Veniam aliquam odio velit luptatumzzril dignissim. Feugait esse luptatum ex eufeugiat vero suscipit adipiscing illum autem duis nisl luptatum. ".
+
+<urn:uuid:1891951084> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15182791740>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-17T15:41:48";
+	nmo:receivedDate "2008-06-10T16:07:19";
+	nmo:plainTextMessageContent "Doloremagna consequatvel enim qui ipsum ut augue suscipit facilisis iustoodio. Feugiat iusto velit praesent. Eros aliquip duis facilisis eros molestie praesent hendrerit ut minim nulla. Dolore nibh eum nostrud esse te nostrud commodoconsequat ipsum veniamquis consectetuer. ".
+
+<urn:uuid:1126367212> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15182791740>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-30T15:28:23";
+	nmo:receivedDate "2008-09-03T15:21:48";
+	nmo:plainTextMessageContent "Ut tincidunt eum in euismod commodoconsequat aliquip illum nislut ea quis nostrud ipsum feugiat. Luptatumzzril ipsum esse diam consectetuer et suscipit facilisi velit ea adipiscing. Consequat suscipit in consequatvel in ut dolore consequat quis molestie iustoodio quis. Et minim vero consectetuer odio tationullamcorper ut vel enim erat. Velit iriuredolor vero ullamcorper te tationullamcorper vero. ".
+
+<urn:uuid:1149572017> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15182791740>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-27T15:19:49";
+	nmo:receivedDate "2008-01-25T15:25:47";
+	nmo:plainTextMessageContent "Elitsed facilisi qui ea lorem ut veniam eum doloremagna illum feugait esse luptatum. Ea ad duis molestie sit nostrud ullamcorper dolore nulla facilisi tationullamcorper iriure qui ullamcorper. Erat ad ex feugiat nonummy et in feugait dolor accumsan vero dolore. Utwisi luptatum nibh qui. Erat aliquip in ad dignissim veniam erat aliquip ut erat. Esse duis hendrerit minim qui ea. Elitsed delenitaugue laoreet vel enim nibh minim exerci. ".
+
+<urn:uuid:991639885> a nco:PersonContact; 
+	nco:fullname "Porter Tanner";
+	nco:nameGiven "Porter";
+	nco:nameFamily "Tanner";
+	nco:birthDate "1942-12-05";
+	nco:hasAffiliation "Bodyguard";
+	nco:hasEmailAddress <mailto:ptanner veniamduis gov>;
+	nco:hasPhoneNumber <tel:+15182791740>;
+	nco:hasIMAccount <xmpp:porter tanner gmail com>;
+	nco:hasPostalAddress <urn:uuid:140617354>.
+
+<urn:uuid:650051019> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02169" ;
+	nco:locality "Quincy" ;
+	nco:streetAddress "6758 Poplar Woods Trail" .
+
+<mailto:chardaway velitdolore gov> a nco:EmailAddress; 
+	nco:emailAddress "chardaway velitdolore gov".
+
+<xmpp:cassie hardaway gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Cassie Hardaway" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Ex velit commodoconsequat nulla delenit ut delenit. " ;
+	nco:imID "cassie hardaway gmail com".
+
+<urn:uuid:955227775> a nco:PersonContact; 
+	nco:fullname "Cassie Hardaway";
+	nco:nameGiven "Cassie";
+	nco:nameFamily "Hardaway";
+	nco:birthDate "1942-06-11";
+	nco:hasAffiliation "LAN/WAN Analyst";
+	nco:hasEmailAddress <mailto:chardaway velitdolore gov>;
+	nco:hasIMAccount <xmpp:cassie hardaway gmail com>;
+	nco:hasPostalAddress <urn:uuid:650051019>.
+
+<urn:uuid:899439827> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03467" ;
+	nco:locality "Westmoreland" ;
+	nco:streetAddress "5107 Haseley Cove" .
+
+<mailto:diann kessler Utwisiea edu> a nco:EmailAddress; 
+	nco:emailAddress "diann kessler Utwisiea edu".
+
+<xmpp:diann kessler gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Diann Kessler" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Commodoconsequat dolore molestie facilisis laoreet ea. " ;
+	nco:imID "diann kessler gmail com".
+
+<urn:uuid:1349540082> a nco:PersonContact; 
+	nco:fullname "Diann Kessler";
+	nco:nameGiven "Diann";
+	nco:nameFamily "Kessler";
+	nco:birthDate "1943-02-06";
+	nco:hasAffiliation "Medical Occupational Therapy Assistant";
+	nco:hasEmailAddress <mailto:diann kessler Utwisiea edu>;
+	nco:hasIMAccount <xmpp:diann kessler gmail com>;
+	nco:hasPostalAddress <urn:uuid:899439827>.
+
+<urn:uuid:634934013> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14664" ;
+	nco:locality "Rochester" ;
+	nco:streetAddress "5331 Crossflower Lane" .
+
+<mailto:fscarborough etvel edu> a nco:EmailAddress; 
+	nco:emailAddress "fscarborough etvel edu".
+
+<xmpp:fred scarborough gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Fred Scarborough" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Dolore et nislut veniamquis vel wisi ut delenitaugue dignissim nostrud. " ;
+	nco:imID "fred scarborough gmail com".
+
+<tel:+19591291244> a nco:PhoneNumber; 
+	nco:phoneNumber "(959)129-1244".
+
+<urn:uuid:281538495> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19591291244>]; 
+	nmo:duration 45; 
+	nmo:sentDate "2008-12-29T15:52:33". 
+
+<urn:uuid:1537961846> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19591291244>]; 
+	nmo:duration 38; 
+	nmo:sentDate "2008-11-28T15:13:31". 
+
+<urn:uuid:795532677> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19591291244>]; 
+	nmo:duration 31; 
+	nmo:receivedDate "2008-04-13T15:18:37". 
+
+<urn:uuid:1026793360> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19591291244>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-14T15:14:14";
+	nmo:receivedDate "2008-09-22T15:48:28";
+	nmo:plainTextMessageContent "Luptatum eum enim illum diam ullamcorper facilisis dolor iustoodio dolore nulla vero autem zzril. Praesent facilisi exerci sit in facilisis dolore in laoreet facilisi. Duis suscipit molestie luptatumzzril suscipit nostrud feugait eros lobortis vulputate nulla. Iustoodio facilisi at exerci at esse nostrud aliquam. ".
+
+<urn:uuid:1540365517> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19591291244>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-03T15:43:37";
+	nmo:receivedDate "2008-10-13T15:19:54";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Eros elitsed et dignissim. Consectetuer iriure nulla doloremagna facilisi eros volutpat facilisis nulla lobortis duis duis nostrud amet. Molestie nonummy tation eros vel delenitaugue duis diam autem invulputate praesent feugait praesent. Duis iriure lobortis facilisis accumsan adipiscing in nulla feugait vero. Nostrud minim duis praesent illum duis molestie in. ".
+
+<urn:uuid:1411211856> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19591291244>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-29T15:38:22";
+	nmo:receivedDate "2008-01-26T15:36:39";
+	nmo:plainTextMessageContent "Dolore et odio exerci ex vulputate praesent nonummy lobortis iriuredolor iriuredolor nibh. Eum commodo iriure illum eu velit ut duis praesent veniam lobortis nonummy. Nulla dolore lobortis illum augue dolore erat illum nibh eros blandit ut. Nislut minim esse delenitaugue et zzril illum. Et praesent duis enim eum facilisis. In te eufeugiat iustoodio in. ".
+
+<urn:uuid:2039355255> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19591291244>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-26T15:33:39";
+	nmo:receivedDate "2008-05-18T15:55:25";
+	nmo:plainTextMessageContent "Suscipit exerci iriure zzril quis lobortis in delenit. Nonummy hendrerit facilisi consequat laoreet et nibh. Facilisi luptatum luptatumzzril diam facilisi eros erat vero nonummy hendrerit. Vel augue dolore ullamcorper. ".
+
+<urn:uuid:1667025608> a nco:PersonContact; 
+	nco:fullname "Fred Scarborough";
+	nco:nameGiven "Fred";
+	nco:nameFamily "Scarborough";
+	nco:birthDate "1943-02-07";
+	nco:hasAffiliation "Production Supervisor";
+	nco:hasEmailAddress <mailto:fscarborough etvel edu>;
+	nco:hasPhoneNumber <tel:+19591291244>;
+	nco:hasIMAccount <xmpp:fred scarborough gmail com>;
+	nco:hasPostalAddress <urn:uuid:634934013>.
+
+<urn:uuid:285835088> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12143" ;
+	nco:locality "Ravena" ;
+	nco:streetAddress "5425 Homeward Street" .
+
+<mailto:mfelder molestielorem info> a nco:EmailAddress; 
+	nco:emailAddress "mfelder molestielorem info".
+
+<urn:uuid:1017899314> a nco:PersonContact; 
+	nco:fullname "Mauricio Felder";
+	nco:nameGiven "Mauricio";
+	nco:nameFamily "Felder";
+	nco:birthDate "1942-12-25";
+	nco:hasAffiliation "Supervisor Employee Services";
+	nco:hasEmailAddress <mailto:mfelder molestielorem info>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:285835088>.
+
+<urn:uuid:1900085087> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07621" ;
+	nco:locality "Bergenfield" ;
+	nco:streetAddress "4515 Cotton Cross Drive" .
+
+<mailto:allan herrera duisnislut org> a nco:EmailAddress; 
+	nco:emailAddress "allan herrera duisnislut org".
+
+<urn:uuid:1266645561> a nco:PersonContact; 
+	nco:fullname "Allan Herrera";
+	nco:nameGiven "Allan";
+	nco:nameFamily "Herrera";
+	nco:birthDate "1942-04-15";
+	nco:hasAffiliation "Commercial Broadcast Engineer";
+	nco:hasEmailAddress <mailto:allan herrera duisnislut org>;
+	nco:hasPostalAddress <urn:uuid:1900085087>.
+
+<urn:uuid:802652824> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15028" ;
+	nco:locality "Coulters" ;
+	nco:streetAddress "6337 Oak Park Street" .
+
+<mailto:sellis volutpatfeugait tv> a nco:EmailAddress; 
+	nco:emailAddress "sellis volutpatfeugait tv".
+
+<urn:uuid:1640515230> a nco:PersonContact; 
+	nco:fullname "Salvador Ellis";
+	nco:nameGiven "Salvador";
+	nco:nameFamily "Ellis";
+	nco:birthDate "1942-07-26";
+	nco:hasAffiliation "Website Developer";
+	nco:hasEmailAddress <mailto:sellis volutpatfeugait tv>;
+	nco:hasPostalAddress <urn:uuid:802652824>.
+
+<urn:uuid:489814612> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1640515230>;
+	nmo:sentDate "2008-11-25T15:51:41";
+	nmo:receivedDate "2008-11-25T15:52:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sellis volutpatfeugait tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ea molestie tation in. ";
+	nmo:plainTextMessageContent "Lobortis nulla hendrerit eum delenit suscipit velit ex blandit. ".
+
+<urn:uuid:954239405> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1640515230>;
+	nmo:sentDate "2008-05-25T15:22:02";
+	nmo:receivedDate "2008-05-25T15:22:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sellis volutpatfeugait tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:187441448>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "emiranda accumsanullamcorper us"];
+	nmo:messageSubject "Et enim vel iustoodio etaccumsan consequatvel. ";
+	nmo:plainTextMessageContent "At consequatvel esse delenit velit te praesent lobortis te. ".
+
+<urn:uuid:357336327> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1640515230>;
+	nmo:sentDate "2008-03-20T15:25:14";
+	nmo:receivedDate "2008-03-20T15:25:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sellis volutpatfeugait tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Te velit ad hendrerit. ";
+	nmo:plainTextMessageContent "Eros ad hendrerit te odio nislut eu facilisis dolore eros quis dolore minim. ".
+
+<urn:uuid:1345447256> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1640515230>;
+	nmo:sentDate "2008-05-07T15:29:47";
+	nmo:receivedDate "2008-05-07T15:29:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sellis volutpatfeugait tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1716199321>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "hbenefield induis tv"];
+	nmo:messageSubject "Aliquip eros enim autem ex ut te praesent at quis. ";
+	nmo:plainTextMessageContent "Eum erat iusto diam lorem praesent nislut luptatumzzril dolor blandit iustoodio dolore. Eufeugiat nulla etaccumsan diam suscipit consequatvel vel erat dolore praesent aliquam dolore duis vel. ".
+
+<urn:uuid:797080540> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1640515230>;
+	nmo:sentDate "2008-01-25T16:01:45";
+	nmo:receivedDate "2008-01-25T16:02:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sellis volutpatfeugait tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Esse ex laoreet hendrerit vulputate. ";
+	nmo:plainTextMessageContent "Molestie aliquip at at tationullamcorper lobortis esse suscipit consequatvel vero. Feugiat iriuredolor te laoreet duis tation exerci ut commodoconsequat augue vero aliquam consequatvel exerci. ".
+
+<urn:uuid:2139689570> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1640515230>;
+	nmo:sentDate "2009-01-20T15:33:50";
+	nmo:receivedDate "2009-01-20T15:34:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sellis volutpatfeugait tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1710733001>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ccardona dolorelorem org"];
+	nmo:bcc <urn:uuid:3349681>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "abehrens velitduis us"];
+	nmo:messageSubject "Molestie laoreet ad et praesent hendrerit ipsum. ";
+	nmo:plainTextMessageContent "Iriure feugait facilisis iriuredolor nulla luptatumzzril feugiat eros. Euismod autem duis feugait nostrud autem nulla. ".
+
+<urn:uuid:1016095146> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1640515230>;
+	nmo:sentDate "2008-02-16T15:37:02";
+	nmo:receivedDate "2008-02-16T15:37:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sellis volutpatfeugait tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1197460198>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "demarcus hinton aliquamnulla net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Ut vulputate facilisi dignissim exerci feugait ex augue tincidunt enim in dolore. ";
+	nmo:plainTextMessageContent "Volutpat tincidunt iriuredolor nostrud dignissim. Adipiscing dignissim tation autem in. ".
+
+<urn:uuid:1297130611> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1640515230>;
+	nmo:sentDate "2008-01-25T15:17:09";
+	nmo:receivedDate "2008-01-25T15:17:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sellis volutpatfeugait tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1260986816>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "alberto gunter blanditdolor net"];
+	nmo:bcc <urn:uuid:1688633835>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "mpool erosiusto gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "In exerci delenit lorem laoreet illum iriuredolor ea amet. ";
+	nmo:plainTextMessageContent "Dignissim luptatumzzril vulputate ea. Te laoreet ea feugait. ".
+
+<urn:uuid:2040857952> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1640515230>;
+	nmo:sentDate "2008-01-29T15:40:49";
+	nmo:receivedDate "2008-01-29T15:40:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sellis volutpatfeugait tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ut eros et veniamquis. ";
+	nmo:plainTextMessageContent "Dolore consequat vero eum etaccumsan. Te illum lobortis ipsum ut facilisi lobortis duis. ".
+
+<urn:uuid:634290704> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1640515230>;
+	nmo:sentDate "2008-06-01T15:32:48";
+	nmo:receivedDate "2008-06-01T15:33:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sellis volutpatfeugait tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:660911760>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "carroll east dignissimquis gov"];
+	nmo:messageSubject "Vero velit ut dolore doloremagna praesent iriure duis. ";
+	nmo:plainTextMessageContent "Ullamcorper erat esse exerci adipiscing eu. Facilisi invulputate ut sit eum ad eros consequat molestie duis dolore duis. ".
+
+<urn:uuid:1840968194> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1640515230>;
+	nmo:sentDate "2008-12-12T15:35:26";
+	nmo:receivedDate "2008-12-12T15:35:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sellis volutpatfeugait tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1495836444>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "vhamilton esseblandit us"];
+	nmo:messageSubject "Euismod te dolore in qui. ";
+	nmo:plainTextMessageContent "Dolore esse hendrerit erat eros iriure. ".
+
+<urn:uuid:1343168058> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1640515230>;
+	nmo:sentDate "2009-02-01T16:05:39";
+	nmo:receivedDate "2009-02-01T16:06:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sellis volutpatfeugait tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:444601967>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ella burchfield quiqui gov"];
+	nmo:bcc <urn:uuid:1301477625>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "gino durbin iustoexerci edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Sit veniamquis facilisis minim exerci eufeugiat consequatvel nislut nulla eum delenitaugue minim feugiat. ";
+	nmo:plainTextMessageContent "In praesent praesent sit aliquip tation ut in consequat nostrud eum. ".
+
+<urn:uuid:644640161> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1640515230>;
+	nmo:sentDate "2008-01-18T15:51:13";
+	nmo:receivedDate "2008-01-18T15:52:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sellis volutpatfeugait tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisi diam in nisl luptatumzzril dolore ea volutpat. ";
+	nmo:plainTextMessageContent "Te commodo autem praesent nisl nostrud at. Autem consequat ea consequat suscipit in. ".
+
+<urn:uuid:279743559> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1640515230>;
+	nmo:sentDate "2009-01-11T15:23:25";
+	nmo:receivedDate "2009-01-11T15:23:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sellis volutpatfeugait tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:935965686>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "leota grey facilisiat info"];
+	nmo:messageSubject "Esse nulla etaccumsan vel tation dolore in dolore praesent at velit erat erat. ";
+	nmo:plainTextMessageContent "Iustoodio accumsan vero velit dignissim veniamquis velit euismod et duis in. Dolore diam autem minim enim delenitaugue te. ".
+
+<urn:uuid:204917187> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1640515230>;
+	nmo:sentDate "2008-08-12T15:57:40";
+	nmo:receivedDate "2008-08-12T15:58:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sellis volutpatfeugait tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1495836444>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "vhamilton esseblandit us"];
+	nmo:messageSubject "Luptatumzzril autem iriuredolor consequatvel tincidunt enim vel velit diam exerci. ";
+	nmo:plainTextMessageContent "Hendrerit illum commodoconsequat aliquip zzril molestie ea commodo consectetuer qui at vel. ".
+
+<urn:uuid:1273818358> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1640515230>;
+	nmo:sentDate "2008-03-23T16:06:44";
+	nmo:receivedDate "2008-03-23T16:07:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sellis volutpatfeugait tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Doloremagna suscipit aliquip eufeugiat dignissim commodo ea tationullamcorper feugait te at odio. ";
+	nmo:plainTextMessageContent "Facilisi ea ut iustoodio enim commodo consectetuer consequat ullamcorper et. Iusto eufeugiat diam aliquip laoreet ex elitsed iusto duis ut. ".
+
+<urn:uuid:530874002> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1640515230>;
+	nmo:sentDate "2009-01-30T15:53:26";
+	nmo:receivedDate "2009-01-30T15:54:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sellis volutpatfeugait tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:374704102>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rolf spain delenitnostrud org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Nislut velit ullamcorper esse ex adipiscing in veniam. ";
+	nmo:plainTextMessageContent "Ea suscipit commodoconsequat dolor duis nulla adipiscing ipsum vero ad facilisi consequatvel duis adipiscing. ".
+
+<urn:uuid:1214643803> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1640515230>;
+	nmo:sentDate "2008-12-17T15:45:45";
+	nmo:receivedDate "2008-12-17T15:46:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sellis volutpatfeugait tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Minim nulla dolor dolore ipsum aliquip eros delenitaugue iusto. ";
+	nmo:plainTextMessageContent "Consequatvel eros facilisi exerci dolor eros zzril facilisis ea lorem velit blandit. ".
+
+<urn:uuid:334577150> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01532" ;
+	nco:locality "Northborough" ;
+	nco:streetAddress "2108 Wolf Bend Trail" .
+
+<mailto:lcousins illumex eu> a nco:EmailAddress; 
+	nco:emailAddress "lcousins illumex eu".
+
+<urn:uuid:1752497668> a nco:PersonContact; 
+	nco:fullname "Lyle Cousins";
+	nco:nameGiven "Lyle";
+	nco:nameFamily "Cousins";
+	nco:birthDate "1942-03-30";
+	nco:hasAffiliation "Banking Teller Vault";
+	nco:hasEmailAddress <mailto:lcousins illumex eu>;
+	nco:hasPostalAddress <urn:uuid:334577150>.
+
+<urn:uuid:1951216467> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07009" ;
+	nco:locality "Cedar Grove" ;
+	nco:streetAddress "6199 Bradford Drive" .
+
+<mailto:nathanial wiley quienim net> a nco:EmailAddress; 
+	nco:emailAddress "nathanial wiley quienim net".
+
+<xmpp:nathanial wiley gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Nathanial Wiley" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "At quis enim dolore amet esse ad ut te. " ;
+	nco:imID "nathanial wiley gmail com".
+
+<urn:uuid:1611859765> a nco:PersonContact; 
+	nco:fullname "Nathanial Wiley";
+	nco:nameGiven "Nathanial";
+	nco:nameFamily "Wiley";
+	nco:birthDate "1942-05-03";
+	nco:hasAffiliation "Nurse Occupational";
+	nco:hasEmailAddress <mailto:nathanial wiley quienim net>;
+	nco:hasIMAccount <xmpp:nathanial wiley gmail com>;
+	nco:hasPostalAddress <urn:uuid:1951216467>.
+
+<urn:uuid:930361870> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14505" ;
+	nco:locality "Marion" ;
+	nco:streetAddress "1730 Maple Street" .
+
+<mailto:lgoebel nullatincidunt gov> a nco:EmailAddress; 
+	nco:emailAddress "lgoebel nullatincidunt gov".
+
+<urn:uuid:1619154526> a nco:PersonContact; 
+	nco:fullname "Lynette Goebel";
+	nco:nameGiven "Lynette";
+	nco:nameFamily "Goebel";
+	nco:birthDate "1943-02-19";
+	nco:hasAffiliation "Employment Recruiter";
+	nco:hasEmailAddress <mailto:lgoebel nullatincidunt gov>;
+	nco:hasPostalAddress <urn:uuid:930361870>.
+
+<urn:uuid:786344663> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04212" ;
+	nco:locality "Auburn" ;
+	nco:streetAddress "4511 Winners Parkway" .
+
+<mailto:ncrisp loremdoloremagna gov> a nco:EmailAddress; 
+	nco:emailAddress "ncrisp loremdoloremagna gov".
+
+<urn:uuid:478781953> a nco:PersonContact; 
+	nco:fullname "Nakia Crisp";
+	nco:nameGiven "Nakia";
+	nco:nameFamily "Crisp";
+	nco:birthDate "1942-03-29";
+	nco:hasAffiliation "Engineering Administrative Manager";
+	nco:hasEmailAddress <mailto:ncrisp loremdoloremagna gov>;
+	nco:hasPostalAddress <urn:uuid:786344663>.
+
+<urn:uuid:1973523847> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08721" ;
+	nco:locality "Bayville" ;
+	nco:streetAddress "3390 Sister Tagg Trail" .
+
+<mailto:jeremiah bader consequatvelut eu> a nco:EmailAddress; 
+	nco:emailAddress "jeremiah bader consequatvelut eu".
+
+<urn:uuid:1347406112> a nco:PersonContact; 
+	nco:fullname "Jeremiah Bader";
+	nco:nameGiven "Jeremiah";
+	nco:nameFamily "Bader";
+	nco:birthDate "1942-05-04";
+	nco:hasAffiliation "Supervisor Teller";
+	nco:hasEmailAddress <mailto:jeremiah bader consequatvelut eu>;
+	nco:hasPostalAddress <urn:uuid:1973523847>.
+
+<urn:uuid:2116859237> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1716199321>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Nulla vel praesent tincidunt lorem te veniamquis. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-04T20:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-04T21:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1716199321>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1558216844> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06776" ;
+	nco:locality "New Milford" ;
+	nco:streetAddress "2287 Morning Dove Drive" .
+
+<mailto:elvia delgadillo dolorluptatumzzril info> a nco:EmailAddress; 
+	nco:emailAddress "elvia delgadillo dolorluptatumzzril info".
+
+<tel:+18603358610> a nco:PhoneNumber; 
+	nco:phoneNumber "(860)335-8610".
+
+<urn:uuid:32956625> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18603358610>]; 
+	nmo:duration 42; 
+	nmo:sentDate "2008-06-26T15:51:42". 
+
+<urn:uuid:839481447> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18603358610>]; 
+	nmo:duration 36; 
+	nmo:receivedDate "2009-02-08T16:08:26". 
+
+<urn:uuid:1861321119> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18603358610>]; 
+	nmo:duration 44; 
+	nmo:sentDate "2008-02-02T15:37:04". 
+
+<urn:uuid:667719257> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18603358610>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-10T15:48:37";
+	nmo:receivedDate "2008-01-15T16:09:47";
+	nmo:plainTextMessageContent "Aliquip invulputate consectetuer dignissim suscipit. Nisl nulla wisi ea ea in in ut te. Illum iustoodio minim hendrerit molestie exerci vero nulla feugait in nislut consequat zzril iusto. In et enim erat vero eum eufeugiat duis delenit zzril aliquam diam exerci eufeugiat. Nulla dignissim nostrud hendrerit ea minim sit in veniamquis consequatvel iustoodio sit facilisis. Enim vulputate lobortis minim eros feugiat. Ut at amet lobortis suscipit praesent luptatumzzril dolore vel invulputate eum. ".
+
+<urn:uuid:1972150006> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18603358610>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-15T15:29:01";
+	nmo:receivedDate "2008-11-08T15:20:38";
+	nmo:plainTextMessageContent "Esse ex nulla consequatvel wisi et quis eros aliquam ad. Ea nostrud dolore esse veniam elitsed. Ut dignissim duis te consequat hendrerit euismod ipsum dolore consequatvel vel et facilisis etaccumsan. Eu doloremagna esse dolore iustoodio illum consequatvel eros velit eum eros delenit. Ut tationullamcorper feugait blandit eufeugiat ut feugait etaccumsan etaccumsan blandit. ".
+
+<urn:uuid:1212856570> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18603358610>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-20T15:52:21";
+	nmo:receivedDate "2008-01-31T15:30:08";
+	nmo:plainTextMessageContent "Feugiat luptatumzzril vel hendrerit autem vel veniamquis exerci autem invulputate enim nulla facilisi. Eros esse quis autem ea ex accumsan. Diam duis dignissim qui. Ex molestie vel etaccumsan ipsum quis eros dolore exerci. Veniamquis dolore commodoconsequat qui aliquip veniam et. Luptatumzzril ut etaccumsan suscipit vel et vel vel exerci consectetuer nislut luptatumzzril doloremagna exerci. Delenit tincidunt et iriuredolor duis nulla lobortis hendrerit facilisis augue. ".
+
+<urn:uuid:1118557463> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18603358610>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-29T15:41:36";
+	nmo:receivedDate "2008-07-05T15:49:56";
+	nmo:plainTextMessageContent "Eros blandit vel duis. Dignissim minim in autem ad lobortis augue commodoconsequat enim. Facilisis aliquam consequat zzril vel exerci. Zzril zzril nulla nisl vero enim aliquip consequatvel lorem etaccumsan minim in etaccumsan zzril. Euismod luptatum dolore ipsum ut iustoodio wisi. Aliquip etaccumsan ea duis praesent feugait minim dolor vel erat blandit euismod suscipit dolore. ".
+
+<urn:uuid:1186591986> a nco:PersonContact; 
+	nco:fullname "Elvia Delgadillo";
+	nco:nameGiven "Elvia";
+	nco:nameFamily "Delgadillo";
+	nco:birthDate "1942-10-02";
+	nco:hasAffiliation "Voice Pathologist";
+	nco:hasEmailAddress <mailto:elvia delgadillo dolorluptatumzzril info>;
+	nco:hasPhoneNumber <tel:+18603358610>;
+	nco:hasPostalAddress <urn:uuid:1558216844>.
+
+<urn:uuid:1881939653> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10273" ;
+	nco:locality "New York" ;
+	nco:streetAddress "3708 Mont Blanc Circle" .
+
+<mailto:rdiaz duiste com> a nco:EmailAddress; 
+	nco:emailAddress "rdiaz duiste com".
+
+<urn:uuid:934255460> a nco:PersonContact; 
+	nco:fullname "Roslyn Diaz";
+	nco:nameGiven "Roslyn";
+	nco:nameFamily "Diaz";
+	nco:birthDate "1942-06-08";
+	nco:hasAffiliation "Warehouse Manager";
+	nco:hasEmailAddress <mailto:rdiaz duiste com>;
+	nco:hasPostalAddress <urn:uuid:1881939653>.
+
+<urn:uuid:1747325780> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1197460198>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Qui illum enim et consequat luptatumzzril. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-19T15:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-19T15:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1197460198>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:702516279> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:934255460>;
+	nmo:sentDate "2009-01-12T15:22:15";
+	nmo:receivedDate "2009-01-12T15:22:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdiaz duiste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1262326517>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "diane luce exerciautem eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Blandit et eros veniam aliquam vulputate vel. ";
+	nmo:plainTextMessageContent "Tincidunt facilisi lorem duis laoreet zzril odio luptatumzzril duis zzril veniam delenit erat ad. ".
+
+<urn:uuid:354297809> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:934255460>;
+	nmo:sentDate "2008-06-02T16:04:39";
+	nmo:receivedDate "2008-06-02T16:05:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdiaz duiste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "At nulla sit ut ex duis lorem. ";
+	nmo:plainTextMessageContent "Luptatum vel dolore in ullamcorper iriure enim duis facilisi aliquam esse ut. Tationullamcorper in duis duis eum erat. ".
+
+<urn:uuid:498388981> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:934255460>;
+	nmo:sentDate "2008-03-30T15:18:23";
+	nmo:receivedDate "2008-03-30T15:18:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdiaz duiste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1688633835>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mpool erosiusto gov"];
+	nmo:messageSubject "Duis velit te enim ad tincidunt at ut exerci in feugiat odio dolor. ";
+	nmo:plainTextMessageContent "Minim ut dolore dolore. Nibh te euismod quis nibh hendrerit iriuredolor delenit te. ".
+
+<urn:uuid:1493006397> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:934255460>;
+	nmo:sentDate "2008-08-10T16:05:55";
+	nmo:receivedDate "2008-08-10T16:06:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdiaz duiste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Delenitaugue suscipit luptatum nibh facilisis vel. ";
+	nmo:plainTextMessageContent "Duis blandit ex nostrud esse qui consequatvel iriuredolor facilisis molestie. ".
+
+<urn:uuid:947870747> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:934255460>;
+	nmo:sentDate "2008-03-29T15:56:48";
+	nmo:receivedDate "2008-03-29T15:57:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdiaz duiste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2033347669>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jswann vulputateluptatumzzril info"];
+	nmo:messageSubject "Duis nisl nulla elitsed. ";
+	nmo:plainTextMessageContent "Blandit blandit feugiat tincidunt nislut ad invulputate suscipit nostrud feugait at. Nonummy vel hendrerit esse molestie iusto invulputate. ".
+
+<urn:uuid:2118291670> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:934255460>;
+	nmo:sentDate "2008-06-27T16:06:29";
+	nmo:receivedDate "2008-06-27T16:06:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdiaz duiste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Suscipit at etaccumsan vel et ea luptatum velit. ";
+	nmo:plainTextMessageContent "Nislut diam consequat adipiscing. ".
+
+<urn:uuid:1635862502> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:934255460>;
+	nmo:sentDate "2008-08-09T15:52:53";
+	nmo:receivedDate "2008-08-09T15:53:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdiaz duiste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1318196797>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tdriscoll nonummyblandit net"];
+	nmo:messageSubject "Enim esse illum nulla et at. ";
+	nmo:plainTextMessageContent "Et veniam aliquip consequat nibh vel eufeugiat blandit aliquip ea. Ipsum erat et nibh ut in Utwisi. ".
+
+<urn:uuid:1755907225> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:934255460>;
+	nmo:sentDate "2008-02-05T16:07:17";
+	nmo:receivedDate "2008-02-05T16:07:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdiaz duiste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eum consequatvel eum augue veniamquis ex et ad blandit ut hendrerit quis luptatum. ";
+	nmo:plainTextMessageContent "Invulputate luptatum iriuredolor lobortis praesent. Ea nulla qui eros minim dolore in molestie feugait exerci amet nulla. ".
+
+<urn:uuid:353972062> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:934255460>;
+	nmo:sentDate "2008-02-06T15:43:06";
+	nmo:receivedDate "2008-02-06T15:44:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdiaz duiste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore duis exerci ut vel vel diam vero. ";
+	nmo:plainTextMessageContent "Utwisi tation augue nostrud in delenitaugue ad ea. Nulla lobortis suscipit nibh exerci feugait esse Utwisi vel feugait ex dolore consectetuer molestie. ".
+
+<urn:uuid:1338221410> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:934255460>;
+	nmo:sentDate "2008-12-17T15:53:43";
+	nmo:receivedDate "2008-12-17T15:53:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rdiaz duiste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:64395397>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageSubject "Hendrerit ex accumsan molestie in. ";
+	nmo:plainTextMessageContent "Esse nulla praesent vel delenit consequat consectetuer et nulla zzril luptatumzzril dignissim. Dignissim dolore vero etaccumsan duis consequat suscipit. ".
+
+<urn:uuid:1646841337> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12304" ;
+	nco:locality "Schenectady" ;
+	nco:streetAddress "2493 Owens Street" .
+
+<mailto:dminton delenitaugueeros org> a nco:EmailAddress; 
+	nco:emailAddress "dminton delenitaugueeros org".
+
+<urn:uuid:277293158> a nco:PersonContact; 
+	nco:fullname "Donn Minton";
+	nco:nameGiven "Donn";
+	nco:nameFamily "Minton";
+	nco:birthDate "1942-03-28";
+	nco:hasAffiliation "Human Resources Development Manager";
+	nco:hasEmailAddress <mailto:dminton delenitaugueeros org>;
+	nco:hasPostalAddress <urn:uuid:1646841337>.
+
+<urn:uuid:1936204789> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15230" ;
+	nco:locality "Pittsburgh" ;
+	nco:streetAddress "8335 Southern Cove" .
+
+<mailto:kent snider iustosuscipit eu> a nco:EmailAddress; 
+	nco:emailAddress "kent snider iustosuscipit eu".
+
+<xmpp:kent snider gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Kent Snider" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Blandit iustoodio invulputate volutpat hendrerit nislut amet ex ad sit ut luptatum dolore. " ;
+	nco:imID "kent snider gmail com".
+
+<tel:+18487169727> a nco:PhoneNumber; 
+	nco:phoneNumber "(848)716-9727".
+
+<urn:uuid:1327562074> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18487169727>]; 
+	nmo:duration 15; 
+	nmo:sentDate "2009-01-06T15:28:30". 
+
+<urn:uuid:521066627> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18487169727>]; 
+	nmo:duration 8; 
+	nmo:sentDate "2008-08-09T16:05:09". 
+
+<urn:uuid:490160302> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18487169727>]; 
+	nmo:duration 42; 
+	nmo:sentDate "2008-11-18T15:32:33". 
+
+<urn:uuid:1192539726> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18487169727>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-06T15:48:30";
+	nmo:receivedDate "2008-11-20T16:00:27";
+	nmo:plainTextMessageContent "Invulputate lobortis facilisi amet et accumsan te molestie lorem at dolore facilisis. Qui autem euismod esse duis esse erat nislut tationullamcorper luptatum invulputate enim adipiscing. Nulla dolor lobortis duis consectetuer te dolore laoreet autem luptatum ad. Vero hendrerit Utwisi tation te illum minim sit ut hendrerit exerci facilisis qui eum. Nonummy accumsan nislut erat diam suscipit velit praesent exerci elitsed eum ullamcorper dolore. Facilisis feugait dolore nulla nulla vero facilisi suscipit facilisi ut feugait enim lobortis nisl. ".
+
+<urn:uuid:1535230056> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18487169727>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-30T16:05:16";
+	nmo:receivedDate "2009-02-02T15:24:00";
+	nmo:plainTextMessageContent "Dolore praesent eros dignissim nostrud laoreet molestie ut. Quis eufeugiat dolore duis exerci tincidunt Utwisi hendrerit. Consequatvel vero duis ut blandit feugait elitsed nulla in iriuredolor eum vel velit suscipit. Vero delenitaugue dolor ut diam ea exerci feugiat tationullamcorper ipsum iriure iusto. Et consectetuer in feugait iriure volutpat. Nonummy qui commodo ut nulla adipiscing invulputate suscipit ex iusto dolore. Euismod euismod praesent velit qui eum in nulla adipiscing tationullamcorper ea tationullamcorper lorem. ".
+
+<urn:uuid:909168177> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18487169727>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-18T15:48:01";
+	nmo:receivedDate "2008-10-23T16:11:09";
+	nmo:plainTextMessageContent "Minim diam minim luptatum ad. Tation tincidunt nulla elitsed nibh ipsum. Accumsan nisl accumsan veniam nulla laoreet invulputate. Tation autem etaccumsan nulla. Ex eros consequat invulputate veniam facilisi illum nulla exerci te iusto tincidunt. ".
+
+<urn:uuid:1221495874> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18487169727>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-04T15:24:55";
+	nmo:receivedDate "2008-10-30T15:44:05";
+	nmo:plainTextMessageContent "Esse delenitaugue vel iustoodio nostrud ipsum. Eu nislut in commodoconsequat eufeugiat nisl nulla adipiscing suscipit. Eum nulla vero facilisi iustoodio eros. Commodo illum enim iriure consequat eum nislut duis duis ea lobortis hendrerit. Eu dignissim invulputate ullamcorper odio blandit velit consequat exerci facilisi ut. Tationullamcorper blandit Utwisi eros vero nislut. Luptatum hendrerit vero illum laoreet at dolore tincidunt dolor consequatvel blandit ex feugait commodoconsequat. ".
+
+<urn:uuid:443600707> a nco:PersonContact; 
+	nco:fullname "Kent Snider";
+	nco:nameGiven "Kent";
+	nco:nameFamily "Snider";
+	nco:birthDate "1942-10-03";
+	nco:hasAffiliation "Repairer Electrical Instrument";
+	nco:hasEmailAddress <mailto:kent snider iustosuscipit eu>;
+	nco:hasPhoneNumber <tel:+18487169727>;
+	nco:hasIMAccount <xmpp:kent snider gmail com>;
+	nco:hasPostalAddress <urn:uuid:1936204789>.
+
+<urn:uuid:154466083> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07839" ;
+	nco:locality "Greendell" ;
+	nco:streetAddress "7465 Valley Crest Avenue" .
+
+<mailto:leng consectetueririuredolor org> a nco:EmailAddress; 
+	nco:emailAddress "leng consectetueririuredolor org".
+
+<urn:uuid:289258122> a nco:PersonContact; 
+	nco:fullname "Lori Eng";
+	nco:nameGiven "Lori";
+	nco:nameFamily "Eng";
+	nco:birthDate "1943-01-20";
+	nco:hasAffiliation "Lab Technician Calibration";
+	nco:hasEmailAddress <mailto:leng consectetueririuredolor org>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:154466083>.
+
+<urn:uuid:894476492> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:289258122>;
+	nmo:sentDate "2008-12-19T15:53:15";
+	nmo:receivedDate "2008-12-19T15:54:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "leng consectetueririuredolor org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1544166072>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "david pickett velut org"];
+	nmo:messageSubject "Laoreet amet dolore hendrerit nulla eros odio dolore suscipit praesent ipsum et duis. ";
+	nmo:plainTextMessageContent "Commodoconsequat suscipit dolor consectetuer doloremagna minim et adipiscing ad nislut. Lobortis invulputate eu qui doloremagna. ".
+
+<urn:uuid:51746331> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03448" ;
+	nco:locality "Gilsum" ;
+	nco:streetAddress "3744 Manning Trail Cove" .
+
+<mailto:tabatha brinkman autemdolore tv> a nco:EmailAddress; 
+	nco:emailAddress "tabatha brinkman autemdolore tv".
+
+<urn:uuid:1804981842> a nco:PersonContact; 
+	nco:fullname "Tabatha Brinkman";
+	nco:nameGiven "Tabatha";
+	nco:nameFamily "Brinkman";
+	nco:birthDate "1942-11-18";
+	nco:hasAffiliation "Medical Optometric Assistant";
+	nco:hasEmailAddress <mailto:tabatha brinkman autemdolore tv>;
+	nco:hasPostalAddress <urn:uuid:51746331>.
+
+<urn:uuid:986037314> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01923" ;
+	nco:locality "Danvers" ;
+	nco:streetAddress "6741 Cross Country Avenue" .
+
+<mailto:cdewey volutpateufeugiat org> a nco:EmailAddress; 
+	nco:emailAddress "cdewey volutpateufeugiat org".
+
+<xmpp:crystal dewey gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Crystal Dewey" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Veniamquis qui wisi facilisis vel. " ;
+	nco:imID "crystal dewey gmail com".
+
+<urn:uuid:451875512> a nco:PersonContact; 
+	nco:fullname "Crystal Dewey";
+	nco:nameGiven "Crystal";
+	nco:nameFamily "Dewey";
+	nco:birthDate "1942-07-03";
+	nco:hasAffiliation "Hotel Chef";
+	nco:hasEmailAddress <mailto:cdewey volutpateufeugiat org>;
+	nco:hasIMAccount <xmpp:crystal dewey gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:986037314>.
+
+<urn:uuid:1161363146> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07844" ;
+	nco:locality "Hope" ;
+	nco:streetAddress "6962 Herdsman Lane" .
+
+<mailto:laquita arsenault consequatfeugait tv> a nco:EmailAddress; 
+	nco:emailAddress "laquita arsenault consequatfeugait tv".
+
+<urn:uuid:768136767> a nco:PersonContact; 
+	nco:fullname "Laquita Arsenault";
+	nco:nameGiven "Laquita";
+	nco:nameFamily "Arsenault";
+	nco:birthDate "1942-07-12";
+	nco:hasAffiliation "Disc Jockey";
+	nco:hasEmailAddress <mailto:laquita arsenault consequatfeugait tv>;
+	nco:hasPostalAddress <urn:uuid:1161363146>.
+
+<urn:uuid:1022830901> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03827" ;
+	nco:locality "East Kingston" ;
+	nco:streetAddress "687 Meadow Hill Drive" .
+
+<mailto:rgant luptatumfeugait us> a nco:EmailAddress; 
+	nco:emailAddress "rgant luptatumfeugait us".
+
+<xmpp:rolland gant gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Rolland Gant" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Utwisi veniamquis elitsed odio eum exerci quis eros feugiat nisl in velit et iusto. " ;
+	nco:imID "rolland gant gmail com".
+
+<urn:uuid:214097226> a nco:PersonContact; 
+	nco:fullname "Rolland Gant";
+	nco:nameGiven "Rolland";
+	nco:nameFamily "Gant";
+	nco:birthDate "1942-11-07";
+	nco:hasAffiliation "Clinical Psychologist";
+	nco:hasEmailAddress <mailto:rgant luptatumfeugait us>;
+	nco:hasIMAccount <xmpp:rolland gant gmail com>;
+	nco:hasPostalAddress <urn:uuid:1022830901>.
+
+<urn:uuid:583375765> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "RI" ;
+	nco:postalcode "02920" ;
+	nco:locality "Cranston" ;
+	nco:streetAddress "6454 Deerfield Lane" .
+
+<mailto:hollis mclane enimut net> a nco:EmailAddress; 
+	nco:emailAddress "hollis mclane enimut net".
+
+<urn:uuid:1935436383> a nco:PersonContact; 
+	nco:fullname "Hollis Mclane";
+	nco:nameGiven "Hollis";
+	nco:nameFamily "Mclane";
+	nco:birthDate "1942-12-26";
+	nco:hasAffiliation "Manager Administrative Services";
+	nco:hasEmailAddress <mailto:hollis mclane enimut net>;
+	nco:hasPostalAddress <urn:uuid:583375765>.
+
+<urn:uuid:1978865233> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:768136767>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Dignissim ullamcorper te nibh laoreet duis dolore nibh consequat. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-22T20:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-22T21:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:768136767>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:926506447> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1935436383>;
+	nmo:sentDate "2008-02-22T15:42:28";
+	nmo:receivedDate "2008-02-22T15:42:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hollis mclane enimut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:685282735>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kendrick stearns velitesse tv"];
+	nmo:messageSubject "Tincidunt aliquip consequat suscipit accumsan. ";
+	nmo:plainTextMessageContent "Ut wisi suscipit minim in lobortis ad accumsan. Facilisi luptatum nisl sit volutpat eufeugiat consequat etaccumsan in molestie delenit ut nonummy eum. ".
+
+<urn:uuid:252199333> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1935436383>;
+	nmo:sentDate "2008-08-13T16:01:18";
+	nmo:receivedDate "2008-08-13T16:01:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hollis mclane enimut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1752497668>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lcousins illumex eu"];
+	nmo:messageSubject "Dignissim eum tincidunt iriure suscipit at eum enim nibh qui lorem. ";
+	nmo:plainTextMessageContent "Accumsan qui consectetuer et euismod etaccumsan enim Utwisi. ".
+
+<urn:uuid:969634901> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1935436383>;
+	nmo:sentDate "2008-08-08T15:28:50";
+	nmo:receivedDate "2008-08-08T15:29:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hollis mclane enimut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:653996644>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tanya schoonover duisduis edu"];
+	nmo:bcc <urn:uuid:2139945582>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "bshipley veniamadipiscing tv"];
+	nmo:messageSubject "Dolore feugait vero dignissim. ";
+	nmo:plainTextMessageContent "Ut vero autem ad illum praesent hendrerit vel ex te tincidunt dolore. ".
+
+<urn:uuid:1355452252> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1935436383>;
+	nmo:sentDate "2008-04-30T15:17:44";
+	nmo:receivedDate "2008-04-30T15:18:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hollis mclane enimut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Lobortis veniam esse nisl doloremagna dolore minim adipiscing feugiat. ";
+	nmo:plainTextMessageContent "Illum duis vel dignissim molestie nulla eum vulputate delenitaugue. ".
+
+<urn:uuid:293117792> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1935436383>;
+	nmo:sentDate "2008-11-11T15:18:25";
+	nmo:receivedDate "2008-11-11T15:19:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hollis mclane enimut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1857965994>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "nathanael roberson dolorut org"];
+	nmo:messageSubject "Facilisis suscipit in dolor molestie consequat invulputate eros eum laoreet. ";
+	nmo:plainTextMessageContent "Illum illum odio facilisis hendrerit wisi eros. Praesent feugait at veniam nulla eu qui iusto eu nulla molestie wisi. ".
+
+<urn:uuid:765183280> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1935436383>;
+	nmo:sentDate "2009-01-13T16:04:17";
+	nmo:receivedDate "2009-01-13T16:05:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hollis mclane enimut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Duis vel doloremagna minim eros qui aliquam vel. ";
+	nmo:plainTextMessageContent "Et aliquam laoreet at ad feugait hendrerit hendrerit. ".
+
+<urn:uuid:1035675185> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1935436383>;
+	nmo:sentDate "2008-12-31T15:45:16";
+	nmo:receivedDate "2008-12-31T15:45:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hollis mclane enimut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:909105715>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "linwood sibley feugaitte com"];
+	nmo:messageSubject "Te consequatvel ipsum hendrerit erat nulla duis praesent iustoodio qui. ";
+	nmo:plainTextMessageContent "Suscipit eum eros luptatumzzril nonummy feugait exerci ea zzril. ".
+
+<urn:uuid:277611081> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1935436383>;
+	nmo:sentDate "2008-08-18T15:52:02";
+	nmo:receivedDate "2008-08-18T15:52:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hollis mclane enimut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Luptatumzzril autem feugait ex ex nulla diam laoreet te odio eufeugiat dolore dolore amet. ";
+	nmo:plainTextMessageContent "Diam elitsed consequat aliquip feugiat duis luptatum praesent te dolore autem autem feugait. ".
+
+<urn:uuid:1889189108> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1935436383>;
+	nmo:sentDate "2009-01-19T15:15:59";
+	nmo:receivedDate "2009-01-19T15:16:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hollis mclane enimut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Luptatum vel nonummy enim vel invulputate ea velit aliquip qui consectetuer. ";
+	nmo:plainTextMessageContent "Esse feugait ipsum facilisis iustoodio qui duis quis qui eum iusto suscipit vulputate facilisi. ".
+
+<urn:uuid:1849826346> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1935436383>;
+	nmo:sentDate "2008-11-21T15:13:38";
+	nmo:receivedDate "2008-11-21T15:13:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hollis mclane enimut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisis aliquam exerci praesent iustoodio. ";
+	nmo:plainTextMessageContent "Diam odio illum facilisis ut consectetuer facilisi wisi euismod. Eum dolore autem luptatumzzril autem erat eu nonummy dolore. ".
+
+<urn:uuid:1697072033> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1935436383>;
+	nmo:sentDate "2009-02-02T16:05:21";
+	nmo:receivedDate "2009-02-02T16:06:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hollis mclane enimut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1740682668>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "hollie montes odioexerci us"];
+	nmo:messageSubject "Ex dolore blandit suscipit delenit nostrud tationullamcorper doloremagna. ";
+	nmo:plainTextMessageContent "Commodo vero consequat lobortis adipiscing dignissim vel facilisi. Erat et luptatumzzril nulla invulputate consequatvel lorem vel duis velit dolor praesent dolore dignissim. ".
+
+<urn:uuid:1751780620> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1935436383>;
+	nmo:sentDate "2008-04-10T15:51:18";
+	nmo:receivedDate "2008-04-10T15:51:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hollis mclane enimut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iusto consequat etaccumsan vel luptatum nostrud et molestie esse aliquip eu etaccumsan at. ";
+	nmo:plainTextMessageContent "Ea laoreet et doloremagna erat commodo aliquam suscipit eum. ".
+
+<urn:uuid:899664965> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1935436383>;
+	nmo:sentDate "2008-03-21T16:03:15";
+	nmo:receivedDate "2008-03-21T16:03:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hollis mclane enimut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nislut dignissim velit dolore dolor luptatum tationullamcorper velit ea praesent autem tation. ";
+	nmo:plainTextMessageContent "At in delenitaugue velit duis Utwisi. ".
+
+<urn:uuid:1404505997> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1935436383>;
+	nmo:sentDate "2008-06-06T15:52:23";
+	nmo:receivedDate "2008-06-06T15:53:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hollis mclane enimut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Et luptatum te duis ad. ";
+	nmo:plainTextMessageContent "Iriuredolor illum veniam laoreet wisi. ".
+
+<urn:uuid:2133972522> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1935436383>;
+	nmo:sentDate "2008-07-23T15:58:26";
+	nmo:receivedDate "2008-07-23T15:58:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hollis mclane enimut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1484179540>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "margo needham elitseddignissim tv"];
+	nmo:bcc <urn:uuid:586562270>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rlin aliquamqui org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Iustoodio nostrud aliquam iustoodio nulla ad. ";
+	nmo:plainTextMessageContent "Eum ea commodoconsequat facilisi. Duis ut iriuredolor ipsum nulla. ".
+
+<urn:uuid:1166592115> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1935436383>;
+	nmo:sentDate "2008-06-24T15:17:42";
+	nmo:receivedDate "2008-06-24T15:18:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hollis mclane enimut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Aliquip iriure consequat esse suscipit commodo. ";
+	nmo:plainTextMessageContent "At duis vulputate nisl aliquip molestie illum in quis illum esse. ".
+
+<urn:uuid:652642150> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1935436383>;
+	nmo:sentDate "2008-09-06T16:03:49";
+	nmo:receivedDate "2008-09-06T16:04:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hollis mclane enimut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2055756207>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cedric crawley adesse com"];
+	nmo:bcc <urn:uuid:1854743456>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ebrackett suscipitsit net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Ex tationullamcorper ut at veniamquis vel. ";
+	nmo:plainTextMessageContent "Zzril vero tation Utwisi iriure. ".
+
+<urn:uuid:1324417146> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1935436383>;
+	nmo:sentDate "2008-07-09T15:32:48";
+	nmo:receivedDate "2008-07-09T15:33:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hollis mclane enimut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:65915592>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cpadgett eumfacilisi eu"];
+	nmo:messageSubject "Ad praesent delenit nibh ut suscipit in euismod erat. ";
+	nmo:plainTextMessageContent "Consectetuer duis euismod at odio enim euismod luptatumzzril. Et duis minim tincidunt illum blandit ut nostrud facilisis etaccumsan odio tincidunt nostrud. ".
+
+<urn:uuid:1394887554> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1935436383>;
+	nmo:sentDate "2008-12-18T16:10:47";
+	nmo:receivedDate "2008-12-18T16:11:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hollis mclane enimut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:336052703>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cstinson doloremagnaesse info"];
+	nmo:messageSubject "Illum nulla nostrud ut qui commodoconsequat commodoconsequat laoreet. ";
+	nmo:plainTextMessageContent "Suscipit iustoodio minim consequat nibh autem. ".
+
+<urn:uuid:400093913> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01965" ;
+	nco:locality "Prides Crossing" ;
+	nco:streetAddress "667 Saddle Ridge Parkway" .
+
+<mailto:ndang nislte edu> a nco:EmailAddress; 
+	nco:emailAddress "ndang nislte edu".
+
+<urn:uuid:51882390> a nco:PersonContact; 
+	nco:fullname "Noelle Dang";
+	nco:nameGiven "Noelle";
+	nco:nameFamily "Dang";
+	nco:birthDate "1943-01-07";
+	nco:hasAffiliation "Agent Advance";
+	nco:hasEmailAddress <mailto:ndang nislte edu>;
+	nco:hasPostalAddress <urn:uuid:400093913>.
+
+<urn:uuid:1297079434> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:934255460>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Molestie vel eros hendrerit qui velit enim delenitaugue ea dolor hendrerit wisi enim. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-19T12:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-19T13:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:934255460>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1040432165> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02351" ;
+	nco:locality "Abington" ;
+	nco:streetAddress "7631 Millstone Parkway" .
+
+<mailto:lawanda buffington enimut gov> a nco:EmailAddress; 
+	nco:emailAddress "lawanda buffington enimut gov".
+
+<xmpp:lawanda buffington gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Lawanda Buffington" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Quis dolore iriuredolor lobortis illum facilisi. " ;
+	nco:imID "lawanda buffington gmail com".
+
+<urn:uuid:1311946098> a nco:PersonContact; 
+	nco:fullname "Lawanda Buffington";
+	nco:nameGiven "Lawanda";
+	nco:nameFamily "Buffington";
+	nco:birthDate "1942-12-05";
+	nco:hasAffiliation "Nurse CCU";
+	nco:hasEmailAddress <mailto:lawanda buffington enimut gov>;
+	nco:hasIMAccount <xmpp:lawanda buffington gmail com>;
+	nco:hasPostalAddress <urn:uuid:1040432165>.
+
+<urn:uuid:1032295422> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1311946098>;
+	nmo:sentDate "2008-04-24T16:07:29";
+	nmo:receivedDate "2008-04-24T16:08:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lawanda buffington enimut gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:374704102>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rolf spain delenitnostrud org"];
+	nmo:messageSubject "Vero vulputate luptatumzzril dolor enim exerci tationullamcorper in vulputate eum luptatum hendrerit minim. ";
+	nmo:plainTextMessageContent "Dolore iusto nostrud elitsed ipsum blandit vel zzril blandit elitsed hendrerit veniamquis feugait euismod. Nostrud nulla eufeugiat nislut velit feugait autem vel dolore amet velit commodo volutpat in. ".
+
+<urn:uuid:1002388133> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1311946098>;
+	nmo:sentDate "2008-09-08T15:40:42";
+	nmo:receivedDate "2008-09-08T15:41:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lawanda buffington enimut gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:388325571>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "beatrice hudson auguetationullamcorper net"];
+	nmo:messageSubject "Aliquip et exerci veniamquis esse feugait elitsed duis consequatvel velit adipiscing. ";
+	nmo:plainTextMessageContent "Duis ullamcorper in blandit duis qui invulputate dolore. Augue et molestie commodo ea vero blandit tation ullamcorper amet Utwisi ex facilisi. ".
+
+<urn:uuid:1942146451> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1311946098>;
+	nmo:sentDate "2008-02-08T15:42:11";
+	nmo:receivedDate "2008-02-08T15:43:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lawanda buffington enimut gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1515156903>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "fredric milburn adenim info"];
+	nmo:messageSubject "Feugiat et lorem facilisi doloremagna iustoodio consequat invulputate laoreet ea nibh molestie. ";
+	nmo:plainTextMessageContent "Duis esse te luptatumzzril enim ea minim. Ut dolor in euismod eum etaccumsan delenitaugue dolore. ".
+
+<urn:uuid:1484133776> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1311946098>;
+	nmo:sentDate "2008-02-06T15:37:15";
+	nmo:receivedDate "2008-02-06T15:37:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lawanda buffington enimut gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:310374280>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lola ives aliquamadipiscing eu"];
+	nmo:messageSubject "Dolore iriuredolor eu nulla iustoodio. ";
+	nmo:plainTextMessageContent "Suscipit consequat aliquip ea delenitaugue vero tincidunt. ".
+
+<urn:uuid:969379012> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1311946098>;
+	nmo:sentDate "2008-09-20T15:48:49";
+	nmo:receivedDate "2008-09-20T15:48:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lawanda buffington enimut gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:108775584>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "agiles lobortisblandit edu"];
+	nmo:messageSubject "Duis ea ad aliquam. ";
+	nmo:plainTextMessageContent "Duis sit tincidunt luptatum facilisi et erat. ".
+
+<urn:uuid:338840320> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1311946098>;
+	nmo:sentDate "2009-02-13T15:47:59";
+	nmo:receivedDate "2009-02-13T15:48:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lawanda buffington enimut gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:724772355>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "eestep velat us"];
+	nmo:bcc <urn:uuid:1667025608>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "fscarborough etvel edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Eum dolore facilisis amet consectetuer ut at at luptatum dolore. ";
+	nmo:plainTextMessageContent "Vel duis eros wisi in te commodo dolore iusto blandit vel. ".
+
+<urn:uuid:1810111275> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1311946098>;
+	nmo:sentDate "2008-11-20T16:06:32";
+	nmo:receivedDate "2008-11-20T16:07:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lawanda buffington enimut gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Utwisi feugait ex ullamcorper. ";
+	nmo:plainTextMessageContent "Autem commodo eros sit tincidunt consequatvel consectetuer sit te consequatvel facilisis in. ".
+
+<urn:uuid:1033996164> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12588" ;
+	nco:locality "Walker Valley" ;
+	nco:streetAddress "7439 Periwinkle Avenue" .
+
+<mailto:cschreiner nibheu gov> a nco:EmailAddress; 
+	nco:emailAddress "cschreiner nibheu gov".
+
+<xmpp:calvin schreiner gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Calvin Schreiner" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Enim nisl wisi euismod enim eufeugiat suscipit. " ;
+	nco:imID "calvin schreiner gmail com".
+
+<urn:uuid:1013299977> a nco:PersonContact; 
+	nco:fullname "Calvin Schreiner";
+	nco:nameGiven "Calvin";
+	nco:nameFamily "Schreiner";
+	nco:birthDate "1942-12-06";
+	nco:hasAffiliation "Library Department Head";
+	nco:hasEmailAddress <mailto:cschreiner nibheu gov>;
+	nco:hasIMAccount <xmpp:calvin schreiner gmail com>;
+	nco:hasPostalAddress <urn:uuid:1033996164>.
+
+<urn:uuid:718261652> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1013299977>;
+	nmo:sentDate "2008-09-17T15:54:53";
+	nmo:receivedDate "2008-09-17T15:55:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cschreiner nibheu gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:64395397>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageSubject "Dolore duis at enim consectetuer ullamcorper eum blandit. ";
+	nmo:plainTextMessageContent "Doloremagna iriuredolor molestie commodoconsequat ea. ".
+
+<urn:uuid:1492333800> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1013299977>;
+	nmo:sentDate "2008-10-22T15:42:31";
+	nmo:receivedDate "2008-10-22T15:43:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cschreiner nibheu gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:664101765>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "marcelino crayton utlaoreet eu"];
+	nmo:messageSubject "Delenit duis exerci erat dolore esse at facilisi facilisi esse nislut feugait vel iustoodio. ";
+	nmo:plainTextMessageContent "Nostrud minim aliquip aliquip accumsan doloremagna amet nibh eum ex. ".
+
+<urn:uuid:1959379769> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1013299977>;
+	nmo:sentDate "2009-01-07T15:12:46";
+	nmo:receivedDate "2009-01-07T15:13:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cschreiner nibheu gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2139945582>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bshipley veniamadipiscing tv"];
+	nmo:messageSubject "Eu etaccumsan eros autem iriuredolor. ";
+	nmo:plainTextMessageContent "Wisi consequatvel hendrerit dolor at consequatvel tationullamcorper consequat ex. Enim accumsan dolor feugait vulputate vel. ".
+
+<urn:uuid:1965528884> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1013299977>;
+	nmo:sentDate "2008-10-30T15:49:00";
+	nmo:receivedDate "2008-10-30T15:49:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cschreiner nibheu gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1482424376>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageSubject "Elitsed dolore dolor vel. ";
+	nmo:plainTextMessageContent "Vel facilisi nisl ex autem. Vel consectetuer consequatvel duis facilisi eros duis blandit. ".
+
+<urn:uuid:1362750022> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1013299977>;
+	nmo:sentDate "2009-01-13T16:09:00";
+	nmo:receivedDate "2009-01-13T16:09:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cschreiner nibheu gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1840668459>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "georgiana farnsworth illumillum eu"];
+	nmo:messageSubject "Aliquam luptatum wisi nisl autem nulla vel autem lobortis ea etaccumsan. ";
+	nmo:plainTextMessageContent "Augue lobortis nulla eufeugiat nostrud. ".
+
+<urn:uuid:831725180> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1013299977>;
+	nmo:sentDate "2008-10-05T15:54:48";
+	nmo:receivedDate "2008-10-05T15:54:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cschreiner nibheu gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "In et wisi lorem ut etaccumsan te in nostrud. ";
+	nmo:plainTextMessageContent "Vero iriuredolor erat ad dolor velit delenit hendrerit in praesent. ".
+
+<urn:uuid:1333801135> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1013299977>;
+	nmo:sentDate "2008-07-08T16:02:56";
+	nmo:receivedDate "2008-07-08T16:03:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cschreiner nibheu gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Duis feugait aliquip nislut consequat in dolore tation molestie illum Utwisi ea. ";
+	nmo:plainTextMessageContent "Esse lobortis vero veniam tationullamcorper. ".
+
+<urn:uuid:919435060> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1013299977>;
+	nmo:sentDate "2008-10-26T15:54:13";
+	nmo:receivedDate "2008-10-26T15:54:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cschreiner nibheu gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:925598164>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "devin sommer ipsumut edu"];
+	nmo:messageSubject "Illum tationullamcorper delenit delenitaugue praesent vel ex ut dignissim. ";
+	nmo:plainTextMessageContent "Consequatvel nulla eum suscipit dignissim in commodoconsequat lobortis nostrud vel eu accumsan eum. ".
+
+<urn:uuid:271071118> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1013299977>;
+	nmo:sentDate "2008-12-26T15:19:34";
+	nmo:receivedDate "2008-12-26T15:20:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cschreiner nibheu gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1491117925>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "krystle stout nullaluptatumzzril net"];
+	nmo:messageSubject "Ut consectetuer vulputate te autem et exerci hendrerit illum vel. ";
+	nmo:plainTextMessageContent "Amet vulputate facilisi etaccumsan aliquam accumsan consequat vulputate suscipit Utwisi. ".
+
+<urn:uuid:1029759264> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1013299977>;
+	nmo:sentDate "2008-04-21T15:24:38";
+	nmo:receivedDate "2008-04-21T15:25:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cschreiner nibheu gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1135865963>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lsoares verovelit com"];
+	nmo:bcc <urn:uuid:36048330>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "grosales atduis net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Ex iustoodio nonummy duis dolore consequat odio ut praesent ea. ";
+	nmo:plainTextMessageContent "Duis consequat wisi zzril delenitaugue euismod adipiscing duis vero delenitaugue velit. ".
+
+<urn:uuid:1281044662> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1013299977>;
+	nmo:sentDate "2008-08-30T15:26:09";
+	nmo:receivedDate "2008-08-30T15:26:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cschreiner nibheu gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1568926242>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "otis hardin molestieet gov"];
+	nmo:messageSubject "Feugait commodoconsequat minim euismod nonummy veniamquis eu aliquip. ";
+	nmo:plainTextMessageContent "Iriuredolor consequatvel consectetuer nislut eum commodo ea commodoconsequat qui. ".
+
+<urn:uuid:556500094> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1013299977>;
+	nmo:sentDate "2008-09-22T15:41:42";
+	nmo:receivedDate "2008-09-22T15:41:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cschreiner nibheu gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:538749018>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "fabian marcum veroeros edu"];
+	nmo:bcc <urn:uuid:534168714>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "khaines dolorullamcorper info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Autem ut nulla vel ex dolore. ";
+	nmo:plainTextMessageContent "Molestie ut duis eum nisl autem qui aliquam dolor velit vero. Duis consequat vero augue aliquip. ".
+
+<urn:uuid:1006666853> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1013299977>;
+	nmo:sentDate "2008-02-13T15:55:18";
+	nmo:receivedDate "2008-02-13T15:55:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cschreiner nibheu gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ea duis in delenitaugue commodo facilisis in te autem nulla nisl wisi accumsan eu. ";
+	nmo:plainTextMessageContent "Duis autem iustoodio iustoodio accumsan aliquip. ".
+
+<urn:uuid:1471235772> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1013299977>;
+	nmo:sentDate "2008-08-19T16:03:18";
+	nmo:receivedDate "2008-08-19T16:04:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cschreiner nibheu gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla suscipit veniamquis duis elitsed velit vulputate eum consectetuer velit. ";
+	nmo:plainTextMessageContent "Duis velit eum ut at at vel vero vulputate vero duis. ".
+
+<urn:uuid:867886867> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1013299977>;
+	nmo:sentDate "2008-07-21T16:02:04";
+	nmo:receivedDate "2008-07-21T16:02:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cschreiner nibheu gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:64395397>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dsessions indolore tv"];
+	nmo:bcc <urn:uuid:1658361309>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "melanie duff lobortisat net"];
+	nmo:messageSubject "Vulputate lorem nostrud et luptatumzzril ea commodoconsequat duis etaccumsan at in suscipit dolor. ";
+	nmo:plainTextMessageContent "Luptatum ipsum etaccumsan nonummy et consequat augue autem blandit. Zzril iusto dolor vel autem enim accumsan feugiat. ".
+
+<urn:uuid:449440052> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1013299977>;
+	nmo:sentDate "2008-01-30T15:33:50";
+	nmo:receivedDate "2008-01-30T15:33:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cschreiner nibheu gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2033347669>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jswann vulputateluptatumzzril info"];
+	nmo:messageSubject "Dolor et nulla minim eum duis eum hendrerit dignissim et illum. ";
+	nmo:plainTextMessageContent "Dignissim facilisis lobortis tationullamcorper nulla feugait Utwisi exerci qui vulputate enim facilisis in. ".
+
+<urn:uuid:752016550> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1013299977>;
+	nmo:sentDate "2008-04-13T16:05:07";
+	nmo:receivedDate "2008-04-13T16:05:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cschreiner nibheu gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vero te euismod luptatumzzril augue at blandit qui ea lobortis ea zzril. ";
+	nmo:plainTextMessageContent "Euismod praesent vero dolore nulla qui nostrud vel commodo iustoodio odio nibh. ".
+
+<urn:uuid:889365009> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1013299977>;
+	nmo:sentDate "2008-12-11T15:14:02";
+	nmo:receivedDate "2008-12-11T15:14:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cschreiner nibheu gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Blandit accumsan molestie velit duis ullamcorper dolor dolor vel dignissim praesent consectetuer. ";
+	nmo:plainTextMessageContent "Dolore dolore vero facilisis nostrud tincidunt eros. ".
+
+<urn:uuid:1458227541> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1013299977>;
+	nmo:sentDate "2008-06-10T15:54:26";
+	nmo:receivedDate "2008-06-10T15:55:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cschreiner nibheu gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eros vero dolor in nonummy. ";
+	nmo:plainTextMessageContent "Duis in aliquip illum te lobortis wisi dolore vero doloremagna invulputate. ".
+
+<urn:uuid:1050496105> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11775" ;
+	nco:locality "Melville" ;
+	nco:streetAddress "7684 Stamford Drive" .
+
+<mailto:rholliman iustoex net> a nco:EmailAddress; 
+	nco:emailAddress "rholliman iustoex net".
+
+<tel:+13158622287> a nco:PhoneNumber; 
+	nco:phoneNumber "(315)862-2287".
+
+<urn:uuid:503690304> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13158622287>]; 
+	nmo:duration 35; 
+	nmo:sentDate "2008-12-01T15:13:37". 
+
+<urn:uuid:2122789574> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13158622287>]; 
+	nmo:duration 29; 
+	nmo:receivedDate "2008-02-14T15:16:12". 
+
+<urn:uuid:1569786130> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13158622287>]; 
+	nmo:duration 39; 
+	nmo:receivedDate "2008-12-27T15:38:36". 
+
+<urn:uuid:496253855> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13158622287>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-20T15:28:40";
+	nmo:receivedDate "2008-02-24T16:03:21";
+	nmo:plainTextMessageContent "Praesent dignissim nulla esse. Hendrerit elitsed ullamcorper adipiscing facilisi augue feugiat dolore vero dolor vel ex ad vel. Laoreet suscipit hendrerit lobortis aliquip aliquip dignissim ea autem luptatum te. Minim invulputate qui ut qui amet nulla iustoodio minim quis et commodoconsequat. Odio nonummy esse hendrerit feugiat eu exerci nibh exerci ex delenitaugue. Delenit molestie enim feugait qui tincidunt eum dolore feugiat laoreet zzril. Dolor ut duis iustoodio aliquam dolore luptatumzzril vulputate quis vel ea nulla ea nulla. ".
+
+<urn:uuid:2053393141> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13158622287>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-21T15:40:19";
+	nmo:receivedDate "2008-06-19T15:44:00";
+	nmo:plainTextMessageContent "Invulputate delenitaugue at diam luptatumzzril aliquip vulputate nibh enim facilisis zzril blandit. Wisi exerci praesent duis nislut esse odio diam. Ex nostrud nulla praesent. Amet aliquip hendrerit at nisl vel et erat at ea duis ullamcorper enim vero. Nulla vero at hendrerit elitsed at hendrerit te dolore duis facilisis ullamcorper exerci. Lobortis velit minim et dolor consequat esse. ".
+
+<urn:uuid:46187724> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13158622287>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-10T15:28:51";
+	nmo:receivedDate "2008-07-22T15:59:21";
+	nmo:plainTextMessageContent "Eum accumsan suscipit nulla. Augue autem luptatumzzril feugiat. Exerci aliquip sit molestie nulla lobortis ea hendrerit iustoodio facilisi. Feugait at consequat dolore vero. Duis qui duis at ex iustoodio dolor illum et eros invulputate delenit. Ipsum dolor eros eum te esse. Feugiat veniam accumsan suscipit exerci eu ex nulla ea eum. ".
+
+<urn:uuid:990058775> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13158622287>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-09T15:28:47";
+	nmo:receivedDate "2008-01-24T16:03:07";
+	nmo:plainTextMessageContent "In veniam consectetuer ut nonummy praesent exerci augue Utwisi delenit lobortis accumsan. Duis dolor ut illum te blandit vel iriuredolor duis doloremagna. Commodoconsequat commodo nulla et autem eros nulla dolore tincidunt ex. Ipsum dolore vel praesent lorem nulla odio eros ea nonummy wisi vel nulla in. ".
+
+<urn:uuid:1267287784> a nco:PersonContact; 
+	nco:fullname "Rosendo Holliman";
+	nco:nameGiven "Rosendo";
+	nco:nameFamily "Holliman";
+	nco:birthDate "1942-10-07";
+	nco:hasAffiliation "Agent Advance";
+	nco:hasEmailAddress <mailto:rholliman iustoex net>;
+	nco:hasPhoneNumber <tel:+13158622287>;
+	nco:hasPostalAddress <urn:uuid:1050496105>.
+
+<urn:uuid:836564131> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2008-04-17T15:52:49";
+	nmo:receivedDate "2008-04-17T15:52:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Augue eufeugiat at autem amet wisi. ";
+	nmo:plainTextMessageContent "Consectetuer luptatumzzril eum consequat eros amet volutpat nulla facilisis nostrud et enim ea praesent. ".
+
+<urn:uuid:2075173563> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2008-01-30T15:15:13";
+	nmo:receivedDate "2008-01-30T15:15:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ea exerci veniam eum accumsan dolore nostrud tation eum aliquam consequat tation nisl. ";
+	nmo:plainTextMessageContent "Ut vulputate delenit luptatumzzril at blandit. ".
+
+<urn:uuid:1799669979> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2008-12-29T15:59:16";
+	nmo:receivedDate "2008-12-29T15:59:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dignissim volutpat augue et tation. ";
+	nmo:plainTextMessageContent "Commodoconsequat duis iustoodio praesent laoreet vel suscipit tation aliquam euismod duis feugiat. ".
+
+<urn:uuid:1033685765> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2008-03-21T15:26:16";
+	nmo:receivedDate "2008-03-21T15:27:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nonummy illum dolor suscipit et ea euismod tincidunt consequat ex hendrerit. ";
+	nmo:plainTextMessageContent "Duis luptatum ea tation facilisi ad consequat vulputate dolore accumsan feugiat ex minim vel. Etaccumsan vel nulla aliquip quis commodoconsequat. ".
+
+<urn:uuid:1188328301> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2008-10-05T15:51:48";
+	nmo:receivedDate "2008-10-05T15:52:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1972709781>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "xavier simonson minimaliquam info"];
+	nmo:messageSubject "Aliquip zzril vero illum facilisis duis duis nonummy illum illum duis facilisi. ";
+	nmo:plainTextMessageContent "Enim praesent lobortis vulputate et eum exerci consectetuer. Duis in feugait praesent ea iusto eufeugiat minim diam. ".
+
+<urn:uuid:1179417520> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2008-09-29T15:42:12";
+	nmo:receivedDate "2008-09-29T15:43:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:451875512>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cdewey volutpateufeugiat org"];
+	nmo:messageSubject "Doloremagna blandit feugait vel in ea suscipit hendrerit duis exerci et adipiscing suscipit aliquam. ";
+	nmo:plainTextMessageContent "Amet euismod vulputate velit zzril tationullamcorper luptatumzzril luptatumzzril enim facilisi vel commodoconsequat. Minim luptatum feugait nulla delenitaugue. ".
+
+<urn:uuid:817551300> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2008-05-31T15:44:09";
+	nmo:receivedDate "2008-05-31T15:44:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1849024653>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "vgallo delenitaugueminim org"];
+	nmo:messageSubject "Qui esse invulputate molestie qui delenitaugue commodoconsequat eu qui vero quis qui. ";
+	nmo:plainTextMessageContent "Hendrerit minim consequat nulla ut ullamcorper te at esse duis blandit facilisis. Facilisi nostrud et te doloremagna commodo dolore ex vel enim. ".
+
+<urn:uuid:2047152455> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2008-11-18T15:44:10";
+	nmo:receivedDate "2008-11-18T15:44:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1443469279>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ttorrez eumdignissim gov"];
+	nmo:messageSubject "Nostrud feugait vero te minim vero qui laoreet eros. ";
+	nmo:plainTextMessageContent "Vel vero feugait vel te in consequatvel veniamquis erat et hendrerit et. Et aliquip eum quis facilisis minim laoreet consectetuer velit eros commodoconsequat. ".
+
+<urn:uuid:48162357> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2008-07-22T15:28:22";
+	nmo:receivedDate "2008-07-22T15:28:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Veniam illum at iusto autem dolore autem accumsan et diam duis. ";
+	nmo:plainTextMessageContent "Iriuredolor nonummy ex delenitaugue nostrud dolore doloremagna. Et ut illum adipiscing. ".
+
+<urn:uuid:2007400284> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2008-11-18T15:30:09";
+	nmo:receivedDate "2008-11-18T15:30:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Et duis euismod iusto duis erat dignissim invulputate blandit nisl consequat eum feugait ut. ";
+	nmo:plainTextMessageContent "Nonummy feugait duis luptatum dolore esse enim feugait consectetuer luptatumzzril elitsed aliquip ex ex. Aliquam diam vel accumsan ipsum nislut iriuredolor te minim eu nulla. ".
+
+<urn:uuid:871244799> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2008-09-11T15:56:41";
+	nmo:receivedDate "2008-09-11T15:57:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1365315065>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "fmarler ametesse net"];
+	nmo:messageSubject "Lobortis zzril eum zzril augue vero molestie dolore praesent lorem esse. ";
+	nmo:plainTextMessageContent "Suscipit lobortis in etaccumsan delenit suscipit. ".
+
+<urn:uuid:1907544165> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2008-03-14T15:59:25";
+	nmo:receivedDate "2008-03-14T15:59:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1155348940>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "wblaylock luptatumzzriliusto org"];
+	nmo:messageSubject "Lobortis exerci consequatvel sit eum duis blandit vulputate te. ";
+	nmo:plainTextMessageContent "Autem at consequatvel wisi nulla tincidunt in dignissim dignissim molestie iriure suscipit. Ut sit dolore quis lobortis lobortis praesent doloremagna ut aliquip qui. ".
+
+<urn:uuid:1077612629> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2008-11-26T15:48:36";
+	nmo:receivedDate "2008-11-26T15:48:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:276147427>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "luigi bruns tinciduntnonummy net"];
+	nmo:messageSubject "Autem aliquip nibh luptatum adipiscing nibh vulputate feugait lorem. ";
+	nmo:plainTextMessageContent "Enim ea praesent nostrud. Odio lobortis vel velit feugait eu aliquam in nulla facilisi. ".
+
+<urn:uuid:2020327360> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2008-11-06T15:56:13";
+	nmo:receivedDate "2008-11-06T15:57:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2033347669>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jswann vulputateluptatumzzril info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Suscipit nislut enim nonummy at esse. ";
+	nmo:plainTextMessageContent "Et minim hendrerit iustoodio velit feugait exerci iriure veniamquis ad eros ad velit blandit. Feugait wisi te ea vulputate eros praesent hendrerit esse et tincidunt illum iriuredolor. ".
+
+<urn:uuid:1403743410> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2008-03-23T16:09:39";
+	nmo:receivedDate "2008-03-23T16:09:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Suscipit esse hendrerit ut tation et veniamquis dolore in vel esse dignissim. ";
+	nmo:plainTextMessageContent "Illum molestie facilisis erat duis duis. ".
+
+<urn:uuid:1278878722> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2008-09-26T15:11:43";
+	nmo:receivedDate "2008-09-26T15:12:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Minim facilisi te feugait ea nulla vero aliquip at. ";
+	nmo:plainTextMessageContent "Enim quis sit dolore vulputate. ".
+
+<urn:uuid:2073390713> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2008-04-01T16:01:13";
+	nmo:receivedDate "2008-04-01T16:01:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Autem iriure amet delenit ea. ";
+	nmo:plainTextMessageContent "Molestie nulla iriure luptatum ad qui in et veniam nisl autem vel. Duis delenitaugue lobortis euismod et iriure adipiscing aliquam. ".
+
+<urn:uuid:1381027924> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2008-11-01T15:42:10";
+	nmo:receivedDate "2008-11-01T15:42:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1200485464>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tricketts iriuredolordolore tv"];
+	nmo:messageSubject "Wisi eu facilisi minim nulla amet at autem amet suscipit. ";
+	nmo:plainTextMessageContent "Tationullamcorper dolore feugiat lobortis tincidunt euismod in ut nislut ad suscipit nislut. Te hendrerit dolore duis et illum. ".
+
+<urn:uuid:1312076752> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2009-01-15T15:17:17";
+	nmo:receivedDate "2009-01-15T15:17:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1400004387>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "catalina ornelas quisad info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Dolor et suscipit lorem esse ut. ";
+	nmo:plainTextMessageContent "Vero commodo iusto dignissim iriuredolor vel delenitaugue nostrud. ".
+
+<urn:uuid:213799394> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2008-03-13T16:10:04";
+	nmo:receivedDate "2008-03-13T16:10:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:360937704>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ctitus doloremagnavero org"];
+	nmo:messageSubject "Delenit eros enim vel Utwisi in euismod eros vel autem Utwisi. ";
+	nmo:plainTextMessageContent "Te tincidunt ad illum feugait etaccumsan consequatvel. ".
+
+<urn:uuid:1183791701> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2009-02-09T15:59:34";
+	nmo:receivedDate "2009-02-09T16:00:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consequat amet eros hendrerit. ";
+	nmo:plainTextMessageContent "Facilisis facilisis vel delenit volutpat enim consequat molestie in eros iusto praesent iusto delenit. ".
+
+<urn:uuid:1118207079> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2008-06-25T15:31:37";
+	nmo:receivedDate "2008-06-25T15:32:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:78814138>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "mcoates commodoconsequatea eu"];
+	nmo:messageSubject "Feugait ad wisi illum. ";
+	nmo:plainTextMessageContent "Dolore duis blandit diam nisl eum aliquam lobortis hendrerit te eros. ".
+
+<urn:uuid:2132460040> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2008-03-21T15:56:21";
+	nmo:receivedDate "2008-03-21T15:56:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1619154526>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lgoebel nullatincidunt gov"];
+	nmo:messageSubject "Vero invulputate iriure qui praesent aliquam in ea nisl. ";
+	nmo:plainTextMessageContent "Autem tation minim iriure ex iriure praesent praesent laoreet commodo velit. Enim quis eros euismod commodo nisl at te duis sit adipiscing vulputate molestie. ".
+
+<urn:uuid:1014751615> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2008-03-23T15:25:02";
+	nmo:receivedDate "2008-03-23T15:25:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ipsum esse ea velit facilisi enim ut te et nostrud enim dignissim consequat. ";
+	nmo:plainTextMessageContent "Aliquip aliquip esse nonummy dolore. Delenit ipsum tation dignissim zzril euismod eros ad euismod luptatumzzril in veniamquis odio. ".
+
+<urn:uuid:91047059> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2008-05-30T15:27:00";
+	nmo:receivedDate "2008-05-30T15:27:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:3349681>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "abehrens velitduis us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Molestie lobortis delenitaugue minim nulla illum iriuredolor iusto vulputate vel nulla. ";
+	nmo:plainTextMessageContent "Iriuredolor qui iriure ut vero duis eu nulla duis velit iustoodio ullamcorper ipsum. ".
+
+<urn:uuid:1135094241> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2008-12-18T15:42:50";
+	nmo:receivedDate "2008-12-18T15:43:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ex wisi autem accumsan te minim delenit esse in. ";
+	nmo:plainTextMessageContent "Qui molestie nulla velit nibh dolore te vero ex enim. ".
+
+<urn:uuid:909804153> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2008-05-30T15:45:30";
+	nmo:receivedDate "2008-05-30T15:45:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Illum velit blandit eu eum nibh qui dolore zzril laoreet minim minim. ";
+	nmo:plainTextMessageContent "Lorem praesent exerci suscipit odio ad dolor. ".
+
+<urn:uuid:331512695> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2008-01-29T15:41:26";
+	nmo:receivedDate "2008-01-29T15:41:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:187441448>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "emiranda accumsanullamcorper us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Facilisis in nostrud minim. ";
+	nmo:plainTextMessageContent "Nibh iriuredolor eufeugiat vero dignissim enim. Invulputate facilisis esse hendrerit velit veniam adipiscing laoreet facilisis at. ".
+
+<urn:uuid:1326147461> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2008-04-20T15:58:30";
+	nmo:receivedDate "2008-04-20T15:59:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Luptatumzzril nulla Utwisi nostrud hendrerit facilisis molestie iusto feugait Utwisi ex iriure wisi nisl. ";
+	nmo:plainTextMessageContent "Eum in aliquip facilisi dolore. ".
+
+<urn:uuid:978972903> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1267287784>;
+	nmo:sentDate "2008-02-09T15:43:58";
+	nmo:receivedDate "2008-02-09T15:44:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:443600707>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kent snider iustosuscipit eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Etaccumsan eros feugait vel eum nulla consequatvel dolore. ";
+	nmo:plainTextMessageContent "Nibh consequat minim in dolore suscipit. Augue sit ut et velit erat consectetuer et qui ut blandit invulputate. ".
+
+<urn:uuid:550214967> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04961" ;
+	nco:locality "North New Portland" ;
+	nco:streetAddress "1972 Osprey Cove" .
+
+<mailto:latonia baldwin loremad tv> a nco:EmailAddress; 
+	nco:emailAddress "latonia baldwin loremad tv".
+
+<urn:uuid:801482573> a nco:PersonContact; 
+	nco:fullname "Latonia Baldwin";
+	nco:nameGiven "Latonia";
+	nco:nameFamily "Baldwin";
+	nco:birthDate "1942-05-28";
+	nco:hasAffiliation "Supervisor 2 Product Development";
+	nco:hasEmailAddress <mailto:latonia baldwin loremad tv>;
+	nco:hasPostalAddress <urn:uuid:550214967>.
+
+<urn:uuid:192788952> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11228" ;
+	nco:locality "Brooklyn" ;
+	nco:streetAddress "7535 Woodhall Avenue" .
+
+<mailto:berniece ballard facilisiat gov> a nco:EmailAddress; 
+	nco:emailAddress "berniece ballard facilisiat gov".
+
+<xmpp:berniece ballard gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Berniece Ballard" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Nisl minim duis consequat. " ;
+	nco:imID "berniece ballard gmail com".
+
+<urn:uuid:173371626> a nco:PersonContact; 
+	nco:fullname "Berniece Ballard";
+	nco:nameGiven "Berniece";
+	nco:nameFamily "Ballard";
+	nco:birthDate "1943-02-05";
+	nco:hasAffiliation "Engineer Packaging";
+	nco:hasEmailAddress <mailto:berniece ballard facilisiat gov>;
+	nco:hasIMAccount <xmpp:berniece ballard gmail com>;
+	nco:hasPostalAddress <urn:uuid:192788952>.
+
+<urn:uuid:1388259264> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173371626>;
+	nmo:sentDate "2009-02-08T15:21:00";
+	nmo:receivedDate "2009-02-08T15:21:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "berniece ballard facilisiat gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1658361309>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "melanie duff lobortisat net"];
+	nmo:bcc <urn:uuid:453668364>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ginger crider utblandit info"];
+	nmo:messageSubject "Enim doloremagna ut et wisi elitsed vero tationullamcorper eufeugiat qui praesent blandit facilisi erat. ";
+	nmo:plainTextMessageContent "Veniamquis velit dignissim ea. ".
+
+<urn:uuid:2085325189> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173371626>;
+	nmo:sentDate "2008-10-20T15:36:40";
+	nmo:receivedDate "2008-10-20T15:37:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "berniece ballard facilisiat gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Accumsan dolor duis exerci te tation diam hendrerit. ";
+	nmo:plainTextMessageContent "Ullamcorper vulputate nulla volutpat nulla elitsed eros aliquam facilisi dignissim aliquam. ".
+
+<urn:uuid:1680828736> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173371626>;
+	nmo:sentDate "2008-11-04T15:49:51";
+	nmo:receivedDate "2008-11-04T15:50:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "berniece ballard facilisiat gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:497888515>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lester ruffin enimex tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Te elitsed dolor consequat et eros dolore consequatvel autem. ";
+	nmo:plainTextMessageContent "Commodoconsequat exerci nulla ad minim quis nibh consectetuer at zzril duis velit. ".
+
+<urn:uuid:2122664501> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:173371626>;
+	nmo:sentDate "2008-01-22T15:38:30";
+	nmo:receivedDate "2008-01-22T15:39:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "berniece ballard facilisiat gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:403153861>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "marty holt illumte us"];
+	nmo:messageSubject "Ullamcorper blandit suscipit iriure lobortis eum. ";
+	nmo:plainTextMessageContent "Ex blandit facilisis ad autem ut augue. ".
+
+<urn:uuid:1149418597> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08540" ;
+	nco:locality "Princeton" ;
+	nco:streetAddress "2533 Corporate Gardens Drive" .
+
+<mailto:sherri zimmer praesentnislut tv> a nco:EmailAddress; 
+	nco:emailAddress "sherri zimmer praesentnislut tv".
+
+<xmpp:sherri zimmer gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Sherri Zimmer" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Iriure nostrud qui nulla lobortis iriuredolor dolor vero nulla praesent blandit. " ;
+	nco:imID "sherri zimmer gmail com".
+
+<urn:uuid:589353724> a nco:PersonContact; 
+	nco:fullname "Sherri Zimmer";
+	nco:nameGiven "Sherri";
+	nco:nameFamily "Zimmer";
+	nco:birthDate "1942-12-05";
+	nco:hasAffiliation "International Sales Manager";
+	nco:hasEmailAddress <mailto:sherri zimmer praesentnislut tv>;
+	nco:hasIMAccount <xmpp:sherri zimmer gmail com>;
+	nco:hasPostalAddress <urn:uuid:1149418597>.
+
+<urn:uuid:1286100467> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1543085371>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Eum consectetuer aliquip tincidunt. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-26T15:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-26T17:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1543085371>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1709037936> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01915" ;
+	nco:locality "Beverly" ;
+	nco:streetAddress "8943 Capital Trail" .
+
+<mailto:rshelley Utwisivel tv> a nco:EmailAddress; 
+	nco:emailAddress "rshelley Utwisivel tv".
+
+<xmpp:rebekah shelley gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Rebekah Shelley" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Facilisi consectetuer erat consequat ea praesent velit lobortis laoreet. " ;
+	nco:imID "rebekah shelley gmail com".
+
+<urn:uuid:737861566> a nco:PersonContact; 
+	nco:fullname "Rebekah Shelley";
+	nco:nameGiven "Rebekah";
+	nco:nameFamily "Shelley";
+	nco:birthDate "1943-01-17";
+	nco:hasAffiliation "Analyst Rate";
+	nco:hasEmailAddress <mailto:rshelley Utwisivel tv>;
+	nco:hasIMAccount <xmpp:rebekah shelley gmail com>;
+	nco:hasPostalAddress <urn:uuid:1709037936>.
+
+<urn:uuid:975515520> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11241" ;
+	nco:locality "Brooklyn" ;
+	nco:streetAddress "484 Poplar Woods Drive" .
+
+<mailto:bennie behrens commodoaliquip org> a nco:EmailAddress; 
+	nco:emailAddress "bennie behrens commodoaliquip org".
+
+<xmpp:bennie behrens gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Bennie Behrens" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Ad consectetuer eros blandit suscipit nulla nislut ex molestie vulputate ipsum autem esse. " ;
+	nco:imID "bennie behrens gmail com".
+
+<urn:uuid:1903169544> a nco:PersonContact; 
+	nco:fullname "Bennie Behrens";
+	nco:nameGiven "Bennie";
+	nco:nameFamily "Behrens";
+	nco:birthDate "1942-12-24";
+	nco:hasAffiliation "Railroad Brake/Switch Operator";
+	nco:hasEmailAddress <mailto:bennie behrens commodoaliquip org>;
+	nco:hasIMAccount <xmpp:bennie behrens gmail com>;
+	nco:hasPostalAddress <urn:uuid:975515520>.
+
+<urn:uuid:1067351737> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03608" ;
+	nco:locality "Walpole" ;
+	nco:streetAddress "5170 Lee Shore Lane" .
+
+<mailto:margret kenney nullaad gov> a nco:EmailAddress; 
+	nco:emailAddress "margret kenney nullaad gov".
+
+<urn:uuid:198760382> a nco:PersonContact; 
+	nco:fullname "Margret Kenney";
+	nco:nameGiven "Margret";
+	nco:nameFamily "Kenney";
+	nco:birthDate "1942-12-11";
+	nco:hasAffiliation "Employee Relations Specialist";
+	nco:hasEmailAddress <mailto:margret kenney nullaad gov>;
+	nco:hasPostalAddress <urn:uuid:1067351737>.
+
+<urn:uuid:1892592502> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1740682668>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Autem eufeugiat veniamquis te vel te nulla. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-06T18:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-06T19:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1740682668>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:638219715> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12726" ;
+	nco:locality "Cochecton" ;
+	nco:streetAddress "8129 Foxgate Circle" .
+
+<mailto:aida yee aliquipvel net> a nco:EmailAddress; 
+	nco:emailAddress "aida yee aliquipvel net".
+
+<urn:uuid:1785924123> a nco:PersonContact; 
+	nco:fullname "Aida Yee";
+	nco:nameGiven "Aida";
+	nco:nameFamily "Yee";
+	nco:birthDate "1942-11-23";
+	nco:hasAffiliation "Truck Driver Medium";
+	nco:hasEmailAddress <mailto:aida yee aliquipvel net>;
+	nco:hasPostalAddress <urn:uuid:638219715>.
+
+<urn:uuid:796545709> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:912083441>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "In euismod ad in blandit tationullamcorper. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-02T15:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-02T16:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:912083441>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1968132615> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07836" ;
+	nco:locality "Flanders" ;
+	nco:streetAddress "4331 Laurie Trail" .
+
+<mailto:cmorgan iustoodioeuismod com> a nco:EmailAddress; 
+	nco:emailAddress "cmorgan iustoodioeuismod com".
+
+<urn:uuid:86339083> a nco:PersonContact; 
+	nco:fullname "Cherry Morgan";
+	nco:nameGiven "Cherry";
+	nco:nameFamily "Morgan";
+	nco:birthDate "1942-08-20";
+	nco:hasAffiliation "Engineering Supervisor Construction";
+	nco:hasEmailAddress <mailto:cmorgan iustoodioeuismod com>;
+	nco:hasPostalAddress <urn:uuid:1968132615>.
+
+<urn:uuid:78178991> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1611859765>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Veniam facilisis duis erat qui et qui facilisi molestie lorem vel amet in exerci. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-04T17:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-04T18:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1611859765>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1223568978> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06265" ;
+	nco:locality "South Willington" ;
+	nco:streetAddress "3625 Lydia Lane" .
+
+<mailto:paris denson hendreritluptatumzzril com> a nco:EmailAddress; 
+	nco:emailAddress "paris denson hendreritluptatumzzril com".
+
+<urn:uuid:2049406295> a nco:PersonContact; 
+	nco:fullname "Paris Denson";
+	nco:nameGiven "Paris";
+	nco:nameFamily "Denson";
+	nco:birthDate "1942-03-07";
+	nco:hasAffiliation "Driver Newspaper Delivery";
+	nco:hasEmailAddress <mailto:paris denson hendreritluptatumzzril com>;
+	nco:hasPostalAddress <urn:uuid:1223568978>.
+
+<urn:uuid:311242085> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05760" ;
+	nco:locality "Orwell" ;
+	nco:streetAddress "6314 Shady Creek Street" .
+
+<mailto:vito stanfield nisldolore eu> a nco:EmailAddress; 
+	nco:emailAddress "vito stanfield nisldolore eu".
+
+<xmpp:vito stanfield gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Vito Stanfield" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Eufeugiat et exerci blandit autem molestie ipsum qui feugait nulla at amet. " ;
+	nco:imID "vito stanfield gmail com".
+
+<urn:uuid:1143837544> a nco:PersonContact; 
+	nco:fullname "Vito Stanfield";
+	nco:nameGiven "Vito";
+	nco:nameFamily "Stanfield";
+	nco:birthDate "1943-03-02";
+	nco:hasAffiliation "Representative Help Desk";
+	nco:hasEmailAddress <mailto:vito stanfield nisldolore eu>;
+	nco:hasIMAccount <xmpp:vito stanfield gmail com>;
+	nco:hasPostalAddress <urn:uuid:311242085>.
+
+<urn:uuid:1209336862> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:108775584>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Ex lobortis hendrerit accumsan eufeugiat ex enim facilisis nulla. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-10T17:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-10T18:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:108775584>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:482537603> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12737" ;
+	nco:locality "Glen Spey" ;
+	nco:streetAddress "4871 New Riverdale Street" .
+
+<mailto:angelita spillman quifacilisis info> a nco:EmailAddress; 
+	nco:emailAddress "angelita spillman quifacilisis info".
+
+<tel:+14759901798> a nco:PhoneNumber; 
+	nco:phoneNumber "(475)990-1798".
+
+<urn:uuid:247348738> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14759901798>]; 
+	nmo:duration 47; 
+	nmo:sentDate "2009-02-01T15:49:53". 
+
+<urn:uuid:471100235> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14759901798>]; 
+	nmo:duration 42; 
+	nmo:receivedDate "2009-01-24T15:39:19". 
+
+<urn:uuid:1963323423> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14759901798>]; 
+	nmo:duration 5; 
+	nmo:sentDate "2008-05-24T15:21:47". 
+
+<urn:uuid:1280774831> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14759901798>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-18T15:24:45";
+	nmo:receivedDate "2008-05-09T15:53:06";
+	nmo:plainTextMessageContent "Feugait qui dolore nostrud aliquip iriure iusto doloremagna. Autem lorem esse te praesent duis illum feugait commodoconsequat. Erat in vel qui dignissim feugiat. Sit dolor dolor veniamquis. Eum augue velit vulputate dignissim velit nislut dolore velit blandit. Vel nostrud illum facilisi adipiscing etaccumsan exerci dolore minim in. ".
+
+<urn:uuid:1585004926> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14759901798>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-07T15:31:22";
+	nmo:receivedDate "2008-03-12T15:24:37";
+	nmo:plainTextMessageContent "Laoreet delenitaugue luptatumzzril in nibh zzril. Qui Utwisi consectetuer feugiat duis. Utwisi ex diam eros ea. Veniam duis vero ipsum doloremagna dolore in dolor nisl dolore qui. Lobortis illum feugait tincidunt eu et eu in delenit facilisi dolor. ".
+
+<urn:uuid:207358113> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14759901798>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-17T15:58:02";
+	nmo:receivedDate "2008-12-29T15:57:43";
+	nmo:plainTextMessageContent "Nostrud blandit delenit nulla ex nostrud odio velit hendrerit exerci. Dolore suscipit esse facilisis praesent at commodo dolor illum accumsan exerci. Tation molestie at diam vulputate ut enim. Dolore zzril duis vel ex. Veniamquis quis vel exerci duis eros vero eum exerci nonummy iriure. ".
+
+<urn:uuid:1602726297> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14759901798>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-21T15:43:28";
+	nmo:receivedDate "2008-04-05T15:33:31";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Eum praesent dolore aliquam odio vero commodo autem iustoodio dolore hendrerit commodo. Eu zzril vel vulputate autem hendrerit dolore diam. Eufeugiat in hendrerit dolor in facilisi ex dolore quis luptatumzzril iusto consectetuer dolore feugait. Veniam praesent accumsan nulla velit eum suscipit consequat aliquam et. Iriure velit consequat illum eufeugiat et nulla. ".
+
+<urn:uuid:1677533879> a nco:PersonContact; 
+	nco:fullname "Angelita Spillman";
+	nco:nameGiven "Angelita";
+	nco:nameFamily "Spillman";
+	nco:birthDate "1942-10-05";
+	nco:hasAffiliation "Banking Foreign Exchange Clerk";
+	nco:hasEmailAddress <mailto:angelita spillman quifacilisis info>;
+	nco:hasPhoneNumber <tel:+14759901798>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:482537603>.
+
+<urn:uuid:970619295> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1657586885>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Vero nostrud nibh dolore praesent nulla tation vero ullamcorper. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-15T18:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-15T20:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1657586885>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:532717414> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01432" ;
+	nco:locality "Ayer" ;
+	nco:streetAddress "7346 Evergreen Avenue" .
+
+<mailto:noble mcnamee lobortiszzril eu> a nco:EmailAddress; 
+	nco:emailAddress "noble mcnamee lobortiszzril eu".
+
+<xmpp:noble mcnamee gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Noble Mcnamee" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Illum esse velit consequat et vero. " ;
+	nco:imID "noble mcnamee gmail com".
+
+<tel:+15166835009> a nco:PhoneNumber; 
+	nco:phoneNumber "(516)683-5009".
+
+<urn:uuid:1176586420> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15166835009>]; 
+	nmo:duration 0; 
+	nmo:sentDate "2008-11-03T15:42:03". 
+
+<urn:uuid:75857880> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15166835009>]; 
+	nmo:duration 33; 
+	nmo:receivedDate "2008-10-18T15:15:30". 
+
+<urn:uuid:147598654> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15166835009>]; 
+	nmo:duration 43; 
+	nmo:sentDate "2008-05-31T15:14:10". 
+
+<urn:uuid:2139090690> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15166835009>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-15T16:10:30";
+	nmo:receivedDate "2008-06-09T16:04:25";
+	nmo:plainTextMessageContent "Enim volutpat amet tincidunt minim. Etaccumsan dignissim eum veniamquis erat minim eu minim. Ex blandit vero suscipit at. Dolore blandit ea ad vel te. Iustoodio feugiat ea minim iriuredolor ut nulla quis nulla. Facilisi eufeugiat iriure eu consequat in nulla. ".
+
+<urn:uuid:713709310> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15166835009>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-15T15:17:28";
+	nmo:receivedDate "2008-05-09T15:47:17";
+	nmo:plainTextMessageContent "Te consequatvel luptatumzzril nulla nostrud veniamquis iustoodio dignissim feugait. Et facilisi dolor hendrerit ad commodoconsequat accumsan consequatvel ea elitsed. Facilisis accumsan eros wisi consequat quis elitsed te luptatumzzril illum at. Vel ut dignissim amet vulputate enim nulla velit aliquip. Luptatumzzril nibh eu wisi luptatum vero iustoodio ad feugait eufeugiat. ".
+
+<urn:uuid:892549740> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15166835009>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-03T15:12:03";
+	nmo:receivedDate "2008-06-20T15:41:49";
+	nmo:plainTextMessageContent "Duis consectetuer vero tincidunt suscipit dolore suscipit aliquam ut tationullamcorper vel. Te eum in lobortis te duis eum ut duis wisi nulla lorem dolore aliquip. Ea nulla dolor suscipit delenitaugue in molestie vel esse euismod in sit duis duis. Facilisi dolore consectetuer exerci lorem blandit ea autem nostrud at ut. Facilisis exerci molestie vero nislut ex ea odio iriure accumsan iriuredolor duis. Eros vel nostrud autem diam nulla sit duis. ".
+
+<urn:uuid:99845122> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15166835009>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-11T15:46:35";
+	nmo:receivedDate "2008-10-09T15:16:56";
+	nmo:plainTextMessageContent "Etaccumsan minim luptatum tation consectetuer feugait Utwisi exerci eros delenit praesent aliquip enim laoreet. Blandit qui duis elitsed aliquip nislut volutpat facilisis consequat vel tationullamcorper delenit. Ex in zzril facilisis quis blandit nostrud vulputate hendrerit dignissim ipsum nislut duis. In nislut eufeugiat minim ipsum. Et iustoodio ea feugiat nostrud. Elitsed vel ex quis ullamcorper facilisi wisi consequat esse lobortis exerci nonummy wisi. Euismod commodo ullamcorper esse et. ".
+
+<urn:uuid:1350017258> a nco:PersonContact; 
+	nco:fullname "Noble Mcnamee";
+	nco:nameGiven "Noble";
+	nco:nameFamily "Mcnamee";
+	nco:birthDate "1942-11-04";
+	nco:hasAffiliation "Legal Secretary";
+	nco:hasEmailAddress <mailto:noble mcnamee lobortiszzril eu>;
+	nco:hasPhoneNumber <tel:+15166835009>;
+	nco:hasIMAccount <xmpp:noble mcnamee gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:532717414>.
+
+<urn:uuid:648178803> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:637994824>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Nibh euismod vel augue lobortis eum vero facilisi nonummy nibh vel. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-16T15:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-16T15:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:637994824>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:12805901> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06382" ;
+	nco:locality "Uncasville" ;
+	nco:streetAddress "6105 Toro Avenue" .
+
+<mailto:bob wendt suscipitadipiscing com> a nco:EmailAddress; 
+	nco:emailAddress "bob wendt suscipitadipiscing com".
+
+<tel:+17167068191> a nco:PhoneNumber; 
+	nco:phoneNumber "(716)706-8191".
+
+<urn:uuid:2066472520> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17167068191>]; 
+	nmo:duration 3; 
+	nmo:sentDate "2009-01-11T15:48:49". 
+
+<urn:uuid:769984751> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17167068191>]; 
+	nmo:duration 18; 
+	nmo:sentDate "2009-02-08T15:29:59". 
+
+<urn:uuid:609252387> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17167068191>]; 
+	nmo:duration 50; 
+	nmo:receivedDate "2008-09-21T15:19:45". 
+
+<urn:uuid:1496375249> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17167068191>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-13T15:11:47";
+	nmo:receivedDate "2009-01-11T15:31:55";
+	nmo:plainTextMessageContent "Laoreet facilisis consectetuer odio eum enim molestie dolor facilisi. Dignissim augue lobortis eros ea iusto ex minim iustoodio. Commodoconsequat quis autem suscipit vero facilisi feugiat duis autem et iriure. Ea ea nostrud feugiat delenit wisi. Ad suscipit dolor in dolore dolor velit praesent ea dolore vero sit. Illum in iriure ad nulla facilisi sit tincidunt accumsan ut ex laoreet etaccumsan facilisis. ".
+
+<urn:uuid:950945749> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17167068191>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-13T16:10:10";
+	nmo:receivedDate "2008-06-04T15:57:57";
+	nmo:plainTextMessageContent "Adipiscing etaccumsan molestie nibh te eum praesent. Eros zzril tincidunt velit te molestie praesent enim illum minim veniam autem etaccumsan. Esse esse quis aliquam adipiscing feugiat esse enim esse aliquip eu dolor eros. Augue invulputate lobortis eu aliquip exerci esse nislut veniamquis ut commodo tincidunt lobortis. Nibh qui commodoconsequat enim blandit enim at iriuredolor laoreet odio praesent suscipit esse. Lobortis ea ut vulputate eum exerci consequat tincidunt et. ".
+
+<urn:uuid:1567997666> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17167068191>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-12T15:53:45";
+	nmo:receivedDate "2008-05-27T15:18:51";
+	nmo:plainTextMessageContent "Nulla dolore ea et in et autem. Dolore duis doloremagna te accumsan iriuredolor. Consequat lorem minim luptatumzzril ullamcorper dignissim nulla. Delenitaugue enim dolore at dolor luptatum exerci. Exerci aliquip eum esse autem. Dignissim elitsed nulla nisl erat lobortis te iustoodio. ".
+
+<urn:uuid:1683083156> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17167068191>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-27T15:56:57";
+	nmo:receivedDate "2008-06-02T16:06:17";
+	nmo:plainTextMessageContent "Autem commodoconsequat diam eros ut qui enim qui. Consequat et suscipit hendrerit commodoconsequat dolor velit te te. Duis consectetuer ullamcorper etaccumsan delenit qui ad. Facilisi wisi consequat dolor duis. Accumsan esse amet accumsan et commodoconsequat consequat eufeugiat commodo ipsum ea. ".
+
+<urn:uuid:1907362982> a nco:PersonContact; 
+	nco:fullname "Bob Wendt";
+	nco:nameGiven "Bob";
+	nco:nameFamily "Wendt";
+	nco:birthDate "1942-08-11";
+	nco:hasAffiliation "Factory Manager";
+	nco:hasEmailAddress <mailto:bob wendt suscipitadipiscing com>;
+	nco:hasPhoneNumber <tel:+17167068191>;
+	nco:hasPostalAddress <urn:uuid:12805901>.
+
+<urn:uuid:1601602422> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:660911760>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Velit eros ullamcorper duis odio lorem ex delenit amet at doloremagna dolor dolore. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-15T12:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-15T12:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:660911760>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:904129953> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14168" ;
+	nco:locality "Versailles" ;
+	nco:streetAddress "1692 Hawthorne Parkway" .
+
+<mailto:jhumes enimdoloremagna org> a nco:EmailAddress; 
+	nco:emailAddress "jhumes enimdoloremagna org".
+
+<tel:+19592821917> a nco:PhoneNumber; 
+	nco:phoneNumber "(959)282-1917".
+
+<urn:uuid:1322156116> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19592821917>]; 
+	nmo:duration 40; 
+	nmo:receivedDate "2008-11-26T15:23:16". 
+
+<urn:uuid:1211589652> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19592821917>]; 
+	nmo:duration 25; 
+	nmo:sentDate "2008-09-12T16:09:35". 
+
+<urn:uuid:1149283570> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19592821917>]; 
+	nmo:duration 31; 
+	nmo:sentDate "2008-05-10T15:54:45". 
+
+<urn:uuid:754031280> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19592821917>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-18T15:32:57";
+	nmo:receivedDate "2009-02-10T15:34:22";
+	nmo:plainTextMessageContent "Hendrerit aliquip tationullamcorper aliquip nostrud vulputate ex exerci te at zzril consequatvel. Dolore minim commodo dignissim consequat autem te feugiat delenit feugiat delenit. Delenit zzril nislut erat feugait minim. Tationullamcorper vel et enim eros dolor zzril dolore ea feugait feugait augue dolore ex. Nostrud duis nostrud commodoconsequat nulla hendrerit laoreet velit. Luptatumzzril duis consequatvel at consequatvel autem vel eum feugiat hendrerit odio. Molestie adipiscing nostrud invulputate. ".
+
+<urn:uuid:2093879570> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19592821917>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-18T15:13:37";
+	nmo:receivedDate "2008-08-20T15:29:18";
+	nmo:plainTextMessageContent "Illum te iriuredolor aliquam augue. Lobortis zzril enim ut lorem nulla. Dolore facilisis vel veniamquis ea nostrud duis at iriuredolor at nostrud. Hendrerit consectetuer lobortis dolor consequat. Ex at quis feugait dolore. Qui etaccumsan vero et vulputate consequat delenit quis. ".
+
+<urn:uuid:779054878> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19592821917>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-31T15:26:33";
+	nmo:receivedDate "2009-02-07T15:13:30";
+	nmo:plainTextMessageContent "Duis eum in luptatumzzril nonummy duis nonummy nostrud etaccumsan esse eros. Utwisi etaccumsan enim luptatum duis facilisi veniamquis zzril Utwisi dolor nostrud augue duis. Facilisi et delenitaugue duis odio diam sit ut dolore ex ea minim eum. Ipsum eu eufeugiat esse aliquip diam hendrerit et Utwisi lobortis. Ad diam eros aliquam dignissim. ".
+
+<urn:uuid:890817515> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19592821917>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-15T16:10:57";
+	nmo:receivedDate "2008-03-27T15:17:48";
+	nmo:plainTextMessageContent "Nisl erat eum te. Lorem exerci minim blandit nislut nulla et molestie dolor dolore veniamquis. Feugait nisl consequatvel autem. Vel luptatumzzril ex te molestie. In vel dignissim in iriuredolor dolor praesent ullamcorper ut. Facilisi molestie qui nostrud dignissim consequat esse in invulputate blandit. ".
+
+<urn:uuid:2019480099> a nco:PersonContact; 
+	nco:fullname "Jack Humes";
+	nco:nameGiven "Jack";
+	nco:nameFamily "Humes";
+	nco:birthDate "1942-10-17";
+	nco:hasAffiliation "Manufacturing Engineering Manager";
+	nco:hasEmailAddress <mailto:jhumes enimdoloremagna org>;
+	nco:hasPhoneNumber <tel:+19592821917>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:904129953>.
+
+<urn:uuid:1942345786> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03605" ;
+	nco:locality "Lempster" ;
+	nco:streetAddress "6837 Hidden Circle" .
+
+<mailto:andreas nathan velitlorem net> a nco:EmailAddress; 
+	nco:emailAddress "andreas nathan velitlorem net".
+
+<tel:+13475276452> a nco:PhoneNumber; 
+	nco:phoneNumber "(347)527-6452".
+
+<urn:uuid:2049586317> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13475276452>]; 
+	nmo:duration 25; 
+	nmo:sentDate "2008-01-28T15:35:21". 
+
+<urn:uuid:431586276> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13475276452>]; 
+	nmo:duration 23; 
+	nmo:sentDate "2008-01-25T15:44:41". 
+
+<urn:uuid:1342218581> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13475276452>]; 
+	nmo:duration 48; 
+	nmo:receivedDate "2008-08-28T15:16:17". 
+
+<urn:uuid:466282072> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13475276452>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-18T15:23:57";
+	nmo:receivedDate "2008-03-03T16:05:07";
+	nmo:plainTextMessageContent "Etaccumsan qui commodo nonummy nisl facilisi delenit lorem consequat tationullamcorper. Blandit blandit minim minim aliquip facilisi accumsan vero in dolore luptatum ea autem. Eros erat dolore qui eu minim aliquam suscipit et lorem. Molestie Utwisi dignissim invulputate lorem delenit doloremagna dolore et. ".
+
+<urn:uuid:539105248> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13475276452>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-18T15:51:04";
+	nmo:receivedDate "2008-10-13T16:07:53";
+	nmo:plainTextMessageContent "Illum ea duis hendrerit dolore blandit minim dolore luptatumzzril veniamquis delenit luptatum etaccumsan feugiat. Et nulla ullamcorper ea. At eros ea in hendrerit vel molestie tincidunt enim illum. Aliquam qui ad esse illum aliquip. Suscipit hendrerit in duis facilisi autem eum dignissim vel laoreet luptatum nostrud dolore nostrud. ".
+
+<urn:uuid:1582851920> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13475276452>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-25T15:36:33";
+	nmo:receivedDate "2008-02-09T15:27:20";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Erat vel in nulla. Elitsed ex amet aliquip duis lobortis in praesent enim vulputate consequat autem vero tation. Aliquam volutpat duis illum eros dolore feugiat nonummy feugait. Delenit tationullamcorper duis nulla esse et. ".
+
+<urn:uuid:997877320> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13475276452>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-23T15:59:58";
+	nmo:receivedDate "2008-05-11T15:36:15";
+	nmo:plainTextMessageContent "Nulla Utwisi euismod consequat enim esse dolore commodoconsequat laoreet dignissim. Suscipit illum veniamquis in zzril nulla hendrerit ex. Dolore qui ea in nostrud vel odio vel. Esse tationullamcorper hendrerit minim nulla ullamcorper molestie blandit volutpat. Zzril eum autem nulla autem nibh sit. ".
+
+<urn:uuid:125504131> a nco:PersonContact; 
+	nco:fullname "Andreas Nathan";
+	nco:nameGiven "Andreas";
+	nco:nameFamily "Nathan";
+	nco:birthDate "1942-09-15";
+	nco:hasAffiliation "Transcribing Machine Operator";
+	nco:hasEmailAddress <mailto:andreas nathan velitlorem net>;
+	nco:hasPhoneNumber <tel:+13475276452>;
+	nco:hasPostalAddress <urn:uuid:1942345786>.
+
+<urn:uuid:1771657621> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1131028915>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Esse ut et duis vel molestie laoreet te tation. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-25T19:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-25T19:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1131028915>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:359836321> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13309" ;
+	nco:locality "Boonville" ;
+	nco:streetAddress "9194 Aspen Pine Trail" .
+
+<mailto:zrowe dolorluptatum net> a nco:EmailAddress; 
+	nco:emailAddress "zrowe dolorluptatum net".
+
+<xmpp:zack rowe gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Zack Rowe" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Nonummy volutpat diam dolor esse minim molestie. " ;
+	nco:imID "zack rowe gmail com".
+
+<urn:uuid:1874453476> a nco:PersonContact; 
+	nco:fullname "Zack Rowe";
+	nco:nameGiven "Zack";
+	nco:nameFamily "Rowe";
+	nco:birthDate "1943-01-27";
+	nco:hasAffiliation "Molding Operator Compression";
+	nco:hasEmailAddress <mailto:zrowe dolorluptatum net>;
+	nco:hasIMAccount <xmpp:zack rowe gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:359836321>.
+
+<urn:uuid:762714283> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:589353724>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Dolore Utwisi suscipit iriuredolor sit esse eu facilisis. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-14T16:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-14T18:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:589353724>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:517036097> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13617" ;
+	nco:locality "Canton" ;
+	nco:streetAddress "9396 Wolf Bend Circle" .
+
+<mailto:nichole pettigrew laoreetvelit tv> a nco:EmailAddress; 
+	nco:emailAddress "nichole pettigrew laoreetvelit tv".
+
+<xmpp:nichole pettigrew gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Nichole Pettigrew" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Illum nulla tincidunt exerci sit dolore ullamcorper ullamcorper ea amet aliquip ut ea in. " ;
+	nco:imID "nichole pettigrew gmail com".
+
+<urn:uuid:1661446030> a nco:PersonContact; 
+	nco:fullname "Nichole Pettigrew";
+	nco:nameGiven "Nichole";
+	nco:nameFamily "Pettigrew";
+	nco:birthDate "1942-09-25";
+	nco:hasAffiliation "Insurance Policy Value Calculator";
+	nco:hasEmailAddress <mailto:nichole pettigrew laoreetvelit tv>;
+	nco:hasIMAccount <xmpp:nichole pettigrew gmail com>;
+	nco:hasPostalAddress <urn:uuid:517036097>.
+
+<urn:uuid:92796093> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1661446030>;
+	nmo:sentDate "2008-02-14T15:44:40";
+	nmo:receivedDate "2008-02-14T15:45:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "nichole pettigrew laoreetvelit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Enim illum iriuredolor ullamcorper at veniam nonummy vel ut euismod. ";
+	nmo:plainTextMessageContent "Facilisi euismod eufeugiat consectetuer eufeugiat volutpat. ".
+
+<urn:uuid:388518753> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1661446030>;
+	nmo:sentDate "2008-02-04T16:07:33";
+	nmo:receivedDate "2008-02-04T16:08:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "nichole pettigrew laoreetvelit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:964928936>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "wbohannon utsuscipit net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Feugiat qui aliquip vulputate iriuredolor laoreet molestie nisl in duis vero duis enim. ";
+	nmo:plainTextMessageContent "Et dolor dolore vero iriuredolor laoreet suscipit erat molestie velit esse dignissim. ".
+
+<urn:uuid:1735779804> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1661446030>;
+	nmo:sentDate "2008-08-27T16:00:36";
+	nmo:receivedDate "2008-08-27T16:01:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "nichole pettigrew laoreetvelit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1262326517>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "diane luce exerciautem eu"];
+	nmo:messageSubject "Nostrud praesent aliquip consequat blandit veniamquis wisi iriuredolor vulputate facilisis laoreet. ";
+	nmo:plainTextMessageContent "Iusto molestie consequat te eum. ".
+
+<urn:uuid:667166608> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1661446030>;
+	nmo:sentDate "2008-12-21T15:28:11";
+	nmo:receivedDate "2008-12-21T15:28:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "nichole pettigrew laoreetvelit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:403153861>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "marty holt illumte us"];
+	nmo:bcc <urn:uuid:1450774023>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageSubject "Suscipit elitsed praesent enim dignissim commodo facilisis euismod lorem dignissim autem. ";
+	nmo:plainTextMessageContent "Exerci dolore velit exerci eu exerci velit et. ".
+
+<urn:uuid:1212991569> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1661446030>;
+	nmo:sentDate "2008-04-10T16:09:04";
+	nmo:receivedDate "2008-04-10T16:09:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "nichole pettigrew laoreetvelit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Veniam nostrud molestie nulla duis esse nostrud euismod veniam et dolore. ";
+	nmo:plainTextMessageContent "At te minim vulputate iriure velit qui. ".
+
+<urn:uuid:902909226> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1661446030>;
+	nmo:sentDate "2008-05-02T15:24:43";
+	nmo:receivedDate "2008-05-02T15:25:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "nichole pettigrew laoreetvelit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:443600707>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kent snider iustosuscipit eu"];
+	nmo:bcc <urn:uuid:1400004387>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "catalina ornelas quisad info"];
+	nmo:messageSubject "Volutpat dolor exerci consectetuer delenit. ";
+	nmo:plainTextMessageContent "Nostrud at odio praesent vulputate veniamquis praesent vel iriuredolor ea facilisis lobortis. ".
+
+<urn:uuid:1143012468> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1661446030>;
+	nmo:sentDate "2008-02-13T15:31:27";
+	nmo:receivedDate "2008-02-13T15:32:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "nichole pettigrew laoreetvelit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Hendrerit ullamcorper duis eros nonummy consectetuer lorem blandit molestie praesent elitsed nostrud. ";
+	nmo:plainTextMessageContent "Luptatum molestie vel eufeugiat feugiat enim suscipit delenitaugue delenitaugue iusto lobortis nulla feugait. ".
+
+<urn:uuid:506737833> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1661446030>;
+	nmo:sentDate "2008-07-21T15:42:22";
+	nmo:receivedDate "2008-07-21T15:42:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "nichole pettigrew laoreetvelit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consequat etaccumsan ea dolore enim iustoodio te eufeugiat iustoodio. ";
+	nmo:plainTextMessageContent "Vulputate enim exerci qui tation velit esse te tationullamcorper duis ex feugait tationullamcorper lobortis. Augue ea etaccumsan qui lobortis vulputate et aliquip et dolore ad augue velit. ".
+
+<urn:uuid:1198921829> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1661446030>;
+	nmo:sentDate "2008-06-05T15:38:45";
+	nmo:receivedDate "2008-06-05T15:39:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "nichole pettigrew laoreetvelit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vel dignissim et nislut duis adipiscing diam dignissim diam nulla in illum in velit. ";
+	nmo:plainTextMessageContent "Vero enim iustoodio facilisis. Eu qui nulla vel et ex nonummy facilisi odio. ".
+
+<urn:uuid:732134977> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1661446030>;
+	nmo:sentDate "2009-01-15T15:12:33";
+	nmo:receivedDate "2009-01-15T15:12:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "nichole pettigrew laoreetvelit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:633374437>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jung briscoe eteros edu"];
+	nmo:messageSubject "Veniam aliquip in tation ut te wisi laoreet in iustoodio duis feugait dignissim. ";
+	nmo:plainTextMessageContent "Ipsum et consequat erat vel ea adipiscing commodoconsequat ut vulputate dolor nostrud laoreet ea. Sit commodo diam esse consequatvel iusto dolore sit. ".
+
+<urn:uuid:2113708961> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1661446030>;
+	nmo:sentDate "2008-06-28T16:10:58";
+	nmo:receivedDate "2008-06-28T16:11:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "nichole pettigrew laoreetvelit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1132553444>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dennis harter lobortiset com"];
+	nmo:messageSubject "Iusto quis ex feugiat at at. ";
+	nmo:plainTextMessageContent "Exerci consequatvel vel autem aliquam vel vulputate adipiscing adipiscing illum in duis doloremagna ad. ".
+
+<urn:uuid:2140668> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1661446030>;
+	nmo:sentDate "2008-10-18T16:04:40";
+	nmo:receivedDate "2008-10-18T16:05:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "nichole pettigrew laoreetvelit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dignissim eros in te delenitaugue vel at qui duis commodoconsequat nibh ad minim eros. ";
+	nmo:plainTextMessageContent "Dolor dolor at in facilisis duis in te dolore blandit. ".
+
+<urn:uuid:156689878> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1661446030>;
+	nmo:sentDate "2008-11-12T15:41:10";
+	nmo:receivedDate "2008-11-12T15:41:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "nichole pettigrew laoreetvelit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Ex ut te ea. ";
+	nmo:plainTextMessageContent "Commodo feugiat dolore dignissim tincidunt. Dolor te nulla lobortis ex dolore ut amet facilisi nulla minim nulla. ".
+
+<urn:uuid:530561696> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1661446030>;
+	nmo:sentDate "2008-05-22T15:14:00";
+	nmo:receivedDate "2008-05-22T15:14:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "nichole pettigrew laoreetvelit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Erat luptatumzzril et duis exerci vulputate et nibh nulla duis iustoodio. ";
+	nmo:plainTextMessageContent "At dolore hendrerit dolor nulla eu. ".
+
+<urn:uuid:1301455888> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1661446030>;
+	nmo:sentDate "2008-07-12T15:53:26";
+	nmo:receivedDate "2008-07-12T15:53:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "nichole pettigrew laoreetvelit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Luptatumzzril iriuredolor consequat suscipit. ";
+	nmo:plainTextMessageContent "Tincidunt blandit duis consectetuer commodoconsequat feugiat eufeugiat dolore praesent tincidunt nostrud facilisis. ".
+
+<urn:uuid:940847239> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1661446030>;
+	nmo:sentDate "2008-11-21T16:08:00";
+	nmo:receivedDate "2008-11-21T16:08:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "nichole pettigrew laoreetvelit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1131028915>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "sheinz erosminim org"];
+	nmo:bcc <urn:uuid:485028510>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "hsnook euismodat tv"];
+	nmo:messageSubject "Praesent tincidunt facilisis eufeugiat luptatum. ";
+	nmo:plainTextMessageContent "Eros te delenitaugue tationullamcorper adipiscing facilisis esse. ".
+
+<urn:uuid:251961508> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1661446030>;
+	nmo:sentDate "2008-07-09T15:24:43";
+	nmo:receivedDate "2008-07-09T15:25:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "nichole pettigrew laoreetvelit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iusto qui lobortis Utwisi iusto et minim suscipit delenitaugue suscipit Utwisi illum feugiat. ";
+	nmo:plainTextMessageContent "Et autem nostrud Utwisi vel illum dolor nostrud nulla. ".
+
+<urn:uuid:1378455068> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1661446030>;
+	nmo:sentDate "2008-10-04T16:05:41";
+	nmo:receivedDate "2008-10-04T16:06:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "nichole pettigrew laoreetvelit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2020713750>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ivory bartels inaliquam com"];
+	nmo:messageSubject "Amet praesent te etaccumsan consequat duis ad etaccumsan te exerci ea dignissim. ";
+	nmo:plainTextMessageContent "Eufeugiat lobortis invulputate nulla veniamquis. ".
+
+<urn:uuid:1865225965> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1661446030>;
+	nmo:sentDate "2008-09-14T15:45:27";
+	nmo:receivedDate "2008-09-14T15:45:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "nichole pettigrew laoreetvelit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Iustoodio ut at ipsum lobortis vero esse te quis ea adipiscing ex iriuredolor. ";
+	nmo:plainTextMessageContent "Luptatum eros augue feugait dignissim blandit in te eum. Nulla duis augue nulla commodo eufeugiat illum. ".
+
+<urn:uuid:1396005373> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1661446030>;
+	nmo:sentDate "2008-04-20T15:56:50";
+	nmo:receivedDate "2008-04-20T15:57:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "nichole pettigrew laoreetvelit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Hendrerit vero lobortis erat commodo dolore in nulla ut enim. ";
+	nmo:plainTextMessageContent "Dolore facilisis ea te in praesent molestie nulla illum eufeugiat vel veniam laoreet ad. ".
+
+<urn:uuid:1680599033> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1661446030>;
+	nmo:sentDate "2008-08-27T16:07:42";
+	nmo:receivedDate "2008-08-27T16:08:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "nichole pettigrew laoreetvelit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:656060555>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "jlabbe velitamet tv"];
+	nmo:messageSubject "Minim praesent lobortis elitsed nostrud ad aliquam eufeugiat facilisis nostrud ex vero. ";
+	nmo:plainTextMessageContent "Autem tationullamcorper eu vel at illum delenitaugue. Illum dolore blandit luptatumzzril consequat velit eros commodoconsequat exerci. ".
+
+<urn:uuid:1937447767> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1661446030>;
+	nmo:sentDate "2009-01-15T15:54:00";
+	nmo:receivedDate "2009-01-15T15:54:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "nichole pettigrew laoreetvelit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1593126247>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "noreen watt dignissimfacilisi tv"];
+	nmo:messageSubject "Etaccumsan iriuredolor aliquip eufeugiat. ";
+	nmo:plainTextMessageContent "Hendrerit erat feugiat ex ea tation et in. ".
+
+<urn:uuid:284992478> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1661446030>;
+	nmo:sentDate "2008-05-12T15:53:06";
+	nmo:receivedDate "2008-05-12T15:53:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "nichole pettigrew laoreetvelit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Duis suscipit aliquam facilisi. ";
+	nmo:plainTextMessageContent "Dignissim duis dolor duis at. ".
+
+<urn:uuid:1188888396> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15259" ;
+	nco:locality "Pittsburgh" ;
+	nco:streetAddress "1090 Bensonwood Drive" .
+
+<mailto:kbaines enimipsum eu> a nco:EmailAddress; 
+	nco:emailAddress "kbaines enimipsum eu".
+
+<xmpp:keith baines gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Keith Baines" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Delenit ullamcorper ex Utwisi doloremagna nulla. " ;
+	nco:imID "keith baines gmail com".
+
+<urn:uuid:943337132> a nco:PersonContact; 
+	nco:fullname "Keith Baines";
+	nco:nameGiven "Keith";
+	nco:nameFamily "Baines";
+	nco:birthDate "1942-03-25";
+	nco:hasAffiliation "Materials Control Clerk";
+	nco:hasEmailAddress <mailto:kbaines enimipsum eu>;
+	nco:hasIMAccount <xmpp:keith baines gmail com>;
+	nco:hasPostalAddress <urn:uuid:1188888396>.
+
+<urn:uuid:104992144> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14223" ;
+	nco:locality "Buffalo" ;
+	nco:streetAddress "1361 Minar Avenue" .
+
+<mailto:vcornejo euismodipsum info> a nco:EmailAddress; 
+	nco:emailAddress "vcornejo euismodipsum info".
+
+<urn:uuid:1486230580> a nco:PersonContact; 
+	nco:fullname "Vince Cornejo";
+	nco:nameGiven "Vince";
+	nco:nameFamily "Cornejo";
+	nco:birthDate "1942-05-17";
+	nco:hasAffiliation "Cashier 3";
+	nco:hasEmailAddress <mailto:vcornejo euismodipsum info>;
+	nco:hasPostalAddress <urn:uuid:104992144>.
+
+<urn:uuid:979043853> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02662" ;
+	nco:locality "South Orleans" ;
+	nco:streetAddress "3554 Omaha Avenue" .
+
+<mailto:kfisher essedolor org> a nco:EmailAddress; 
+	nco:emailAddress "kfisher essedolor org".
+
+<tel:+16463638305> a nco:PhoneNumber; 
+	nco:phoneNumber "(646)363-8305".
+
+<urn:uuid:910146949> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16463638305>]; 
+	nmo:duration 44; 
+	nmo:sentDate "2008-09-19T15:51:36". 
+
+<urn:uuid:1354929845> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16463638305>]; 
+	nmo:duration 19; 
+	nmo:receivedDate "2008-06-20T16:00:29". 
+
+<urn:uuid:874821153> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16463638305>]; 
+	nmo:duration 40; 
+	nmo:receivedDate "2008-03-03T15:35:24". 
+
+<urn:uuid:472142370> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16463638305>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-28T16:07:51";
+	nmo:receivedDate "2008-05-21T15:20:06";
+	nmo:plainTextMessageContent "Eum praesent wisi dolore accumsan blandit in nulla vel doloremagna delenitaugue velit quis dolore. Nulla iustoodio te velit delenitaugue feugiat delenit nibh. Lobortis volutpat ut dolor iusto volutpat enim luptatum eu. Et consequat in exerci dolore eum molestie enim lorem quis esse esse lobortis. Blandit qui blandit praesent eufeugiat nulla duis erat accumsan minim. Vulputate at qui doloremagna consequat luptatumzzril commodo hendrerit duis. Aliquip in ullamcorper molestie iusto luptatumzzril invulputate luptatum. ".
+
+<urn:uuid:1201059592> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16463638305>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-03T16:04:25";
+	nmo:receivedDate "2008-03-26T16:01:36";
+	nmo:plainTextMessageContent "Nostrud ullamcorper et minim dolore dolore duis vel nislut blandit ex. Duis velit nulla commodo et praesent nonummy. Utwisi consequat vulputate facilisi esse at commodoconsequat dolor doloremagna eum invulputate tationullamcorper. Veniamquis enim qui facilisis delenitaugue dignissim et ipsum hendrerit vero laoreet dolor. Illum facilisis dignissim nulla ut consectetuer tation commodoconsequat nisl vero ea eum tincidunt facilisis. Odio eros minim facilisis iusto molestie minim eros delenit. Luptatum duis lorem et tincidunt veniam diam duis laoreet ipsum blandit lorem exerci. ".
+
+<urn:uuid:1343562115> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16463638305>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-09T15:56:01";
+	nmo:receivedDate "2008-09-06T15:13:24";
+	nmo:plainTextMessageContent "Quis esse enim vulputate minim dolor iriure sit. Suscipit consectetuer nulla minim consectetuer illum volutpat nonummy minim enim minim ullamcorper feugait nostrud. Dolor dignissim dolore invulputate iusto feugiat in nulla ullamcorper volutpat eum tation. Aliquip euismod velit praesent aliquip enim ad. Ex at doloremagna quis duis in. Erat nislut consectetuer esse autem in. ".
+
+<urn:uuid:950656186> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16463638305>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-06T15:34:28";
+	nmo:receivedDate "2009-02-07T15:53:00";
+	nmo:plainTextMessageContent "Luptatum nulla aliquip consequat augue commodoconsequat vel luptatumzzril iriuredolor doloremagna. Iriure adipiscing ea exerci duis dignissim hendrerit iriure autem dignissim dolore feugait nislut. Nulla aliquip tationullamcorper nulla. Accumsan invulputate vel consequat minim erat iustoodio facilisis aliquam ex lorem. Ullamcorper Utwisi suscipit esse odio quis vel dolore adipiscing veniamquis nislut in ad. ".
+
+<urn:uuid:1283372838> a nco:PersonContact; 
+	nco:fullname "Karol Fisher";
+	nco:nameGiven "Karol";
+	nco:nameFamily "Fisher";
+	nco:birthDate "1942-05-15";
+	nco:hasAffiliation "Customer Service Representative 1 Insurance";
+	nco:hasEmailAddress <mailto:kfisher essedolor org>;
+	nco:hasPhoneNumber <tel:+16463638305>;
+	nco:hasPostalAddress <urn:uuid:979043853>.
+
+<urn:uuid:328622028> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04061" ;
+	nco:locality "North Waterboro" ;
+	nco:streetAddress "1584 Wickshire Cove" .
+
+<mailto:sturney tationconsequat com> a nco:EmailAddress; 
+	nco:emailAddress "sturney tationconsequat com".
+
+<xmpp:shawn turney gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Shawn Turney" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Duis aliquip aliquam nostrud. " ;
+	nco:imID "shawn turney gmail com".
+
+<urn:uuid:1564951246> a nco:PersonContact; 
+	nco:fullname "Shawn Turney";
+	nco:nameGiven "Shawn";
+	nco:nameFamily "Turney";
+	nco:birthDate "1942-11-07";
+	nco:hasAffiliation "Technician Hearing Test";
+	nco:hasEmailAddress <mailto:sturney tationconsequat com>;
+	nco:hasIMAccount <xmpp:shawn turney gmail com>;
+	nco:hasPostalAddress <urn:uuid:328622028>.
+
+<urn:uuid:1581638326> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:502583690>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Suscipit nislut et sit at augue tationullamcorper dignissim nostrud ad facilisis sit iustoodio. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-06T15:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-06T16:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:502583690>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1666128435> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06524" ;
+	nco:locality "Bethany" ;
+	nco:streetAddress "9521 Stoneleigh Avenue" .
+
+<mailto:lauren maxfield inte tv> a nco:EmailAddress; 
+	nco:emailAddress "lauren maxfield inte tv".
+
+<urn:uuid:1533439438> a nco:PersonContact; 
+	nco:fullname "Lauren Maxfield";
+	nco:nameGiven "Lauren";
+	nco:nameFamily "Maxfield";
+	nco:birthDate "1943-01-20";
+	nco:hasAffiliation "Paralegal";
+	nco:hasEmailAddress <mailto:lauren maxfield inte tv>;
+	nco:hasPostalAddress <urn:uuid:1666128435>.
+
+<urn:uuid:1191937607> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01840" ;
+	nco:locality "Lawrence" ;
+	nco:streetAddress "9381 Ridge Drive" .
+
+<mailto:eli gregg commodomolestie gov> a nco:EmailAddress; 
+	nco:emailAddress "eli gregg commodomolestie gov".
+
+<xmpp:eli gregg gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Eli Gregg" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Tationullamcorper facilisis eum eufeugiat praesent te molestie wisi dolore ullamcorper eufeugiat ex duis. " ;
+	nco:imID "eli gregg gmail com".
+
+<tel:+15082679524> a nco:PhoneNumber; 
+	nco:phoneNumber "(508)267-9524".
+
+<urn:uuid:876573601> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15082679524>]; 
+	nmo:duration 37; 
+	nmo:sentDate "2008-03-04T15:26:53". 
+
+<urn:uuid:1035152935> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15082679524>]; 
+	nmo:duration 25; 
+	nmo:receivedDate "2009-02-18T15:47:35". 
+
+<urn:uuid:789640170> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15082679524>]; 
+	nmo:duration 26; 
+	nmo:receivedDate "2008-08-03T15:36:51". 
+
+<urn:uuid:1579686978> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15082679524>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-29T15:28:50";
+	nmo:receivedDate "2008-05-09T15:15:02";
+	nmo:plainTextMessageContent "Amet dolor nulla duis enim Utwisi in delenit delenitaugue et erat. Euismod praesent tincidunt in velit sit. Iriure molestie laoreet vel sit ut nostrud aliquip veniamquis suscipit feugait qui sit. In ex ad blandit tation illum tincidunt. Dignissim ea nostrud feugiat luptatum te volutpat. ".
+
+<urn:uuid:1257440873> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15082679524>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-20T15:58:24";
+	nmo:receivedDate "2008-02-11T16:04:59";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Molestie duis exerci ullamcorper. Minim praesent odio ea veniam tationullamcorper augue eufeugiat exerci delenit iusto tincidunt luptatum ex. Iusto hendrerit facilisi nulla consequatvel laoreet odio aliquam tation esse. Tincidunt facilisis esse accumsan velit facilisi eum aliquam iriure eros dolor lobortis. Dolore qui ut aliquip ex laoreet lobortis. Delenitaugue eros dolor euismod dolore nonummy etaccumsan quis illum consectetuer nislut. Eum iustoodio ex et in Utwisi euismod iustoodio nostrud hendrerit accumsan commodo esse. ".
+
+<urn:uuid:840709192> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15082679524>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-18T15:46:14";
+	nmo:receivedDate "2008-12-20T15:58:54";
+	nmo:plainTextMessageContent "Dignissim hendrerit ut invulputate iriuredolor at adipiscing accumsan et ut qui zzril. Delenit vel exerci dolore ea. Utwisi et at hendrerit in suscipit iusto. Erat diam ad feugait exerci dignissim illum eum minim iriure. Suscipit aliquam ullamcorper odio dignissim ut erat illum lorem illum Utwisi quis tationullamcorper. Eros ut ad tationullamcorper feugait. Enim vel ut te dolor duis velit in consequat. ".
+
+<urn:uuid:348644547> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15082679524>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-28T15:42:03";
+	nmo:receivedDate "2008-10-31T15:14:20";
+	nmo:plainTextMessageContent "Aliquip ullamcorper dolore praesent invulputate nislut dolore lobortis. Tincidunt esse vero autem delenitaugue nonummy exerci. Blandit et blandit eu et dolor velit nulla ut enim. Sit ipsum sit nostrud sit. ".
+
+<urn:uuid:1035924913> a nco:PersonContact; 
+	nco:fullname "Eli Gregg";
+	nco:nameGiven "Eli";
+	nco:nameFamily "Gregg";
+	nco:birthDate "1942-09-07";
+	nco:hasAffiliation "Supervisor General Maintenance";
+	nco:hasEmailAddress <mailto:eli gregg commodomolestie gov>;
+	nco:hasPhoneNumber <tel:+15082679524>;
+	nco:hasIMAccount <xmpp:eli gregg gmail com>;
+	nco:hasPostalAddress <urn:uuid:1191937607>.
+
+<urn:uuid:606135189> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:489035834>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "At diam suscipit ea euismod autem nulla. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-19T17:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-19T17:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:489035834>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1283994351> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13103" ;
+	nco:locality "Mallory" ;
+	nco:streetAddress "3112 Stagecoach Lane" .
+
+<mailto:dharry eaipsum tv> a nco:EmailAddress; 
+	nco:emailAddress "dharry eaipsum tv".
+
+<tel:+12079619517> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)961-9517".
+
+<urn:uuid:95191017> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079619517>]; 
+	nmo:duration 38; 
+	nmo:receivedDate "2008-08-24T16:08:46". 
+
+<urn:uuid:449905428> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079619517>]; 
+	nmo:duration 17; 
+	nmo:receivedDate "2009-01-17T15:20:18". 
+
+<urn:uuid:336661436> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079619517>]; 
+	nmo:duration 45; 
+	nmo:receivedDate "2009-01-26T15:22:47". 
+
+<urn:uuid:1466265548> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079619517>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-17T16:04:22";
+	nmo:receivedDate "2008-09-04T15:29:36";
+	nmo:plainTextMessageContent "Iriuredolor velit iriuredolor tation facilisi eros diam. Luptatum elitsed feugait consequat et hendrerit delenitaugue nisl te te. Nulla vero molestie qui te dolore velit qui facilisis iusto molestie nostrud. Eu ex praesent odio autem. Blandit eros consequat dolore at. Minim duis et te consectetuer et et dolore blandit in duis. ".
+
+<urn:uuid:1753580408> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079619517>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-14T15:23:20";
+	nmo:receivedDate "2008-06-13T15:19:50";
+	nmo:plainTextMessageContent "Nulla dolore dolor qui nostrud duis esse. Enim vel lorem aliquam autem wisi nulla minim sit sit. Ut veniam autem duis veniamquis te at in. Ad tation et lobortis adipiscing nostrud adipiscing Utwisi enim dolore vel. Lobortis consectetuer tincidunt duis aliquip vero. Ut ullamcorper ea vel nislut iusto molestie eufeugiat dolore. Tation illum esse ipsum eufeugiat lobortis. ".
+
+<urn:uuid:525233919> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079619517>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-12T15:36:17";
+	nmo:receivedDate "2009-01-20T15:59:34";
+	nmo:plainTextMessageContent "Commodoconsequat et veniam luptatumzzril feugait dolore minim euismod delenit. Commodo hendrerit lobortis tation tation feugiat et veniam quis. Amet accumsan odio et nostrud eum facilisi wisi vel. Feugait dolore quis laoreet tation. ".
+
+<urn:uuid:965364399> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079619517>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-06T15:52:07";
+	nmo:receivedDate "2008-05-30T15:30:58";
+	nmo:plainTextMessageContent "Dolor ea consectetuer wisi. Vulputate eros luptatumzzril eum vulputate enim luptatum erat te nostrud tincidunt ad erat velit. Ut ea ea ut enim ea. Eufeugiat tincidunt ut te ea eros eufeugiat. ".
+
+<urn:uuid:337010795> a nco:PersonContact; 
+	nco:fullname "Dominic Harry";
+	nco:nameGiven "Dominic";
+	nco:nameFamily "Harry";
+	nco:birthDate "1942-07-12";
+	nco:hasAffiliation "IT Field Representative";
+	nco:hasEmailAddress <mailto:dharry eaipsum tv>;
+	nco:hasPhoneNumber <tel:+12079619517>;
+	nco:hasPostalAddress <urn:uuid:1283994351>.
+
+<urn:uuid:160235695> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02350" ;
+	nco:locality "Monponsett" ;
+	nco:streetAddress "5901 Grenville Street" .
+
+<mailto:rlyle duisconsectetuer info> a nco:EmailAddress; 
+	nco:emailAddress "rlyle duisconsectetuer info".
+
+<urn:uuid:696304952> a nco:PersonContact; 
+	nco:fullname "Richard Lyle";
+	nco:nameGiven "Richard";
+	nco:nameFamily "Lyle";
+	nco:birthDate "1943-02-28";
+	nco:hasAffiliation "Engineer Marine";
+	nco:hasEmailAddress <mailto:rlyle duisconsectetuer info>;
+	nco:hasPostalAddress <urn:uuid:160235695>.
+
+<urn:uuid:267518138> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10154" ;
+	nco:locality "New York" ;
+	nco:streetAddress "6058 Fernspring Way" .
+
+<mailto:lmeeker veroaliquam edu> a nco:EmailAddress; 
+	nco:emailAddress "lmeeker veroaliquam edu".
+
+<urn:uuid:1548812808> a nco:PersonContact; 
+	nco:fullname "Leona Meeker";
+	nco:nameGiven "Leona";
+	nco:nameFamily "Meeker";
+	nco:birthDate "1943-01-07";
+	nco:hasAffiliation "Investigator";
+	nco:hasEmailAddress <mailto:lmeeker veroaliquam edu>;
+	nco:hasPostalAddress <urn:uuid:267518138>.
+
+<urn:uuid:1928333354> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11956" ;
+	nco:locality "New Suffolk" ;
+	nco:streetAddress "562 Abercrombie Cove" .
+
+<mailto:daugustine etaccumsandolor us> a nco:EmailAddress; 
+	nco:emailAddress "daugustine etaccumsandolor us".
+
+<urn:uuid:1892426101> a nco:PersonContact; 
+	nco:fullname "Dana Augustine";
+	nco:nameGiven "Dana";
+	nco:nameFamily "Augustine";
+	nco:birthDate "1942-12-11";
+	nco:hasAffiliation "Order Processing Supervisor";
+	nco:hasEmailAddress <mailto:daugustine etaccumsandolor us>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:1928333354>.
+
+<urn:uuid:383691229> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:536466710>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Feugait eufeugiat wisi consequat te suscipit vero. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-25T17:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-25T18:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:536466710>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:420257603> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1892426101>;
+	nmo:sentDate "2008-09-28T15:33:31";
+	nmo:receivedDate "2008-09-28T15:33:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daugustine etaccumsandolor us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:564495227>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "eali feugiatenim org"];
+	nmo:messageSubject "Augue euismod aliquip dolor Utwisi nulla iriure blandit ut nonummy iustoodio delenitaugue et suscipit. ";
+	nmo:plainTextMessageContent "Feugiat luptatum commodo veniam tation te volutpat esse. ".
+
+<urn:uuid:765598060> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08882" ;
+	nco:locality "South River" ;
+	nco:streetAddress "759 Rolling Valley Drive" .
+
+<mailto:gludwig auguenulla org> a nco:EmailAddress; 
+	nco:emailAddress "gludwig auguenulla org".
+
+<xmpp:guillermina ludwig gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Guillermina Ludwig" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Eum molestie aliquip vulputate aliquip facilisi ad. " ;
+	nco:imID "guillermina ludwig gmail com".
+
+<urn:uuid:1772144621> a nco:PersonContact; 
+	nco:fullname "Guillermina Ludwig";
+	nco:nameGiven "Guillermina";
+	nco:nameFamily "Ludwig";
+	nco:birthDate "1942-04-03";
+	nco:hasAffiliation "Clerk Information";
+	nco:hasEmailAddress <mailto:gludwig auguenulla org>;
+	nco:hasIMAccount <xmpp:guillermina ludwig gmail com>;
+	nco:hasPostalAddress <urn:uuid:765598060>.
+
+<urn:uuid:923882335> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06471" ;
+	nco:locality "North Branford" ;
+	nco:streetAddress "4371 Long Lake Street" .
+
+<mailto:raven fusco facilisisexerci us> a nco:EmailAddress; 
+	nco:emailAddress "raven fusco facilisisexerci us".
+
+<xmpp:raven fusco gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Raven Fusco" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Aliquip delenit iustoodio exerci veniamquis minim amet consequatvel volutpat nislut facilisi molestie adipiscing consequat. " ;
+	nco:imID "raven fusco gmail com".
+
+<urn:uuid:448880922> a nco:PersonContact; 
+	nco:fullname "Raven Fusco";
+	nco:nameGiven "Raven";
+	nco:nameFamily "Fusco";
+	nco:birthDate "1942-09-18";
+	nco:hasAffiliation "Bank Teller";
+	nco:hasEmailAddress <mailto:raven fusco facilisisexerci us>;
+	nco:hasIMAccount <xmpp:raven fusco gmail com>;
+	nco:hasPostalAddress <urn:uuid:923882335>.
+
+<urn:uuid:674608987> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13157" ;
+	nco:locality "Sylvan Beach" ;
+	nco:streetAddress "9841 Huntcliff Street" .
+
+<mailto:asowers nislutvel org> a nco:EmailAddress; 
+	nco:emailAddress "asowers nislutvel org".
+
+<urn:uuid:1435085020> a nco:PersonContact; 
+	nco:fullname "Armand Sowers";
+	nco:nameGiven "Armand";
+	nco:nameFamily "Sowers";
+	nco:birthDate "1942-09-05";
+	nco:hasAffiliation "Outpatient Admitting Clerk";
+	nco:hasEmailAddress <mailto:asowers nislutvel org>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:674608987>.
+
+<urn:uuid:795315745> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01841" ;
+	nco:locality "Lawrence" ;
+	nco:streetAddress "134 Neshoba Trace Trail" .
+
+<mailto:lorraine carrico etut net> a nco:EmailAddress; 
+	nco:emailAddress "lorraine carrico etut net".
+
+<xmpp:lorraine carrico gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Lorraine Carrico" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Praesent delenit suscipit molestie dolore. " ;
+	nco:imID "lorraine carrico gmail com".
+
+<urn:uuid:1072823837> a nco:PersonContact; 
+	nco:fullname "Lorraine Carrico";
+	nco:nameGiven "Lorraine";
+	nco:nameFamily "Carrico";
+	nco:birthDate "1943-01-03";
+	nco:hasAffiliation "Copier Technician";
+	nco:hasEmailAddress <mailto:lorraine carrico etut net>;
+	nco:hasIMAccount <xmpp:lorraine carrico gmail com>;
+	nco:hasPostalAddress <urn:uuid:795315745>.
+
+<urn:uuid:577780466> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:337010795>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Iusto aliquip tation iusto feugait amet eum feugiat consequat dolore. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-04T14:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-04T15:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:337010795>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1980751509> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12306" ;
+	nco:locality "Schenectady" ;
+	nco:streetAddress "9865 Square Lake Avenue" .
+
+<mailto:kwoodall dolordignissim org> a nco:EmailAddress; 
+	nco:emailAddress "kwoodall dolordignissim org".
+
+<xmpp:kathie woodall gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Kathie Woodall" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Luptatumzzril tincidunt amet dolor aliquip eufeugiat. " ;
+	nco:imID "kathie woodall gmail com".
+
+<urn:uuid:379747562> a nco:PersonContact; 
+	nco:fullname "Kathie Woodall";
+	nco:nameGiven "Kathie";
+	nco:nameFamily "Woodall";
+	nco:birthDate "1942-03-21";
+	nco:hasAffiliation "Consultant 3";
+	nco:hasEmailAddress <mailto:kwoodall dolordignissim org>;
+	nco:hasIMAccount <xmpp:kathie woodall gmail com>;
+	nco:hasPostalAddress <urn:uuid:1980751509>.
+
+<urn:uuid:1801389308> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:36048330>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Duis hendrerit tation velit facilisi facilisi consequat at iusto nislut volutpat. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-19T12:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-19T13:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:36048330>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:124895621> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10007" ;
+	nco:locality "New York" ;
+	nco:streetAddress "3056 Sunrise Drive" .
+
+<mailto:leone whitt feugiatfeugiat com> a nco:EmailAddress; 
+	nco:emailAddress "leone whitt feugiatfeugiat com".
+
+<urn:uuid:1034791356> a nco:PersonContact; 
+	nco:fullname "Leone Whitt";
+	nco:nameGiven "Leone";
+	nco:nameFamily "Whitt";
+	nco:birthDate "1943-01-02";
+	nco:hasAffiliation "Supervisor Nursing Shift";
+	nco:hasEmailAddress <mailto:leone whitt feugiatfeugiat com>;
+	nco:hasPostalAddress <urn:uuid:124895621>.
+
+<urn:uuid:91647222> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1548812808>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Consectetuer consectetuer consectetuer exerci velit nulla luptatumzzril dignissim nulla commodoconsequat veniamquis esse. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-26T15:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-26T16:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1548812808>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1181131687> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13761" ;
+	nco:locality "Endicott" ;
+	nco:streetAddress "7768 Corporate Edge Trail" .
+
+<mailto:prust illumet org> a nco:EmailAddress; 
+	nco:emailAddress "prust illumet org".
+
+<xmpp:pam rust gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Pam Rust" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Minim aliquam tationullamcorper facilisis delenit nislut. " ;
+	nco:imID "pam rust gmail com".
+
+<urn:uuid:1812174858> a nco:PersonContact; 
+	nco:fullname "Pam Rust";
+	nco:nameGiven "Pam";
+	nco:nameFamily "Rust";
+	nco:birthDate "1942-11-05";
+	nco:hasAffiliation "Paste-up Artist";
+	nco:hasEmailAddress <mailto:prust illumet org>;
+	nco:hasIMAccount <xmpp:pam rust gmail com>;
+	nco:hasPostalAddress <urn:uuid:1181131687>.
+
+<urn:uuid:1783304104> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13033" ;
+	nco:locality "Cato" ;
+	nco:streetAddress "8454 Woodridge Way" .
+
+<mailto:zenaida vail diamenim net> a nco:EmailAddress; 
+	nco:emailAddress "zenaida vail diamenim net".
+
+<xmpp:zenaida vail gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Zenaida Vail" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Dolore ipsum molestie luptatum in dolore dolor ut nostrud iusto. " ;
+	nco:imID "zenaida vail gmail com".
+
+<tel:+19599398188> a nco:PhoneNumber; 
+	nco:phoneNumber "(959)939-8188".
+
+<urn:uuid:2024127304> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19599398188>]; 
+	nmo:duration 20; 
+	nmo:sentDate "2008-06-23T15:46:57". 
+
+<urn:uuid:1465566300> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19599398188>]; 
+	nmo:duration 20; 
+	nmo:receivedDate "2008-09-26T15:21:07". 
+
+<urn:uuid:505547271> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19599398188>]; 
+	nmo:duration 3; 
+	nmo:sentDate "2008-02-03T15:56:57". 
+
+<urn:uuid:1412069957> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19599398188>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-28T16:08:39";
+	nmo:receivedDate "2008-07-01T15:13:08";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Esse aliquam duis etaccumsan suscipit dignissim diam. Nisl iusto wisi velit in qui aliquam in facilisi wisi te at lobortis praesent. Ut vel qui facilisis wisi illum enim qui hendrerit illum vel feugiat eum aliquip. Consequat dolore dignissim dignissim. Nibh diam eum eufeugiat adipiscing volutpat invulputate ipsum lobortis. Autem vero dolore eu exerci etaccumsan esse etaccumsan etaccumsan feugait qui nostrud dolore tationullamcorper. Hendrerit feugait veniam adipiscing aliquip nibh molestie ipsum. ".
+
+<urn:uuid:1774145180> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19599398188>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-14T15:11:42";
+	nmo:receivedDate "2008-10-01T15:18:19";
+	nmo:plainTextMessageContent "Aliquip in enim adipiscing vel vulputate feugait veniamquis quis dolore dolore. Ad blandit eu nulla facilisi lobortis at luptatum autem. Dolore duis hendrerit et at. Luptatum consequat aliquip qui iustoodio. Utwisi veniam delenitaugue elitsed minim duis consectetuer adipiscing delenit zzril volutpat. Ad velit tincidunt commodoconsequat qui velit eum hendrerit consequatvel qui feugait facilisis. Veniamquis eum duis delenit ea qui nostrud commodo feugait esse duis dolore tation odio. ".
+
+<urn:uuid:1579492471> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19599398188>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-20T15:19:23";
+	nmo:receivedDate "2008-05-15T15:25:27";
+	nmo:plainTextMessageContent "Sit commodo iusto vel nislut odio facilisi ipsum ea ad facilisi ipsum nonummy te. Accumsan commodo qui ea et volutpat facilisi etaccumsan veniam nonummy dignissim. In dolore duis iriuredolor facilisis in eum ad dolor. Et ad suscipit veniamquis praesent duis lorem nibh nulla molestie vel aliquam augue. Luptatumzzril molestie te nisl in. Etaccumsan ut dolore consequatvel lobortis. Laoreet zzril nostrud hendrerit. ".
+
+<urn:uuid:100738298> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19599398188>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-28T16:07:52";
+	nmo:receivedDate "2008-06-28T16:04:57";
+	nmo:plainTextMessageContent "Tincidunt dolore ut vel facilisi ex consequat vel. Praesent ad facilisi quis nostrud et. Ipsum volutpat nisl in. Enim dolore feugiat ut feugait aliquip aliquip feugait hendrerit exerci etaccumsan duis. Qui ex hendrerit qui in at delenitaugue eum odio iusto blandit duis ut iusto. ".
+
+<urn:uuid:510588939> a nco:PersonContact; 
+	nco:fullname "Zenaida Vail";
+	nco:nameGiven "Zenaida";
+	nco:nameFamily "Vail";
+	nco:birthDate "1942-03-27";
+	nco:hasAffiliation "Import/Export Supervisor";
+	nco:hasEmailAddress <mailto:zenaida vail diamenim net>;
+	nco:hasPhoneNumber <tel:+19599398188>;
+	nco:hasIMAccount <xmpp:zenaida vail gmail com>;
+	nco:hasPostalAddress <urn:uuid:1783304104>.
+
+<urn:uuid:1793274998> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01008" ;
+	nco:locality "Blandford" ;
+	nco:streetAddress "8639 Rainbow Drive" .
+
+<mailto:zackary haney vulputatepraesent org> a nco:EmailAddress; 
+	nco:emailAddress "zackary haney vulputatepraesent org".
+
+<xmpp:zackary haney gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Zackary Haney" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Nulla ut et duis. " ;
+	nco:imID "zackary haney gmail com".
+
+<urn:uuid:1728460819> a nco:PersonContact; 
+	nco:fullname "Zackary Haney";
+	nco:nameGiven "Zackary";
+	nco:nameFamily "Haney";
+	nco:birthDate "1943-01-19";
+	nco:hasAffiliation "Banking Loan Collector";
+	nco:hasEmailAddress <mailto:zackary haney vulputatepraesent org>;
+	nco:hasIMAccount <xmpp:zackary haney gmail com>;
+	nco:hasPostalAddress <urn:uuid:1793274998>.
+
+<urn:uuid:688172239> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04068" ;
+	nco:locality "Porter" ;
+	nco:streetAddress "1114 Main Street" .
+
+<mailto:anderson plante dolorlobortis gov> a nco:EmailAddress; 
+	nco:emailAddress "anderson plante dolorlobortis gov".
+
+<tel:+14132083693> a nco:PhoneNumber; 
+	nco:phoneNumber "(413)208-3693".
+
+<urn:uuid:431464245> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14132083693>]; 
+	nmo:duration 18; 
+	nmo:sentDate "2008-12-25T15:15:12". 
+
+<urn:uuid:976793477> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14132083693>]; 
+	nmo:duration 50; 
+	nmo:receivedDate "2008-08-04T15:53:44". 
+
+<urn:uuid:620260322> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14132083693>]; 
+	nmo:duration 22; 
+	nmo:sentDate "2008-12-19T15:36:44". 
+
+<urn:uuid:2134438763> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14132083693>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-26T15:37:52";
+	nmo:receivedDate "2009-01-02T15:59:02";
+	nmo:plainTextMessageContent "Wisi ut in ullamcorper iusto luptatum et eum. Te ex duis iusto et eufeugiat dolore dolor in. Nulla eufeugiat vero vel eros vel augue eufeugiat elitsed vel aliquip laoreet praesent eu. Quis feugait nisl lobortis euismod consequatvel luptatumzzril vel wisi at. Esse nulla consequatvel nulla invulputate et wisi. ".
+
+<urn:uuid:1049390527> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14132083693>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-26T15:57:13";
+	nmo:receivedDate "2008-12-07T15:27:13";
+	nmo:plainTextMessageContent "In qui nisl at vel tationullamcorper molestie eufeugiat aliquip. Wisi elitsed blandit ex duis iriure delenit qui aliquam eu vel sit. Invulputate duis aliquam at eum lorem nostrud iustoodio. Facilisi tation sit dignissim commodo velit eros vel lobortis delenitaugue feugait. ".
+
+<urn:uuid:1969363527> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14132083693>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-06T15:55:59";
+	nmo:receivedDate "2008-05-01T15:35:17";
+	nmo:plainTextMessageContent "Ipsum ea dolore nostrud vel elitsed veniam diam facilisi hendrerit vel. Aliquip velit volutpat nostrud veniamquis vulputate sit ea dolore nulla. Et ut ut aliquip zzril molestie laoreet duis te. Vero ipsum zzril eros minim nonummy suscipit. ".
+
+<urn:uuid:1229417426> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14132083693>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-21T15:36:28";
+	nmo:receivedDate "2008-10-17T15:45:58";
+	nmo:plainTextMessageContent "Lorem nonummy enim feugait eum exerci duis in duis volutpat esse in. Esse suscipit iusto vel esse blandit lobortis velit eu eum veniamquis. Facilisis sit in qui wisi in nibh dolor dolore quis. Molestie ut euismod tincidunt vel consequatvel exerci nostrud nulla. Dignissim ipsum illum nulla enim praesent doloremagna suscipit hendrerit facilisis exerci. ".
+
+<urn:uuid:305294561> a nco:PersonContact; 
+	nco:fullname "Anderson Plante";
+	nco:nameGiven "Anderson";
+	nco:nameFamily "Plante";
+	nco:birthDate "1942-06-14";
+	nco:hasAffiliation "Benefits Manager";
+	nco:hasEmailAddress <mailto:anderson plante dolorlobortis gov>;
+	nco:hasPhoneNumber <tel:+14132083693>;
+	nco:hasPostalAddress <urn:uuid:688172239>.
+
+<urn:uuid:676292677> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10917" ;
+	nco:locality "Central Valley" ;
+	nco:streetAddress "838 Diamond Leaf Circle" .
+
+<mailto:marcie banner volutpatvelit eu> a nco:EmailAddress; 
+	nco:emailAddress "marcie banner volutpatvelit eu".
+
+<tel:+12071176418> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)117-6418".
+
+<urn:uuid:1261367407> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12071176418>]; 
+	nmo:duration 15; 
+	nmo:sentDate "2008-10-16T15:17:14". 
+
+<urn:uuid:286403968> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12071176418>]; 
+	nmo:duration 36; 
+	nmo:sentDate "2008-07-17T15:42:29". 
+
+<urn:uuid:1748720096> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12071176418>]; 
+	nmo:duration 17; 
+	nmo:receivedDate "2008-02-23T16:04:12". 
+
+<urn:uuid:244535950> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12071176418>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-15T15:12:23";
+	nmo:receivedDate "2008-04-14T15:26:10";
+	nmo:plainTextMessageContent "Minim commodoconsequat eu diam autem. Lorem praesent dolor iriuredolor dignissim amet velit eum ad vero ex enim. Veniamquis ipsum nulla dignissim facilisi blandit at et. Amet iustoodio delenit dignissim duis zzril at blandit. Eros praesent facilisis ea facilisis. Dolor facilisis volutpat velit aliquam duis iriure iriure suscipit eum consequat ea invulputate. ".
+
+<urn:uuid:1657316179> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12071176418>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-28T16:02:20";
+	nmo:receivedDate "2008-04-12T15:51:17";
+	nmo:plainTextMessageContent "Eum praesent duis zzril elitsed ad. Duis illum nulla autem nislut eros dolore. Consequat commodo at iustoodio nulla qui adipiscing te. Illum consectetuer suscipit eum velit augue. ".
+
+<urn:uuid:1023777649> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12071176418>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-06T15:13:13";
+	nmo:receivedDate "2008-12-06T16:03:19";
+	nmo:plainTextMessageContent "Suscipit duis enim illum feugait duis dolore blandit enim. In iriure nulla exerci. Amet feugait nislut molestie tationullamcorper elitsed. Aliquip ex hendrerit consequatvel vero minim ut minim. Nulla veniam et lobortis suscipit eufeugiat dignissim Utwisi ad dolore iusto. ".
+
+<urn:uuid:800329031> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12071176418>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-13T15:30:01";
+	nmo:receivedDate "2008-07-29T15:46:12";
+	nmo:plainTextMessageContent "Luptatumzzril luptatumzzril duis nulla qui eum eu ut. Facilisis nislut blandit erat hendrerit lorem duis erat feugait aliquip delenitaugue adipiscing vel. Aliquip quis laoreet consequat et odio lobortis dolore vero. Delenitaugue feugiat delenitaugue doloremagna delenitaugue lobortis vulputate nostrud. Vero ea consectetuer ea tation te volutpat nislut iriuredolor hendrerit aliquip nulla at. ".
+
+<urn:uuid:1892587189> a nco:PersonContact; 
+	nco:fullname "Marcie Banner";
+	nco:nameGiven "Marcie";
+	nco:nameFamily "Banner";
+	nco:birthDate "1942-04-17";
+	nco:hasAffiliation "Personal Attendant";
+	nco:hasEmailAddress <mailto:marcie banner volutpatvelit eu>;
+	nco:hasPhoneNumber <tel:+12071176418>;
+	nco:hasPostalAddress <urn:uuid:676292677>.
+
+<urn:uuid:907426081> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07879" ;
+	nco:locality "Tranquility" ;
+	nco:streetAddress "6785 Hayden Circle" .
+
+<mailto:ddwyer eaUtwisi net> a nco:EmailAddress; 
+	nco:emailAddress "ddwyer eaUtwisi net".
+
+<urn:uuid:1112482474> a nco:PersonContact; 
+	nco:fullname "Dario Dwyer";
+	nco:nameGiven "Dario";
+	nco:nameFamily "Dwyer";
+	nco:birthDate "1943-01-10";
+	nco:hasAffiliation "Supervisor Safety";
+	nco:hasEmailAddress <mailto:ddwyer eaUtwisi net>;
+	nco:hasPostalAddress <urn:uuid:907426081>.
+
+<urn:uuid:2112103145> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01607" ;
+	nco:locality "Worcester" ;
+	nco:streetAddress "1639 Cherryfield Cove" .
+
+<mailto:loyd bedford nonummydolore tv> a nco:EmailAddress; 
+	nco:emailAddress "loyd bedford nonummydolore tv".
+
+<xmpp:loyd bedford gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Loyd Bedford" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Vero augue duis facilisis exerci diam nulla commodo duis dolor at tationullamcorper nulla. " ;
+	nco:imID "loyd bedford gmail com".
+
+<tel:+12072535864> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)253-5864".
+
+<urn:uuid:1401577252> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12072535864>]; 
+	nmo:duration 3; 
+	nmo:sentDate "2008-05-03T15:16:08". 
+
+<urn:uuid:373280865> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12072535864>]; 
+	nmo:duration 28; 
+	nmo:sentDate "2008-09-17T15:38:13". 
+
+<urn:uuid:1911578893> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12072535864>]; 
+	nmo:duration 49; 
+	nmo:receivedDate "2008-06-24T15:23:02". 
+
+<urn:uuid:1917152341> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12072535864>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-08T15:55:50";
+	nmo:receivedDate "2008-12-09T15:15:51";
+	nmo:plainTextMessageContent "Et blandit at duis feugiat vel enim duis. Vulputate tation amet luptatum vero lobortis nostrud consectetuer ea. Enim vero enim lorem augue. Et nibh blandit et eros. Praesent et aliquam in et nulla nonummy facilisi. Feugiat diam adipiscing elitsed suscipit ut eu dolore facilisis adipiscing lorem vel iriuredolor velit. ".
+
+<urn:uuid:590321641> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12072535864>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-01T15:36:04";
+	nmo:receivedDate "2008-09-04T15:23:59";
+	nmo:plainTextMessageContent "Etaccumsan minim at dolor molestie in Utwisi iustoodio te at vel ex nislut illum. Molestie Utwisi lobortis consectetuer enim. Ex nulla ex et veniam blandit eum nisl aliquip laoreet et volutpat nulla. Te velit feugiat molestie consequat in at sit delenitaugue wisi. ".
+
+<urn:uuid:374503489> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12072535864>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-19T16:05:03";
+	nmo:receivedDate "2008-02-06T15:43:09";
+	nmo:plainTextMessageContent "Euismod laoreet delenitaugue ea facilisis augue feugiat ad duis. Qui et tation feugait eros minim accumsan vel dignissim feugiat. Et invulputate eros esse in. Luptatum facilisi nulla laoreet suscipit blandit te te ex ad dignissim nostrud delenitaugue hendrerit. In erat in velit accumsan adipiscing nulla dignissim. Iustoodio tincidunt te hendrerit zzril eu eu exerci adipiscing ad commodo nisl qui wisi. Qui iriure suscipit consectetuer. ".
+
+<urn:uuid:930921683> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12072535864>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-23T15:24:09";
+	nmo:receivedDate "2008-10-19T15:47:00";
+	nmo:plainTextMessageContent "Illum delenit exerci etaccumsan. Adipiscing at tationullamcorper augue facilisis iusto in. Eros nulla molestie tationullamcorper eros wisi. Hendrerit nulla Utwisi minim velit nostrud dolor eros minim vero aliquam. ".
+
+<urn:uuid:1119096188> a nco:PersonContact; 
+	nco:fullname "Loyd Bedford";
+	nco:nameGiven "Loyd";
+	nco:nameFamily "Bedford";
+	nco:birthDate "1942-11-30";
+	nco:hasAffiliation "Business Analyst e-Commerce";
+	nco:hasEmailAddress <mailto:loyd bedford nonummydolore tv>;
+	nco:hasPhoneNumber <tel:+12072535864>;
+	nco:hasIMAccount <xmpp:loyd bedford gmail com>;
+	nco:hasPostalAddress <urn:uuid:2112103145>.
+
+<urn:uuid:781731130> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08021" ;
+	nco:locality "Clementon" ;
+	nco:streetAddress "9116 Interlachen Way" .
+
+<mailto:renita orourke consequatUtwisi info> a nco:EmailAddress; 
+	nco:emailAddress "renita orourke consequatUtwisi info".
+
+<xmpp:renita orourke gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Renita Orourke" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Tincidunt in duis iusto facilisi dolor consectetuer duis enim duis vel ut hendrerit. " ;
+	nco:imID "renita orourke gmail com".
+
+<urn:uuid:457233698> a nco:PersonContact; 
+	nco:fullname "Renita Orourke";
+	nco:nameGiven "Renita";
+	nco:nameFamily "Orourke";
+	nco:birthDate "1942-10-20";
+	nco:hasAffiliation "Grinder Rough";
+	nco:hasEmailAddress <mailto:renita orourke consequatUtwisi info>;
+	nco:hasIMAccount <xmpp:renita orourke gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:781731130>.
+
+<urn:uuid:1218569040> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12087" ;
+	nco:locality "Hannacroix" ;
+	nco:streetAddress "6542 Hunters Lane" .
+
+<mailto:barrett betts exerciluptatum gov> a nco:EmailAddress; 
+	nco:emailAddress "barrett betts exerciluptatum gov".
+
+<urn:uuid:651465676> a nco:PersonContact; 
+	nco:fullname "Barrett Betts";
+	nco:nameGiven "Barrett";
+	nco:nameFamily "Betts";
+	nco:birthDate "1942-07-24";
+	nco:hasAffiliation "Human Resources Sprvr Employee Relations";
+	nco:hasEmailAddress <mailto:barrett betts exerciluptatum gov>;
+	nco:hasPostalAddress <urn:uuid:1218569040>.
+
+<urn:uuid:1111917057> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1731614453>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Hendrerit ad accumsan facilisis tincidunt. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-20T20:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-20T21:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1731614453>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1813956883> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01237" ;
+	nco:locality "Lanesboro" ;
+	nco:streetAddress "2483 Threadneedle Lane" .
+
+<mailto:carmella franks consectetuerveniamquis us> a nco:EmailAddress; 
+	nco:emailAddress "carmella franks consectetuerveniamquis us".
+
+<xmpp:carmella franks gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Carmella Franks" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Consequatvel luptatumzzril esse consequat accumsan dignissim tationullamcorper suscipit dolore consequat ea. " ;
+	nco:imID "carmella franks gmail com".
+
+<urn:uuid:1236812686> a nco:PersonContact; 
+	nco:fullname "Carmella Franks";
+	nco:nameGiven "Carmella";
+	nco:nameFamily "Franks";
+	nco:birthDate "1943-01-18";
+	nco:hasAffiliation "Medical Physician Assistant";
+	nco:hasEmailAddress <mailto:carmella franks consectetuerveniamquis us>;
+	nco:hasIMAccount <xmpp:carmella franks gmail com>;
+	nco:hasPostalAddress <urn:uuid:1813956883>.
+
+<urn:uuid:670534865> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15250" ;
+	nco:locality "Pittsburgh" ;
+	nco:streetAddress "2122 Riverdale Lane" .
+
+<mailto:brigitte mcfarland iriureexerci edu> a nco:EmailAddress; 
+	nco:emailAddress "brigitte mcfarland iriureexerci edu".
+
+<xmpp:brigitte mcfarland gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Brigitte Mcfarland" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Autem exerci feugait ipsum te tation nulla ipsum praesent ipsum autem commodo eros tationullamcorper. " ;
+	nco:imID "brigitte mcfarland gmail com".
+
+<urn:uuid:268024555> a nco:PersonContact; 
+	nco:fullname "Brigitte Mcfarland";
+	nco:nameGiven "Brigitte";
+	nco:nameFamily "Mcfarland";
+	nco:birthDate "1942-09-17";
+	nco:hasAffiliation "Inventory Clerk";
+	nco:hasEmailAddress <mailto:brigitte mcfarland iriureexerci edu>;
+	nco:hasIMAccount <xmpp:brigitte mcfarland gmail com>;
+	nco:hasPostalAddress <urn:uuid:670534865>.
+
+<urn:uuid:1549167909> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06716" ;
+	nco:locality "Wolcott" ;
+	nco:streetAddress "9388 Wickshire Parkway" .
+
+<mailto:rogelio hornsby dolorUtwisi eu> a nco:EmailAddress; 
+	nco:emailAddress "rogelio hornsby dolorUtwisi eu".
+
+<urn:uuid:1885960472> a nco:PersonContact; 
+	nco:fullname "Rogelio Hornsby";
+	nco:nameGiven "Rogelio";
+	nco:nameFamily "Hornsby";
+	nco:birthDate "1943-02-08";
+	nco:hasAffiliation "Farm Worker Supervisor";
+	nco:hasEmailAddress <mailto:rogelio hornsby dolorUtwisi eu>;
+	nco:hasPostalAddress <urn:uuid:1549167909>.
+
+<urn:uuid:672401002> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1885960472>;
+	nmo:sentDate "2008-04-24T15:30:08";
+	nmo:receivedDate "2008-04-24T15:30:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rogelio hornsby dolorUtwisi eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Veniamquis iriure laoreet vel dolor iriuredolor tationullamcorper etaccumsan nostrud velit duis. ";
+	nmo:plainTextMessageContent "Consequat hendrerit praesent erat velit blandit iriure. ".
+
+<urn:uuid:1667138965> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1885960472>;
+	nmo:sentDate "2008-02-05T15:57:08";
+	nmo:receivedDate "2008-02-05T15:57:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rogelio hornsby dolorUtwisi eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:757635421>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "fspearman velitlorem net"];
+	nmo:messageSubject "At molestie iustoodio velit duis veniamquis exerci aliquam volutpat consequat doloremagna quis enim hendrerit. ";
+	nmo:plainTextMessageContent "At praesent dolor Utwisi et vero lorem vel molestie nulla eu. ".
+
+<urn:uuid:1640433434> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1885960472>;
+	nmo:sentDate "2008-08-12T15:12:17";
+	nmo:receivedDate "2008-08-12T15:12:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rogelio hornsby dolorUtwisi eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:293484636>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "slamb exdolor info"];
+	nmo:messageSubject "Blandit ea nisl quis nibh eros dignissim velit vulputate enim tation. ";
+	nmo:plainTextMessageContent "Enim eros ipsum consectetuer facilisis consequat ipsum qui. ".
+
+<urn:uuid:181985507> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1885960472>;
+	nmo:sentDate "2008-08-28T15:16:36";
+	nmo:receivedDate "2008-08-28T15:17:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rogelio hornsby dolorUtwisi eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ut lorem nisl ullamcorper eum dolore eros eros minim. ";
+	nmo:plainTextMessageContent "Ut dignissim exerci ut suscipit aliquam luptatumzzril nulla nisl. Iustoodio praesent enim eros vel duis autem eu exerci. ".
+
+<urn:uuid:1014735077> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1885960472>;
+	nmo:sentDate "2008-06-28T15:54:04";
+	nmo:receivedDate "2008-06-28T15:54:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rogelio hornsby dolorUtwisi eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:2049406295>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "paris denson hendreritluptatumzzril com"];
+	nmo:messageSubject "Invulputate exerci consectetuer ullamcorper eros Utwisi luptatumzzril vel illum feugait autem. ";
+	nmo:plainTextMessageContent "Luptatum ad vel erat nonummy consequatvel iustoodio wisi commodoconsequat eros feugait. ".
+
+<urn:uuid:366236119> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1885960472>;
+	nmo:sentDate "2008-05-26T15:25:23";
+	nmo:receivedDate "2008-05-26T15:25:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rogelio hornsby dolorUtwisi eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1721850240>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "jvieira erosnostrud eu"];
+	nmo:messageSubject "Molestie nostrud qui adipiscing. ";
+	nmo:plainTextMessageContent "Ut ut feugait nostrud facilisis dolore hendrerit feugait nislut et praesent delenit sit nisl. Velit sit tationullamcorper odio wisi iriuredolor etaccumsan dolor nostrud nulla. ".
+
+<urn:uuid:1965873946> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1885960472>;
+	nmo:sentDate "2009-02-10T15:30:37";
+	nmo:receivedDate "2009-02-10T15:31:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rogelio hornsby dolorUtwisi eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1278268675>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "plemon duiseum com"];
+	nmo:bcc <urn:uuid:1497173871>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "gmorgan etdolore org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Et volutpat nostrud molestie nonummy euismod. ";
+	nmo:plainTextMessageContent "Facilisi duis luptatumzzril iriure odio eu autem. ".
+
+<urn:uuid:1675614215> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1885960472>;
+	nmo:sentDate "2008-10-11T15:56:29";
+	nmo:receivedDate "2008-10-11T15:57:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rogelio hornsby dolorUtwisi eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1576350578>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "michal littlefield hendreritodio eu"];
+	nmo:messageSubject "Ut ex duis volutpat tincidunt etaccumsan illum tincidunt qui ea duis iriure facilisi. ";
+	nmo:plainTextMessageContent "Ipsum euismod Utwisi et augue duis ut enim laoreet consectetuer dignissim facilisis duis. ".
+
+<urn:uuid:1182797202> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1885960472>;
+	nmo:sentDate "2008-04-13T15:29:50";
+	nmo:receivedDate "2008-04-13T15:30:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rogelio hornsby dolorUtwisi eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Lobortis euismod te in at nulla autem dolor etaccumsan nulla. ";
+	nmo:plainTextMessageContent "Augue facilisi vel diam facilisi consectetuer feugait dignissim nostrud. ".
+
+<urn:uuid:147408941> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1885960472>;
+	nmo:sentDate "2008-09-25T15:41:26";
+	nmo:receivedDate "2008-09-25T15:42:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rogelio hornsby dolorUtwisi eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Tation nostrud tincidunt vel eros feugait hendrerit erat. ";
+	nmo:plainTextMessageContent "Vero vero qui velit in adipiscing qui. ".
+
+<urn:uuid:517247827> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1885960472>;
+	nmo:sentDate "2009-01-02T15:36:23";
+	nmo:receivedDate "2009-01-02T15:36:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rogelio hornsby dolorUtwisi eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1772144621>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gludwig auguenulla org"];
+	nmo:messageSubject "Laoreet lorem velit iriure veniamquis delenit facilisi Utwisi enim in nulla vel etaccumsan. ";
+	nmo:plainTextMessageContent "Veniamquis velit minim feugait velit feugait nulla ut in ullamcorper molestie. ".
+
+<urn:uuid:57501806> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1885960472>;
+	nmo:sentDate "2008-09-08T15:51:58";
+	nmo:receivedDate "2008-09-08T15:52:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rogelio hornsby dolorUtwisi eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Laoreet accumsan vel facilisis veniam vel eros iustoodio nulla ad suscipit ad esse. ";
+	nmo:plainTextMessageContent "Exerci iusto delenit dolore praesent. ".
+
+<urn:uuid:1284887019> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12561" ;
+	nco:locality "New Paltz" ;
+	nco:streetAddress "9778 Cedar Ridge Lane" .
+
+<mailto:burt layman inet gov> a nco:EmailAddress; 
+	nco:emailAddress "burt layman inet gov".
+
+<xmpp:burt layman gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Burt Layman" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Blandit nulla tationullamcorper iriuredolor qui vulputate. " ;
+	nco:imID "burt layman gmail com".
+
+<urn:uuid:1583763352> a nco:PersonContact; 
+	nco:fullname "Burt Layman";
+	nco:nameGiven "Burt";
+	nco:nameFamily "Layman";
+	nco:birthDate "1942-12-08";
+	nco:hasAffiliation "Clerk Foreign Exchange Banking";
+	nco:hasEmailAddress <mailto:burt layman inet gov>;
+	nco:hasIMAccount <xmpp:burt layman gmail com>;
+	nco:hasPostalAddress <urn:uuid:1284887019>.
+
+<urn:uuid:146786838> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14563" ;
+	nco:locality "Union Hill" ;
+	nco:streetAddress "7652 Ravenhill Trail" .
+
+<mailto:rsmallwood exercilobortis info> a nco:EmailAddress; 
+	nco:emailAddress "rsmallwood exercilobortis info".
+
+<tel:+12019378626> a nco:PhoneNumber; 
+	nco:phoneNumber "(201)937-8626".
+
+<urn:uuid:771511095> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12019378626>]; 
+	nmo:duration 12; 
+	nmo:sentDate "2008-12-19T16:04:23". 
+
+<urn:uuid:1897410669> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12019378626>]; 
+	nmo:duration 12; 
+	nmo:receivedDate "2008-02-25T15:17:38". 
+
+<urn:uuid:1378031654> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12019378626>]; 
+	nmo:duration 20; 
+	nmo:sentDate "2008-08-31T15:51:29". 
+
+<urn:uuid:439543883> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12019378626>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-18T15:40:21";
+	nmo:receivedDate "2008-03-07T15:35:00";
+	nmo:plainTextMessageContent "Eu in dignissim accumsan dolore illum. Odio iriuredolor volutpat quis augue etaccumsan. Accumsan lobortis iriuredolor iriuredolor qui minim. Veniam ea wisi lobortis qui iriure dolore dolor. Eum exerci consequat esse qui Utwisi eum. Enim enim vel esse veniam blandit ut qui enim eufeugiat. ".
+
+<urn:uuid:1665303206> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12019378626>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-14T16:00:18";
+	nmo:receivedDate "2008-04-27T15:50:34";
+	nmo:plainTextMessageContent "Esse etaccumsan et eum et etaccumsan nulla sit enim. Tation ea Utwisi esse qui ut eros vel accumsan ut in erat. Praesent laoreet ea eufeugiat qui qui eros ea. Eu consequat invulputate erat eu. ".
+
+<urn:uuid:1520166885> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12019378626>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-04T15:44:55";
+	nmo:receivedDate "2008-03-13T15:24:56";
+	nmo:plainTextMessageContent "Nulla veniam autem vero nisl zzril ut. Nibh enim et eum praesent ut. Luptatum ad ex nostrud consectetuer autem ea. Volutpat vel ut ex ex. Enim wisi illum duis in exerci dolor te blandit minim aliquip autem commodo eufeugiat. Commodo eros dolore feugait praesent nostrud eros ut tation ut veniam ut. Et et te in feugait enim molestie te. ".
+
+<urn:uuid:1881287176> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12019378626>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-29T15:30:33";
+	nmo:receivedDate "2008-12-31T15:43:09";
+	nmo:plainTextMessageContent "Hendrerit blandit feugait praesent delenitaugue at lobortis duis ad luptatum qui laoreet. Facilisis at adipiscing nibh blandit ea at nonummy te dolore illum lorem. Laoreet luptatumzzril blandit enim consequat volutpat. Iriuredolor nostrud minim dolore suscipit. ".
+
+<urn:uuid:17303044> a nco:PersonContact; 
+	nco:fullname "Ross Smallwood";
+	nco:nameGiven "Ross";
+	nco:nameFamily "Smallwood";
+	nco:birthDate "1942-09-08";
+	nco:hasAffiliation "Shipping & Receiving Supervisor";
+	nco:hasEmailAddress <mailto:rsmallwood exercilobortis info>;
+	nco:hasPhoneNumber <tel:+12019378626>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:146786838>.
+
+<urn:uuid:737710558> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08801" ;
+	nco:locality "Annandale" ;
+	nco:streetAddress "5298 Greensprings Drive" .
+
+<mailto:velmore verosit eu> a nco:EmailAddress; 
+	nco:emailAddress "velmore verosit eu".
+
+<urn:uuid:1782703076> a nco:PersonContact; 
+	nco:fullname "Velda Elmore";
+	nco:nameGiven "Velda";
+	nco:nameFamily "Elmore";
+	nco:birthDate "1942-10-15";
+	nco:hasAffiliation "Semiconductor Processor";
+	nco:hasEmailAddress <mailto:velmore verosit eu>;
+	nco:hasPostalAddress <urn:uuid:737710558>.
+
+<urn:uuid:2103783895> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1782703076>;
+	nmo:sentDate "2009-02-15T16:07:27";
+	nmo:receivedDate "2009-02-15T16:07:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "velmore verosit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Erat aliquip exerci minim hendrerit sit elitsed minim enim. ";
+	nmo:plainTextMessageContent "Ex diam exerci te nulla consectetuer esse iustoodio minim exerci veniam veniamquis. ".
+
+<urn:uuid:162550738> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1782703076>;
+	nmo:sentDate "2008-11-24T15:45:10";
+	nmo:receivedDate "2008-11-24T15:45:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "velmore verosit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ex ut suscipit esse illum ea ipsum velit facilisis erat enim elitsed et eu. ";
+	nmo:plainTextMessageContent "Exerci ut facilisis iusto vel in dolore velit nostrud euismod. Ad iusto in illum. ".
+
+<urn:uuid:774560138> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1782703076>;
+	nmo:sentDate "2008-09-09T15:19:55";
+	nmo:receivedDate "2008-09-09T15:20:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "velmore verosit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Delenitaugue vulputate te zzril hendrerit etaccumsan vel dolor ut consequatvel. ";
+	nmo:plainTextMessageContent "Etaccumsan facilisi facilisis nulla. Nonummy et nislut dolor lorem ea enim duis minim amet commodoconsequat enim. ".
+
+<urn:uuid:1810153875> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1782703076>;
+	nmo:sentDate "2008-08-07T16:05:47";
+	nmo:receivedDate "2008-08-07T16:06:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "velmore verosit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Minim at aliquam exerci. ";
+	nmo:plainTextMessageContent "In ad euismod commodo dignissim dolore nulla nostrud aliquip. Dignissim blandit in duis dolore. ".
+
+<urn:uuid:1313879225> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1782703076>;
+	nmo:sentDate "2009-01-19T15:18:38";
+	nmo:receivedDate "2009-01-19T15:18:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "velmore verosit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Commodo vel tationullamcorper accumsan dolore in facilisis duis molestie dolor eros. ";
+	nmo:plainTextMessageContent "Qui nostrud erat suscipit ullamcorper nostrud amet. Molestie exerci aliquam delenit qui duis dolore. ".
+
+<urn:uuid:67748906> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1782703076>;
+	nmo:sentDate "2008-03-05T15:57:39";
+	nmo:receivedDate "2008-03-05T15:57:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "velmore verosit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nislut minim facilisis blandit eros duis. ";
+	nmo:plainTextMessageContent "Delenitaugue amet nulla te qui nibh laoreet tincidunt accumsan nonummy etaccumsan aliquip. Dolor lorem molestie euismod illum adipiscing wisi tation veniam illum qui lobortis. ".
+
+<urn:uuid:340278242> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1782703076>;
+	nmo:sentDate "2008-11-19T15:31:35";
+	nmo:receivedDate "2008-11-19T15:31:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "velmore verosit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Qui facilisis dolore eros vel consequat molestie autem sit nulla molestie duis dolor. ";
+	nmo:plainTextMessageContent "Sit nibh euismod vero eum dolore vel facilisi dolore. Euismod volutpat ea vel vero nostrud blandit illum vero aliquip vel dolore lorem. ".
+
+<urn:uuid:468319335> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1782703076>;
+	nmo:sentDate "2008-08-20T16:00:36";
+	nmo:receivedDate "2008-08-20T16:01:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "velmore verosit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Erat et illum elitsed commodo velit dolore et eu laoreet dignissim ut facilisis dignissim. ";
+	nmo:plainTextMessageContent "Facilisis feugiat nulla in. Sit nulla dignissim commodoconsequat exerci iustoodio lorem feugait consequat enim. ".
+
+<urn:uuid:910065655> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1782703076>;
+	nmo:sentDate "2008-11-06T16:11:27";
+	nmo:receivedDate "2008-11-06T16:11:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "velmore verosit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "In ut dolore praesent nulla. ";
+	nmo:plainTextMessageContent "Nostrud quis consequat elitsed odio tincidunt iusto at laoreet. Delenitaugue te in iriuredolor nulla tation consectetuer. ".
+
+<urn:uuid:726101158> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1782703076>;
+	nmo:sentDate "2008-02-12T15:21:20";
+	nmo:receivedDate "2008-02-12T15:21:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "velmore verosit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:457233698>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "renita orourke consequatUtwisi info"];
+	nmo:bcc <urn:uuid:656060555>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "jlabbe velitamet tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Ex nisl delenitaugue vel. ";
+	nmo:plainTextMessageContent "Velit volutpat hendrerit autem. Nulla euismod duis nostrud eros tation blandit aliquip quis dignissim autem duis. ".
+
+<urn:uuid:329516543> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1782703076>;
+	nmo:sentDate "2008-11-09T15:51:15";
+	nmo:receivedDate "2008-11-09T15:51:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "velmore verosit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Et in veniam nulla wisi. ";
+	nmo:plainTextMessageContent "Duis esse eum aliquam in autem vel in luptatum nostrud eros. ".
+
+<urn:uuid:605115992> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1782703076>;
+	nmo:sentDate "2008-09-02T15:20:36";
+	nmo:receivedDate "2008-09-02T15:21:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "velmore verosit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1873894462>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "federico huntley infacilisi gov"];
+	nmo:messageSubject "Eufeugiat commodo velit etaccumsan vel. ";
+	nmo:plainTextMessageContent "Veniamquis dolore veniam etaccumsan eu dolore eufeugiat iriuredolor. Accumsan consequatvel qui in eros ad diam quis in nibh. ".
+
+<urn:uuid:1695363215> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1782703076>;
+	nmo:sentDate "2008-06-10T16:08:59";
+	nmo:receivedDate "2008-06-10T16:08:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "velmore verosit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nonummy autem euismod duis iriure minim laoreet iusto dolor commodoconsequat. ";
+	nmo:plainTextMessageContent "Aliquip dignissim enim consectetuer. ".
+
+<urn:uuid:65351796> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1782703076>;
+	nmo:sentDate "2008-06-11T16:07:00";
+	nmo:receivedDate "2008-06-11T16:07:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "velmore verosit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vero accumsan molestie ullamcorper in dolor commodoconsequat minim delenit tationullamcorper. ";
+	nmo:plainTextMessageContent "Nulla amet vulputate et elitsed in ea luptatumzzril dignissim suscipit. ".
+
+<urn:uuid:1153461212> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1782703076>;
+	nmo:sentDate "2008-12-06T16:11:30";
+	nmo:receivedDate "2008-12-06T16:12:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "velmore verosit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Duis feugait invulputate ea luptatum nisl praesent duis at ipsum enim. ";
+	nmo:plainTextMessageContent "Utwisi vero facilisi dolor. Ex elitsed te exerci autem hendrerit odio vel velit. ".
+
+<urn:uuid:934822551> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1782703076>;
+	nmo:sentDate "2009-01-17T15:36:48";
+	nmo:receivedDate "2009-01-17T15:36:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "velmore verosit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1619154526>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lgoebel nullatincidunt gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Te nulla eu facilisi consequatvel autem vero feugait dolor. ";
+	nmo:plainTextMessageContent "Tation qui te delenitaugue velit aliquip lobortis autem adipiscing exerci autem eu exerci. Aliquip etaccumsan suscipit dolore augue autem commodoconsequat at dolore ut nulla nislut facilisis laoreet. ".
+
+<urn:uuid:1268277879> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1782703076>;
+	nmo:sentDate "2008-08-25T15:23:36";
+	nmo:receivedDate "2008-08-25T15:24:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "velmore verosit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore delenitaugue hendrerit autem hendrerit diam dolore suscipit dignissim. ";
+	nmo:plainTextMessageContent "Tation exerci exerci invulputate aliquam at. ".
+
+<urn:uuid:1611875270> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1782703076>;
+	nmo:sentDate "2009-01-03T15:39:22";
+	nmo:receivedDate "2009-01-03T15:39:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "velmore verosit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vel odio dolore enim vel vel nulla te aliquip hendrerit. ";
+	nmo:plainTextMessageContent "Esse dignissim luptatum diam duis esse dolore ipsum ipsum veniam eros doloremagna. Hendrerit nulla ex in euismod lobortis illum nulla etaccumsan hendrerit. ".
+
+<urn:uuid:920385893> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1782703076>;
+	nmo:sentDate "2009-01-05T15:55:06";
+	nmo:receivedDate "2009-01-05T15:55:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "velmore verosit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Illum esse aliquam commodoconsequat invulputate in veniam autem. ";
+	nmo:plainTextMessageContent "Ex nonummy iriure commodo nulla vel dolore dolor eufeugiat consectetuer praesent sit. ".
+
+<urn:uuid:68502509> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1782703076>;
+	nmo:sentDate "2008-09-27T15:28:57";
+	nmo:receivedDate "2008-09-27T15:29:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "velmore verosit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1176068401>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cmcintosh essevelit gov"];
+	nmo:messageSubject "Ipsum nulla accumsan delenitaugue. ";
+	nmo:plainTextMessageContent "Accumsan vulputate dolore vel duis consequat suscipit iustoodio suscipit qui minim autem. ".
+
+<urn:uuid:1159230237> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1782703076>;
+	nmo:sentDate "2009-01-09T15:38:16";
+	nmo:receivedDate "2009-01-09T15:38:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "velmore verosit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:444601967>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ella burchfield quiqui gov"];
+	nmo:messageSubject "Dolore odio eu facilisis velit eros. ";
+	nmo:plainTextMessageContent "Euismod facilisis nulla tation velit. ".
+
+<urn:uuid:1971867640> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1782703076>;
+	nmo:sentDate "2008-03-05T15:47:17";
+	nmo:receivedDate "2008-03-05T15:47:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "velmore verosit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Vero facilisis dignissim ad laoreet eros feugait nonummy sit molestie vero. ";
+	nmo:plainTextMessageContent "Blandit molestie accumsan wisi. Tationullamcorper consequat ut vero vel commodoconsequat nulla consequat eros eum in. ".
+
+<urn:uuid:1982900343> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1782703076>;
+	nmo:sentDate "2008-07-13T15:36:29";
+	nmo:receivedDate "2008-07-13T15:37:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "velmore verosit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:489035834>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "pgaines minimaliquip gov"];
+	nmo:messageSubject "Enim dolor et etaccumsan nulla vel wisi consequatvel euismod ut. ";
+	nmo:plainTextMessageContent "Euismod delenit minim dolore qui duis facilisi amet delenit veniam enim duis euismod doloremagna. Facilisi lobortis praesent elitsed quis volutpat nonummy. ".
+
+<urn:uuid:1098126015> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1782703076>;
+	nmo:sentDate "2008-08-15T15:14:25";
+	nmo:receivedDate "2008-08-15T15:14:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "velmore verosit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "In aliquam elitsed volutpat facilisi. ";
+	nmo:plainTextMessageContent "Lobortis facilisis at eu vulputate invulputate sit iriure vero molestie autem etaccumsan hendrerit. Dolore at luptatum dolore doloremagna ad erat minim facilisi adipiscing. ".
+
+<urn:uuid:988614934> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1782703076>;
+	nmo:sentDate "2008-06-08T15:52:24";
+	nmo:receivedDate "2008-06-08T15:52:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "velmore verosit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Veniamquis zzril velit in. ";
+	nmo:plainTextMessageContent "Delenitaugue nulla augue nonummy enim illum dignissim lobortis illum feugait minim veniam nulla. ".
+
+<urn:uuid:545064432> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12017" ;
+	nco:locality "Austerlitz" ;
+	nco:streetAddress "700 Jeffrey Trail" .
+
+<mailto:louis donohue facilisisillum com> a nco:EmailAddress; 
+	nco:emailAddress "louis donohue facilisisillum com".
+
+<tel:+12127433943> a nco:PhoneNumber; 
+	nco:phoneNumber "(212)743-3943".
+
+<urn:uuid:269814060> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12127433943>]; 
+	nmo:duration 36; 
+	nmo:receivedDate "2008-07-03T15:12:24". 
+
+<urn:uuid:1445004156> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12127433943>]; 
+	nmo:duration 6; 
+	nmo:receivedDate "2008-02-06T15:31:16". 
+
+<urn:uuid:1025113274> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12127433943>]; 
+	nmo:duration 17; 
+	nmo:sentDate "2008-05-04T15:54:49". 
+
+<urn:uuid:1437732360> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12127433943>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-17T15:34:03";
+	nmo:receivedDate "2008-03-23T15:33:27";
+	nmo:plainTextMessageContent "Eum adipiscing doloremagna wisi vel adipiscing nostrud enim nulla adipiscing. Praesent erat lobortis te et in. Feugait hendrerit in accumsan iriuredolor duis eum delenitaugue nostrud volutpat nibh in exerci lobortis. Erat delenitaugue tation praesent at adipiscing feugait vel. Nibh ad hendrerit te consectetuer in qui etaccumsan qui eufeugiat etaccumsan suscipit eros. At lobortis consequat vel dignissim. ".
+
+<urn:uuid:846469442> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12127433943>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-26T15:37:08";
+	nmo:receivedDate "2009-01-14T15:13:33";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Esse suscipit eros ut esse duis dignissim feugait facilisis. At ad at nostrud vero in tincidunt. Blandit diam nulla in eum. Ex esse nislut eum hendrerit velit luptatumzzril ad volutpat duis ad delenit. Aliquam ex aliquip autem laoreet. ".
+
+<urn:uuid:1061787727> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12127433943>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-03T15:14:04";
+	nmo:receivedDate "2008-07-06T15:32:31";
+	nmo:plainTextMessageContent "Illum augue ea consequat ad esse tincidunt dolore feugait quis. Ut etaccumsan veniamquis velit volutpat eros elitsed consequatvel amet eros nonummy accumsan iriure minim. Consequat feugait esse ut nislut erat at lorem facilisi. Eros at dignissim iriuredolor ad adipiscing lorem eu vero at lorem. At qui commodo luptatumzzril nisl vero molestie dignissim Utwisi eu consequat consequat. Aliquam feugait nostrud molestie autem augue nostrud praesent. ".
+
+<urn:uuid:1953614784> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12127433943>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-16T15:25:51";
+	nmo:receivedDate "2008-10-04T15:39:55";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Esse velit aliquam nostrud lobortis minim suscipit adipiscing blandit iriure esse. Zzril nostrud nulla doloremagna euismod aliquam ea nislut. Ad delenitaugue augue eum facilisi etaccumsan. Suscipit nulla luptatumzzril nulla lobortis et invulputate nibh. Hendrerit te erat consequat quis dignissim aliquip. Commodo illum eufeugiat molestie suscipit hendrerit exerci dolor consequatvel. Iriure vel eufeugiat accumsan ea iriure accumsan et blandit te eufeugiat dolore lobortis. ".
+
+<urn:uuid:1100628770> a nco:PersonContact; 
+	nco:fullname "Louis Donohue";
+	nco:nameGiven "Louis";
+	nco:nameFamily "Donohue";
+	nco:birthDate "1942-07-06";
+	nco:hasAffiliation "Systems Analyst";
+	nco:hasEmailAddress <mailto:louis donohue facilisisillum com>;
+	nco:hasPhoneNumber <tel:+12127433943>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:545064432>.
+
+<urn:uuid:670048517> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01264" ;
+	nco:locality "Tyringham" ;
+	nco:streetAddress "9805 Cedar Ridge Parkway" .
+
+<mailto:candi thomason doloreduis us> a nco:EmailAddress; 
+	nco:emailAddress "candi thomason doloreduis us".
+
+<urn:uuid:1006201408> a nco:PersonContact; 
+	nco:fullname "Candi Thomason";
+	nco:nameGiven "Candi";
+	nco:nameFamily "Thomason";
+	nco:birthDate "1942-08-02";
+	nco:hasAffiliation "Documentation Clerk";
+	nco:hasEmailAddress <mailto:candi thomason doloreduis us>;
+	nco:hasPostalAddress <urn:uuid:670048517>.
+
+<urn:uuid:1158559234> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06914" ;
+	nco:locality "Stamford" ;
+	nco:streetAddress "714 Dovie Circle" .
+
+<mailto:abear dignissimquis gov> a nco:EmailAddress; 
+	nco:emailAddress "abear dignissimquis gov".
+
+<xmpp:arthur bear gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Arthur Bear" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Eros aliquam ex facilisis vero et delenit illum suscipit ad lobortis ad illum feugait. " ;
+	nco:imID "arthur bear gmail com".
+
+<urn:uuid:483663181> a nco:PersonContact; 
+	nco:fullname "Arthur Bear";
+	nco:nameGiven "Arthur";
+	nco:nameFamily "Bear";
+	nco:birthDate "1942-07-18";
+	nco:hasAffiliation "Clerk Materials Scheduling";
+	nco:hasEmailAddress <mailto:abear dignissimquis gov>;
+	nco:hasIMAccount <xmpp:arthur bear gmail com>;
+	nco:hasPostalAddress <urn:uuid:1158559234>.
+
+<urn:uuid:412854064> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15091" ;
+	nco:locality "Wildwood" ;
+	nco:streetAddress "7542 Pineridge Drive" .
+
+<mailto:jason calkins iniriuredolor com> a nco:EmailAddress; 
+	nco:emailAddress "jason calkins iniriuredolor com".
+
+<urn:uuid:592635831> a nco:PersonContact; 
+	nco:fullname "Jason Calkins";
+	nco:nameGiven "Jason";
+	nco:nameFamily "Calkins";
+	nco:birthDate "1942-06-01";
+	nco:hasAffiliation "LAN/WAN Administrative Manager";
+	nco:hasEmailAddress <mailto:jason calkins iniriuredolor com>;
+	nco:hasPostalAddress <urn:uuid:412854064>.
+
+<urn:uuid:2009728842> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12452" ;
+	nco:locality "Lexington" ;
+	nco:streetAddress "3495 Chertsy Drive" .
+
+<mailto:ssturm blanditea net> a nco:EmailAddress; 
+	nco:emailAddress "ssturm blanditea net".
+
+<urn:uuid:1691900453> a nco:PersonContact; 
+	nco:fullname "Sharyn Sturm";
+	nco:nameGiven "Sharyn";
+	nco:nameFamily "Sturm";
+	nco:birthDate "1942-07-24";
+	nco:hasAffiliation "Manager Urban Renewal";
+	nco:hasEmailAddress <mailto:ssturm blanditea net>;
+	nco:hasPostalAddress <urn:uuid:2009728842>.
+
+<urn:uuid:686956212> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1200485464>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Et eum at nulla zzril vel amet dignissim iusto. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-16T20:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-16T20:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1200485464>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:846993116> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12204" ;
+	nco:locality "Albany" ;
+	nco:streetAddress "7180 Redwood Place Street" .
+
+<mailto:adeline teeter luptatumautem com> a nco:EmailAddress; 
+	nco:emailAddress "adeline teeter luptatumautem com".
+
+<xmpp:adeline teeter gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Adeline Teeter" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "At erat amet aliquip volutpat esse eros dolore veniam. " ;
+	nco:imID "adeline teeter gmail com".
+
+<tel:+12124559721> a nco:PhoneNumber; 
+	nco:phoneNumber "(212)455-9721".
+
+<urn:uuid:63626144> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12124559721>]; 
+	nmo:duration 45; 
+	nmo:sentDate "2008-10-22T15:14:24". 
+
+<urn:uuid:1810265152> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12124559721>]; 
+	nmo:duration 19; 
+	nmo:sentDate "2008-07-04T15:30:41". 
+
+<urn:uuid:1278117650> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12124559721>]; 
+	nmo:duration 20; 
+	nmo:sentDate "2008-04-26T15:59:07". 
+
+<urn:uuid:565924860> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12124559721>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-10T15:31:11";
+	nmo:receivedDate "2008-02-26T15:44:20";
+	nmo:plainTextMessageContent "In velit autem duis eros consequatvel facilisis sit minim iustoodio consequatvel nisl nulla augue. Consequat etaccumsan luptatumzzril veniam vel enim vulputate suscipit enim delenit ullamcorper qui. Dolore iustoodio exerci ad ut et at nislut dolore esse suscipit dignissim ea. Autem suscipit luptatumzzril eufeugiat vel nulla delenitaugue minim. Nostrud consequat vel velit nulla blandit ea invulputate commodoconsequat accumsan aliquip. ".
+
+<urn:uuid:597860106> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12124559721>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-24T15:51:40";
+	nmo:receivedDate "2009-01-29T15:39:19";
+	nmo:plainTextMessageContent "Ea praesent eros enim enim dolore. Delenit enim autem eros. Consequat amet consequat facilisis suscipit. Nulla dignissim duis consequatvel nulla ea iusto nulla tation odio etaccumsan ea. Dignissim vero ea consequat illum consequat nulla sit exerci illum. ".
+
+<urn:uuid:872019411> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12124559721>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-16T15:23:08";
+	nmo:receivedDate "2008-04-09T16:02:08";
+	nmo:plainTextMessageContent "Aliquam vero delenitaugue dignissim et aliquam sit consectetuer suscipit. Vero hendrerit et et in amet duis aliquip. Velit vulputate tincidunt feugait veniamquis dolore at aliquam eros delenitaugue vero enim. In doloremagna enim aliquip blandit invulputate facilisi dolore aliquam tation dolore ea. Minim augue iustoodio et feugait blandit nulla nostrud ad doloremagna ipsum hendrerit qui enim. ".
+
+<urn:uuid:794963865> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12124559721>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-25T15:25:09";
+	nmo:receivedDate "2008-07-06T15:43:33";
+	nmo:plainTextMessageContent "Quis feugait blandit ex vel augue dolor elitsed dolore ad commodo adipiscing zzril lorem. Ut sit dolore nislut et dolore quis molestie in facilisi. Luptatum molestie quis veniam dolore Utwisi dolor nisl nislut suscipit. Velit eufeugiat amet dolor eros aliquip blandit blandit vel. Dolore tation duis veniam autem et praesent lobortis diam ea tationullamcorper blandit. ".
+
+<urn:uuid:61651690> a nco:PersonContact; 
+	nco:fullname "Adeline Teeter";
+	nco:nameGiven "Adeline";
+	nco:nameFamily "Teeter";
+	nco:birthDate "1943-03-06";
+	nco:hasAffiliation "Supervisor Plant";
+	nco:hasEmailAddress <mailto:adeline teeter luptatumautem com>;
+	nco:hasPhoneNumber <tel:+12124559721>;
+	nco:hasIMAccount <xmpp:adeline teeter gmail com>;
+	nco:hasPostalAddress <urn:uuid:846993116>.
+
+<urn:uuid:1065237428> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12981" ;
+	nco:locality "Saranac" ;
+	nco:streetAddress "7227 Kimbrough Grove Way" .
+
+<mailto:brock zavala lobortisad eu> a nco:EmailAddress; 
+	nco:emailAddress "brock zavala lobortisad eu".
+
+<tel:+19149454545> a nco:PhoneNumber; 
+	nco:phoneNumber "(914)945-4545".
+
+<urn:uuid:1569641641> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19149454545>]; 
+	nmo:duration 10; 
+	nmo:receivedDate "2008-08-28T16:01:48". 
+
+<urn:uuid:1459935131> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19149454545>]; 
+	nmo:duration 7; 
+	nmo:sentDate "2008-04-19T16:10:49". 
+
+<urn:uuid:1444257348> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19149454545>]; 
+	nmo:duration 41; 
+	nmo:sentDate "2008-02-15T16:03:38". 
+
+<urn:uuid:1764175445> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19149454545>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-08T16:01:06";
+	nmo:receivedDate "2008-03-13T15:21:50";
+	nmo:plainTextMessageContent "Tation laoreet in nisl euismod ad veniamquis tationullamcorper delenitaugue. Suscipit augue aliquip exerci ex exerci facilisis doloremagna consequatvel delenit hendrerit consequatvel. Molestie praesent dolore blandit tation exerci commodo autem duis ea vel dolore. Autem invulputate augue facilisi lorem ut sit esse aliquip accumsan laoreet veniamquis eros nostrud. ".
+
+<urn:uuid:1965832789> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19149454545>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-11T15:36:34";
+	nmo:receivedDate "2008-04-03T16:07:49";
+	nmo:plainTextMessageContent "Eum delenit nostrud te consequat blandit lobortis vulputate molestie. Dolore vero facilisi duis doloremagna. Nonummy luptatumzzril suscipit aliquip consequatvel. Consequatvel ipsum vel molestie nislut. ".
+
+<urn:uuid:182188601> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19149454545>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-10T15:56:52";
+	nmo:receivedDate "2008-06-21T15:50:06";
+	nmo:plainTextMessageContent "Vulputate aliquip erat ad euismod esse dolore sit. Laoreet delenitaugue ea at. Enim dolor hendrerit erat eum nostrud. Nulla ut Utwisi doloremagna molestie delenit. ".
+
+<urn:uuid:1639153729> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19149454545>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-30T15:18:05";
+	nmo:receivedDate "2008-07-21T15:41:41";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Praesent amet iustoodio ipsum consequatvel zzril eum. Iriuredolor facilisi ipsum delenitaugue nulla duis laoreet delenit feugait vel dolore ad lorem. Adipiscing at in in amet commodo duis. Dolore esse ut duis eum vel ad ad in consequatvel nibh. Consequat commodo autem duis euismod enim eu zzril. Blandit zzril te ad euismod. Aliquip in ad luptatum vero nonummy aliquip blandit luptatumzzril esse elitsed eufeugiat vero. ".
+
+<urn:uuid:1593021167> a nco:PersonContact; 
+	nco:fullname "Brock Zavala";
+	nco:nameGiven "Brock";
+	nco:nameFamily "Zavala";
+	nco:birthDate "1942-11-06";
+	nco:hasAffiliation "Employee Training Supervisor";
+	nco:hasEmailAddress <mailto:brock zavala lobortisad eu>;
+	nco:hasPhoneNumber <tel:+19149454545>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:1065237428>.
+
+<urn:uuid:1142248624> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1593021167>;
+	nmo:sentDate "2008-07-17T15:22:13";
+	nmo:receivedDate "2008-07-17T15:22:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "brock zavala lobortisad eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Vulputate dolore consectetuer luptatum volutpat minim. ";
+	nmo:plainTextMessageContent "Consequat exerci dolore aliquip qui amet ex nulla eum iustoodio eros wisi praesent duis. ".
+
+<urn:uuid:1621757275> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1593021167>;
+	nmo:sentDate "2008-08-02T15:32:32";
+	nmo:receivedDate "2008-08-02T15:33:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "brock zavala lobortisad eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:653996644>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tanya schoonover duisduis edu"];
+	nmo:bcc <urn:uuid:1115876901>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "igeary feugaitnulla net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Facilisi hendrerit aliquip et erat enim enim. ";
+	nmo:plainTextMessageContent "Iriuredolor luptatum facilisis feugiat ut ipsum Utwisi eum praesent veniam quis invulputate. ".
+
+<urn:uuid:547065652> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1593021167>;
+	nmo:sentDate "2009-02-15T16:03:36";
+	nmo:receivedDate "2009-02-15T16:04:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "brock zavala lobortisad eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ad erat vel zzril molestie feugiat. ";
+	nmo:plainTextMessageContent "Feugait duis etaccumsan esse veniam aliquip. ".
+
+<urn:uuid:1227630532> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1593021167>;
+	nmo:sentDate "2008-02-22T16:07:21";
+	nmo:receivedDate "2008-02-22T16:07:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "brock zavala lobortisad eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1850881686>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dwells nibhaliquam gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Qui praesent vel nostrud. ";
+	nmo:plainTextMessageContent "Facilisi dolor invulputate augue ipsum at odio molestie at eum exerci et duis minim. ".
+
+<urn:uuid:145060819> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1593021167>;
+	nmo:sentDate "2008-12-06T15:37:07";
+	nmo:receivedDate "2008-12-06T15:37:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "brock zavala lobortisad eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1782703076>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "velmore verosit eu"];
+	nmo:messageSubject "Eufeugiat amet ea vel feugiat etaccumsan augue quis hendrerit. ";
+	nmo:plainTextMessageContent "Invulputate aliquip veniamquis et exerci at duis in nibh enim. ".
+
+<urn:uuid:908036644> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1593021167>;
+	nmo:sentDate "2008-05-14T15:30:47";
+	nmo:receivedDate "2008-05-14T15:30:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "brock zavala lobortisad eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1740682668>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "hollie montes odioexerci us"];
+	nmo:messageSubject "Minim doloremagna illum hendrerit exerci delenit dolore ad eum minim. ";
+	nmo:plainTextMessageContent "Augue ut ut lobortis at autem ut iriure luptatumzzril suscipit. Amet blandit veniam lobortis dolore iriuredolor vel. ".
+
+<urn:uuid:881538199> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1593021167>;
+	nmo:sentDate "2008-05-03T15:54:34";
+	nmo:receivedDate "2008-05-03T15:54:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "brock zavala lobortisad eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1812174858>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "prust illumet org"];
+	nmo:bcc <urn:uuid:187602804>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kfalcon exconsequatvel eu"];
+	nmo:messageSubject "Facilisis ipsum ut lobortis qui eum. ";
+	nmo:plainTextMessageContent "Commodoconsequat feugiat iriure erat velit euismod Utwisi iriure vel veniamquis. Praesent illum ullamcorper te dignissim autem duis nulla lorem vel in. ".
+
+<urn:uuid:1135274534> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1593021167>;
+	nmo:sentDate "2008-10-10T15:16:17";
+	nmo:receivedDate "2008-10-10T15:17:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "brock zavala lobortisad eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nostrud iriure volutpat ut duis consequat veniamquis tationullamcorper praesent suscipit ad suscipit blandit consequat. ";
+	nmo:plainTextMessageContent "Hendrerit blandit quis vel. ".
+
+<urn:uuid:1453724166> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1593021167>;
+	nmo:sentDate "2008-07-30T15:41:47";
+	nmo:receivedDate "2008-07-30T15:42:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "brock zavala lobortisad eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:17303044>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rsmallwood exercilobortis info"];
+	nmo:bcc <urn:uuid:114605023>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "sadcock duisenim gov"];
+	nmo:messageSubject "Tincidunt hendrerit wisi vero vel nonummy delenit. ";
+	nmo:plainTextMessageContent "Tationullamcorper consequat vero commodo vero hendrerit in tincidunt ea vero feugait dolor duis. ".
+
+<urn:uuid:839859962> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1593021167>;
+	nmo:sentDate "2009-02-04T15:25:03";
+	nmo:receivedDate "2009-02-04T15:25:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "brock zavala lobortisad eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Duis eros iustoodio eum velit etaccumsan. ";
+	nmo:plainTextMessageContent "Nisl ut suscipit velit wisi velit dignissim ipsum delenit quis te. Lobortis ex feugiat iustoodio consequat vero nulla. ".
+
+<urn:uuid:1689976532> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1593021167>;
+	nmo:sentDate "2008-07-24T15:15:23";
+	nmo:receivedDate "2008-07-24T15:15:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "brock zavala lobortisad eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1691900453>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ssturm blanditea net"];
+	nmo:messageSubject "In delenitaugue luptatumzzril exerci vel feugait consequatvel ipsum eros ipsum autem ullamcorper eu odio. ";
+	nmo:plainTextMessageContent "Exerci consectetuer duis nulla quis autem facilisi esse ipsum iustoodio nulla dolore diam. Consectetuer consequat accumsan illum feugiat ipsum suscipit laoreet consequatvel at hendrerit dolor consequatvel lobortis. ".
+
+<urn:uuid:542032490> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1593021167>;
+	nmo:sentDate "2008-05-20T15:37:52";
+	nmo:receivedDate "2008-05-20T15:38:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "brock zavala lobortisad eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:676874453>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bwhite nullaminim edu"];
+	nmo:messageSubject "Consectetuer esse veniamquis te feugait aliquam nulla velit duis luptatum nisl. ";
+	nmo:plainTextMessageContent "Facilisi ea commodoconsequat aliquip. Qui et praesent volutpat iriuredolor feugiat dolor nostrud wisi in aliquam tincidunt esse consequatvel. ".
+
+<urn:uuid:1459768617> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1593021167>;
+	nmo:sentDate "2008-11-10T15:31:31";
+	nmo:receivedDate "2008-11-10T15:32:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "brock zavala lobortisad eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1318196797>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "tdriscoll nonummyblandit net"];
+	nmo:messageSubject "Dolore nulla nislut velit lobortis quis vulputate et nulla. ";
+	nmo:plainTextMessageContent "Accumsan facilisis lobortis facilisi praesent. ".
+
+<urn:uuid:2046790722> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1593021167>;
+	nmo:sentDate "2008-07-08T16:00:51";
+	nmo:receivedDate "2008-07-08T16:01:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "brock zavala lobortisad eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1857965994>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "nathanael roberson dolorut org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Ut nislut autem facilisi ad illum. ";
+	nmo:plainTextMessageContent "Ex hendrerit vulputate nulla dolor consequatvel nislut luptatumzzril hendrerit iusto minim aliquip te Utwisi. ".
+
+<urn:uuid:197774491> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1593021167>;
+	nmo:sentDate "2008-05-04T16:08:46";
+	nmo:receivedDate "2008-05-04T16:09:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "brock zavala lobortisad eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1379499947>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mhaas utconsequat us"];
+	nmo:messageSubject "Iusto eum luptatum eum adipiscing laoreet dignissim wisi odio tation iustoodio tationullamcorper dolore luptatumzzril. ";
+	nmo:plainTextMessageContent "Autem invulputate commodoconsequat et esse molestie diam molestie illum volutpat qui ut hendrerit. ".
+
+<urn:uuid:778195839> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1593021167>;
+	nmo:sentDate "2008-11-30T15:22:14";
+	nmo:receivedDate "2008-11-30T15:22:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "brock zavala lobortisad eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Qui suscipit et aliquip. ";
+	nmo:plainTextMessageContent "Doloremagna erat nisl aliquip. ".
+
+<urn:uuid:162987338> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1593021167>;
+	nmo:sentDate "2009-01-23T15:58:55";
+	nmo:receivedDate "2009-01-23T15:58:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "brock zavala lobortisad eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolor nulla ut veniam illum et. ";
+	nmo:plainTextMessageContent "Zzril feugait elitsed hendrerit Utwisi duis elitsed. ".
+
+<urn:uuid:1282711048> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1593021167>;
+	nmo:sentDate "2008-10-14T15:31:51";
+	nmo:receivedDate "2008-10-14T15:32:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "brock zavala lobortisad eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1826526222>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "eddy woodruff praesentsuscipit edu"];
+	nmo:messageSubject "Duis ea vero duis eros augue. ";
+	nmo:plainTextMessageContent "Lobortis suscipit eu enim doloremagna suscipit invulputate duis facilisis. ".
+
+<urn:uuid:2004702791> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1593021167>;
+	nmo:sentDate "2008-07-09T15:44:10";
+	nmo:receivedDate "2008-07-09T15:44:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "brock zavala lobortisad eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Quis amet duis vero aliquam at ullamcorper laoreet. ";
+	nmo:plainTextMessageContent "Diam minim luptatumzzril laoreet nisl illum et. ".
+
+<urn:uuid:252078408> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1593021167>;
+	nmo:sentDate "2008-09-06T16:00:18";
+	nmo:receivedDate "2008-09-06T16:00:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "brock zavala lobortisad eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:660911760>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "carroll east dignissimquis gov"];
+	nmo:messageSubject "Consequat ipsum eum dignissim iriuredolor. ";
+	nmo:plainTextMessageContent "Odio velit ea nislut illum. ".
+
+<urn:uuid:1661037717> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02151" ;
+	nco:locality "Revere" ;
+	nco:streetAddress "927 Linden Street" .
+
+<mailto:nweis enimut tv> a nco:EmailAddress; 
+	nco:emailAddress "nweis enimut tv".
+
+<tel:+15168138448> a nco:PhoneNumber; 
+	nco:phoneNumber "(516)813-8448".
+
+<urn:uuid:496157618> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15168138448>]; 
+	nmo:duration 14; 
+	nmo:sentDate "2008-09-16T15:43:49". 
+
+<urn:uuid:133778206> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15168138448>]; 
+	nmo:duration 48; 
+	nmo:receivedDate "2008-10-14T15:25:00". 
+
+<urn:uuid:1546407956> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15168138448>]; 
+	nmo:duration 23; 
+	nmo:receivedDate "2008-04-13T16:11:19". 
+
+<urn:uuid:144242956> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15168138448>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-29T15:57:26";
+	nmo:receivedDate "2008-11-23T15:44:12";
+	nmo:plainTextMessageContent "Praesent invulputate aliquip eum ut velit vel tationullamcorper vel dolor et illum exerci. Lorem nulla et facilisis luptatum invulputate. Tation etaccumsan ex aliquip delenit elitsed dolore adipiscing. Etaccumsan elitsed eros praesent sit accumsan vero minim volutpat luptatum. ".
+
+<urn:uuid:1266122017> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15168138448>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-06T15:31:31";
+	nmo:receivedDate "2008-02-12T15:34:59";
+	nmo:plainTextMessageContent "Dolore ad augue delenit euismod dolore ad te dolore aliquam facilisi praesent suscipit. Et dolore facilisis dolore ut vulputate delenitaugue facilisi exerci feugait consequat eufeugiat etaccumsan iusto. Iusto hendrerit tation vero ullamcorper feugait nonummy. Delenit nonummy praesent augue dolor praesent ad ut qui commodoconsequat enim iustoodio autem nislut. Aliquip facilisi dignissim eros blandit duis. ".
+
+<urn:uuid:1480597232> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15168138448>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-10T15:33:14";
+	nmo:receivedDate "2008-04-25T16:04:56";
+	nmo:plainTextMessageContent "Velit nisl nulla feugiat. Praesent iriuredolor exerci nislut elitsed. Feugiat aliquam elitsed ipsum. Aliquam duis enim molestie ipsum vel ut aliquip nostrud. Nostrud dolore esse facilisi tincidunt odio quis adipiscing nostrud facilisi. Te consequatvel vel veniam ullamcorper nibh delenitaugue euismod velit vel. Nulla blandit blandit elitsed duis luptatumzzril commodoconsequat facilisis nisl dolor. ".
+
+<urn:uuid:1702488863> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15168138448>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-19T15:32:14";
+	nmo:receivedDate "2008-11-02T15:27:21";
+	nmo:plainTextMessageContent "Sit suscipit eros Utwisi ad nulla feugait. At at lorem ut feugait in ut quis. Duis minim sit ut molestie. Ex tationullamcorper et feugait facilisi nisl enim exerci Utwisi accumsan nislut delenitaugue feugait aliquam. Nulla enim odio qui dolor feugiat at ea facilisis quis minim. Minim velit vulputate nislut nonummy esse invulputate hendrerit iusto wisi delenitaugue ipsum eum dolore. ".
+
+<urn:uuid:2069146552> a nco:PersonContact; 
+	nco:fullname "Normand Weis";
+	nco:nameGiven "Normand";
+	nco:nameFamily "Weis";
+	nco:birthDate "1942-10-20";
+	nco:hasAffiliation "Manager Fast Food 1";
+	nco:hasEmailAddress <mailto:nweis enimut tv>;
+	nco:hasPhoneNumber <tel:+15168138448>;
+	nco:hasPostalAddress <urn:uuid:1661037717>.
+
+<urn:uuid:965861185> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08848" ;
+	nco:locality "Milford" ;
+	nco:streetAddress "6287 Planting Avenue" .
+
+<mailto:hromo eaautem com> a nco:EmailAddress; 
+	nco:emailAddress "hromo eaautem com".
+
+<urn:uuid:2083047578> a nco:PersonContact; 
+	nco:fullname "Hobert Romo";
+	nco:nameGiven "Hobert";
+	nco:nameFamily "Romo";
+	nco:birthDate "1942-08-03";
+	nco:hasAffiliation "Safety Supervisor";
+	nco:hasEmailAddress <mailto:hromo eaautem com>;
+	nco:hasPostalAddress <urn:uuid:965861185>.
+
+<urn:uuid:1342325621> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15358" ;
+	nco:locality "Richeyville" ;
+	nco:streetAddress "9063 Jamaca Cove" .
+
+<mailto:leonardo holtz enimaliquip us> a nco:EmailAddress; 
+	nco:emailAddress "leonardo holtz enimaliquip us".
+
+<urn:uuid:1111413083> a nco:PersonContact; 
+	nco:fullname "Leonardo Holtz";
+	nco:nameGiven "Leonardo";
+	nco:nameFamily "Holtz";
+	nco:birthDate "1943-01-15";
+	nco:hasAffiliation "Laser Engineer-Scientist";
+	nco:hasEmailAddress <mailto:leonardo holtz enimaliquip us>;
+	nco:hasPostalAddress <urn:uuid:1342325621>.
+
+<urn:uuid:302733433> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15233" ;
+	nco:locality "Pittsburgh" ;
+	nco:streetAddress "2278 Rock Avenue" .
+
+<mailto:smckeon eaet net> a nco:EmailAddress; 
+	nco:emailAddress "smckeon eaet net".
+
+<xmpp:stan mckeon gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Stan Mckeon" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Dolor in vero hendrerit. " ;
+	nco:imID "stan mckeon gmail com".
+
+<tel:+16031674573> a nco:PhoneNumber; 
+	nco:phoneNumber "(603)167-4573".
+
+<urn:uuid:2017271166> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16031674573>]; 
+	nmo:duration 6; 
+	nmo:sentDate "2008-10-14T15:18:05". 
+
+<urn:uuid:734782865> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16031674573>]; 
+	nmo:duration 27; 
+	nmo:receivedDate "2009-01-29T15:51:28". 
+
+<urn:uuid:353373020> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16031674573>]; 
+	nmo:duration 48; 
+	nmo:sentDate "2008-04-30T15:17:04". 
+
+<urn:uuid:1672660991> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16031674573>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-23T16:06:29";
+	nmo:receivedDate "2008-07-17T15:28:15";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Luptatumzzril molestie iusto eu blandit dolore nulla commodoconsequat volutpat luptatum. Minim veniamquis volutpat illum qui dolore duis in luptatumzzril veniamquis iusto. Nislut te diam enim feugait luptatumzzril iusto eros dolore et vulputate. Te facilisi qui nisl enim. Te nislut nulla nonummy amet euismod. ".
+
+<urn:uuid:525016998> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16031674573>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-08T16:08:43";
+	nmo:receivedDate "2008-12-14T15:47:50";
+	nmo:plainTextMessageContent "Iusto te dolore amet eufeugiat dolore nostrud dolore et eros ea accumsan illum. Nisl minim te vel illum vel aliquip et duis facilisis nulla lorem hendrerit. Blandit hendrerit veniam ut nostrud. Hendrerit iustoodio dolore lobortis et. ".
+
+<urn:uuid:1989840524> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16031674573>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-25T15:55:11";
+	nmo:receivedDate "2008-09-14T15:58:59";
+	nmo:plainTextMessageContent "Lorem duis commodo tationullamcorper molestie sit vero vulputate lobortis. Consequatvel iriure enim aliquip accumsan blandit nibh lobortis qui suscipit blandit lobortis sit exerci. Ipsum enim illum dolore etaccumsan eros dolor volutpat et veniamquis. Blandit duis iriuredolor ut illum dolore facilisi qui commodo feugait te vulputate dignissim. ".
+
+<urn:uuid:812478721> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16031674573>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-23T15:58:58";
+	nmo:receivedDate "2008-09-26T16:11:20";
+	nmo:plainTextMessageContent "Tationullamcorper esse ut doloremagna erat vel in. Facilisi odio lorem velit lobortis molestie euismod. Te in in praesent exerci commodo hendrerit vel odio ex suscipit nisl lobortis. Ut in praesent minim qui ad dolor augue. Duis eufeugiat minim duis feugait. Nibh nulla in invulputate etaccumsan sit facilisi ex. ".
+
+<urn:uuid:323110246> a nco:PersonContact; 
+	nco:fullname "Stan Mckeon";
+	nco:nameGiven "Stan";
+	nco:nameFamily "Mckeon";
+	nco:birthDate "1942-09-04";
+	nco:hasAffiliation "Photo Processing Technician";
+	nco:hasEmailAddress <mailto:smckeon eaet net>;
+	nco:hasPhoneNumber <tel:+16031674573>;
+	nco:hasIMAccount <xmpp:stan mckeon gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:302733433>.
+
+<urn:uuid:1862991695> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13440" ;
+	nco:locality "Rome" ;
+	nco:streetAddress "2268 Settlers Trail" .
+
+<mailto:ghatton nonummyodio tv> a nco:EmailAddress; 
+	nco:emailAddress "ghatton nonummyodio tv".
+
+<xmpp:grover hatton gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Grover Hatton" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Consectetuer veniamquis et aliquam vel zzril duis in iustoodio. " ;
+	nco:imID "grover hatton gmail com".
+
+<tel:+19083818233> a nco:PhoneNumber; 
+	nco:phoneNumber "(908)381-8233".
+
+<urn:uuid:460435257> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19083818233>]; 
+	nmo:duration 14; 
+	nmo:receivedDate "2008-05-21T15:12:22". 
+
+<urn:uuid:1380901599> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19083818233>]; 
+	nmo:duration 50; 
+	nmo:sentDate "2009-02-09T16:10:18". 
+
+<urn:uuid:1167307126> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19083818233>]; 
+	nmo:duration 42; 
+	nmo:receivedDate "2009-02-01T15:34:32". 
+
+<urn:uuid:1493554275> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19083818233>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-14T15:41:18";
+	nmo:receivedDate "2008-03-20T15:55:08";
+	nmo:plainTextMessageContent "Commodoconsequat luptatum iriuredolor iriure enim at. Facilisi accumsan sit etaccumsan consequat ut iustoodio iusto. Wisi minim dolor in wisi nostrud vel. Exerci duis autem et iusto illum dolore ad. In duis aliquip at nisl veniam lobortis consequat. Veniam tation nibh sit consequatvel ea eum suscipit aliquam laoreet praesent esse minim. Dignissim minim nonummy ex exerci te te velit iusto consequat. ".
+
+<urn:uuid:1056775279> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19083818233>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-16T15:23:46";
+	nmo:receivedDate "2008-09-22T15:13:56";
+	nmo:plainTextMessageContent "Qui feugiat etaccumsan invulputate nulla commodo euismod laoreet adipiscing aliquip esse. Exerci consectetuer ipsum ex exerci suscipit eum et. Commodoconsequat eum dolore facilisis in facilisis in laoreet erat dolore. Ex luptatumzzril Utwisi nislut et lobortis. ".
+
+<urn:uuid:1299073638> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19083818233>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-24T15:33:50";
+	nmo:receivedDate "2008-07-04T15:58:03";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Et hendrerit qui eu vel blandit zzril. Vel tation duis hendrerit. Te minim commodo nonummy molestie ea Utwisi dignissim iriuredolor dolore molestie iriuredolor. Te sit facilisis consequatvel vel minim nulla duis te ex nislut minim. Facilisis enim feugait veniamquis duis vero augue nulla ut eros hendrerit dignissim. ".
+
+<urn:uuid:639516396> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19083818233>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-17T15:15:04";
+	nmo:receivedDate "2009-01-31T15:42:14";
+	nmo:plainTextMessageContent "Et eu praesent suscipit eum te iusto ea ea enim qui facilisis. Enim autem consectetuer nibh commodoconsequat at quis qui ad lorem. Lobortis exerci facilisi Utwisi ad ipsum eufeugiat diam diam enim etaccumsan qui ea. Eum ea dolore nislut ut vero. ".
+
+<urn:uuid:925195187> a nco:PersonContact; 
+	nco:fullname "Grover Hatton";
+	nco:nameGiven "Grover";
+	nco:nameFamily "Hatton";
+	nco:birthDate "1942-03-08";
+	nco:hasAffiliation "Representative Sales 2";
+	nco:hasEmailAddress <mailto:ghatton nonummyodio tv>;
+	nco:hasPhoneNumber <tel:+19083818233>;
+	nco:hasIMAccount <xmpp:grover hatton gmail com>;
+	nco:hasPostalAddress <urn:uuid:1862991695>.
+
+<urn:uuid:19495625> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15257" ;
+	nco:locality "Pittsburgh" ;
+	nco:streetAddress "3860 Queensmill Parkway" .
+
+<mailto:josue tamayo doloreullamcorper org> a nco:EmailAddress; 
+	nco:emailAddress "josue tamayo doloreullamcorper org".
+
+<urn:uuid:551863217> a nco:PersonContact; 
+	nco:fullname "Josue Tamayo";
+	nco:nameGiven "Josue";
+	nco:nameFamily "Tamayo";
+	nco:birthDate "1942-06-17";
+	nco:hasAffiliation "Nursery School Attendant";
+	nco:hasEmailAddress <mailto:josue tamayo doloreullamcorper org>;
+	nco:hasPostalAddress <urn:uuid:19495625>.
+
+<urn:uuid:1296144528> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05065" ;
+	nco:locality "Sharon" ;
+	nco:streetAddress "1638 Grenville Cove" .
+
+<mailto:enichols utiusto gov> a nco:EmailAddress; 
+	nco:emailAddress "enichols utiusto gov".
+
+<tel:+19739235198> a nco:PhoneNumber; 
+	nco:phoneNumber "(973)923-5198".
+
+<urn:uuid:1056050530> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19739235198>]; 
+	nmo:duration 49; 
+	nmo:receivedDate "2008-03-12T15:18:14". 
+
+<urn:uuid:1911259059> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19739235198>]; 
+	nmo:duration 9; 
+	nmo:receivedDate "2008-07-10T15:56:01". 
+
+<urn:uuid:1402310189> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19739235198>]; 
+	nmo:duration 45; 
+	nmo:sentDate "2008-01-22T15:49:48". 
+
+<urn:uuid:1883194170> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19739235198>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-22T15:28:05";
+	nmo:receivedDate "2008-07-14T15:21:27";
+	nmo:plainTextMessageContent "Lorem dolore suscipit ut commodoconsequat molestie euismod lobortis dolore illum blandit dolor nislut nostrud. Velit erat laoreet et duis velit. Nulla ut vel nulla. Minim facilisis qui ipsum. Delenit elitsed in feugait. Eum nostrud et dolore lorem adipiscing praesent vulputate. Aliquip luptatumzzril consequat ipsum esse odio delenit dignissim eum. ".
+
+<urn:uuid:883412574> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19739235198>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-21T15:50:57";
+	nmo:receivedDate "2008-12-26T15:55:24";
+	nmo:plainTextMessageContent "Commodo aliquip facilisis minim dignissim facilisis ad vel facilisis. Velit ut minim lorem et molestie eu quis facilisi hendrerit ad luptatum autem molestie. Erat accumsan lobortis nostrud adipiscing tationullamcorper in. Dolore exerci commodoconsequat ea at. At nostrud feugait vulputate ex in dolore qui blandit. Molestie molestie illum commodoconsequat in nulla eum delenit ad. ".
+
+<urn:uuid:1653526633> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19739235198>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-07T15:14:10";
+	nmo:receivedDate "2008-11-18T15:54:55";
+	nmo:plainTextMessageContent "Iustoodio sit tation tincidunt iriuredolor nulla et esse hendrerit doloremagna Utwisi ex. Ex ut in ad aliquip esse enim illum blandit. In diam at luptatum vulputate zzril autem doloremagna zzril te ex eros exerci dolore. Zzril ea autem vel suscipit hendrerit dignissim hendrerit aliquip accumsan aliquam volutpat eu. ".
+
+<urn:uuid:1592011218> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19739235198>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-12T15:19:34";
+	nmo:receivedDate "2008-01-26T15:48:16";
+	nmo:plainTextMessageContent "Suscipit ut dolore lorem Utwisi zzril qui et in velit nulla iriuredolor. Ipsum enim illum delenitaugue duis molestie nulla te ea veniamquis iustoodio in et. Suscipit consequatvel facilisis volutpat nulla delenitaugue praesent nulla qui accumsan tation ea minim. Ipsum aliquip ea ex sit dolor duis volutpat. Blandit eum consequat nibh aliquip exerci dolore nostrud eum. Ipsum et iustoodio dolore molestie tation veniamquis. Minim euismod te odio vel laoreet molestie iusto tation. ".
+
+<urn:uuid:1792426769> a nco:PersonContact; 
+	nco:fullname "Enid Nichols";
+	nco:nameGiven "Enid";
+	nco:nameFamily "Nichols";
+	nco:birthDate "1942-08-04";
+	nco:hasAffiliation "IT Systems Administrator";
+	nco:hasEmailAddress <mailto:enichols utiusto gov>;
+	nco:hasPhoneNumber <tel:+19739235198>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:1296144528>.
+
+<urn:uuid:1824858138> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07451" ;
+	nco:locality "Ridgewood" ;
+	nco:streetAddress "8841 Brook Bridge Avenue" .
+
+<mailto:benedict keating ipsumnulla eu> a nco:EmailAddress; 
+	nco:emailAddress "benedict keating ipsumnulla eu".
+
+<urn:uuid:1997741777> a nco:PersonContact; 
+	nco:fullname "Benedict Keating";
+	nco:nameGiven "Benedict";
+	nco:nameFamily "Keating";
+	nco:birthDate "1942-08-02";
+	nco:hasAffiliation "Supervisor Labor Relations";
+	nco:hasEmailAddress <mailto:benedict keating ipsumnulla eu>;
+	nco:hasPostalAddress <urn:uuid:1824858138>.
+
+<urn:uuid:569618064> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01014" ;
+	nco:locality "Chicopee" ;
+	nco:streetAddress "2579 Boutwell Trail" .
+
+<mailto:rosanne brandt nostrudfeugiat us> a nco:EmailAddress; 
+	nco:emailAddress "rosanne brandt nostrudfeugiat us".
+
+<urn:uuid:136472253> a nco:PersonContact; 
+	nco:fullname "Rosanne Brandt";
+	nco:nameGiven "Rosanne";
+	nco:nameFamily "Brandt";
+	nco:birthDate "1942-08-28";
+	nco:hasAffiliation "Medical Gynecologist";
+	nco:hasEmailAddress <mailto:rosanne brandt nostrudfeugiat us>;
+	nco:hasPostalAddress <urn:uuid:569618064>.
+
+<urn:uuid:1908444464> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07194" ;
+	nco:locality "Newark" ;
+	nco:streetAddress "1481 Camara Parkway" .
+
+<mailto:ikhan nostrudamet info> a nco:EmailAddress; 
+	nco:emailAddress "ikhan nostrudamet info".
+
+<xmpp:ina khan gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Ina Khan" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Eum luptatum exerci vel minim dolore tation lobortis zzril facilisis hendrerit eros. " ;
+	nco:imID "ina khan gmail com".
+
+<urn:uuid:1904410730> a nco:PersonContact; 
+	nco:fullname "Ina Khan";
+	nco:nameGiven "Ina";
+	nco:nameFamily "Khan";
+	nco:birthDate "1942-05-12";
+	nco:hasAffiliation "Inside Sales Clerk";
+	nco:hasEmailAddress <mailto:ikhan nostrudamet info>;
+	nco:hasIMAccount <xmpp:ina khan gmail com>;
+	nco:hasPostalAddress <urn:uuid:1908444464>.
+
+<urn:uuid:2076431533> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13131" ;
+	nco:locality "Parish" ;
+	nco:streetAddress "1706 River Forest Way" .
+
+<mailto:dhoward eterat com> a nco:EmailAddress; 
+	nco:emailAddress "dhoward eterat com".
+
+<urn:uuid:91683601> a nco:PersonContact; 
+	nco:fullname "Deloris Howard";
+	nco:nameGiven "Deloris";
+	nco:nameFamily "Howard";
+	nco:birthDate "1942-06-24";
+	nco:hasAffiliation "Title Abstractor";
+	nco:hasEmailAddress <mailto:dhoward eterat com>;
+	nco:hasPostalAddress <urn:uuid:2076431533>.
+
+<urn:uuid:51540983> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12589" ;
+	nco:locality "Wallkill" ;
+	nco:streetAddress "4202 Jeffrey Cove" .
+
+<mailto:wburrow iustoodioesse edu> a nco:EmailAddress; 
+	nco:emailAddress "wburrow iustoodioesse edu".
+
+<urn:uuid:954221451> a nco:PersonContact; 
+	nco:fullname "Wilburn Burrow";
+	nco:nameGiven "Wilburn";
+	nco:nameFamily "Burrow";
+	nco:birthDate "1942-03-15";
+	nco:hasAffiliation "Finisher Porcelain";
+	nco:hasEmailAddress <mailto:wburrow iustoodioesse edu>;
+	nco:hasPostalAddress <urn:uuid:51540983>.
+
+<urn:uuid:1495569400> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11690" ;
+	nco:locality "Far Rockaway" ;
+	nco:streetAddress "686 Oakgreen Parkway" .
+
+<mailto:mhoy suscipitfacilisi info> a nco:EmailAddress; 
+	nco:emailAddress "mhoy suscipitfacilisi info".
+
+<urn:uuid:341290597> a nco:PersonContact; 
+	nco:fullname "Mary Hoy";
+	nco:nameGiven "Mary";
+	nco:nameFamily "Hoy";
+	nco:birthDate "1942-09-13";
+	nco:hasAffiliation "Computer Systems Engineer";
+	nco:hasEmailAddress <mailto:mhoy suscipitfacilisi info>;
+	nco:hasPostalAddress <urn:uuid:1495569400>.
+
+<urn:uuid:1437232658> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14429" ;
+	nco:locality "Clarendon" ;
+	nco:streetAddress "188 Doral Trail" .
+
+<mailto:lfritz Utwisiquis org> a nco:EmailAddress; 
+	nco:emailAddress "lfritz Utwisiquis org".
+
+<tel:+12075685061> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)568-5061".
+
+<urn:uuid:1720630403> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12075685061>]; 
+	nmo:duration 10; 
+	nmo:sentDate "2008-11-10T15:47:07". 
+
+<urn:uuid:2067430365> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12075685061>]; 
+	nmo:duration 7; 
+	nmo:receivedDate "2008-09-22T15:19:31". 
+
+<urn:uuid:1863572198> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12075685061>]; 
+	nmo:duration 32; 
+	nmo:sentDate "2008-08-14T15:13:52". 
+
+<urn:uuid:765614069> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12075685061>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-13T15:31:25";
+	nmo:receivedDate "2008-07-09T15:59:15";
+	nmo:plainTextMessageContent "Te quis velit vero dolore veniam commodoconsequat dolore iusto nulla ea aliquip exerci. Amet nibh nulla hendrerit commodo iusto erat suscipit. Doloremagna dolore luptatumzzril tincidunt suscipit velit molestie tationullamcorper ad et. Esse Utwisi elitsed tation dolor nostrud et. Te vel velit augue te eros nostrud qui. Aliquam ex qui zzril illum feugait hendrerit veniam. Eros nulla iriure praesent ea et facilisi iriure aliquam commodoconsequat feugiat at. ".
+
+<urn:uuid:726876125> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12075685061>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-06T15:35:48";
+	nmo:receivedDate "2008-09-20T15:30:01";
+	nmo:plainTextMessageContent "Molestie lobortis nostrud qui zzril ex iustoodio et aliquam enim dolore nulla. Ipsum dolor feugait consequat ut molestie delenit illum ex at ullamcorper. Iustoodio duis iriuredolor praesent zzril praesent exerci. Erat et dignissim veniam illum minim eros in facilisi qui nonummy duis tation facilisi. Suscipit commodo te etaccumsan consequat vel te suscipit exerci. Ad vel suscipit et consequat qui lorem facilisi ea dolore iusto et enim. ".
+
+<urn:uuid:1128699067> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12075685061>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-30T15:39:36";
+	nmo:receivedDate "2008-04-28T15:52:50";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Vero duis elitsed adipiscing iriure esse adipiscing laoreet ullamcorper luptatumzzril doloremagna elitsed augue. Duis veniam ut augue duis vulputate vero consequatvel. Nulla exerci qui molestie nulla dignissim nulla ut luptatum luptatumzzril esse. In te duis iusto. Ut lobortis dolore eufeugiat ea autem nibh. Suscipit nislut qui nulla odio. Volutpat laoreet dolore doloremagna te exerci sit tationullamcorper esse luptatum nislut. ".
+
+<urn:uuid:1843298345> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12075685061>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-16T15:37:24";
+	nmo:receivedDate "2008-01-18T16:04:09";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Feugiat consequatvel ipsum molestie. Sit commodo consequat facilisis et dolore ut illum. Dolore volutpat wisi nulla eu duis feugait exerci iriuredolor consequat autem. Sit at elitsed autem. ".
+
+<urn:uuid:1031736098> a nco:PersonContact; 
+	nco:fullname "Larissa Fritz";
+	nco:nameGiven "Larissa";
+	nco:nameFamily "Fritz";
+	nco:birthDate "1942-06-06";
+	nco:hasAffiliation "Disaster Recovery Coordinator";
+	nco:hasEmailAddress <mailto:lfritz Utwisiquis org>;
+	nco:hasPhoneNumber <tel:+12075685061>;
+	nco:hasPostalAddress <urn:uuid:1437232658>.
+
+<urn:uuid:409810722> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1849024653>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Commodo autem veniam te dolor minim duis eum. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-11T16:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-11T18:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1849024653>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:2102380067> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14056" ;
+	nco:locality "East Pembroke" ;
+	nco:streetAddress "7274 White Wing Drive" .
+
+<mailto:vtracey doloreiriuredolor info> a nco:EmailAddress; 
+	nco:emailAddress "vtracey doloreiriuredolor info".
+
+<urn:uuid:1717832073> a nco:PersonContact; 
+	nco:fullname "Valerie Tracey";
+	nco:nameGiven "Valerie";
+	nco:nameFamily "Tracey";
+	nco:birthDate "1943-01-08";
+	nco:hasAffiliation "Manager Manufacturing";
+	nco:hasEmailAddress <mailto:vtracey doloreiriuredolor info>;
+	nco:hasPostalAddress <urn:uuid:2102380067>.
+
+<urn:uuid:188872753> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12978" ;
+	nco:locality "Redford" ;
+	nco:streetAddress "1954 Dundee Avenue" .
+
+<mailto:booker creel doloremagnavolutpat tv> a nco:EmailAddress; 
+	nco:emailAddress "booker creel doloremagnavolutpat tv".
+
+<xmpp:booker creel gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Booker Creel" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Molestie autem feugait eum nonummy at esse facilisi esse diam blandit vel lorem eros. " ;
+	nco:imID "booker creel gmail com".
+
+<tel:+18455708867> a nco:PhoneNumber; 
+	nco:phoneNumber "(845)570-8867".
+
+<urn:uuid:1501169956> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18455708867>]; 
+	nmo:duration 10; 
+	nmo:sentDate "2008-08-11T16:07:49". 
+
+<urn:uuid:1088798545> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18455708867>]; 
+	nmo:duration 2; 
+	nmo:sentDate "2008-01-23T15:45:38". 
+
+<urn:uuid:2094531981> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18455708867>]; 
+	nmo:duration 49; 
+	nmo:sentDate "2008-03-04T15:31:41". 
+
+<urn:uuid:837426340> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18455708867>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-08T16:07:12";
+	nmo:receivedDate "2008-08-25T16:02:04";
+	nmo:plainTextMessageContent "Nonummy at aliquam duis delenitaugue nisl. Illum dignissim nostrud ut dignissim nibh in illum tation delenitaugue vero qui. Exerci qui veniam molestie iusto. Augue zzril dignissim blandit enim velit vulputate illum dolore nislut. Exerci consequatvel hendrerit ipsum. ".
+
+<urn:uuid:74914243> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18455708867>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-08T15:51:23";
+	nmo:receivedDate "2008-08-07T15:12:10";
+	nmo:plainTextMessageContent "Vel consequat exerci wisi at nulla praesent autem suscipit eum tincidunt dolore dignissim amet. Nislut nislut te etaccumsan feugiat accumsan praesent illum nonummy blandit consequat esse odio ad. Consequat nostrud te facilisi at consequatvel praesent autem veniamquis iusto praesent consequat. Blandit erat praesent feugiat enim invulputate ex esse facilisis invulputate. Doloremagna ex invulputate illum hendrerit invulputate consequatvel. Ad nulla hendrerit ea esse nonummy facilisis minim. ".
+
+<urn:uuid:118882538> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18455708867>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-14T16:05:01";
+	nmo:receivedDate "2009-01-31T15:31:49";
+	nmo:plainTextMessageContent "Eum nislut vero veniamquis velit nulla duis enim autem zzril nonummy eum. Nostrud lobortis te ex minim in luptatumzzril in lorem wisi ea enim duis etaccumsan. Molestie vel luptatumzzril hendrerit Utwisi et zzril vel diam te. Praesent in nisl autem enim. Molestie feugait nulla velit ut vel eum molestie velit sit nonummy te invulputate vel. Adipiscing ex consequat sit vulputate. ".
+
+<urn:uuid:162266196> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18455708867>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-19T15:41:58";
+	nmo:receivedDate "2008-12-02T15:39:38";
+	nmo:plainTextMessageContent "Nulla iustoodio nulla enim et in autem te aliquam aliquip consequat facilisis consectetuer. Euismod etaccumsan dolore ut hendrerit. Laoreet ea vero lobortis in odio ex dolore nulla laoreet. Ad nisl feugait erat eum velit feugait ut eros dolore dolore lorem. Nulla doloremagna accumsan in ut amet velit adipiscing. Illum ut veniamquis velit invulputate facilisis adipiscing. ".
+
+<urn:uuid:1726606070> a nco:PersonContact; 
+	nco:fullname "Booker Creel";
+	nco:nameGiven "Booker";
+	nco:nameFamily "Creel";
+	nco:birthDate "1942-06-18";
+	nco:hasAffiliation "Well Driller";
+	nco:hasEmailAddress <mailto:booker creel doloremagnavolutpat tv>;
+	nco:hasPhoneNumber <tel:+18455708867>;
+	nco:hasIMAccount <xmpp:booker creel gmail com>;
+	nco:hasPostalAddress <urn:uuid:188872753>.
+
+<urn:uuid:1973941341> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:48114581>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Blandit nostrud eum dolor qui odio augue vulputate iusto feugait illum nulla ex. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-20T19:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-20T20:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:48114581>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1416678608> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12047" ;
+	nco:locality "Cohoes" ;
+	nco:streetAddress "4454 Rutherford Parkway" .
+
+<mailto:esweat delenitex tv> a nco:EmailAddress; 
+	nco:emailAddress "esweat delenitex tv".
+
+<urn:uuid:1547577658> a nco:PersonContact; 
+	nco:fullname "Elmo Sweat";
+	nco:nameGiven "Elmo";
+	nco:nameFamily "Sweat";
+	nco:birthDate "1942-12-05";
+	nco:hasAffiliation "Attorney Practicing";
+	nco:hasEmailAddress <mailto:esweat delenitex tv>;
+	nco:hasPostalAddress <urn:uuid:1416678608>.
+
+<urn:uuid:1479898784> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:2020713750>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Duis facilisi dolore ea duis. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-20T20:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-20T21:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:2020713750>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:81800555> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03462" ;
+	nco:locality "Spofford" ;
+	nco:streetAddress "8229 Pangbourne Parkway" .
+
+<mailto:dominga ricker dignissimvel us> a nco:EmailAddress; 
+	nco:emailAddress "dominga ricker dignissimvel us".
+
+<urn:uuid:1262340898> a nco:PersonContact; 
+	nco:fullname "Dominga Ricker";
+	nco:nameGiven "Dominga";
+	nco:nameFamily "Ricker";
+	nco:birthDate "1942-06-03";
+	nco:hasAffiliation "Nursery Manager";
+	nco:hasEmailAddress <mailto:dominga ricker dignissimvel us>;
+	nco:hasPostalAddress <urn:uuid:81800555>.
+
+<urn:uuid:1082881936> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06726" ;
+	nco:locality "Waterbury" ;
+	nco:streetAddress "8822 Fair Harbor Lane" .
+
+<mailto:dhooper nostrudnisl info> a nco:EmailAddress; 
+	nco:emailAddress "dhooper nostrudnisl info".
+
+<urn:uuid:1748618073> a nco:PersonContact; 
+	nco:fullname "Darin Hooper";
+	nco:nameGiven "Darin";
+	nco:nameFamily "Hooper";
+	nco:birthDate "1942-05-24";
+	nco:hasAffiliation "Lithographic Platemaker";
+	nco:hasEmailAddress <mailto:dhooper nostrudnisl info>;
+	nco:hasPostalAddress <urn:uuid:1082881936>.
+
+<urn:uuid:141475129> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11217" ;
+	nco:locality "Brooklyn" ;
+	nco:streetAddress "6473 Wildpines Cove" .
+
+<mailto:vlangford eumodio org> a nco:EmailAddress; 
+	nco:emailAddress "vlangford eumodio org".
+
+<urn:uuid:1145447484> a nco:PersonContact; 
+	nco:fullname "Verla Langford";
+	nco:nameGiven "Verla";
+	nco:nameFamily "Langford";
+	nco:birthDate "1942-07-18";
+	nco:hasAffiliation "Medical Optometric Assistant";
+	nco:hasEmailAddress <mailto:vlangford eumodio org>;
+	nco:hasPostalAddress <urn:uuid:141475129>.
+
+<urn:uuid:1384790596> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:586562270>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Eros eu eros facilisis ullamcorper iustoodio facilisi duis nulla molestie lobortis. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-19T18:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-19T19:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:586562270>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:844901802> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06816" ;
+	nco:locality "Danbury" ;
+	nco:streetAddress "6609 Paris Avenue" .
+
+<mailto:gil fogarty nulladelenitaugue net> a nco:EmailAddress; 
+	nco:emailAddress "gil fogarty nulladelenitaugue net".
+
+<tel:+13516486511> a nco:PhoneNumber; 
+	nco:phoneNumber "(351)648-6511".
+
+<urn:uuid:1771461679> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13516486511>]; 
+	nmo:duration 36; 
+	nmo:receivedDate "2008-02-21T15:57:10". 
+
+<urn:uuid:582857341> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13516486511>]; 
+	nmo:duration 9; 
+	nmo:sentDate "2008-09-08T15:30:48". 
+
+<urn:uuid:1131906377> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13516486511>]; 
+	nmo:duration 2; 
+	nmo:receivedDate "2008-08-09T16:01:58". 
+
+<urn:uuid:856258384> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13516486511>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-09T16:04:30";
+	nmo:receivedDate "2009-01-27T15:46:07";
+	nmo:plainTextMessageContent "Iustoodio volutpat luptatumzzril ut elitsed invulputate ex feugait. Dolor volutpat ut aliquam in. Amet veniam eros dolore in feugait. Ad eufeugiat duis esse praesent accumsan consectetuer. ".
+
+<urn:uuid:1486629513> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13516486511>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-27T16:11:13";
+	nmo:receivedDate "2008-02-09T15:46:11";
+	nmo:plainTextMessageContent "Euismod doloremagna aliquip commodo ullamcorper at adipiscing delenitaugue velit esse aliquam in consequat. Praesent wisi accumsan autem minim delenit. Nulla delenitaugue illum eros ut. Vel vel nulla at eufeugiat exerci ut et wisi vel. Facilisi dolor euismod blandit tincidunt qui enim amet nostrud. Illum feugait ad molestie ut etaccumsan quis aliquip dolor. At at hendrerit velit etaccumsan. ".
+
+<urn:uuid:327883874> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13516486511>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-09T15:29:13";
+	nmo:receivedDate "2008-06-13T15:31:44";
+	nmo:plainTextMessageContent "Euismod ex duis blandit. Velit blandit dolore feugait consequat hendrerit ut dolore. Duis delenit ipsum ut vero nostrud lobortis. Zzril hendrerit dolore minim sit. Autem autem dolor dolore ea hendrerit iriure duis dolore ea consequat nulla ex adipiscing. Hendrerit molestie aliquip lobortis hendrerit. Erat facilisis ut dolore et. ".
+
+<urn:uuid:86555301> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13516486511>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-03T15:56:08";
+	nmo:receivedDate "2009-01-28T16:11:23";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Esse dolore enim erat consequat molestie velit adipiscing. Nulla hendrerit iriure vel consequat illum eum eros ad. Iriure eum in vel ipsum adipiscing feugiat praesent autem in ad dolore. Feugiat nulla in iriure tincidunt nostrud nulla enim esse. ".
+
+<urn:uuid:800660757> a nco:PersonContact; 
+	nco:fullname "Gil Fogarty";
+	nco:nameGiven "Gil";
+	nco:nameFamily "Fogarty";
+	nco:birthDate "1942-08-28";
+	nco:hasAffiliation "Crane Operator Overhead";
+	nco:hasEmailAddress <mailto:gil fogarty nulladelenitaugue net>;
+	nco:hasPhoneNumber <tel:+13516486511>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:844901802>.
+
+<urn:uuid:1632871230> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03268" ;
+	nco:locality "Salisbury" ;
+	nco:streetAddress "1169 Macey Cove" .
+
+<mailto:larchuleta doloremagnairiure gov> a nco:EmailAddress; 
+	nco:emailAddress "larchuleta doloremagnairiure gov".
+
+<urn:uuid:1238728405> a nco:PersonContact; 
+	nco:fullname "Laurie Archuleta";
+	nco:nameGiven "Laurie";
+	nco:nameFamily "Archuleta";
+	nco:birthDate "1942-03-11";
+	nco:hasAffiliation "Engineer Power Distribution";
+	nco:hasEmailAddress <mailto:larchuleta doloremagnairiure gov>;
+	nco:hasPostalAddress <urn:uuid:1632871230>.
+
+<urn:uuid:1161732627> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1119096188>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Nulla vulputate zzril duis wisi dignissim dolore dignissim hendrerit. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-18T19:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-18T19:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1119096188>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:891615050> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11421" ;
+	nco:locality "Woodhaven" ;
+	nco:streetAddress "7682 Grove Cove" .
+
+<mailto:cathie spear inet gov> a nco:EmailAddress; 
+	nco:emailAddress "cathie spear inet gov".
+
+<xmpp:cathie spear gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Cathie Spear" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Tation in odio aliquip qui nulla iriuredolor ipsum eros tincidunt quis ex et. " ;
+	nco:imID "cathie spear gmail com".
+
+<urn:uuid:694042349> a nco:PersonContact; 
+	nco:fullname "Cathie Spear";
+	nco:nameGiven "Cathie";
+	nco:nameFamily "Spear";
+	nco:birthDate "1942-11-24";
+	nco:hasAffiliation "Air-Freight Agent";
+	nco:hasEmailAddress <mailto:cathie spear inet gov>;
+	nco:hasIMAccount <xmpp:cathie spear gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:891615050>.
+
+<urn:uuid:528073261> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04077" ;
+	nco:locality "South Casco" ;
+	nco:streetAddress "5166 Lake Way" .
+
+<mailto:johnathan alcala wisiat edu> a nco:EmailAddress; 
+	nco:emailAddress "johnathan alcala wisiat edu".
+
+<tel:+16039457553> a nco:PhoneNumber; 
+	nco:phoneNumber "(603)945-7553".
+
+<urn:uuid:1628132034> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16039457553>]; 
+	nmo:duration 9; 
+	nmo:receivedDate "2008-05-08T15:33:13". 
+
+<urn:uuid:2000541877> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16039457553>]; 
+	nmo:duration 47; 
+	nmo:receivedDate "2008-10-19T15:36:37". 
+
+<urn:uuid:1043553384> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16039457553>]; 
+	nmo:duration 1; 
+	nmo:sentDate "2008-12-17T16:02:49". 
+
+<urn:uuid:42169543> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16039457553>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-13T15:54:37";
+	nmo:receivedDate "2008-07-04T15:44:46";
+	nmo:plainTextMessageContent "Te erat dolore doloremagna nonummy feugiat vero. Delenit invulputate vulputate consequat velit tation et feugiat iriuredolor illum eufeugiat delenitaugue at diam. Dolore diam nisl duis molestie ut autem adipiscing adipiscing quis consequat nibh velit. Consectetuer ea qui eros dolor vel duis nostrud blandit ea qui etaccumsan consequat. Suscipit duis nulla duis aliquip accumsan hendrerit eufeugiat. ".
+
+<urn:uuid:186282089> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16039457553>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-07T15:24:53";
+	nmo:receivedDate "2008-06-15T15:51:06";
+	nmo:plainTextMessageContent "Blandit facilisi dignissim adipiscing autem ut. Exerci feugiat veniamquis vel aliquip duis praesent in suscipit autem duis. Diam Utwisi iriuredolor aliquip blandit eros eum commodo aliquip vel luptatum nulla. Commodo eum aliquam minim duis ipsum ea in aliquip amet dolore tationullamcorper facilisis dolore. ".
+
+<urn:uuid:1600169253> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16039457553>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-10T15:27:00";
+	nmo:receivedDate "2009-01-03T15:31:12";
+	nmo:plainTextMessageContent "Eum luptatum facilisi duis diam laoreet duis iusto iriuredolor praesent veniamquis qui. Eros consequat zzril commodo. Suscipit sit nulla augue blandit esse esse euismod nulla esse aliquip. Lobortis suscipit minim vulputate erat vel. Augue ipsum dolor ut duis suscipit. Illum nulla aliquip blandit commodoconsequat etaccumsan accumsan luptatumzzril. ".
+
+<urn:uuid:985419234> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16039457553>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-26T15:31:19";
+	nmo:receivedDate "2008-03-28T15:32:09";
+	nmo:plainTextMessageContent "In at doloremagna praesent dolore in delenitaugue eum lorem euismod ut esse praesent. Veniam in quis volutpat veniam. Iustoodio feugait delenitaugue ipsum. Ad qui duis eu illum iriuredolor iriure Utwisi dolor volutpat. ".
+
+<urn:uuid:138779587> a nco:PersonContact; 
+	nco:fullname "Johnathan Alcala";
+	nco:nameGiven "Johnathan";
+	nco:nameFamily "Alcala";
+	nco:birthDate "1943-01-09";
+	nco:hasAffiliation "Communications Manager";
+	nco:hasEmailAddress <mailto:johnathan alcala wisiat edu>;
+	nco:hasPhoneNumber <tel:+16039457553>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:528073261>.
+
+<urn:uuid:814822427> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06450" ;
+	nco:locality "Meriden" ;
+	nco:streetAddress "3868 Boulinwood Parkway" .
+
+<mailto:zachery barajas praesentvero tv> a nco:EmailAddress; 
+	nco:emailAddress "zachery barajas praesentvero tv".
+
+<urn:uuid:2121238144> a nco:PersonContact; 
+	nco:fullname "Zachery Barajas";
+	nco:nameGiven "Zachery";
+	nco:nameFamily "Barajas";
+	nco:birthDate "1942-09-16";
+	nco:hasAffiliation "Operator Copy Machine";
+	nco:hasEmailAddress <mailto:zachery barajas praesentvero tv>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:814822427>.
+
+<urn:uuid:1264215774> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:724772355>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Eufeugiat nisl hendrerit et commodo blandit blandit. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-12T20:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-12T21:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:724772355>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1378378437> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12483" ;
+	nco:locality "Spring Glen" ;
+	nco:streetAddress "6724 Krueger Street" .
+
+<mailto:lavonne nutt ealobortis net> a nco:EmailAddress; 
+	nco:emailAddress "lavonne nutt ealobortis net".
+
+<urn:uuid:1919774260> a nco:PersonContact; 
+	nco:fullname "Lavonne Nutt";
+	nco:nameGiven "Lavonne";
+	nco:nameFamily "Nutt";
+	nco:birthDate "1942-03-19";
+	nco:hasAffiliation "Slaughter Laborer";
+	nco:hasEmailAddress <mailto:lavonne nutt ealobortis net>;
+	nco:hasPostalAddress <urn:uuid:1378378437>.
+
+<urn:uuid:2079633119> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11381" ;
+	nco:locality "Flushing" ;
+	nco:streetAddress "3574 Donnington Lane" .
+
+<mailto:audrey troutman accumsanullamcorper tv> a nco:EmailAddress; 
+	nco:emailAddress "audrey troutman accumsanullamcorper tv".
+
+<urn:uuid:102531825> a nco:PersonContact; 
+	nco:fullname "Audrey Troutman";
+	nco:nameGiven "Audrey";
+	nco:nameFamily "Troutman";
+	nco:birthDate "1942-04-22";
+	nco:hasAffiliation "Ticket Agent";
+	nco:hasEmailAddress <mailto:audrey troutman accumsanullamcorper tv>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:2079633119>.
+
+<urn:uuid:1880620851> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08809" ;
+	nco:locality "Clinton" ;
+	nco:streetAddress "6858 Elmhurst Cove" .
+
+<mailto:ywhitmire duisaugue us> a nco:EmailAddress; 
+	nco:emailAddress "ywhitmire duisaugue us".
+
+<urn:uuid:871110616> a nco:PersonContact; 
+	nco:fullname "Yong Whitmire";
+	nco:nameGiven "Yong";
+	nco:nameFamily "Whitmire";
+	nco:birthDate "1942-04-25";
+	nco:hasAffiliation "Manager Operations Research";
+	nco:hasEmailAddress <mailto:ywhitmire duisaugue us>;
+	nco:hasPostalAddress <urn:uuid:1880620851>.
+
+<urn:uuid:24395945> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05088" ;
+	nco:locality "Wilder" ;
+	nco:streetAddress "4029 Country Street" .
+
+<mailto:ramona poindexter duisdolor info> a nco:EmailAddress; 
+	nco:emailAddress "ramona poindexter duisdolor info".
+
+<urn:uuid:1492071226> a nco:PersonContact; 
+	nco:fullname "Ramona Poindexter";
+	nco:nameGiven "Ramona";
+	nco:nameFamily "Poindexter";
+	nco:birthDate "1942-09-28";
+	nco:hasAffiliation "Computer Data Entry Supervisor";
+	nco:hasEmailAddress <mailto:ramona poindexter duisdolor info>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:24395945>.
+
+<urn:uuid:189099025> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:403153861>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "At etaccumsan amet quis exerci vero nonummy lobortis commodoconsequat blandit nulla enim dolore elitsed. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-02T20:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-02T22:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:403153861>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:524907286> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06349" ;
+	nco:locality "Groton" ;
+	nco:streetAddress "1443 Conner Drive" .
+
+<mailto:fcurry tinciduntte org> a nco:EmailAddress; 
+	nco:emailAddress "fcurry tinciduntte org".
+
+<urn:uuid:690308340> a nco:PersonContact; 
+	nco:fullname "Felicita Curry";
+	nco:nameGiven "Felicita";
+	nco:nameFamily "Curry";
+	nco:birthDate "1942-04-05";
+	nco:hasAffiliation "Mechanic Fluid Power";
+	nco:hasEmailAddress <mailto:fcurry tinciduntte org>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:524907286>.
+
+<urn:uuid:251080618> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:489035834>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Vero dolore duis duis autem aliquip erat exerci dolore zzril. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-12T20:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-12T20:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:489035834>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:834813925> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12195" ;
+	nco:locality "West Lebanon" ;
+	nco:streetAddress "2069 San Augustine Street" .
+
+<mailto:karyn perrin tecommodoconsequat tv> a nco:EmailAddress; 
+	nco:emailAddress "karyn perrin tecommodoconsequat tv".
+
+<tel:+14127183336> a nco:PhoneNumber; 
+	nco:phoneNumber "(412)718-3336".
+
+<urn:uuid:2127631667> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14127183336>]; 
+	nmo:duration 28; 
+	nmo:receivedDate "2008-12-06T15:51:17". 
+
+<urn:uuid:1310705094> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14127183336>]; 
+	nmo:duration 9; 
+	nmo:sentDate "2008-07-27T16:06:01". 
+
+<urn:uuid:1809873893> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14127183336>]; 
+	nmo:duration 24; 
+	nmo:receivedDate "2009-02-02T15:23:50". 
+
+<urn:uuid:436470506> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14127183336>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-31T15:18:04";
+	nmo:receivedDate "2008-08-01T15:37:52";
+	nmo:plainTextMessageContent "Esse esse blandit ea doloremagna erat. Nulla veniam iustoodio hendrerit minim nibh consectetuer dignissim exerci facilisi nostrud suscipit luptatumzzril molestie. Ut in augue feugait autem dolore dolore nostrud. Ut ut exerci aliquam eros delenitaugue quis diam tincidunt duis accumsan. Duis lobortis iustoodio blandit qui tationullamcorper nostrud zzril vel molestie esse facilisis eum. ".
+
+<urn:uuid:276629448> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14127183336>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-26T16:04:59";
+	nmo:receivedDate "2008-01-21T15:56:06";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Aliquip ex consequat eu autem feugait autem facilisis te dignissim. Esse eu nostrud consequat etaccumsan praesent duis. Facilisi nulla ea in augue ut nislut nulla ut duis. Commodo autem te lorem doloremagna. ".
+
+<urn:uuid:1879005554> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14127183336>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-15T15:19:58";
+	nmo:receivedDate "2008-11-11T15:55:11";
+	nmo:plainTextMessageContent "Lobortis facilisi molestie iusto accumsan dolore adipiscing delenitaugue doloremagna hendrerit nulla. Utwisi at et feugiat. Velit iriure duis nisl sit facilisi eros exerci vel. Eum praesent consequat tation aliquip sit vel ut. Lobortis in aliquam iriure nisl illum eros. Duis consequat Utwisi praesent. ".
+
+<urn:uuid:712935920> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14127183336>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-24T15:13:38";
+	nmo:receivedDate "2008-04-19T15:58:28";
+	nmo:plainTextMessageContent "Augue facilisis amet lobortis aliquip. Exerci consequat dolore praesent invulputate veniamquis amet ut. Dolore aliquip et autem laoreet. Exerci at hendrerit consequatvel dolore vero eufeugiat. ".
+
+<urn:uuid:839033319> a nco:PersonContact; 
+	nco:fullname "Karyn Perrin";
+	nco:nameGiven "Karyn";
+	nco:nameFamily "Perrin";
+	nco:birthDate "1942-04-27";
+	nco:hasAffiliation "Secretary to CEO";
+	nco:hasEmailAddress <mailto:karyn perrin tecommodoconsequat tv>;
+	nco:hasPhoneNumber <tel:+14127183336>;
+	nco:hasPostalAddress <urn:uuid:834813925>.
+
+<urn:uuid:1991760776> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03810" ;
+	nco:locality "Alton Bay" ;
+	nco:streetAddress "5862 Stout Lane" .
+
+<mailto:jessie naranjo eratenim info> a nco:EmailAddress; 
+	nco:emailAddress "jessie naranjo eratenim info".
+
+<tel:+12128514503> a nco:PhoneNumber; 
+	nco:phoneNumber "(212)851-4503".
+
+<urn:uuid:372407195> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12128514503>]; 
+	nmo:duration 3; 
+	nmo:sentDate "2008-11-08T15:17:42". 
+
+<urn:uuid:1123733679> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12128514503>]; 
+	nmo:duration 46; 
+	nmo:receivedDate "2008-02-19T15:27:36". 
+
+<urn:uuid:341558540> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12128514503>]; 
+	nmo:duration 25; 
+	nmo:sentDate "2008-05-10T15:35:08". 
+
+<urn:uuid:422545519> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12128514503>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-29T15:37:35";
+	nmo:receivedDate "2008-03-01T15:36:15";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Etaccumsan praesent doloremagna zzril dolore quis nulla euismod facilisi. Eu nibh invulputate praesent Utwisi vel autem accumsan ut eufeugiat nostrud. Illum dolore in feugiat lobortis in consequat dignissim dolore nulla tation iriuredolor. Suscipit vulputate tation autem ex aliquam nulla facilisi accumsan euismod invulputate. Praesent iriure illum aliquip euismod euismod dolore blandit eros minim in amet. In dignissim aliquip duis consequat commodoconsequat suscipit elitsed consequat duis. ".
+
+<urn:uuid:1496116309> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12128514503>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-23T15:34:07";
+	nmo:receivedDate "2008-03-12T15:41:18";
+	nmo:plainTextMessageContent "Quis euismod consequat praesent. Aliquam hendrerit ex in commodo zzril minim eum laoreet iriure. Lorem molestie minim ut. Exerci in diam et augue in erat amet consequatvel. Odio enim in vel lobortis consequatvel ullamcorper luptatum enim blandit te enim vero volutpat. Diam feugait vero ad odio blandit dolor duis dolore eros. ".
+
+<urn:uuid:793010460> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12128514503>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-06T15:43:25";
+	nmo:receivedDate "2008-07-19T15:21:34";
+	nmo:plainTextMessageContent "Esse feugait iriuredolor feugiat consequat duis vel diam ut tation dolore dolor eum. Feugait et et diam te in te blandit feugait eros. Ullamcorper eufeugiat blandit eros vel commodo erat nonummy enim nostrud. Minim lorem dolore et qui suscipit. Duis tincidunt dolor dignissim blandit luptatumzzril ipsum suscipit ipsum suscipit qui. Aliquip tation vel praesent lobortis commodoconsequat volutpat nulla duis iriuredolor nibh. ".
+
+<urn:uuid:391080436> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12128514503>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-11T15:51:28";
+	nmo:receivedDate "2008-05-16T15:56:45";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Nislut eu lobortis etaccumsan eu molestie in nulla nulla tation adipiscing facilisi qui. Enim duis nostrud dolore. Ut at nulla nulla doloremagna illum suscipit ut tincidunt consequat consequatvel. Aliquip euismod ullamcorper in veniam et doloremagna et ea suscipit lobortis vel erat in. Velit exerci luptatum dignissim ex minim nulla ad iriure nulla. ".
+
+<urn:uuid:1014753875> a nco:PersonContact; 
+	nco:fullname "Jessie Naranjo";
+	nco:nameGiven "Jessie";
+	nco:nameFamily "Naranjo";
+	nco:birthDate "1942-07-27";
+	nco:hasAffiliation "Screen Writer";
+	nco:hasEmailAddress <mailto:jessie naranjo eratenim info>;
+	nco:hasPhoneNumber <tel:+12128514503>;
+	nco:hasPostalAddress <urn:uuid:1991760776>.
+
+<urn:uuid:1667412164> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01441" ;
+	nco:locality "Westminster" ;
+	nco:streetAddress "2984 Cotton Cross Drive" .
+
+<mailto:rpickard ametvero info> a nco:EmailAddress; 
+	nco:emailAddress "rpickard ametvero info".
+
+<xmpp:rickey pickard gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Rickey Pickard" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Enim volutpat aliquip nostrud veniamquis dolore volutpat wisi eufeugiat invulputate. " ;
+	nco:imID "rickey pickard gmail com".
+
+<tel:+18566392968> a nco:PhoneNumber; 
+	nco:phoneNumber "(856)639-2968".
+
+<urn:uuid:682857925> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18566392968>]; 
+	nmo:duration 37; 
+	nmo:receivedDate "2008-08-16T15:39:37". 
+
+<urn:uuid:359247924> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18566392968>]; 
+	nmo:duration 12; 
+	nmo:receivedDate "2008-08-18T15:20:47". 
+
+<urn:uuid:1274365545> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18566392968>]; 
+	nmo:duration 16; 
+	nmo:receivedDate "2008-07-17T16:08:07". 
+
+<urn:uuid:1893834052> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18566392968>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-22T15:56:59";
+	nmo:receivedDate "2008-10-13T16:08:32";
+	nmo:plainTextMessageContent "Ipsum ex diam quis blandit nulla luptatumzzril exerci autem eros nulla. Nislut facilisis praesent illum veniam ad minim iusto autem facilisis. Augue consequatvel feugiat delenitaugue feugait dignissim iusto vero feugiat. Sit dolore enim ex blandit delenitaugue dolore ut in duis qui. Lobortis nonummy illum illum lobortis. ".
+
+<urn:uuid:2039847508> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18566392968>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-06T15:55:23";
+	nmo:receivedDate "2008-11-11T15:43:14";
+	nmo:plainTextMessageContent "Tation etaccumsan autem ad esse nislut feugait delenitaugue adipiscing ea accumsan dolore vulputate. Diam commodoconsequat ut lorem in te. Qui autem commodoconsequat enim consequatvel ea eu ut iustoodio delenit duis quis blandit. Eum consequatvel delenitaugue etaccumsan veniamquis iriuredolor ea duis hendrerit tationullamcorper iustoodio autem facilisis. Nulla dolore molestie exerci lobortis. Consectetuer luptatum nulla enim ad ad lorem duis veniam Utwisi erat feugait feugait autem. ".
+
+<urn:uuid:117655216> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18566392968>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-06T16:06:00";
+	nmo:receivedDate "2008-09-13T16:03:01";
+	nmo:plainTextMessageContent "Praesent et laoreet dolore doloremagna ex ut dolor tation duis. Ad dolore consectetuer facilisis ut lorem. Duis enim illum ipsum duis wisi qui nonummy luptatum ea dignissim facilisis blandit. Feugiat duis blandit iriure ea duis volutpat ea nisl feugait. Ullamcorper ut suscipit dolore ex facilisis luptatum in in nonummy suscipit eum invulputate. Zzril nulla in doloremagna exerci. ".
+
+<urn:uuid:153311866> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18566392968>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-01T15:47:01";
+	nmo:receivedDate "2008-12-14T15:49:14";
+	nmo:plainTextMessageContent "Doloremagna dolor quis enim vel. Duis delenit dolor et minim duis dolore consequat enim. Enim invulputate exerci ea blandit enim ea te. Eum ea eros accumsan sit esse ex te ex luptatum nostrud minim. Veniamquis ad praesent nostrud commodoconsequat eum praesent augue iusto luptatumzzril eros amet aliquip exerci. ".
+
+<urn:uuid:96228654> a nco:PersonContact; 
+	nco:fullname "Rickey Pickard";
+	nco:nameGiven "Rickey";
+	nco:nameFamily "Pickard";
+	nco:birthDate "1942-05-22";
+	nco:hasAffiliation "Medical General Surgeon";
+	nco:hasEmailAddress <mailto:rpickard ametvero info>;
+	nco:hasPhoneNumber <tel:+18566392968>;
+	nco:hasIMAccount <xmpp:rickey pickard gmail com>;
+	nco:hasPostalAddress <urn:uuid:1667412164>.
+
+<urn:uuid:354320506> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06386" ;
+	nco:locality "Waterford" ;
+	nco:streetAddress "6698 Sunrise Circle" .
+
+<mailto:daryl huntington erosaugue us> a nco:EmailAddress; 
+	nco:emailAddress "daryl huntington erosaugue us".
+
+<urn:uuid:300949600> a nco:PersonContact; 
+	nco:fullname "Daryl Huntington";
+	nco:nameGiven "Daryl";
+	nco:nameFamily "Huntington";
+	nco:birthDate "1942-07-25";
+	nco:hasAffiliation "Power Truck Operator";
+	nco:hasEmailAddress <mailto:daryl huntington erosaugue us>;
+	nco:hasPostalAddress <urn:uuid:354320506>.
+
+<urn:uuid:1829111065> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:300949600>;
+	nmo:sentDate "2008-05-09T15:25:20";
+	nmo:receivedDate "2008-05-09T15:25:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Invulputate esse quis feugait eum. ";
+	nmo:plainTextMessageContent "Consectetuer iriuredolor enim nulla aliquip. ".
+
+<urn:uuid:1849897567> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:300949600>;
+	nmo:sentDate "2008-11-28T15:31:21";
+	nmo:receivedDate "2008-11-28T15:32:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Doloremagna sit facilisi feugiat hendrerit feugiat suscipit nulla dolore facilisi lobortis duis. ";
+	nmo:plainTextMessageContent "Ad dignissim laoreet facilisi facilisi duis aliquip at delenit hendrerit. ".
+
+<urn:uuid:319537325> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:300949600>;
+	nmo:sentDate "2008-01-25T15:48:36";
+	nmo:receivedDate "2008-01-25T15:49:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolor at augue in illum. ";
+	nmo:plainTextMessageContent "Exerci duis esse et tation vero augue feugait blandit quis. ".
+
+<urn:uuid:1192526899> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:300949600>;
+	nmo:sentDate "2008-12-30T15:29:25";
+	nmo:receivedDate "2008-12-30T15:30:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Volutpat molestie et volutpat nibh delenitaugue ex tation blandit amet praesent. ";
+	nmo:plainTextMessageContent "Augue euismod praesent iusto nulla dolore nisl. Veniam tincidunt wisi in facilisis dolor aliquip duis augue in facilisi accumsan euismod duis. ".
+
+<urn:uuid:848691220> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:300949600>;
+	nmo:sentDate "2008-05-24T15:43:00";
+	nmo:receivedDate "2008-05-24T15:43:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1691678526>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "sheena montes teillum us"];
+	nmo:messageSubject "Tationullamcorper eros zzril odio ipsum. ";
+	nmo:plainTextMessageContent "Invulputate ipsum aliquip exerci eum augue. Tation etaccumsan duis et facilisis doloremagna. ".
+
+<urn:uuid:1854053289> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:300949600>;
+	nmo:sentDate "2008-12-18T15:57:03";
+	nmo:receivedDate "2008-12-18T15:57:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1782703076>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "velmore verosit eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Illum dignissim vel ad eros in. ";
+	nmo:plainTextMessageContent "Adipiscing diam facilisi vulputate qui tincidunt et duis velit ut invulputate. Aliquip molestie ut tationullamcorper iustoodio lobortis dolor tation vero elitsed dolore ex delenit. ".
+
+<urn:uuid:1318999387> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:300949600>;
+	nmo:sentDate "2008-11-27T15:44:04";
+	nmo:receivedDate "2008-11-27T15:44:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Aliquip veniamquis feugait nulla nisl delenit ipsum nislut enim commodoconsequat nibh nostrud. ";
+	nmo:plainTextMessageContent "Sit ut volutpat diam vero dolore esse laoreet erat. Ipsum molestie tationullamcorper duis at exerci. ".
+
+<urn:uuid:375739598> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:300949600>;
+	nmo:sentDate "2009-01-04T15:45:38";
+	nmo:receivedDate "2009-01-04T15:46:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore dolore ex nulla ut nibh. ";
+	nmo:plainTextMessageContent "Suscipit te te laoreet. Tationullamcorper et dolore consequat velit ipsum qui consequat luptatum ad delenit ex. ".
+
+<urn:uuid:492943889> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:300949600>;
+	nmo:sentDate "2008-12-03T15:27:52";
+	nmo:receivedDate "2008-12-03T15:28:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Nulla eros nulla dolore consequat blandit dolor. ";
+	nmo:plainTextMessageContent "Dignissim praesent enim amet eum autem ad dignissim at esse vero iusto in nislut. Dolor veniam duis vel diam commodo ea wisi. ".
+
+<urn:uuid:1813636570> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:300949600>;
+	nmo:sentDate "2008-12-18T15:26:04";
+	nmo:receivedDate "2008-12-18T15:26:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nonummy veniam te tationullamcorper nonummy. ";
+	nmo:plainTextMessageContent "Ullamcorper consectetuer illum facilisi feugait iustoodio aliquam dolore ex tation veniamquis. ".
+
+<urn:uuid:1798606240> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:300949600>;
+	nmo:sentDate "2008-01-19T15:15:18";
+	nmo:receivedDate "2008-01-19T15:16:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eros minim at at ea duis tationullamcorper nulla consequatvel doloremagna doloremagna tationullamcorper ea dignissim. ";
+	nmo:plainTextMessageContent "Veniamquis vel dolore exerci facilisi nostrud eum. Nulla et elitsed esse vel lorem iriure sit. ".
+
+<urn:uuid:1916206370> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:300949600>;
+	nmo:sentDate "2008-10-17T15:25:01";
+	nmo:receivedDate "2008-10-17T15:25:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1688633835>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mpool erosiusto gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Molestie dolor exerci iustoodio laoreet facilisi delenitaugue veniamquis augue facilisis. ";
+	nmo:plainTextMessageContent "At minim blandit suscipit facilisis in. Eros vel veniam diam duis consequatvel exerci euismod blandit zzril eufeugiat nostrud vulputate. ".
+
+<urn:uuid:1512156727> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:300949600>;
+	nmo:sentDate "2008-09-13T15:29:07";
+	nmo:receivedDate "2008-09-13T15:29:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:538749018>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "fabian marcum veroeros edu"];
+	nmo:messageSubject "Enim praesent facilisis hendrerit adipiscing velit molestie velit iriuredolor dolore praesent vel dolore. ";
+	nmo:plainTextMessageContent "Suscipit invulputate ex veniamquis ut euismod esse molestie illum te augue qui feugait. ".
+
+<urn:uuid:1698225634> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:300949600>;
+	nmo:sentDate "2008-06-19T15:51:25";
+	nmo:receivedDate "2008-06-19T15:51:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:187602804>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kfalcon exconsequatvel eu"];
+	nmo:bcc <urn:uuid:1017899314>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "mfelder molestielorem info"];
+	nmo:messageSubject "Esse vero molestie veniamquis vel lobortis eu euismod blandit. ";
+	nmo:plainTextMessageContent "Zzril suscipit eufeugiat ea in odio ut. Hendrerit nislut consectetuer nostrud molestie consequat at. ".
+
+<urn:uuid:884221888> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:300949600>;
+	nmo:sentDate "2008-08-16T15:42:53";
+	nmo:receivedDate "2008-08-16T15:43:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Te feugait diam vel enim vel blandit ad qui volutpat consequat nulla ipsum qui. ";
+	nmo:plainTextMessageContent "Vero autem zzril at odio. ".
+
+<urn:uuid:74102214> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:300949600>;
+	nmo:sentDate "2008-09-06T15:21:56";
+	nmo:receivedDate "2008-09-06T15:22:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ipsum qui delenitaugue Utwisi consectetuer. ";
+	nmo:plainTextMessageContent "Et ut qui illum at iusto in nostrud blandit. ".
+
+<urn:uuid:75955723> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:300949600>;
+	nmo:sentDate "2008-09-19T15:25:21";
+	nmo:receivedDate "2008-09-19T15:26:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Blandit lobortis euismod nulla vel sit dolore et exerci vel luptatum ullamcorper te ex. ";
+	nmo:plainTextMessageContent "Adipiscing luptatum eu autem in eu. Ut lobortis invulputate dolore esse at veniamquis hendrerit dignissim facilisi eros suscipit eu exerci. ".
+
+<urn:uuid:1684718468> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:300949600>;
+	nmo:sentDate "2008-05-24T15:35:35";
+	nmo:receivedDate "2008-05-24T15:35:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dignissim duis in nislut. ";
+	nmo:plainTextMessageContent "Nibh vero iriure feugait. Eum nulla feugait ex facilisis dignissim consectetuer adipiscing duis aliquip eros at aliquip lorem. ".
+
+<urn:uuid:805255522> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:300949600>;
+	nmo:sentDate "2008-09-24T15:19:49";
+	nmo:receivedDate "2008-09-24T15:20:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1716199321>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "hbenefield induis tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Utwisi exerci vero molestie suscipit facilisi volutpat odio vero doloremagna eum. ";
+	nmo:plainTextMessageContent "Lobortis nisl te facilisi vero et qui. ".
+
+<urn:uuid:1286708105> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:300949600>;
+	nmo:sentDate "2008-07-07T15:24:27";
+	nmo:receivedDate "2008-07-07T15:25:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1650976324>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ischweitzer eufeugiatblandit net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Minim iusto Utwisi dignissim luptatumzzril nostrud. ";
+	nmo:plainTextMessageContent "Consequat Utwisi et invulputate facilisis blandit illum. Duis dolore at ad wisi ut duis qui exerci Utwisi facilisis. ".
+
+<urn:uuid:207582748> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:300949600>;
+	nmo:sentDate "2008-04-10T16:04:09";
+	nmo:receivedDate "2008-04-10T16:04:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vulputate augue ex ex aliquip esse nulla enim eros et tationullamcorper. ";
+	nmo:plainTextMessageContent "Hendrerit sit illum dolore aliquip dolore elitsed nulla. ".
+
+<urn:uuid:2052560233> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:300949600>;
+	nmo:sentDate "2008-04-10T15:27:55";
+	nmo:receivedDate "2008-04-10T15:28:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1820854891>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bernard angel eratnulla com"];
+	nmo:messageSubject "Delenit lorem lorem at dolor eros consequat erat quis enim. ";
+	nmo:plainTextMessageContent "Dignissim tincidunt dolor consequatvel feugait vel iriure wisi. ".
+
+<urn:uuid:1044357527> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:300949600>;
+	nmo:sentDate "2008-12-13T15:49:54";
+	nmo:receivedDate "2008-12-13T15:50:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Minim ut molestie enim iriuredolor. ";
+	nmo:plainTextMessageContent "Suscipit praesent accumsan consequatvel zzril duis volutpat invulputate dignissim tationullamcorper. ".
+
+<urn:uuid:11337537> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:300949600>;
+	nmo:sentDate "2008-04-11T15:24:48";
+	nmo:receivedDate "2008-04-11T15:25:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:443600707>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kent snider iustosuscipit eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Consequat dolor consequat lorem Utwisi in velit lobortis ut augue lorem accumsan facilisis. ";
+	nmo:plainTextMessageContent "Te diam dignissim duis invulputate erat consequat nulla autem. ".
+
+<urn:uuid:2128341084> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:300949600>;
+	nmo:sentDate "2008-07-11T15:29:03";
+	nmo:receivedDate "2008-07-11T15:29:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:337010795>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dharry eaipsum tv"];
+	nmo:messageSubject "Utwisi suscipit facilisis dolore eros. ";
+	nmo:plainTextMessageContent "Doloremagna nibh zzril illum te elitsed facilisi nonummy et molestie at. Consequat vero consectetuer ex tation augue dignissim quis veniamquis eros in qui suscipit commodo. ".
+
+<urn:uuid:953198123> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:300949600>;
+	nmo:sentDate "2008-05-26T16:02:29";
+	nmo:receivedDate "2008-05-26T16:03:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:991639885>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ptanner veniamduis gov"];
+	nmo:messageSubject "Dolore duis lobortis hendrerit nonummy. ";
+	nmo:plainTextMessageContent "Dignissim enim delenitaugue nulla velit consequatvel laoreet autem. ".
+
+<urn:uuid:381857742> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:300949600>;
+	nmo:sentDate "2008-03-19T15:15:06";
+	nmo:receivedDate "2008-03-19T15:15:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Aliquam ad feugiat at exerci blandit dolore te consectetuer suscipit et. ";
+	nmo:plainTextMessageContent "Tationullamcorper nislut eu suscipit nisl consequatvel. Eum eros etaccumsan tincidunt luptatum ullamcorper dolore dolore. ".
+
+<urn:uuid:908129724> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:300949600>;
+	nmo:sentDate "2009-01-23T16:06:08";
+	nmo:receivedDate "2009-01-23T16:06:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:911287124>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "nick hargis nostrudut eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Commodo duis tationullamcorper adipiscing odio facilisi accumsan te feugait lobortis accumsan odio praesent tation. ";
+	nmo:plainTextMessageContent "Vel elitsed amet consequat autem augue amet autem. ".
+
+<urn:uuid:859519749> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07850" ;
+	nco:locality "Landing" ;
+	nco:streetAddress "7282 Duckhorn Trail" .
+
+<mailto:kip cooks velittation org> a nco:EmailAddress; 
+	nco:emailAddress "kip cooks velittation org".
+
+<urn:uuid:135134967> a nco:PersonContact; 
+	nco:fullname "Kip Cooks";
+	nco:nameGiven "Kip";
+	nco:nameFamily "Cooks";
+	nco:birthDate "1942-12-27";
+	nco:hasAffiliation "Instrument Repairer Electrical";
+	nco:hasEmailAddress <mailto:kip cooks velittation org>;
+	nco:hasPostalAddress <urn:uuid:859519749>.
+
+<urn:uuid:648034889> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:135134967>;
+	nmo:sentDate "2009-01-19T15:26:11";
+	nmo:receivedDate "2009-01-19T15:26:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kip cooks velittation org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:693002361>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rdonnelly etaccumsannostrud info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Esse vero nisl adipiscing et tincidunt at dolore at laoreet accumsan. ";
+	nmo:plainTextMessageContent "Ad nulla praesent minim tation in in duis euismod illum enim. Erat doloremagna hendrerit feugiat luptatum eu consequat molestie iusto praesent delenit eros eu Utwisi. ".
+
+<urn:uuid:1013534280> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:135134967>;
+	nmo:sentDate "2008-08-03T16:11:31";
+	nmo:receivedDate "2008-08-03T16:11:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kip cooks velittation org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1378362548>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rsorrell praesentduis tv"];
+	nmo:bcc <urn:uuid:243100821>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "eloise penny iriuredolore edu"];
+	nmo:messageSubject "Tincidunt molestie dignissim duis invulputate eufeugiat adipiscing iustoodio dolore molestie minim consectetuer autem duis. ";
+	nmo:plainTextMessageContent "Nulla in duis dignissim minim. ".
+
+<urn:uuid:1232107044> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:135134967>;
+	nmo:sentDate "2008-12-14T16:06:54";
+	nmo:receivedDate "2008-12-14T16:07:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kip cooks velittation org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:91081363>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jayne milton odiofacilisis eu"];
+	nmo:messageSubject "Duis nulla luptatumzzril duis ut vero dolore te iusto. ";
+	nmo:plainTextMessageContent "Dolor sit in praesent. ".
+
+<urn:uuid:548940015> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:135134967>;
+	nmo:sentDate "2008-04-11T15:24:36";
+	nmo:receivedDate "2008-04-11T15:24:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kip cooks velittation org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisi ex augue nostrud consequatvel ex ex luptatumzzril dolore delenitaugue facilisis. ";
+	nmo:plainTextMessageContent "Eros laoreet at elitsed suscipit ea ad eu at nulla nisl iriuredolor veniam consequatvel. Facilisis feugait lobortis consequat duis vel. ".
+
+<urn:uuid:1234236082> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07051" ;
+	nco:locality "Orange" ;
+	nco:streetAddress "2299 Fairlawn Drive" .
+
+<mailto:carmelo beaudry euerat edu> a nco:EmailAddress; 
+	nco:emailAddress "carmelo beaudry euerat edu".
+
+<tel:+19172688209> a nco:PhoneNumber; 
+	nco:phoneNumber "(917)268-8209".
+
+<urn:uuid:1153533594> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19172688209>]; 
+	nmo:duration 24; 
+	nmo:sentDate "2008-06-21T15:12:54". 
+
+<urn:uuid:363096158> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19172688209>]; 
+	nmo:duration 30; 
+	nmo:sentDate "2009-02-10T15:19:34". 
+
+<urn:uuid:288971512> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19172688209>]; 
+	nmo:duration 44; 
+	nmo:receivedDate "2008-07-28T15:55:38". 
+
+<urn:uuid:540487497> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19172688209>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-12T15:19:07";
+	nmo:receivedDate "2008-06-11T15:28:44";
+	nmo:plainTextMessageContent "Invulputate accumsan augue ut dolore duis consequatvel molestie in ad iustoodio exerci veniamquis. Blandit dignissim exerci ut molestie wisi feugait. Tation ad duis nostrud doloremagna dolore. Et augue zzril at facilisis lorem quis. Invulputate eros commodo et. ".
+
+<urn:uuid:517400707> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19172688209>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-04T15:20:24";
+	nmo:receivedDate "2009-02-12T15:22:42";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Iriuredolor ex illum enim dolore laoreet at dignissim dolor dolore commodoconsequat ut duis iriuredolor. Zzril facilisis blandit ipsum ex velit dolore in aliquam nulla minim iriure. Dolor minim invulputate aliquam feugiat delenitaugue. Enim tation euismod zzril dolor facilisi etaccumsan praesent ad minim iriure quis et tincidunt. Feugiat nulla duis luptatumzzril dolore esse ex. ".
+
+<urn:uuid:243169634> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19172688209>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-26T15:34:41";
+	nmo:receivedDate "2008-10-28T16:08:26";
+	nmo:plainTextMessageContent "Nostrud erat ea doloremagna sit consectetuer enim facilisi ex amet aliquip. Veniamquis vel dignissim autem amet. Suscipit exerci ut hendrerit. Et diam wisi enim minim delenitaugue duis. Qui ut dignissim ad nibh enim in autem nibh luptatum aliquam. Aliquam dolore nibh duis at aliquip dignissim nulla. Enim nislut ipsum eros delenitaugue esse consequatvel. ".
+
+<urn:uuid:1476068509> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19172688209>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-24T15:17:51";
+	nmo:receivedDate "2009-02-17T15:40:17";
+	nmo:plainTextMessageContent "Nislut te Utwisi te accumsan aliquam ut Utwisi illum suscipit commodo blandit esse. Zzril duis dolore lorem vel odio. Ullamcorper nostrud eu ut facilisis vel duis ut delenit aliquam autem. Vel feugiat wisi etaccumsan. ".
+
+<urn:uuid:865538347> a nco:PersonContact; 
+	nco:fullname "Carmelo Beaudry";
+	nco:nameGiven "Carmelo";
+	nco:nameFamily "Beaudry";
+	nco:birthDate "1942-06-05";
+	nco:hasAffiliation "Engineer Sales";
+	nco:hasEmailAddress <mailto:carmelo beaudry euerat edu>;
+	nco:hasPhoneNumber <tel:+19172688209>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:1234236082>.
+
+<urn:uuid:1869318455> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08609" ;
+	nco:locality "Trenton" ;
+	nco:streetAddress "8236 Nelson Lane" .
+
+<mailto:julianna weinstein exercisuscipit org> a nco:EmailAddress; 
+	nco:emailAddress "julianna weinstein exercisuscipit org".
+
+<xmpp:julianna weinstein gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Julianna Weinstein" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Ullamcorper vel consequat qui. " ;
+	nco:imID "julianna weinstein gmail com".
+
+<urn:uuid:380953780> a nco:PersonContact; 
+	nco:fullname "Julianna Weinstein";
+	nco:nameGiven "Julianna";
+	nco:nameFamily "Weinstein";
+	nco:birthDate "1942-11-16";
+	nco:hasAffiliation "Marketing Survey Worker";
+	nco:hasEmailAddress <mailto:julianna weinstein exercisuscipit org>;
+	nco:hasIMAccount <xmpp:julianna weinstein gmail com>;
+	nco:hasPostalAddress <urn:uuid:1869318455>.
+
+<urn:uuid:1977614852> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1131028915>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Dolore facilisis nostrud consequat nostrud doloremagna. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-03T20:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-03T21:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1131028915>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:348743080> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15231" ;
+	nco:locality "Pittsburgh" ;
+	nco:streetAddress "9637 Honey Hill Way" .
+
+<mailto:slanier augueat eu> a nco:EmailAddress; 
+	nco:emailAddress "slanier augueat eu".
+
+<tel:+19596827158> a nco:PhoneNumber; 
+	nco:phoneNumber "(959)682-7158".
+
+<urn:uuid:853920787> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19596827158>]; 
+	nmo:duration 14; 
+	nmo:sentDate "2008-02-01T15:13:44". 
+
+<urn:uuid:161602157> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19596827158>]; 
+	nmo:duration 44; 
+	nmo:receivedDate "2008-03-31T16:08:52". 
+
+<urn:uuid:2103060791> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19596827158>]; 
+	nmo:duration 5; 
+	nmo:receivedDate "2008-10-25T15:29:47". 
+
+<urn:uuid:520823276> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19596827158>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-23T15:21:09";
+	nmo:receivedDate "2009-02-13T15:23:51";
+	nmo:plainTextMessageContent "Delenitaugue exerci vel qui luptatum in at blandit blandit. Ad suscipit sit molestie dolore te consequat vulputate eros vero aliquip ea tincidunt. Veniamquis aliquam enim etaccumsan dolor duis nisl consequat augue. Duis vero iriuredolor vel eufeugiat adipiscing qui dolore at adipiscing duis qui. Nonummy volutpat facilisis duis eu vel consequat tation consequat ad. ".
+
+<urn:uuid:1769716954> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19596827158>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-08T15:39:29";
+	nmo:receivedDate "2008-11-12T15:59:41";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Commodo eum blandit vel ipsum illum lobortis nisl. Aliquip dolore hendrerit nulla amet tation ut etaccumsan ex dignissim nislut. Nostrud wisi facilisi dolor nonummy quis eu euismod nulla dignissim eufeugiat dolor. Iriuredolor blandit hendrerit duis ut ex at laoreet vel molestie. Consequat tation dolore duis dolor commodoconsequat praesent ad te exerci etaccumsan duis nulla. Amet dignissim nisl dignissim. Molestie ad eros aliquip praesent accumsan delenit duis facilisis iustoodio. ".
+
+<urn:uuid:1476195589> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19596827158>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-21T15:43:46";
+	nmo:receivedDate "2008-03-30T15:52:30";
+	nmo:plainTextMessageContent "Dignissim consectetuer in et aliquip facilisi ad. Eufeugiat luptatumzzril eros adipiscing. Ut facilisis vel nibh ex at lobortis wisi. Autem ex praesent minim blandit in. ".
+
+<urn:uuid:218301099> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19596827158>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-14T15:57:13";
+	nmo:receivedDate "2008-03-02T15:26:56";
+	nmo:plainTextMessageContent "Et aliquip volutpat te dignissim ex ut eros. Ex facilisi illum tation in qui etaccumsan doloremagna eum praesent iusto. Consectetuer consequat in accumsan at facilisis odio tincidunt nostrud nulla vulputate velit aliquip sit. Adipiscing nisl illum feugiat facilisis exerci praesent aliquip veniam blandit iusto diam quis blandit. ".
+
+<urn:uuid:125733790> a nco:PersonContact; 
+	nco:fullname "Sal Lanier";
+	nco:nameGiven "Sal";
+	nco:nameFamily "Lanier";
+	nco:birthDate "1943-02-07";
+	nco:hasAffiliation "Lunchroom Counter Attendant";
+	nco:hasEmailAddress <mailto:slanier augueat eu>;
+	nco:hasPhoneNumber <tel:+19596827158>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:348743080>.
+
+<urn:uuid:254749721> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:592635831>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Minim nibh facilisis in. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-09T12:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-09T13:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:592635831>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1901126841> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12451" ;
+	nco:locality "Leeds" ;
+	nco:streetAddress "6816 Haseley Circle" .
+
+<mailto:itoscano lobortisad org> a nco:EmailAddress; 
+	nco:emailAddress "itoscano lobortisad org".
+
+<tel:+19148747818> a nco:PhoneNumber; 
+	nco:phoneNumber "(914)874-7818".
+
+<urn:uuid:1326685614> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19148747818>]; 
+	nmo:duration 24; 
+	nmo:sentDate "2008-07-03T15:35:47". 
+
+<urn:uuid:773122181> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19148747818>]; 
+	nmo:duration 27; 
+	nmo:receivedDate "2008-08-10T16:05:43". 
+
+<urn:uuid:819879205> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19148747818>]; 
+	nmo:duration 10; 
+	nmo:receivedDate "2008-10-12T16:03:04". 
+
+<urn:uuid:1564239407> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19148747818>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-13T15:27:19";
+	nmo:receivedDate "2008-06-18T15:19:17";
+	nmo:plainTextMessageContent "Luptatum luptatum nibh suscipit aliquip ex ipsum nisl. Nulla nisl odio eros enim. Iriuredolor laoreet consectetuer illum feugait lorem eros sit vero. Et ipsum facilisi illum zzril eros vulputate et lobortis feugait dignissim. ".
+
+<urn:uuid:1692221955> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19148747818>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-03T15:43:00";
+	nmo:receivedDate "2008-03-08T16:03:30";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Molestie esse invulputate diam. Ea facilisi in facilisi dolor commodoconsequat consequat euismod amet nulla quis vel laoreet. Utwisi ex ea erat feugait luptatumzzril tationullamcorper ipsum tationullamcorper dolore eufeugiat. Et lorem facilisi iustoodio aliquip ut eros ex lobortis dignissim ullamcorper enim aliquam. Facilisis minim diam adipiscing hendrerit luptatumzzril. Et velit iusto feugiat in veniam nulla commodo minim eum. ".
+
+<urn:uuid:101700430> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19148747818>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-03T15:15:25";
+	nmo:receivedDate "2008-12-05T15:26:22";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Blandit wisi ut invulputate elitsed ex duis duis eu eum minim nostrud eum. Enim ad minim euismod. In diam eros illum. Quis lorem praesent duis nulla doloremagna tationullamcorper. Wisi molestie feugait nostrud. At tationullamcorper wisi elitsed. ".
+
+<urn:uuid:810061771> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19148747818>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-28T15:43:33";
+	nmo:receivedDate "2008-08-05T15:50:12";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Ut ad commodoconsequat commodoconsequat illum dignissim. Et hendrerit te eros vel veniamquis elitsed facilisi ipsum enim et nulla. Velit nulla dolore doloremagna. Consequatvel feugait odio nulla veniamquis blandit feugait et et nonummy erat molestie. Lobortis autem iusto nostrud ipsum lobortis. ".
+
+<urn:uuid:644136477> a nco:PersonContact; 
+	nco:fullname "Isiah Toscano";
+	nco:nameGiven "Isiah";
+	nco:nameFamily "Toscano";
+	nco:birthDate "1942-03-12";
+	nco:hasAffiliation "Telephone Operator Central Office";
+	nco:hasEmailAddress <mailto:itoscano lobortisad org>;
+	nco:hasPhoneNumber <tel:+19148747818>;
+	nco:hasPostalAddress <urn:uuid:1901126841>.
+
+<urn:uuid:161728926> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14543" ;
+	nco:locality "Rush" ;
+	nco:streetAddress "3215 Linson Trail" .
+
+<mailto:lauren howe eumodio eu> a nco:EmailAddress; 
+	nco:emailAddress "lauren howe eumodio eu".
+
+<urn:uuid:1905992538> a nco:PersonContact; 
+	nco:fullname "Lauren Howe";
+	nco:nameGiven "Lauren";
+	nco:nameFamily "Howe";
+	nco:birthDate "1942-09-04";
+	nco:hasAffiliation "Food Technologist";
+	nco:hasEmailAddress <mailto:lauren howe eumodio eu>;
+	nco:hasPostalAddress <urn:uuid:161728926>.
+
+<urn:uuid:1339537745> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05406" ;
+	nco:locality "Burlington" ;
+	nco:streetAddress "7976 Burlington Avenue" .
+
+<mailto:sharms lobortisdoloremagna gov> a nco:EmailAddress; 
+	nco:emailAddress "sharms lobortisdoloremagna gov".
+
+<tel:+17183278046> a nco:PhoneNumber; 
+	nco:phoneNumber "(718)327-8046".
+
+<urn:uuid:82947346> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17183278046>]; 
+	nmo:duration 14; 
+	nmo:receivedDate "2008-12-07T15:35:11". 
+
+<urn:uuid:1301402871> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17183278046>]; 
+	nmo:duration 28; 
+	nmo:receivedDate "2008-05-05T15:58:21". 
+
+<urn:uuid:1518268158> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17183278046>]; 
+	nmo:duration 19; 
+	nmo:receivedDate "2008-08-01T16:00:40". 
+
+<urn:uuid:931806535> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17183278046>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-30T16:02:38";
+	nmo:receivedDate "2008-03-30T15:58:31";
+	nmo:plainTextMessageContent "Consequatvel enim luptatumzzril eros sit facilisis nostrud nonummy nostrud nisl luptatumzzril. Vel ullamcorper velit praesent et facilisi. Tationullamcorper odio doloremagna vero ullamcorper blandit wisi nulla lobortis ea ut. Quis laoreet enim odio autem suscipit augue eum feugiat illum. Iriure ut facilisi lobortis consequat lorem consequat accumsan. Consequat velit ut tationullamcorper esse molestie eufeugiat qui. Te commodoconsequat duis wisi et et sit facilisis wisi commodoconsequat sit elitsed. ".
+
+<urn:uuid:1027020611> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17183278046>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-30T15:17:51";
+	nmo:receivedDate "2008-05-19T15:41:26";
+	nmo:plainTextMessageContent "Nostrud iriure eros luptatumzzril invulputate ad ut accumsan exerci eros dolor vulputate facilisis iriure. Ut blandit iustoodio ad laoreet delenit nostrud suscipit consectetuer invulputate iriuredolor odio luptatum eum. Ex enim ea delenit eufeugiat facilisis blandit duis qui duis. Facilisi eros feugait facilisi. Iriuredolor in consequat consequatvel autem doloremagna. Blandit doloremagna nostrud nostrud lorem veniamquis volutpat tincidunt aliquip exerci iriuredolor et. ".
+
+<urn:uuid:720291667> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17183278046>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-10T15:11:41";
+	nmo:receivedDate "2008-11-14T15:28:09";
+	nmo:plainTextMessageContent "Ut iriuredolor et facilisi commodo lorem molestie consectetuer iriure molestie. Vero consequat iriuredolor autem iriuredolor ad molestie. Duis dolore suscipit ad iustoodio et nostrud esse nulla invulputate vel nostrud qui. Ad tationullamcorper ex velit nislut. Illum facilisi vel nonummy commodo enim nisl consectetuer. ".
+
+<urn:uuid:1210852137> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17183278046>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-07T16:03:24";
+	nmo:receivedDate "2009-01-25T15:17:10";
+	nmo:plainTextMessageContent "Tincidunt dolore duis blandit doloremagna ut eum ex commodo veniam ea. In in augue nibh delenit delenitaugue laoreet facilisi in suscipit. Amet duis delenit exerci molestie velit dolore euismod veniamquis Utwisi iusto. Dolore diam zzril et velit minim dolore qui dolore ullamcorper aliquam elitsed et blandit. ".
+
+<urn:uuid:1975598669> a nco:PersonContact; 
+	nco:fullname "Sal Harms";
+	nco:nameGiven "Sal";
+	nco:nameFamily "Harms";
+	nco:birthDate "1943-02-02";
+	nco:hasAffiliation "Chemical Plant Operator";
+	nco:hasEmailAddress <mailto:sharms lobortisdoloremagna gov>;
+	nco:hasPhoneNumber <tel:+17183278046>;
+	nco:hasPostalAddress <urn:uuid:1339537745>.
+
+<urn:uuid:636178215> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13482" ;
+	nco:locality "West Burlington" ;
+	nco:streetAddress "790 Ottawa Trail" .
+
+<mailto:gsteen eufeugiatnisl com> a nco:EmailAddress; 
+	nco:emailAddress "gsteen eufeugiatnisl com".
+
+<urn:uuid:534531985> a nco:PersonContact; 
+	nco:fullname "Griselda Steen";
+	nco:nameGiven "Griselda";
+	nco:nameFamily "Steen";
+	nco:birthDate "1942-10-24";
+	nco:hasAffiliation "Supervisor Operations Research";
+	nco:hasEmailAddress <mailto:gsteen eufeugiatnisl com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:636178215>.
+
+<urn:uuid:1974743783> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15268" ;
+	nco:locality "Pittsburgh" ;
+	nco:streetAddress "8916 Mer Rouge Parkway" .
+
+<mailto:nspringer euismoddignissim us> a nco:EmailAddress; 
+	nco:emailAddress "nspringer euismoddignissim us".
+
+<xmpp:nan springer gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Nan Springer" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Duis tincidunt ullamcorper etaccumsan nislut te odio praesent nulla lorem vel eum eu. " ;
+	nco:imID "nan springer gmail com".
+
+<urn:uuid:355638061> a nco:PersonContact; 
+	nco:fullname "Nan Springer";
+	nco:nameGiven "Nan";
+	nco:nameFamily "Springer";
+	nco:birthDate "1942-03-14";
+	nco:hasAffiliation "Storeroom Supervisor";
+	nco:hasEmailAddress <mailto:nspringer euismoddignissim us>;
+	nco:hasIMAccount <xmpp:nan springer gmail com>;
+	nco:hasPostalAddress <urn:uuid:1974743783>.
+
+<urn:uuid:1066158515> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12743" ;
+	nco:locality "Highland Lake" ;
+	nco:streetAddress "930 Knoll Trail" .
+
+<mailto:mbrinkman consequatdignissim gov> a nco:EmailAddress; 
+	nco:emailAddress "mbrinkman consequatdignissim gov".
+
+<urn:uuid:1691330588> a nco:PersonContact; 
+	nco:fullname "Micah Brinkman";
+	nco:nameGiven "Micah";
+	nco:nameFamily "Brinkman";
+	nco:birthDate "1942-09-08";
+	nco:hasAffiliation "Copy Editor";
+	nco:hasEmailAddress <mailto:mbrinkman consequatdignissim gov>;
+	nco:hasPostalAddress <urn:uuid:1066158515>.
+
+<urn:uuid:1135458345> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:839033319>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Te hendrerit quis dolore tation autem hendrerit iriuredolor duis. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-14T12:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-14T13:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:839033319>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:866566723> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10043" ;
+	nco:locality "New York" ;
+	nco:streetAddress "7899 Chadbourne Cove" .
+
+<mailto:mayra withrow eaveniam edu> a nco:EmailAddress; 
+	nco:emailAddress "mayra withrow eaveniam edu".
+
+<urn:uuid:1019694491> a nco:PersonContact; 
+	nco:fullname "Mayra Withrow";
+	nco:nameGiven "Mayra";
+	nco:nameFamily "Withrow";
+	nco:birthDate "1942-08-09";
+	nco:hasAffiliation "Representative Sales 4";
+	nco:hasEmailAddress <mailto:mayra withrow eaveniam edu>;
+	nco:hasPostalAddress <urn:uuid:866566723>.
+
+<urn:uuid:783116009> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1019694491>;
+	nmo:sentDate "2008-03-31T15:24:30";
+	nmo:receivedDate "2008-03-31T15:25:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mayra withrow eaveniam edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1903169544>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "bennie behrens commodoaliquip org"];
+	nmo:messageSubject "Aliquam nulla ut lorem elitsed exerci feugait in. ";
+	nmo:plainTextMessageContent "Vero dignissim iriure minim facilisi tation accumsan aliquip consequat blandit eros nulla nonummy minim. ".
+
+<urn:uuid:12709809> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1019694491>;
+	nmo:sentDate "2008-08-06T15:16:06";
+	nmo:receivedDate "2008-08-06T15:16:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mayra withrow eaveniam edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1578806222>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "mckinley kang nullaeuismod edu"];
+	nmo:messageSubject "Zzril exerci luptatum dolore illum. ";
+	nmo:plainTextMessageContent "Et enim enim lobortis tincidunt ut at at odio exerci laoreet ut suscipit tincidunt. Nulla qui iustoodio et autem. ".
+
+<urn:uuid:110374098> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1019694491>;
+	nmo:sentDate "2008-04-18T15:39:37";
+	nmo:receivedDate "2008-04-18T15:39:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mayra withrow eaveniam edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Et aliquip et at dolor invulputate enim nulla consequat aliquam nulla nonummy. ";
+	nmo:plainTextMessageContent "Ullamcorper hendrerit feugait duis ex molestie velit. ".
+
+<urn:uuid:1935465432> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1019694491>;
+	nmo:sentDate "2008-12-12T15:59:37";
+	nmo:receivedDate "2008-12-12T16:00:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mayra withrow eaveniam edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:950615441>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "art knox adea info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Suscipit etaccumsan consequatvel ea laoreet. ";
+	nmo:plainTextMessageContent "Consequatvel esse dignissim blandit aliquip praesent veniam ea dolore tationullamcorper. At iustoodio eros nostrud vel quis. ".
+
+<urn:uuid:884610167> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1019694491>;
+	nmo:sentDate "2008-09-03T15:36:44";
+	nmo:receivedDate "2008-09-03T15:37:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mayra withrow eaveniam edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1057515380>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cshultz dolorluptatumzzril com"];
+	nmo:messageSubject "Qui enim enim doloremagna praesent. ";
+	nmo:plainTextMessageContent "Ut velit iusto tationullamcorper lorem ut facilisi sit odio enim blandit ullamcorper wisi zzril. ".
+
+<urn:uuid:1642276645> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1019694491>;
+	nmo:sentDate "2008-01-20T15:34:24";
+	nmo:receivedDate "2008-01-20T15:35:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mayra withrow eaveniam edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:65915592>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "cpadgett eumfacilisi eu"];
+	nmo:messageSubject "Ut duis wisi suscipit dolor nibh doloremagna ipsum tincidunt iusto ut nostrud esse ad. ";
+	nmo:plainTextMessageContent "Iriuredolor accumsan hendrerit duis nulla duis elitsed eros feugait. ".
+
+<urn:uuid:409010071> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1019694491>;
+	nmo:sentDate "2008-12-14T15:24:36";
+	nmo:receivedDate "2008-12-14T15:25:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mayra withrow eaveniam edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1112482474>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ddwyer eaUtwisi net"];
+	nmo:messageSubject "Nostrud ipsum at at aliquip te duis consequat vel iusto. ";
+	nmo:plainTextMessageContent "Sit qui luptatumzzril et tationullamcorper ea qui vero feugait dolore eros ea eufeugiat lobortis. Tationullamcorper nostrud nonummy autem volutpat. ".
+
+<urn:uuid:968394594> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1019694491>;
+	nmo:sentDate "2008-06-09T15:45:55";
+	nmo:receivedDate "2008-06-09T15:45:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mayra withrow eaveniam edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Laoreet nibh dolore feugiat vel exerci blandit aliquip eros ad tincidunt dolore qui duis. ";
+	nmo:plainTextMessageContent "Nislut enim tation consequatvel eros lobortis consequat ut dolore blandit duis ex. Invulputate nisl dolore lobortis dolor iustoodio suscipit euismod velit vel dolor. ".
+
+<urn:uuid:1983942317> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1019694491>;
+	nmo:sentDate "2008-10-11T15:24:52";
+	nmo:receivedDate "2008-10-11T15:25:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mayra withrow eaveniam edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consequatvel veniamquis in feugait illum eum praesent suscipit. ";
+	nmo:plainTextMessageContent "Lobortis blandit vel nislut odio et duis. Te feugait quis velit quis praesent lobortis vel illum iriuredolor invulputate dolore. ".
+
+<urn:uuid:1102018383> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1019694491>;
+	nmo:sentDate "2008-04-13T15:23:31";
+	nmo:receivedDate "2008-04-13T15:24:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mayra withrow eaveniam edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:485028510>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "hsnook euismodat tv"];
+	nmo:messageSubject "Vel in et vel dolore erat hendrerit qui suscipit Utwisi adipiscing praesent duis. ";
+	nmo:plainTextMessageContent "Velit praesent facilisis feugiat adipiscing dolore feugait nulla eum. ".
+
+<urn:uuid:1496594568> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1019694491>;
+	nmo:sentDate "2008-06-25T15:12:36";
+	nmo:receivedDate "2008-06-25T15:12:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mayra withrow eaveniam edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:510588939>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "zenaida vail diamenim net"];
+	nmo:messageSubject "Veniamquis in volutpat aliquip ut te iriure feugait. ";
+	nmo:plainTextMessageContent "Feugait nulla nulla molestie suscipit consequat autem ipsum euismod dignissim volutpat. Volutpat volutpat in commodoconsequat nulla lobortis eros. ".
+
+<urn:uuid:600347427> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1019694491>;
+	nmo:sentDate "2008-11-11T15:37:57";
+	nmo:receivedDate "2008-11-11T15:38:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mayra withrow eaveniam edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iusto dolor enim lorem duis. ";
+	nmo:plainTextMessageContent "Consequat eros amet qui veniam ut blandit esse iusto enim blandit dolore ad dolor. Qui nulla iriuredolor nostrud consectetuer aliquam molestie. ".
+
+<urn:uuid:1833122029> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1019694491>;
+	nmo:sentDate "2009-02-01T15:50:16";
+	nmo:receivedDate "2009-02-01T15:50:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mayra withrow eaveniam edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:309189477>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "don beardsley sitlobortis tv"];
+	nmo:messageSubject "Ad nulla exerci nostrud duis laoreet nulla feugait dolore ipsum duis amet delenitaugue nulla. ";
+	nmo:plainTextMessageContent "Molestie blandit eufeugiat lorem. ".
+
+<urn:uuid:108427803> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1019694491>;
+	nmo:sentDate "2009-01-24T16:08:40";
+	nmo:receivedDate "2009-01-24T16:09:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mayra withrow eaveniam edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Augue aliquam iriuredolor ea nibh. ";
+	nmo:plainTextMessageContent "Velit iustoodio ut te erat duis. Ad in autem elitsed Utwisi ad eu laoreet nulla facilisis laoreet iriure nonummy ut. ".
+
+<urn:uuid:1496017614> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1019694491>;
+	nmo:sentDate "2008-02-03T16:05:49";
+	nmo:receivedDate "2008-02-03T16:05:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mayra withrow eaveniam edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:8985222>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tamera kersey euqui eu"];
+	nmo:bcc <urn:uuid:1318691719>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "tfincher duissuscipit info"];
+	nmo:messageSubject "Ullamcorper te qui adipiscing dolor consequat veniamquis dolore nisl tincidunt exerci elitsed. ";
+	nmo:plainTextMessageContent "Commodo nulla ullamcorper eros facilisi esse. Minim nislut volutpat at delenitaugue velit delenitaugue. ".
+
+<urn:uuid:2125691098> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06260" ;
+	nco:locality "Putnam" ;
+	nco:streetAddress "9834 Cranberry Hill Street" .
+
+<mailto:gcarlisle molestieiustoodio org> a nco:EmailAddress; 
+	nco:emailAddress "gcarlisle molestieiustoodio org".
+
+<urn:uuid:1942393884> a nco:PersonContact; 
+	nco:fullname "Gerald Carlisle";
+	nco:nameGiven "Gerald";
+	nco:nameFamily "Carlisle";
+	nco:birthDate "1942-09-10";
+	nco:hasAffiliation "Power Transmission Engineer";
+	nco:hasEmailAddress <mailto:gcarlisle molestieiustoodio org>;
+	nco:hasPostalAddress <urn:uuid:2125691098>.
+
+<urn:uuid:1154370708> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10590" ;
+	nco:locality "South Salem" ;
+	nco:streetAddress "1298 Heatherly Way" .
+
+<mailto:jc avila consequatesse edu> a nco:EmailAddress; 
+	nco:emailAddress "jc avila consequatesse edu".
+
+<urn:uuid:897621930> a nco:PersonContact; 
+	nco:fullname "Jc Avila";
+	nco:nameGiven "Jc";
+	nco:nameFamily "Avila";
+	nco:birthDate "1943-02-20";
+	nco:hasAffiliation "TQM Head Hospital";
+	nco:hasEmailAddress <mailto:jc avila consequatesse edu>;
+	nco:hasPostalAddress <urn:uuid:1154370708>.
+
+<urn:uuid:1199687435> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01585" ;
+	nco:locality "West Brookfield" ;
+	nco:streetAddress "7612 Forest Hill Irene Parkway" .
+
+<mailto:wwilber duisex gov> a nco:EmailAddress; 
+	nco:emailAddress "wwilber duisex gov".
+
+<tel:+18024661574> a nco:PhoneNumber; 
+	nco:phoneNumber "(802)466-1574".
+
+<urn:uuid:1077155926> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18024661574>]; 
+	nmo:duration 2; 
+	nmo:receivedDate "2008-08-11T16:07:44". 
+
+<urn:uuid:1462295360> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18024661574>]; 
+	nmo:duration 13; 
+	nmo:sentDate "2008-10-09T15:39:03". 
+
+<urn:uuid:2117835050> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18024661574>]; 
+	nmo:duration 22; 
+	nmo:receivedDate "2008-09-25T15:13:07". 
+
+<urn:uuid:1311746130> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18024661574>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-02T15:57:46";
+	nmo:receivedDate "2008-02-22T15:37:22";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Nostrud vel esse in ea ut eufeugiat tationullamcorper invulputate molestie iriuredolor. Facilisi duis ea hendrerit duis facilisi iriuredolor nostrud. Elitsed dolore zzril duis aliquip sit erat te te praesent. Commodo exerci minim tationullamcorper dolore vel ut luptatum nibh duis nulla consequatvel vel. Ex vero illum enim Utwisi commodo etaccumsan. Ex ullamcorper nostrud nulla quis in et eufeugiat iusto doloremagna at erat qui duis. Consequatvel invulputate eros luptatum vero illum commodo et ad veniamquis ex. ".
+
+<urn:uuid:1093602232> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18024661574>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-07T16:09:21";
+	nmo:receivedDate "2008-09-28T15:48:09";
+	nmo:plainTextMessageContent "Tation vero praesent blandit. Nulla dolore praesent euismod illum zzril molestie. Velit molestie elitsed ad lorem molestie illum facilisis te veniam nulla diam. Et minim in Utwisi eufeugiat et tincidunt esse ex enim volutpat. Tationullamcorper luptatum odio ad. Te dolore luptatum consectetuer qui feugiat vero consectetuer veniamquis duis nulla tation commodo. At at commodo vel delenitaugue augue nibh consectetuer iriuredolor vero. ".
+
+<urn:uuid:977219601> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18024661574>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-20T15:15:32";
+	nmo:receivedDate "2008-05-01T16:03:31";
+	nmo:plainTextMessageContent "Exerci dolor elitsed ex eufeugiat laoreet velit dolor aliquip dolor augue aliquam. Ullamcorper ad lobortis duis dolore enim esse qui sit luptatum molestie. Dolor et in delenitaugue eufeugiat dolore. Aliquam et nulla dolore adipiscing odio facilisis luptatum nisl. Ut eros ea consequat dolore commodoconsequat delenitaugue. Nisl exerci blandit amet nulla. ".
+
+<urn:uuid:1499769632> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18024661574>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-26T16:03:25";
+	nmo:receivedDate "2008-06-22T15:54:10";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Duis nulla feugait illum facilisi euismod ex iriuredolor. Vero delenit dolor quis. Vel commodo dignissim molestie tincidunt facilisi ut nulla facilisis et et dignissim facilisi hendrerit. Wisi erat facilisis consequat. Hendrerit aliquam illum autem luptatumzzril te dignissim dolore ut in ut minim at delenit. ".
+
+<urn:uuid:1361528731> a nco:PersonContact; 
+	nco:fullname "Wilbur Wilber";
+	nco:nameGiven "Wilbur";
+	nco:nameFamily "Wilber";
+	nco:birthDate "1942-11-07";
+	nco:hasAffiliation "Repairer Bicycle";
+	nco:hasEmailAddress <mailto:wwilber duisex gov>;
+	nco:hasPhoneNumber <tel:+18024661574>;
+	nco:hasPostalAddress <urn:uuid:1199687435>.
+
+<urn:uuid:532617233> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06095" ;
+	nco:locality "Windsor" ;
+	nco:streetAddress "495 Meadow Street" .
+
+<mailto:kgoff delenitauguenulla tv> a nco:EmailAddress; 
+	nco:emailAddress "kgoff delenitauguenulla tv".
+
+<urn:uuid:1681401885> a nco:PersonContact; 
+	nco:fullname "Kasey Goff";
+	nco:nameGiven "Kasey";
+	nco:nameFamily "Goff";
+	nco:birthDate "1942-09-12";
+	nco:hasAffiliation "Management Trainee";
+	nco:hasEmailAddress <mailto:kgoff delenitauguenulla tv>;
+	nco:hasPostalAddress <urn:uuid:532617233>.
+
+<urn:uuid:922236979> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07709" ;
+	nco:locality "Allenhurst" ;
+	nco:streetAddress "9561 Enterprise Way" .
+
+<mailto:ruthie noe tinciduntveniamquis net> a nco:EmailAddress; 
+	nco:emailAddress "ruthie noe tinciduntveniamquis net".
+
+<urn:uuid:987224069> a nco:PersonContact; 
+	nco:fullname "Ruthie Noe";
+	nco:nameGiven "Ruthie";
+	nco:nameFamily "Noe";
+	nco:birthDate "1942-04-26";
+	nco:hasAffiliation "Retail Store Manager (Revenue)";
+	nco:hasEmailAddress <mailto:ruthie noe tinciduntveniamquis net>;
+	nco:hasPostalAddress <urn:uuid:922236979>.
+
+<urn:uuid:1454326414> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08525" ;
+	nco:locality "Hopewell" ;
+	nco:streetAddress "8016 La Costa Lane" .
+
+<mailto:alexander minter luptatumeros us> a nco:EmailAddress; 
+	nco:emailAddress "alexander minter luptatumeros us".
+
+<urn:uuid:664601119> a nco:PersonContact; 
+	nco:fullname "Alexander Minter";
+	nco:nameGiven "Alexander";
+	nco:nameFamily "Minter";
+	nco:birthDate "1943-01-14";
+	nco:hasAffiliation "Consultant Education";
+	nco:hasEmailAddress <mailto:alexander minter luptatumeros us>;
+	nco:hasPostalAddress <urn:uuid:1454326414>.
+
+<urn:uuid:524849790> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14758" ;
+	nco:locality "Niobe" ;
+	nco:streetAddress "2179 Cane Creek Drive" .
+
+<mailto:rstrange duisut net> a nco:EmailAddress; 
+	nco:emailAddress "rstrange duisut net".
+
+<xmpp:retha strange gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Retha Strange" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Augue dignissim eros at facilisis hendrerit laoreet. " ;
+	nco:imID "retha strange gmail com".
+
+<tel:+18026175995> a nco:PhoneNumber; 
+	nco:phoneNumber "(802)617-5995".
+
+<urn:uuid:1113160009> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18026175995>]; 
+	nmo:duration 33; 
+	nmo:sentDate "2008-07-16T15:40:50". 
+
+<urn:uuid:1084763817> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18026175995>]; 
+	nmo:duration 34; 
+	nmo:receivedDate "2008-07-19T15:16:30". 
+
+<urn:uuid:1590836031> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18026175995>]; 
+	nmo:duration 44; 
+	nmo:receivedDate "2008-04-10T15:54:25". 
+
+<urn:uuid:834278310> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18026175995>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-12T16:09:06";
+	nmo:receivedDate "2008-05-30T15:34:11";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Iustoodio in tincidunt augue dolor in minim illum molestie aliquam ea enim ad. Laoreet volutpat in velit blandit vero lobortis nisl nulla etaccumsan minim diam. Luptatumzzril dolore at consequat iusto vel dolore erat ut commodo et Utwisi. Et feugait facilisis autem et ad in dolore molestie nulla. Nislut zzril vulputate ut autem facilisi molestie quis iriuredolor iriure velit. Praesent tationullamcorper delenit nisl suscipit ex volutpat aliquip qui eum aliquam eros enim enim. Qui lorem ut laoreet. ".
+
+<urn:uuid:1514139320> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18026175995>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-30T15:19:27";
+	nmo:receivedDate "2008-04-25T15:47:04";
+	nmo:plainTextMessageContent "Facilisi delenit laoreet eros exerci tincidunt dolore te nulla illum nislut elitsed duis. Ullamcorper suscipit ipsum eum nibh qui et quis lobortis. Velit lobortis dolore ut vulputate velit suscipit qui dolore. At accumsan accumsan at ut eum duis et exerci molestie ad. Elitsed vero illum doloremagna dignissim lobortis etaccumsan nulla delenit nibh suscipit. Duis suscipit iriure commodo dolore feugait molestie nulla. Euismod ad molestie facilisi veniam eros at dolor in exerci duis sit feugiat autem. ".
+
+<urn:uuid:310557462> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18026175995>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-09T15:38:54";
+	nmo:receivedDate "2008-08-06T15:57:36";
+	nmo:plainTextMessageContent "Praesent in dolor nisl feugait minim dolor ipsum duis ullamcorper ex vel. Lobortis in ex nulla ut vel nostrud sit erat sit diam. Commodoconsequat Utwisi in blandit wisi tincidunt. Volutpat molestie at vel veniamquis dolore lobortis duis vel lobortis luptatumzzril nulla. Odio minim nonummy tincidunt tincidunt iriuredolor diam duis veniam nostrud facilisi. ".
+
+<urn:uuid:1409518238> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18026175995>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-06T16:03:21";
+	nmo:receivedDate "2008-02-13T15:28:52";
+	nmo:plainTextMessageContent "Laoreet facilisis dolore dolore. Vel in nulla nonummy esse. Iustoodio doloremagna dolore in tincidunt vel facilisi iusto iustoodio. Vel Utwisi ex zzril molestie diam adipiscing duis aliquip vel te vel etaccumsan te. ".
+
+<urn:uuid:47812795> a nco:PersonContact; 
+	nco:fullname "Retha Strange";
+	nco:nameGiven "Retha";
+	nco:nameFamily "Strange";
+	nco:birthDate "1942-07-28";
+	nco:hasAffiliation "Foreman Assistant";
+	nco:hasEmailAddress <mailto:rstrange duisut net>;
+	nco:hasPhoneNumber <tel:+18026175995>;
+	nco:hasIMAccount <xmpp:retha strange gmail com>;
+	nco:hasPostalAddress <urn:uuid:524849790>.
+
+<urn:uuid:1377960480> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12604" ;
+	nco:locality "Poughkeepsie" ;
+	nco:streetAddress "1246 Palisade Lane" .
+
+<mailto:jcarlson dolordelenitaugue net> a nco:EmailAddress; 
+	nco:emailAddress "jcarlson dolordelenitaugue net".
+
+<urn:uuid:263491156> a nco:PersonContact; 
+	nco:fullname "Jamie Carlson";
+	nco:nameGiven "Jamie";
+	nco:nameFamily "Carlson";
+	nco:birthDate "1942-10-10";
+	nco:hasAffiliation "Laborer Construction";
+	nco:hasEmailAddress <mailto:jcarlson dolordelenitaugue net>;
+	nco:hasPostalAddress <urn:uuid:1377960480>.
+
+<urn:uuid:2122347989> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:263491156>;
+	nmo:sentDate "2008-09-29T15:16:51";
+	nmo:receivedDate "2008-09-29T15:16:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jcarlson dolordelenitaugue net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Iriure eum iriure praesent nulla delenitaugue eros et consequatvel eum euismod. ";
+	nmo:plainTextMessageContent "Nulla velit sit quis dignissim nostrud. Iustoodio feugait eros facilisis exerci at volutpat consequatvel at etaccumsan lobortis. ".
+
+<urn:uuid:715600203> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:263491156>;
+	nmo:sentDate "2008-10-03T15:16:38";
+	nmo:receivedDate "2008-10-03T15:16:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jcarlson dolordelenitaugue net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Diam nulla ut eum dolore feugiat amet dolor. ";
+	nmo:plainTextMessageContent "Nulla hendrerit qui tationullamcorper lorem praesent elitsed. Nostrud blandit eum vulputate vel. ".
+
+<urn:uuid:1620137950> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:263491156>;
+	nmo:sentDate "2008-12-09T15:12:44";
+	nmo:receivedDate "2008-12-09T15:12:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jcarlson dolordelenitaugue net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:991639885>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ptanner veniamduis gov"];
+	nmo:messageSubject "Duis delenit nulla odio aliquip duis. ";
+	nmo:plainTextMessageContent "Enim luptatumzzril facilisi commodoconsequat nulla velit zzril at autem praesent illum augue enim eufeugiat. ".
+
+<urn:uuid:1633813797> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:263491156>;
+	nmo:sentDate "2009-01-18T16:03:25";
+	nmo:receivedDate "2009-01-18T16:03:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jcarlson dolordelenitaugue net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:293484636>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "slamb exdolor info"];
+	nmo:messageSubject "Tation eum tation nostrud ad lobortis esse invulputate nibh illum doloremagna iustoodio. ";
+	nmo:plainTextMessageContent "Praesent vero at molestie eufeugiat nostrud ex in. Enim duis in ea diam etaccumsan. ".
+
+<urn:uuid:469130340> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:263491156>;
+	nmo:sentDate "2008-10-19T15:19:10";
+	nmo:receivedDate "2008-10-19T15:19:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jcarlson dolordelenitaugue net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Volutpat vel wisi eros elitsed tincidunt enim minim aliquam illum eum esse nulla vero. ";
+	nmo:plainTextMessageContent "Luptatumzzril blandit autem praesent ut delenit. Consequatvel lobortis vulputate nostrud vero hendrerit ea wisi ex ut molestie. ".
+
+<urn:uuid:1671566451> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:263491156>;
+	nmo:sentDate "2008-02-25T15:37:32";
+	nmo:receivedDate "2008-02-25T15:38:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jcarlson dolordelenitaugue net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1119096188>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "loyd bedford nonummydolore tv"];
+	nmo:bcc <urn:uuid:991639885>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ptanner veniamduis gov"];
+	nmo:messageSubject "Consequat eum nostrud dolor hendrerit iustoodio vero feugait tincidunt. ";
+	nmo:plainTextMessageContent "In lobortis consequatvel tincidunt ullamcorper lorem enim dolore qui te. ".
+
+<urn:uuid:1684401405> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:263491156>;
+	nmo:sentDate "2008-06-02T15:36:25";
+	nmo:receivedDate "2008-06-02T15:36:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jcarlson dolordelenitaugue net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Vulputate ut suscipit minim hendrerit. ";
+	nmo:plainTextMessageContent "Nulla nostrud esse in consectetuer autem et consectetuer nisl et laoreet aliquip luptatum delenit. Aliquam laoreet suscipit molestie et consequat nonummy te molestie consequat molestie. ".
+
+<urn:uuid:44019015> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:263491156>;
+	nmo:sentDate "2008-11-21T15:25:29";
+	nmo:receivedDate "2008-11-21T15:26:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jcarlson dolordelenitaugue net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vero aliquam et iriuredolor eros delenitaugue ex vero vulputate etaccumsan consequat. ";
+	nmo:plainTextMessageContent "Amet autem wisi enim commodo in dolore dolor te lorem ut. ".
+
+<urn:uuid:815745028> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:263491156>;
+	nmo:sentDate "2008-06-01T15:22:14";
+	nmo:receivedDate "2008-06-01T15:23:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jcarlson dolordelenitaugue net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:91683601>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dhoward eterat com"];
+	nmo:messageSubject "Esse consequatvel consequat duis adipiscing duis amet dignissim qui dignissim minim nislut. ";
+	nmo:plainTextMessageContent "Hendrerit nibh vel iriure feugiat aliquam qui quis eum autem tation esse feugait. Dignissim duis esse et ut nisl autem facilisis consectetuer illum veniam illum suscipit. ".
+
+<urn:uuid:2034206764> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:263491156>;
+	nmo:sentDate "2008-05-01T15:14:20";
+	nmo:receivedDate "2008-05-01T15:14:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jcarlson dolordelenitaugue net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1443469279>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ttorrez eumdignissim gov"];
+	nmo:messageSubject "Esse nulla duis laoreet esse veniamquis iriure eum odio nulla. ";
+	nmo:plainTextMessageContent "In illum praesent consectetuer erat commodo facilisis ipsum ad illum at vero. ".
+
+<urn:uuid:1528941981> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:263491156>;
+	nmo:sentDate "2008-08-30T16:09:22";
+	nmo:receivedDate "2008-08-30T16:09:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jcarlson dolordelenitaugue net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Enim veniam vero facilisi vel dolore enim exerci amet iriure. ";
+	nmo:plainTextMessageContent "Dolore zzril tincidunt in quis feugiat esse ex luptatumzzril eufeugiat. Nibh ullamcorper ex qui iustoodio. ".
+
+<urn:uuid:305534756> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:263491156>;
+	nmo:sentDate "2008-06-06T16:02:27";
+	nmo:receivedDate "2008-06-06T16:03:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jcarlson dolordelenitaugue net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1017899314>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mfelder molestielorem info"];
+	nmo:messageSubject "Aliquip iusto euismod blandit accumsan nostrud luptatum consequat dolore. ";
+	nmo:plainTextMessageContent "Autem praesent veniam minim dolor invulputate. ".
+
+<urn:uuid:1431238293> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:263491156>;
+	nmo:sentDate "2008-05-18T16:01:13";
+	nmo:receivedDate "2008-05-18T16:01:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jcarlson dolordelenitaugue net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1752497668>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lcousins illumex eu"];
+	nmo:bcc <urn:uuid:1301477625>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "gino durbin iustoexerci edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Nulla erat dolor luptatum laoreet duis consequatvel facilisis Utwisi. ";
+	nmo:plainTextMessageContent "Eufeugiat quis et dolor lobortis praesent elitsed vero dolor nostrud veniam at nulla. ".
+
+<urn:uuid:1347913584> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:263491156>;
+	nmo:sentDate "2009-01-18T15:59:46";
+	nmo:receivedDate "2009-01-18T15:59:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jcarlson dolordelenitaugue net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1395960551>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gay landrum ipsumveniamquis net"];
+	nmo:bcc <urn:uuid:1997741777>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "benedict keating ipsumnulla eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Eu enim lobortis duis enim ut dolor lorem ut feugait diam eum feugait iriuredolor. ";
+	nmo:plainTextMessageContent "Molestie et ex ullamcorper duis adipiscing. ".
+
+<urn:uuid:623674187> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:263491156>;
+	nmo:sentDate "2008-09-13T15:17:41";
+	nmo:receivedDate "2008-09-13T15:17:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jcarlson dolordelenitaugue net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "At te et Utwisi molestie duis te commodo feugiat erat vero facilisi. ";
+	nmo:plainTextMessageContent "Dignissim autem enim iriuredolor minim eum euismod ullamcorper eros quis. ".
+
+<urn:uuid:1215771732> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:263491156>;
+	nmo:sentDate "2008-01-30T16:06:25";
+	nmo:receivedDate "2008-01-30T16:07:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jcarlson dolordelenitaugue net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:538578001>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "yolanda dunham essetationullamcorper net"];
+	nmo:messageSubject "Esse nulla delenitaugue volutpat qui iriuredolor molestie et praesent duis. ";
+	nmo:plainTextMessageContent "Delenit blandit nulla lobortis iriuredolor ipsum autem enim ad iustoodio amet aliquip. ".
+
+<urn:uuid:129162970> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:263491156>;
+	nmo:sentDate "2009-02-14T15:41:44";
+	nmo:receivedDate "2009-02-14T15:42:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jcarlson dolordelenitaugue net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eros dolore nonummy vel facilisi ut molestie at duis at. ";
+	nmo:plainTextMessageContent "Exerci consectetuer at dignissim at ex nisl feugait. ".
+
+<urn:uuid:537798634> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:263491156>;
+	nmo:sentDate "2008-04-21T15:21:05";
+	nmo:receivedDate "2008-04-21T15:21:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jcarlson dolordelenitaugue net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ea et duis tincidunt dignissim eufeugiat dignissim ad hendrerit delenit illum nulla. ";
+	nmo:plainTextMessageContent "Veniam nulla consectetuer veniam iusto feugait laoreet in enim. ".
+
+<urn:uuid:1079057485> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:263491156>;
+	nmo:sentDate "2008-05-29T15:17:37";
+	nmo:receivedDate "2008-05-29T15:17:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jcarlson dolordelenitaugue net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:595898593>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "zcasas hendreritullamcorper gov"];
+	nmo:messageSubject "Dolore quis hendrerit ex. ";
+	nmo:plainTextMessageContent "Hendrerit wisi nulla feugiat molestie iustoodio zzril velit ad in Utwisi praesent. ".
+
+<urn:uuid:171533698> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:263491156>;
+	nmo:sentDate "2008-08-24T15:24:41";
+	nmo:receivedDate "2008-08-24T15:24:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jcarlson dolordelenitaugue net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1710733001>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ccardona dolorelorem org"];
+	nmo:messageSubject "Nulla feugait blandit adipiscing vulputate minim. ";
+	nmo:plainTextMessageContent "Volutpat in diam dignissim molestie duis vel suscipit. ".
+
+<urn:uuid:1029500348> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:263491156>;
+	nmo:sentDate "2008-05-15T15:35:44";
+	nmo:receivedDate "2008-05-15T15:36:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jcarlson dolordelenitaugue net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1548812808>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lmeeker veroaliquam edu"];
+	nmo:messageSubject "Nonummy hendrerit wisi delenitaugue ut laoreet nibh vel ullamcorper exerci. ";
+	nmo:plainTextMessageContent "Duis velit minim nulla iriure praesent. ".
+
+<urn:uuid:1526042368> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14131" ;
+	nco:locality "Ransomville" ;
+	nco:streetAddress "7951 School Trail" .
+
+<mailto:mae mccoy autemodio us> a nco:EmailAddress; 
+	nco:emailAddress "mae mccoy autemodio us".
+
+<xmpp:mae mccoy gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Mae Mccoy" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Feugiat ut ea velit blandit eu odio sit elitsed ipsum dolore exerci duis sit. " ;
+	nco:imID "mae mccoy gmail com".
+
+<urn:uuid:551707762> a nco:PersonContact; 
+	nco:fullname "Mae Mccoy";
+	nco:nameGiven "Mae";
+	nco:nameFamily "Mccoy";
+	nco:birthDate "1942-12-25";
+	nco:hasAffiliation "Computer Applications & Programming Supervisor";
+	nco:hasEmailAddress <mailto:mae mccoy autemodio us>;
+	nco:hasIMAccount <xmpp:mae mccoy gmail com>;
+	nco:hasPostalAddress <urn:uuid:1526042368>.
+
+<urn:uuid:914706510> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:551707762>;
+	nmo:sentDate "2008-08-08T15:12:59";
+	nmo:receivedDate "2008-08-08T15:13:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mae mccoy autemodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Te suscipit te illum te nostrud eufeugiat eum veniam luptatumzzril. ";
+	nmo:plainTextMessageContent "At vel eum nulla. Commodo odio te ex ullamcorper volutpat dolor ad volutpat commodoconsequat. ".
+
+<urn:uuid:681401592> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:551707762>;
+	nmo:sentDate "2008-09-19T16:07:10";
+	nmo:receivedDate "2008-09-19T16:07:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mae mccoy autemodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Delenit minim duis eu augue dolore nisl et nibh nulla consequatvel ullamcorper Utwisi. ";
+	nmo:plainTextMessageContent "Augue et te minim suscipit autem at invulputate minim duis amet enim facilisis in. Zzril commodo eum ut praesent blandit tationullamcorper in ipsum ex facilisis. ".
+
+<urn:uuid:760845911> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:551707762>;
+	nmo:sentDate "2008-06-18T15:36:09";
+	nmo:receivedDate "2008-06-18T15:36:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mae mccoy autemodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Velit nonummy Utwisi veniamquis at vel lobortis euismod luptatumzzril duis nulla euismod nulla. ";
+	nmo:plainTextMessageContent "In ullamcorper velit iriure at facilisis praesent te ad erat iriure aliquip. Facilisis exerci ullamcorper consequat at consequatvel hendrerit elitsed. ".
+
+<urn:uuid:725315260> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:551707762>;
+	nmo:sentDate "2008-10-23T16:01:57";
+	nmo:receivedDate "2008-10-23T16:02:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mae mccoy autemodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Lorem et hendrerit nulla adipiscing Utwisi velit consequat. ";
+	nmo:plainTextMessageContent "Eu adipiscing autem at at suscipit laoreet nisl facilisis invulputate suscipit facilisis illum eros. Molestie lobortis et duis. ".
+
+<urn:uuid:2077832337> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:551707762>;
+	nmo:sentDate "2008-09-03T15:57:38";
+	nmo:receivedDate "2008-09-03T15:58:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mae mccoy autemodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:336052703>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "cstinson doloremagnaesse info"];
+	nmo:messageSubject "Blandit et vel autem feugait. ";
+	nmo:plainTextMessageContent "Erat dolore zzril dolore nulla zzril dolor nulla nulla exerci minim tincidunt nulla. Luptatum commodoconsequat duis eu dolor consectetuer vel qui feugiat eum ex eros ut. ".
+
+<urn:uuid:162157515> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:551707762>;
+	nmo:sentDate "2009-01-27T15:39:54";
+	nmo:receivedDate "2009-01-27T15:39:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mae mccoy autemodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nostrud sit odio commodoconsequat hendrerit invulputate ad laoreet vero et delenitaugue dignissim. ";
+	nmo:plainTextMessageContent "Et blandit ex at diam ut. ".
+
+<urn:uuid:63658185> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:551707762>;
+	nmo:sentDate "2008-05-27T15:53:23";
+	nmo:receivedDate "2008-05-27T15:53:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mae mccoy autemodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1176068401>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "cmcintosh essevelit gov"];
+	nmo:messageSubject "Velit esse ipsum odio. ";
+	nmo:plainTextMessageContent "Te exerci velit te vel suscipit commodo velit ullamcorper ut nostrud. Delenit dolore facilisi nisl commodoconsequat duis minim duis iustoodio euismod nonummy zzril. ".
+
+<urn:uuid:1525578131> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:551707762>;
+	nmo:sentDate "2008-01-22T16:09:21";
+	nmo:receivedDate "2008-01-22T16:09:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mae mccoy autemodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1398759367>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dmarcus velveniamquis gov"];
+	nmo:bcc <urn:uuid:1166198672>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "jarrod jobe commodoconsequatdelenit edu"];
+	nmo:messageSubject "Vel exerci feugait facilisis te veniam amet nibh facilisi nulla. ";
+	nmo:plainTextMessageContent "Nisl enim commodoconsequat illum delenit tationullamcorper enim molestie ex at. Dolore tation facilisis zzril laoreet ea et. ".
+
+<urn:uuid:1985102865> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:551707762>;
+	nmo:sentDate "2008-06-26T16:00:53";
+	nmo:receivedDate "2008-06-26T16:01:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mae mccoy autemodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1111413083>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "leonardo holtz enimaliquip us"];
+	nmo:messageSubject "Ullamcorper erat eros sit diam commodo qui facilisi in. ";
+	nmo:plainTextMessageContent "Illum dolore tationullamcorper veniamquis aliquam te molestie. ".
+
+<urn:uuid:1608244247> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:551707762>;
+	nmo:sentDate "2009-01-26T15:59:56";
+	nmo:receivedDate "2009-01-26T16:00:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mae mccoy autemodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Minim quis dolor delenit feugait in luptatum nulla. ";
+	nmo:plainTextMessageContent "Veniamquis dignissim nisl et facilisis quis te consequatvel diam. Facilisis feugait feugait consequatvel. ".
+
+<urn:uuid:731662911> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:551707762>;
+	nmo:sentDate "2008-07-16T15:19:04";
+	nmo:receivedDate "2008-07-16T15:19:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mae mccoy autemodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Esse eum veniamquis iusto commodo nonummy. ";
+	nmo:plainTextMessageContent "Autem quis dolore nostrud. Nonummy etaccumsan ex nisl eufeugiat autem consequatvel ea. ".
+
+<urn:uuid:193257695> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:551707762>;
+	nmo:sentDate "2008-08-02T15:43:06";
+	nmo:receivedDate "2008-08-02T15:43:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mae mccoy autemodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Augue ea duis dolore esse. ";
+	nmo:plainTextMessageContent "In qui euismod nulla exerci et at in aliquip blandit nulla nostrud. ".
+
+<urn:uuid:513574789> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:551707762>;
+	nmo:sentDate "2008-09-19T15:27:11";
+	nmo:receivedDate "2008-09-19T15:27:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mae mccoy autemodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Molestie dolore illum in feugiat dolore ut et esse adipiscing nulla nostrud autem. ";
+	nmo:plainTextMessageContent "Iustoodio nulla te blandit etaccumsan tationullamcorper blandit qui accumsan duis. Velit ullamcorper etaccumsan enim. ".
+
+<urn:uuid:590260355> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:551707762>;
+	nmo:sentDate "2008-10-12T15:51:12";
+	nmo:receivedDate "2008-10-12T15:51:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mae mccoy autemodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Commodo et augue delenit tincidunt feugait duis lobortis. ";
+	nmo:plainTextMessageContent "Consequatvel elitsed nulla eros duis et laoreet eros vero suscipit in wisi autem autem. Ut facilisis Utwisi iriuredolor commodo dolor molestie. ".
+
+<urn:uuid:57613197> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04735" ;
+	nco:locality "Bridgewater" ;
+	nco:streetAddress "1807 Redfield Lane" .
+
+<mailto:odessa stinson iustoodiodolor gov> a nco:EmailAddress; 
+	nco:emailAddress "odessa stinson iustoodiodolor gov".
+
+<tel:+14135224595> a nco:PhoneNumber; 
+	nco:phoneNumber "(413)522-4595".
+
+<urn:uuid:1023146234> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14135224595>]; 
+	nmo:duration 26; 
+	nmo:sentDate "2009-01-14T15:28:49". 
+
+<urn:uuid:534213290> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14135224595>]; 
+	nmo:duration 12; 
+	nmo:sentDate "2008-12-07T15:20:08". 
+
+<urn:uuid:1195100565> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14135224595>]; 
+	nmo:duration 7; 
+	nmo:sentDate "2008-07-03T15:48:50". 
+
+<urn:uuid:2076365655> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14135224595>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-02T15:18:22";
+	nmo:receivedDate "2008-09-16T16:06:15";
+	nmo:plainTextMessageContent "Commodoconsequat duis tationullamcorper iriuredolor feugait. Illum vel suscipit qui luptatum consequatvel. Eros diam nulla nulla suscipit tation. Invulputate et tationullamcorper ullamcorper. Nislut delenit lorem nostrud etaccumsan dolore esse quis praesent adipiscing ullamcorper. ".
+
+<urn:uuid:2031070646> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14135224595>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-02T15:51:00";
+	nmo:receivedDate "2008-11-29T15:24:38";
+	nmo:plainTextMessageContent "Te eum adipiscing nulla tincidunt quis aliquam. In ut Utwisi enim suscipit iusto commodo elitsed et delenitaugue dolore. Ut etaccumsan aliquam blandit odio vero vel. Blandit exerci esse dolore minim ut euismod veniamquis. Nisl ea luptatumzzril esse vero vel invulputate nonummy veniamquis zzril. Ut doloremagna duis illum minim adipiscing eu ea. ".
+
+<urn:uuid:810860623> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14135224595>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-02T15:14:29";
+	nmo:receivedDate "2008-01-15T15:27:59";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Velit nislut te illum dolore vel. Elitsed vero esse nostrud facilisi lorem in autem esse te luptatum. Vel iustoodio iustoodio exerci duis zzril lobortis dolore eros ea facilisis. Aliquam Utwisi hendrerit et nonummy laoreet. Amet nulla duis consequatvel te ut. Te qui iusto blandit iustoodio te ex iriuredolor luptatum dolore suscipit. ".
+
+<urn:uuid:68519362> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14135224595>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-17T15:58:49";
+	nmo:receivedDate "2008-05-18T15:37:55";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Utwisi te qui in velit esse. Autem nulla iustoodio aliquip velit nulla vel velit amet facilisis iriure in feugait nonummy. At te vulputate consectetuer facilisis. Feugait qui consequat te ullamcorper euismod dolor diam in. Exerci invulputate eum exerci vel consequat lobortis vel eufeugiat. Etaccumsan vel nislut odio eu augue et et praesent dolore. ".
+
+<urn:uuid:1540686483> a nco:PersonContact; 
+	nco:fullname "Odessa Stinson";
+	nco:nameGiven "Odessa";
+	nco:nameFamily "Stinson";
+	nco:birthDate "1942-11-12";
+	nco:hasAffiliation "Technician Civil Engineering";
+	nco:hasEmailAddress <mailto:odessa stinson iustoodiodolor gov>;
+	nco:hasPhoneNumber <tel:+14135224595>;
+	nco:hasPostalAddress <urn:uuid:57613197>.
+
+<urn:uuid:853022625> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05777" ;
+	nco:locality "West Rutland" ;
+	nco:streetAddress "3497 Laurel Way" .
+
+<mailto:lwood nislutvero us> a nco:EmailAddress; 
+	nco:emailAddress "lwood nislutvero us".
+
+<tel:+18021378514> a nco:PhoneNumber; 
+	nco:phoneNumber "(802)137-8514".
+
+<urn:uuid:1692454500> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18021378514>]; 
+	nmo:duration 7; 
+	nmo:receivedDate "2008-08-24T15:28:12". 
+
+<urn:uuid:310310936> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18021378514>]; 
+	nmo:duration 30; 
+	nmo:sentDate "2009-01-28T15:49:22". 
+
+<urn:uuid:103223584> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18021378514>]; 
+	nmo:duration 24; 
+	nmo:sentDate "2008-06-16T16:10:21". 
+
+<urn:uuid:882853472> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18021378514>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-05T16:01:24";
+	nmo:receivedDate "2008-09-21T15:15:14";
+	nmo:plainTextMessageContent "Veniamquis eros ipsum dignissim exerci tation tationullamcorper aliquip accumsan minim enim duis eros feugait. Lorem velit iusto nostrud suscipit duis eros dolor ut exerci amet laoreet velit. Facilisis nulla luptatum dolore. Erat tincidunt qui facilisi dolore nislut vulputate. Velit aliquip wisi tationullamcorper iustoodio iusto in commodoconsequat delenitaugue. ".
+
+<urn:uuid:1191465847> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18021378514>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-02T15:12:04";
+	nmo:receivedDate "2008-11-06T15:22:33";
+	nmo:plainTextMessageContent "Nostrud minim nibh consequatvel molestie duis feugait esse delenit volutpat dolore eum wisi feugiat. Delenitaugue esse nulla te nulla praesent consequat molestie molestie amet delenit suscipit luptatumzzril vero. Delenitaugue ullamcorper at dignissim in facilisi quis iriure. Doloremagna exerci sit suscipit duis vel nulla accumsan. ".
+
+<urn:uuid:720857893> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18021378514>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-21T16:08:52";
+	nmo:receivedDate "2008-08-13T15:16:41";
+	nmo:plainTextMessageContent "Sit adipiscing lobortis te molestie qui exerci suscipit ut consequat dolore. In vel ut facilisis consequat dignissim delenitaugue. Et consequat dolore vel te ut duis ipsum invulputate enim lobortis doloremagna. Eum etaccumsan dolore duis facilisi te illum commodoconsequat eum. Hendrerit tincidunt qui dignissim. Erat velit Utwisi hendrerit. Etaccumsan dignissim nulla duis dolor lobortis veniamquis aliquip delenitaugue euismod vel sit ex. ".
+
+<urn:uuid:2085239389> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18021378514>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-17T15:25:19";
+	nmo:receivedDate "2008-12-29T16:03:16";
+	nmo:plainTextMessageContent "Augue dolore illum aliquam nisl iriuredolor feugait eum commodo. Amet suscipit ad ex eu esse invulputate nislut enim ipsum at dolor ex. Vel facilisis commodoconsequat tincidunt dolore nislut amet lobortis tation tation. Veniam duis eros ut elitsed zzril augue etaccumsan consectetuer feugiat nostrud consequatvel qui. Te illum hendrerit odio delenit et ut elitsed. ".
+
+<urn:uuid:225733583> a nco:PersonContact; 
+	nco:fullname "Leonardo Wood";
+	nco:nameGiven "Leonardo";
+	nco:nameFamily "Wood";
+	nco:birthDate "1942-07-15";
+	nco:hasAffiliation "Expediter";
+	nco:hasEmailAddress <mailto:lwood nislutvero us>;
+	nco:hasPhoneNumber <tel:+18021378514>;
+	nco:hasPostalAddress <urn:uuid:853022625>.
+
+<urn:uuid:375116512> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1166198672>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Te suscipit ex velit. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-19T20:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-19T20:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1166198672>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:971440200> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12486" ;
+	nco:locality "Tillson" ;
+	nco:streetAddress "8416 Jody Cove" .
+
+<mailto:rbernier tationullamcorpererat org> a nco:EmailAddress; 
+	nco:emailAddress "rbernier tationullamcorpererat org".
+
+<urn:uuid:1825837225> a nco:PersonContact; 
+	nco:fullname "Rodger Bernier";
+	nco:nameGiven "Rodger";
+	nco:nameFamily "Bernier";
+	nco:birthDate "1942-10-22";
+	nco:hasAffiliation "Ultrasonic Tester";
+	nco:hasEmailAddress <mailto:rbernier tationullamcorpererat org>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:971440200>.
+
+<urn:uuid:864206242> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12411" ;
+	nco:locality "Bloomington" ;
+	nco:streetAddress "5608 Oakhill Parkway" .
+
+<mailto:coleen bernstein eaaccumsan org> a nco:EmailAddress; 
+	nco:emailAddress "coleen bernstein eaaccumsan org".
+
+<urn:uuid:981973703> a nco:PersonContact; 
+	nco:fullname "Coleen Bernstein";
+	nco:nameGiven "Coleen";
+	nco:nameFamily "Bernstein";
+	nco:birthDate "1942-05-16";
+	nco:hasAffiliation "Traffic Rate Analyst";
+	nco:hasEmailAddress <mailto:coleen bernstein eaaccumsan org>;
+	nco:hasPostalAddress <urn:uuid:864206242>.
+
+<urn:uuid:103505765> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06282" ;
+	nco:locality "Woodstock Valley" ;
+	nco:streetAddress "4900 Queensmill Trail" .
+
+<mailto:kylie piazza eumvelit edu> a nco:EmailAddress; 
+	nco:emailAddress "kylie piazza eumvelit edu".
+
+<urn:uuid:2133236974> a nco:PersonContact; 
+	nco:fullname "Kylie Piazza";
+	nco:nameGiven "Kylie";
+	nco:nameFamily "Piazza";
+	nco:birthDate "1942-03-18";
+	nco:hasAffiliation "Laboratory Clerk";
+	nco:hasEmailAddress <mailto:kylie piazza eumvelit edu>;
+	nco:hasPostalAddress <urn:uuid:103505765>.
+
+<urn:uuid:791942182> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11956" ;
+	nco:locality "New Suffolk" ;
+	nco:streetAddress "8932 Oxford Trail" .
+
+<mailto:vmcintyre lobortisea us> a nco:EmailAddress; 
+	nco:emailAddress "vmcintyre lobortisea us".
+
+<urn:uuid:1753204081> a nco:PersonContact; 
+	nco:fullname "Virginia Mcintyre";
+	nco:nameGiven "Virginia";
+	nco:nameFamily "Mcintyre";
+	nco:birthDate "1942-12-15";
+	nco:hasAffiliation "Software Engineer";
+	nco:hasEmailAddress <mailto:vmcintyre lobortisea us>;
+	nco:hasPostalAddress <urn:uuid:791942182>.
+
+<urn:uuid:448188320> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1753204081>;
+	nmo:sentDate "2008-04-27T16:07:57";
+	nmo:receivedDate "2008-04-27T16:08:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vmcintyre lobortisea us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1318196797>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "tdriscoll nonummyblandit net"];
+	nmo:messageSubject "Ullamcorper volutpat dolore odio nostrud commodo dolore dolor dolore ex te aliquip commodo quis. ";
+	nmo:plainTextMessageContent "Eros eu vel invulputate commodoconsequat ut molestie nostrud ut et ullamcorper facilisis. ".
+
+<urn:uuid:305381324> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14722" ;
+	nco:locality "Chautauqua" ;
+	nco:streetAddress "8755 Farmington Street" .
+
+<mailto:leon fortney facilisiqui org> a nco:EmailAddress; 
+	nco:emailAddress "leon fortney facilisiqui org".
+
+<urn:uuid:460750400> a nco:PersonContact; 
+	nco:fullname "Leon Fortney";
+	nco:nameGiven "Leon";
+	nco:nameFamily "Fortney";
+	nco:birthDate "1942-10-25";
+	nco:hasAffiliation "Telephone Equipment Engineer";
+	nco:hasEmailAddress <mailto:leon fortney facilisiqui org>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:305381324>.
+
+<urn:uuid:1047742514> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:460750400>;
+	nmo:sentDate "2008-09-14T15:21:47";
+	nmo:receivedDate "2008-09-14T15:22:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "leon fortney facilisiqui org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Duis ex commodoconsequat erat. ";
+	nmo:plainTextMessageContent "Eros lobortis et euismod autem facilisis commodo ex ad odio praesent nostrud. ".
+
+<urn:uuid:835949806> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:460750400>;
+	nmo:sentDate "2008-04-04T16:08:47";
+	nmo:receivedDate "2008-04-04T16:09:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "leon fortney facilisiqui org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Duis exerci Utwisi suscipit lorem vero et. ";
+	nmo:plainTextMessageContent "Esse dolore dolor illum nulla molestie diam duis nostrud. Veniamquis at nisl nisl autem. ".
+
+<urn:uuid:1188758871> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:460750400>;
+	nmo:sentDate "2008-01-19T15:38:14";
+	nmo:receivedDate "2008-01-19T15:38:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "leon fortney facilisiqui org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:225733583>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lwood nislutvero us"];
+	nmo:messageSubject "Suscipit eros dolor iustoodio lobortis vero. ";
+	nmo:plainTextMessageContent "Illum euismod volutpat amet accumsan duis nostrud ullamcorper illum eufeugiat duis et. Odio et ex et blandit. ".
+
+<urn:uuid:1965927573> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:460750400>;
+	nmo:sentDate "2008-05-25T16:08:23";
+	nmo:receivedDate "2008-05-25T16:08:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "leon fortney facilisiqui org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:310374280>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lola ives aliquamadipiscing eu"];
+	nmo:messageSubject "Nibh dignissim dolore qui delenit te praesent autem enim. ";
+	nmo:plainTextMessageContent "Hendrerit minim luptatumzzril sit te dignissim qui velit. Ea feugait eu at. ".
+
+<urn:uuid:361038910> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:460750400>;
+	nmo:sentDate "2008-01-28T15:23:50";
+	nmo:receivedDate "2008-01-28T15:23:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "leon fortney facilisiqui org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla dignissim ad et Utwisi. ";
+	nmo:plainTextMessageContent "Illum aliquip tation facilisis tincidunt vel sit amet. ".
+
+<urn:uuid:338045572> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:460750400>;
+	nmo:sentDate "2009-01-24T16:00:26";
+	nmo:receivedDate "2009-01-24T16:01:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "leon fortney facilisiqui org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1818355959>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dcolvin quisodio org"];
+	nmo:bcc <urn:uuid:485028510>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "hsnook euismodat tv"];
+	nmo:messageSubject "Praesent exerci vero vulputate dolore dolore nibh eufeugiat consequatvel nisl dolore. ";
+	nmo:plainTextMessageContent "In blandit duis dolore. Laoreet dolor nostrud consequatvel dolor. ".
+
+<urn:uuid:1795050201> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:460750400>;
+	nmo:sentDate "2008-01-22T15:14:15";
+	nmo:receivedDate "2008-01-22T15:15:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "leon fortney facilisiqui org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:539239127>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "max mendenhall dolorefacilisi info"];
+	nmo:messageSubject "At wisi in hendrerit ad dolor et molestie dolore exerci commodoconsequat. ";
+	nmo:plainTextMessageContent "Utwisi esse Utwisi commodo wisi ipsum veniamquis sit nulla ipsum accumsan at eum ad. Dolore delenit enim adipiscing in luptatumzzril ea ex eros ad nislut dignissim in nislut. ".
+
+<urn:uuid:1314771067> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:460750400>;
+	nmo:sentDate "2009-02-04T15:57:37";
+	nmo:receivedDate "2009-02-04T15:57:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "leon fortney facilisiqui org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nonummy consectetuer te ut vel nostrud et. ";
+	nmo:plainTextMessageContent "Odio ipsum tincidunt amet dolor nulla. Commodo in lorem hendrerit nibh quis eros. ".
+
+<urn:uuid:1292883149> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:460750400>;
+	nmo:sentDate "2008-02-15T15:39:29";
+	nmo:receivedDate "2008-02-15T15:39:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "leon fortney facilisiqui org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Et invulputate ipsum nulla. ";
+	nmo:plainTextMessageContent "Tation dignissim quis esse facilisis vel delenit qui nulla euismod autem qui. ".
+
+<urn:uuid:1848225950> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:460750400>;
+	nmo:sentDate "2008-09-22T15:56:53";
+	nmo:receivedDate "2008-09-22T15:57:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "leon fortney facilisiqui org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1262340898>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dominga ricker dignissimvel us"];
+	nmo:bcc <urn:uuid:1710733001>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ccardona dolorelorem org"];
+	nmo:messageSubject "Etaccumsan dolore hendrerit illum euismod dolore illum minim eum vulputate feugait ex Utwisi dignissim. ";
+	nmo:plainTextMessageContent "Aliquam tation volutpat facilisi tincidunt. ".
+
+<urn:uuid:1467039838> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12255" ;
+	nco:locality "Albany" ;
+	nco:streetAddress "5732 Kimbrough Grove Circle" .
+
+<mailto:ggood inut org> a nco:EmailAddress; 
+	nco:emailAddress "ggood inut org".
+
+<xmpp:glen good gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Glen Good" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Aliquip eum eum veniamquis in vel duis molestie duis illum eros. " ;
+	nco:imID "glen good gmail com".
+
+<urn:uuid:1208101714> a nco:PersonContact; 
+	nco:fullname "Glen Good";
+	nco:nameGiven "Glen";
+	nco:nameFamily "Good";
+	nco:birthDate "1942-09-10";
+	nco:hasAffiliation "Maintenance Person Aircraft";
+	nco:hasEmailAddress <mailto:ggood inut org>;
+	nco:hasIMAccount <xmpp:glen good gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:1467039838>.
+
+<urn:uuid:1281879645> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02143" ;
+	nco:locality "Somerville" ;
+	nco:streetAddress "9460 Keystone Street" .
+
+<mailto:omaupin veroadipiscing org> a nco:EmailAddress; 
+	nco:emailAddress "omaupin veroadipiscing org".
+
+<urn:uuid:900364855> a nco:PersonContact; 
+	nco:fullname "Orval Maupin";
+	nco:nameGiven "Orval";
+	nco:nameFamily "Maupin";
+	nco:birthDate "1942-07-28";
+	nco:hasAffiliation "Supervisor Admin Engineering";
+	nco:hasEmailAddress <mailto:omaupin veroadipiscing org>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:1281879645>.
+
+<urn:uuid:952013125> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01111" ;
+	nco:locality "Springfield" ;
+	nco:streetAddress "4924 Skyview Circle" .
+
+<mailto:devon call etfacilisis eu> a nco:EmailAddress; 
+	nco:emailAddress "devon call etfacilisis eu".
+
+<xmpp:devon call gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Devon Call" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Consequatvel eum in et aliquip ea illum odio. " ;
+	nco:imID "devon call gmail com".
+
+<tel:+18022729961> a nco:PhoneNumber; 
+	nco:phoneNumber "(802)272-9961".
+
+<urn:uuid:201862053> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18022729961>]; 
+	nmo:duration 32; 
+	nmo:receivedDate "2008-10-10T15:40:43". 
+
+<urn:uuid:195117045> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18022729961>]; 
+	nmo:duration 25; 
+	nmo:receivedDate "2008-02-25T15:47:24". 
+
+<urn:uuid:1006316145> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18022729961>]; 
+	nmo:duration 20; 
+	nmo:sentDate "2008-11-16T15:21:50". 
+
+<urn:uuid:1457606156> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18022729961>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-18T15:43:29";
+	nmo:receivedDate "2009-02-08T15:56:41";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Nulla autem iusto ea eros ut ut augue quis. Enim ea veniam duis. Nisl feugiat enim aliquip. Accumsan ex at te odio praesent duis adipiscing dolore feugait illum elitsed. Illum Utwisi hendrerit doloremagna te blandit et nisl delenit at. Nulla at dolore dolore nulla etaccumsan esse blandit minim feugait consequatvel nulla dolor. ".
+
+<urn:uuid:1467008041> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18022729961>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-20T15:42:12";
+	nmo:receivedDate "2008-05-07T16:05:00";
+	nmo:plainTextMessageContent "Lorem facilisi nulla eum dolore vel praesent et nostrud commodoconsequat luptatumzzril vero. Eum praesent esse commodo eros molestie vulputate eros tationullamcorper nulla dolore blandit tationullamcorper illum. Nonummy nislut consectetuer hendrerit ex luptatumzzril hendrerit aliquip et veniamquis. Eros ipsum eu feugiat consequat diam. Suscipit consectetuer at luptatumzzril lobortis molestie consectetuer. Dignissim dignissim aliquip ipsum in nislut. ".
+
+<urn:uuid:1736939876> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18022729961>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-25T15:19:22";
+	nmo:receivedDate "2008-08-26T15:31:50";
+	nmo:plainTextMessageContent "Aliquam dolore et nulla hendrerit veniam iustoodio vero. Eros esse dolore ut autem illum invulputate te eufeugiat euismod lobortis. Qui dignissim at tation minim velit at dolor dolor te wisi iustoodio dolore. Volutpat dolore Utwisi esse veniamquis. Qui veniamquis hendrerit qui autem ut consequatvel volutpat. Augue iustoodio iusto eros facilisi enim praesent suscipit ullamcorper. ".
+
+<urn:uuid:44311708> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18022729961>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-03T15:56:34";
+	nmo:receivedDate "2008-09-03T15:28:20";
+	nmo:plainTextMessageContent "Ad duis ex exerci enim hendrerit te exerci ex. Aliquip eros vel illum. Feugait dignissim delenitaugue consequatvel in elitsed. Dolore laoreet in dignissim dolore illum ullamcorper minim nibh at suscipit. Sit quis suscipit vel adipiscing exerci lobortis volutpat vel. Molestie ullamcorper aliquip et commodoconsequat commodo veniam eu vero suscipit minim zzril odio ut. Utwisi ad duis nislut eum eros iriuredolor ad euismod. ".
+
+<urn:uuid:961783501> a nco:PersonContact; 
+	nco:fullname "Devon Call";
+	nco:nameGiven "Devon";
+	nco:nameFamily "Call";
+	nco:birthDate "1942-11-22";
+	nco:hasAffiliation "Packaging Manager";
+	nco:hasEmailAddress <mailto:devon call etfacilisis eu>;
+	nco:hasPhoneNumber <tel:+18022729961>;
+	nco:hasIMAccount <xmpp:devon call gmail com>;
+	nco:hasPostalAddress <urn:uuid:952013125>.
+
+<urn:uuid:498235312> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04257" ;
+	nco:locality "Mexico" ;
+	nco:streetAddress "8490 Laurie Avenue" .
+
+<mailto:kami birch duisiriuredolor org> a nco:EmailAddress; 
+	nco:emailAddress "kami birch duisiriuredolor org".
+
+<tel:+12019482495> a nco:PhoneNumber; 
+	nco:phoneNumber "(201)948-2495".
+
+<urn:uuid:592322203> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12019482495>]; 
+	nmo:duration 26; 
+	nmo:sentDate "2009-01-04T15:49:40". 
+
+<urn:uuid:1709279744> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12019482495>]; 
+	nmo:duration 13; 
+	nmo:sentDate "2008-04-30T15:15:34". 
+
+<urn:uuid:493020263> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12019482495>]; 
+	nmo:duration 41; 
+	nmo:receivedDate "2009-01-23T15:17:01". 
+
+<urn:uuid:300133347> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12019482495>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-29T15:29:05";
+	nmo:receivedDate "2008-04-10T15:50:12";
+	nmo:plainTextMessageContent "Diam hendrerit nostrud luptatum consequat te nislut vel veniam. Aliquam zzril sit lorem exerci. Aliquam amet et praesent nulla exerci blandit aliquip. Luptatum feugait vero nisl nulla ea feugiat eu esse eum nisl in. Eros velit exerci duis feugait dolore blandit minim tationullamcorper eu ex feugiat exerci. ".
+
+<urn:uuid:1657701410> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12019482495>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-23T15:12:07";
+	nmo:receivedDate "2008-07-08T15:32:00";
+	nmo:plainTextMessageContent "Euismod ad in veniam qui. Commodoconsequat eros suscipit nulla at ea et facilisis feugiat iustoodio vero eros amet tationullamcorper. Vulputate accumsan facilisi at ut nulla duis. Nulla duis vero ut eros accumsan et sit laoreet enim. Ut iriure facilisi consequat nulla molestie feugiat. Nislut dignissim feugait dolor tincidunt etaccumsan sit vel ex dignissim ex feugait. ".
+
+<urn:uuid:853286968> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12019482495>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-23T15:25:55";
+	nmo:receivedDate "2009-01-13T15:41:24";
+	nmo:plainTextMessageContent "Consequat augue consequatvel feugait illum. Ut molestie aliquam hendrerit at iriure. Te ut veniamquis iriure eu veniam facilisi delenit delenit praesent ut aliquip. Et in ea nulla adipiscing esse duis eu te hendrerit facilisis. ".
+
+<urn:uuid:211940834> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12019482495>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-26T15:44:08";
+	nmo:receivedDate "2008-01-26T15:58:07";
+	nmo:plainTextMessageContent "Augue nostrud at commodo hendrerit te dignissim euismod in at. Sit lorem te molestie consequat esse delenit autem ad elitsed. Nonummy autem quis minim vel euismod lobortis amet eum wisi eu. Blandit suscipit vero ea. Sit vero blandit Utwisi qui aliquip facilisi dignissim et eros facilisi. Dolor tation eros velit iustoodio facilisis facilisis facilisis qui aliquip et feugait. ".
+
+<urn:uuid:205343135> a nco:PersonContact; 
+	nco:fullname "Kami Birch";
+	nco:nameGiven "Kami";
+	nco:nameFamily "Birch";
+	nco:birthDate "1942-12-24";
+	nco:hasAffiliation "Aide Occupational Therapy";
+	nco:hasEmailAddress <mailto:kami birch duisiriuredolor org>;
+	nco:hasPhoneNumber <tel:+12019482495>;
+	nco:hasPostalAddress <urn:uuid:498235312>.
+
+<urn:uuid:370476407> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08066" ;
+	nco:locality "Paulsboro" ;
+	nco:streetAddress "3226 Winners Cove" .
+
+<mailto:mcable commodonulla com> a nco:EmailAddress; 
+	nco:emailAddress "mcable commodonulla com".
+
+<tel:+16461879138> a nco:PhoneNumber; 
+	nco:phoneNumber "(646)187-9138".
+
+<urn:uuid:195001601> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16461879138>]; 
+	nmo:duration 42; 
+	nmo:sentDate "2008-06-17T15:34:24". 
+
+<urn:uuid:309864024> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16461879138>]; 
+	nmo:duration 23; 
+	nmo:sentDate "2008-05-07T15:18:39". 
+
+<urn:uuid:441813113> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16461879138>]; 
+	nmo:duration 38; 
+	nmo:receivedDate "2008-10-03T16:05:11". 
+
+<urn:uuid:1414818155> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16461879138>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-13T16:04:24";
+	nmo:receivedDate "2008-05-22T15:44:50";
+	nmo:plainTextMessageContent "Commodo dignissim consequat commodoconsequat ex autem at dolore duis delenitaugue iriuredolor odio eros. Dolor molestie consequatvel molestie nulla lobortis nulla. Hendrerit velit ut quis augue nostrud. Lorem in velit nibh exerci. Velit wisi eros veniamquis nostrud nostrud at zzril zzril et. ".
+
+<urn:uuid:824888161> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16461879138>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-11T16:06:01";
+	nmo:receivedDate "2008-02-08T15:19:19";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "At luptatumzzril tationullamcorper tationullamcorper feugait ullamcorper dolore ut aliquam molestie duis. Consectetuer qui enim at commodoconsequat diam diam vel consequat etaccumsan consequatvel eu praesent ea. Te feugiat laoreet duis nulla odio blandit lobortis. Eum dignissim nulla esse dolor. Invulputate aliquam ea zzril nulla delenitaugue. ".
+
+<urn:uuid:410372279> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16461879138>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-08T15:59:45";
+	nmo:receivedDate "2008-09-20T15:26:55";
+	nmo:plainTextMessageContent "Dignissim iriuredolor iriuredolor aliquip aliquip consequatvel iriure autem te. Dolore hendrerit duis eum suscipit illum etaccumsan autem doloremagna molestie consectetuer facilisis. Nonummy duis nibh amet laoreet consequatvel quis nulla lobortis vulputate delenit enim nibh dolor. Nulla doloremagna duis exerci ex suscipit aliquip illum. Nulla facilisi erat minim commodoconsequat eu duis sit ex in at. Nostrud et zzril veniamquis lobortis ut. ".
+
+<urn:uuid:1624615770> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16461879138>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-21T15:22:19";
+	nmo:receivedDate "2008-07-18T15:27:50";
+	nmo:plainTextMessageContent "Suscipit zzril lorem feugiat erat. Velit et autem nibh consectetuer amet tincidunt eufeugiat zzril dignissim ea nisl aliquip. Iusto tationullamcorper eufeugiat veniamquis. Ad in ad dignissim. ".
+
+<urn:uuid:2096621861> a nco:PersonContact; 
+	nco:fullname "Myrtle Cable";
+	nco:nameGiven "Myrtle";
+	nco:nameFamily "Cable";
+	nco:birthDate "1942-12-07";
+	nco:hasAffiliation "Administrator College";
+	nco:hasEmailAddress <mailto:mcable commodonulla com>;
+	nco:hasPhoneNumber <tel:+16461879138>;
+	nco:hasPostalAddress <urn:uuid:370476407>.
+
+<urn:uuid:1500260875> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03229" ;
+	nco:locality "Contoocook" ;
+	nco:streetAddress "5876 Haseley Street" .
+
+<mailto:growe hendreritconsequat info> a nco:EmailAddress; 
+	nco:emailAddress "growe hendreritconsequat info".
+
+<urn:uuid:1749784121> a nco:PersonContact; 
+	nco:fullname "Gaylord Rowe";
+	nco:nameGiven "Gaylord";
+	nco:nameFamily "Rowe";
+	nco:birthDate "1942-12-07";
+	nco:hasAffiliation "News Anchor";
+	nco:hasEmailAddress <mailto:growe hendreritconsequat info>;
+	nco:hasPostalAddress <urn:uuid:1500260875>.
+
+<urn:uuid:117550069> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11976" ;
+	nco:locality "Water Mill" ;
+	nco:streetAddress "3312 Ravine Parkway" .
+
+<mailto:latonya stanton etaccumsandolore org> a nco:EmailAddress; 
+	nco:emailAddress "latonya stanton etaccumsandolore org".
+
+<urn:uuid:524728853> a nco:PersonContact; 
+	nco:fullname "Latonya Stanton";
+	nco:nameGiven "Latonya";
+	nco:nameFamily "Stanton";
+	nco:birthDate "1942-09-07";
+	nco:hasAffiliation "Clerk Credit Information";
+	nco:hasEmailAddress <mailto:latonya stanton etaccumsandolore org>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:117550069>.
+
+<urn:uuid:1782546061> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:300949600>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Ad exerci duis eros molestie et vero lorem. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-27T19:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-27T20:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:300949600>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:18243178> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:524728853>;
+	nmo:sentDate "2008-09-26T15:36:57";
+	nmo:receivedDate "2008-09-26T15:37:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latonya stanton etaccumsandolore org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2044297040>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "alden lombard odiodolor net"];
+	nmo:messageSubject "Facilisi hendrerit invulputate duis elitsed dolore iriure et sit. ";
+	nmo:plainTextMessageContent "Praesent consequat ex praesent ex nostrud augue suscipit feugiat duis illum. ".
+
+<urn:uuid:906880207> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:524728853>;
+	nmo:sentDate "2008-03-15T15:59:00";
+	nmo:receivedDate "2008-03-15T15:59:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latonya stanton etaccumsandolore org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1640515230>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "sellis volutpatfeugait tv"];
+	nmo:messageSubject "Velit accumsan dolore blandit vulputate laoreet molestie feugait enim enim molestie. ";
+	nmo:plainTextMessageContent "Ipsum diam Utwisi doloremagna illum te lobortis veniamquis. Eros praesent duis velit enim consequatvel consequatvel feugait wisi tincidunt consequatvel duis dignissim. ".
+
+<urn:uuid:897600791> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:524728853>;
+	nmo:sentDate "2008-03-17T15:19:58";
+	nmo:receivedDate "2008-03-17T15:20:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latonya stanton etaccumsandolore org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:564495227>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "eali feugiatenim org"];
+	nmo:messageSubject "Nulla dolor luptatumzzril vero velit ut. ";
+	nmo:plainTextMessageContent "Feugait iustoodio volutpat iustoodio dignissim. ".
+
+<urn:uuid:837529764> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:524728853>;
+	nmo:sentDate "2008-05-02T15:21:37";
+	nmo:receivedDate "2008-05-02T15:21:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latonya stanton etaccumsandolore org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "At tation volutpat praesent autem molestie ex. ";
+	nmo:plainTextMessageContent "Duis blandit dignissim sit eum eum esse eros luptatumzzril. ".
+
+<urn:uuid:1111271548> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:524728853>;
+	nmo:sentDate "2008-06-11T15:27:56";
+	nmo:receivedDate "2008-06-11T15:27:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latonya stanton etaccumsandolore org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:187441448>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "emiranda accumsanullamcorper us"];
+	nmo:messageSubject "Ex at eros et ea iriuredolor. ";
+	nmo:plainTextMessageContent "Vel in consectetuer tincidunt feugait dolore praesent euismod dignissim erat amet autem praesent. ".
+
+<urn:uuid:406022384> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:524728853>;
+	nmo:sentDate "2008-08-03T15:56:39";
+	nmo:receivedDate "2008-08-03T15:56:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latonya stanton etaccumsandolore org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:925195187>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ghatton nonummyodio tv"];
+	nmo:messageSubject "Dolor veniamquis autem vel nonummy et in facilisis eu exerci aliquip vulputate eros vel. ";
+	nmo:plainTextMessageContent "Erat lobortis quis dolor facilisis euismod iusto amet esse nostrud nulla dolor te facilisi. ".
+
+<urn:uuid:715467577> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:524728853>;
+	nmo:sentDate "2008-09-14T15:44:13";
+	nmo:receivedDate "2008-09-14T15:45:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latonya stanton etaccumsandolore org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Euismod consequat at illum at feugiat veniamquis feugiat iustoodio. ";
+	nmo:plainTextMessageContent "Iriuredolor esse duis vulputate consequatvel esse veniamquis molestie. Nulla aliquip aliquam dolor feugiat aliquip eu blandit eros eufeugiat diam duis. ".
+
+<urn:uuid:176746152> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:524728853>;
+	nmo:sentDate "2008-02-07T15:51:55";
+	nmo:receivedDate "2008-02-07T15:52:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latonya stanton etaccumsandolore org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Lobortis ea luptatumzzril iriure et enim nostrud ut duis duis tationullamcorper in. ";
+	nmo:plainTextMessageContent "Illum elitsed vel ea dolore feugait dolore. Iriuredolor sit vero tincidunt exerci nostrud in luptatumzzril et eros. ".
+
+<urn:uuid:1038261575> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:524728853>;
+	nmo:sentDate "2008-10-10T15:14:12";
+	nmo:receivedDate "2008-10-10T15:15:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latonya stanton etaccumsandolore org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Aliquam lorem duis blandit nostrud commodo duis consequatvel vel lobortis duis vel. ";
+	nmo:plainTextMessageContent "Ut lobortis dolore ut suscipit velit tincidunt feugait. ".
+
+<urn:uuid:761726002> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:524728853>;
+	nmo:sentDate "2008-09-17T15:21:41";
+	nmo:receivedDate "2008-09-17T15:22:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latonya stanton etaccumsandolore org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Euismod nonummy dolor invulputate blandit feugait et. ";
+	nmo:plainTextMessageContent "Feugiat ad minim enim esse nulla eum nislut et. Vel ea feugiat doloremagna suscipit feugiat facilisi doloremagna nostrud in wisi aliquam eufeugiat ad. ".
+
+<urn:uuid:416535262> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:524728853>;
+	nmo:sentDate "2008-12-29T15:11:38";
+	nmo:receivedDate "2008-12-29T15:12:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latonya stanton etaccumsandolore org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1804981842>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tabatha brinkman autemdolore tv"];
+	nmo:bcc <urn:uuid:344829248>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ricky longoria etaccumsanduis gov"];
+	nmo:messageSubject "Enim nostrud vel in et dolore consequatvel autem dolore praesent exerci. ";
+	nmo:plainTextMessageContent "Wisi suscipit quis odio duis ut accumsan in minim in velit aliquip. Invulputate nulla erat volutpat dolore in et laoreet delenitaugue augue lorem. ".
+
+<urn:uuid:73272621> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:524728853>;
+	nmo:sentDate "2008-04-26T16:04:14";
+	nmo:receivedDate "2008-04-26T16:05:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latonya stanton etaccumsandolore org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1100628770>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "louis donohue facilisisillum com"];
+	nmo:messageSubject "Iustoodio aliquip diam invulputate enim erat volutpat delenitaugue praesent dignissim. ";
+	nmo:plainTextMessageContent "Illum lobortis veniamquis at nislut. Ex et veniamquis iusto iriuredolor. ".
+
+<urn:uuid:2073227497> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:524728853>;
+	nmo:sentDate "2008-07-17T15:30:39";
+	nmo:receivedDate "2008-07-17T15:31:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latonya stanton etaccumsandolore org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1820854891>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bernard angel eratnulla com"];
+	nmo:bcc <urn:uuid:1840668459>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "georgiana farnsworth illumillum eu"];
+	nmo:messageSubject "Consequat te quis invulputate iustoodio accumsan duis nisl aliquam amet vulputate dolor minim. ";
+	nmo:plainTextMessageContent "Dignissim eufeugiat invulputate et eufeugiat qui feugait. Blandit minim nostrud dolore vero ut luptatumzzril feugait. ".
+
+<urn:uuid:2028268333> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:524728853>;
+	nmo:sentDate "2008-04-10T15:40:06";
+	nmo:receivedDate "2008-04-10T15:40:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latonya stanton etaccumsandolore org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Laoreet vel molestie duis nostrud ipsum autem autem vero veniamquis minim te molestie ex. ";
+	nmo:plainTextMessageContent "Exerci facilisis volutpat exerci dolor. Vero vel doloremagna Utwisi. ".
+
+<urn:uuid:899330010> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:524728853>;
+	nmo:sentDate "2008-10-08T15:40:49";
+	nmo:receivedDate "2008-10-08T15:41:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latonya stanton etaccumsandolore org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:538422874>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "jeanie langlois diamlaoreet edu"];
+	nmo:messageSubject "Ipsum qui suscipit facilisis ex invulputate tationullamcorper invulputate dolore consequat in dolore. ";
+	nmo:plainTextMessageContent "Zzril dolor etaccumsan illum erat vel iusto sit suscipit quis blandit wisi aliquip. ".
+
+<urn:uuid:953392589> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:524728853>;
+	nmo:sentDate "2008-07-08T15:55:07";
+	nmo:receivedDate "2008-07-08T15:56:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latonya stanton etaccumsandolore org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1834058>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tatiana cowley minimlorem net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Dolore eum lobortis nulla enim duis tationullamcorper at qui quis vel dolore euismod. ";
+	nmo:plainTextMessageContent "Illum suscipit hendrerit facilisi esse suscipit hendrerit ea. Ullamcorper vel exerci volutpat autem dolore luptatum molestie tation illum adipiscing esse. ".
+
+<urn:uuid:444759348> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:524728853>;
+	nmo:sentDate "2008-09-27T15:59:00";
+	nmo:receivedDate "2008-09-27T15:59:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latonya stanton etaccumsandolore org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore facilisis hendrerit nulla. ";
+	nmo:plainTextMessageContent "Augue tation commodoconsequat eufeugiat molestie et dolore dignissim veniam esse delenitaugue augue. ".
+
+<urn:uuid:919547662> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:524728853>;
+	nmo:sentDate "2008-03-02T15:51:15";
+	nmo:receivedDate "2008-03-02T15:51:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latonya stanton etaccumsandolore org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Molestie facilisis delenitaugue exerci duis nonummy. ";
+	nmo:plainTextMessageContent "Feugiat doloremagna zzril nulla minim qui veniam. Et feugiat vel autem autem luptatumzzril eufeugiat veniam doloremagna eufeugiat molestie dolore facilisi qui. ".
+
+<urn:uuid:412468188> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:524728853>;
+	nmo:sentDate "2008-11-12T15:20:49";
+	nmo:receivedDate "2008-11-12T15:21:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latonya stanton etaccumsandolore org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Commodoconsequat odio eum velit facilisi veniamquis. ";
+	nmo:plainTextMessageContent "Vel facilisis ex eum in dolore iusto ex et molestie illum doloremagna. Nulla facilisi at dolore elitsed. ".
+
+<urn:uuid:1959778887> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:524728853>;
+	nmo:sentDate "2008-09-05T15:22:01";
+	nmo:receivedDate "2008-09-05T15:22:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latonya stanton etaccumsandolore org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Feugait dolore eufeugiat eu. ";
+	nmo:plainTextMessageContent "Delenitaugue hendrerit molestie facilisis et. Facilisis feugiat dignissim ad dignissim. ".
+
+<urn:uuid:1780560940> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:524728853>;
+	nmo:sentDate "2008-10-12T15:18:03";
+	nmo:receivedDate "2008-10-12T15:18:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latonya stanton etaccumsandolore org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vero hendrerit enim doloremagna et nibh facilisi te at. ";
+	nmo:plainTextMessageContent "Lobortis esse minim nulla ea veniamquis hendrerit tincidunt dolore in nostrud delenit accumsan nulla. Iriure illum feugiat nostrud facilisis nulla molestie veniam blandit te molestie. ".
+
+<urn:uuid:1273365428> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:524728853>;
+	nmo:sentDate "2008-05-16T15:45:37";
+	nmo:receivedDate "2008-05-16T15:46:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latonya stanton etaccumsandolore org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore consectetuer dolore luptatumzzril at consequat dolor enim diam. ";
+	nmo:plainTextMessageContent "Odio aliquip te praesent. ".
+
+<urn:uuid:916633452> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03447" ;
+	nco:locality "Fitzwilliam" ;
+	nco:streetAddress "702 Lookout Cove" .
+
+<mailto:jaclyn ventura iustoodiolaoreet gov> a nco:EmailAddress; 
+	nco:emailAddress "jaclyn ventura iustoodiolaoreet gov".
+
+<tel:+15183622169> a nco:PhoneNumber; 
+	nco:phoneNumber "(518)362-2169".
+
+<urn:uuid:1804409981> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15183622169>]; 
+	nmo:duration 32; 
+	nmo:sentDate "2009-01-27T15:25:52". 
+
+<urn:uuid:1662679884> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15183622169>]; 
+	nmo:duration 33; 
+	nmo:receivedDate "2009-01-07T15:35:29". 
+
+<urn:uuid:1229256468> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15183622169>]; 
+	nmo:duration 12; 
+	nmo:receivedDate "2008-04-26T15:46:20". 
+
+<urn:uuid:423318758> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15183622169>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-11T15:45:04";
+	nmo:receivedDate "2008-09-13T15:22:47";
+	nmo:plainTextMessageContent "Wisi eu illum et hendrerit accumsan ad adipiscing vero tation. Volutpat feugait in volutpat delenit amet praesent facilisi hendrerit tation in luptatumzzril molestie. Nulla exerci consectetuer et erat te augue duis facilisi at enim. Exerci nostrud doloremagna dolore ad eros facilisis. Ad dolore facilisi blandit esse ex vel illum zzril exerci exerci duis eum quis. Hendrerit ad hendrerit enim suscipit. ".
+
+<urn:uuid:902803918> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15183622169>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-24T15:25:19";
+	nmo:receivedDate "2008-09-23T15:25:02";
+	nmo:plainTextMessageContent "Ad commodoconsequat ad praesent exerci elitsed esse enim wisi et tationullamcorper illum in aliquip. Dolore dolore commodo nulla et blandit diam blandit. Tation hendrerit ut dolore euismod odio vel autem duis ut. Blandit tincidunt invulputate lobortis eufeugiat quis tationullamcorper enim dignissim nislut et. Minim dolore eros tationullamcorper diam ea iriuredolor facilisis ut lorem. ".
+
+<urn:uuid:650381993> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15183622169>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-07T15:24:52";
+	nmo:receivedDate "2008-03-27T15:34:27";
+	nmo:plainTextMessageContent "Luptatum vel tation adipiscing minim aliquam blandit et. Sit dolore aliquip velit invulputate dolor nulla ipsum ut. Delenit in suscipit velit. Qui duis feugiat nulla. Molestie vero vel aliquam at. ".
+
+<urn:uuid:1837583044> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15183622169>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-02T16:03:56";
+	nmo:receivedDate "2008-05-09T15:49:46";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Ut quis esse te quis dolor aliquam etaccumsan te qui quis hendrerit ea. Illum feugait qui nostrud vulputate enim adipiscing suscipit zzril. Et Utwisi blandit ad. Feugait duis et tation et eros doloremagna. Vel vel dolor et facilisis diam vulputate nislut vero commodo eu eu tation suscipit. ".
+
+<urn:uuid:1752873309> a nco:PersonContact; 
+	nco:fullname "Jaclyn Ventura";
+	nco:nameGiven "Jaclyn";
+	nco:nameFamily "Ventura";
+	nco:birthDate "1942-08-23";
+	nco:hasAffiliation "Food Services Manager 2";
+	nco:hasEmailAddress <mailto:jaclyn ventura iustoodiolaoreet gov>;
+	nco:hasPhoneNumber <tel:+15183622169>;
+	nco:hasPostalAddress <urn:uuid:916633452>.
+
+<urn:uuid:1484954680> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1014753875>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Eu velit feugiat tationullamcorper ad commodo erat iusto facilisis blandit. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-19T14:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-19T14:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1014753875>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:905057623> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08332" ;
+	nco:locality "Millville" ;
+	nco:streetAddress "7352 Overlook Street" .
+
+<mailto:cborders duisnisl net> a nco:EmailAddress; 
+	nco:emailAddress "cborders duisnisl net".
+
+<tel:+18623241478> a nco:PhoneNumber; 
+	nco:phoneNumber "(862)324-1478".
+
+<urn:uuid:1236755959> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18623241478>]; 
+	nmo:duration 29; 
+	nmo:sentDate "2009-01-01T15:36:32". 
+
+<urn:uuid:472921189> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18623241478>]; 
+	nmo:duration 35; 
+	nmo:receivedDate "2009-01-25T15:16:56". 
+
+<urn:uuid:839432143> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18623241478>]; 
+	nmo:duration 17; 
+	nmo:sentDate "2008-12-19T15:43:29". 
+
+<urn:uuid:1665430829> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18623241478>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-02T15:24:28";
+	nmo:receivedDate "2008-08-22T15:33:47";
+	nmo:plainTextMessageContent "Ea duis qui nulla. Tationullamcorper commodo eum in feugait. Eros nostrud nostrud commodoconsequat tation velit enim tincidunt et qui wisi euismod tincidunt et. Velit feugiat aliquam hendrerit delenit dolore. Et nostrud ut vel qui duis. ".
+
+<urn:uuid:600851219> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18623241478>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-06T15:51:02";
+	nmo:receivedDate "2008-10-15T15:51:55";
+	nmo:plainTextMessageContent "Veniamquis nostrud esse erat nonummy ad nulla praesent consequat nulla ea in. Augue consequat tation sit eros odio et consequat te iustoodio. Illum eros praesent eros facilisis iriure. Veniam odio vel nulla elitsed aliquam delenitaugue facilisi nostrud duis. ".
+
+<urn:uuid:827054302> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18623241478>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-16T16:07:09";
+	nmo:receivedDate "2009-02-17T15:53:53";
+	nmo:plainTextMessageContent "Ad molestie duis dolore vero praesent euismod qui vel commodoconsequat duis nisl enim lobortis. Et illum nulla vel ipsum. Lobortis eu ipsum facilisi doloremagna dolor eum ea tationullamcorper blandit velit facilisis wisi. Vel veniam exerci elitsed dolore eum veniam nibh hendrerit lorem. Qui dolor in et. Consequat quis illum in eum tationullamcorper odio delenit illum diam consequat feugait. Consequat suscipit hendrerit ut suscipit esse duis sit. ".
+
+<urn:uuid:1894247490> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18623241478>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-30T15:48:35";
+	nmo:receivedDate "2008-10-23T15:19:47";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Vero in lobortis nostrud eum consectetuer autem commodoconsequat. Te at erat exerci diam autem dolore facilisis duis erat facilisis. Euismod iriuredolor augue suscipit dolore duis tationullamcorper iustoodio iusto esse dolor. Facilisi ut et et volutpat wisi dignissim tation diam lobortis amet ea lobortis. Illum etaccumsan consectetuer aliquam qui consequatvel hendrerit volutpat eu nulla ullamcorper ex nostrud odio. Delenitaugue consequat in euismod aliquip. Te doloremagna esse lorem duis illum at velit vero blandit. ".
+
+<urn:uuid:1784314173> a nco:PersonContact; 
+	nco:fullname "Cory Borders";
+	nco:nameGiven "Cory";
+	nco:nameFamily "Borders";
+	nco:birthDate "1943-02-24";
+	nco:hasAffiliation "Loom Operator";
+	nco:hasEmailAddress <mailto:cborders duisnisl net>;
+	nco:hasPhoneNumber <tel:+18623241478>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:905057623>.
+
+<urn:uuid:1957735538> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08090" ;
+	nco:locality "Wenonah" ;
+	nco:streetAddress "1266 Corporate Gardens Cove" .
+
+<mailto:kwaldron duisluptatum eu> a nco:EmailAddress; 
+	nco:emailAddress "kwaldron duisluptatum eu".
+
+<urn:uuid:468232632> a nco:PersonContact; 
+	nco:fullname "Kathi Waldron";
+	nco:nameGiven "Kathi";
+	nco:nameFamily "Waldron";
+	nco:birthDate "1943-02-13";
+	nco:hasAffiliation "Printed Circuit Designer";
+	nco:hasEmailAddress <mailto:kwaldron duisluptatum eu>;
+	nco:hasPostalAddress <urn:uuid:1957735538>.
+
+<urn:uuid:1641839468> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14520" ;
+	nco:locality "Ontario Center" ;
+	nco:streetAddress "936 Ottawa Cove" .
+
+<mailto:ksepulveda etaccumsanfeugait edu> a nco:EmailAddress; 
+	nco:emailAddress "ksepulveda etaccumsanfeugait edu".
+
+<urn:uuid:506828097> a nco:PersonContact; 
+	nco:fullname "Karina Sepulveda";
+	nco:nameGiven "Karina";
+	nco:nameFamily "Sepulveda";
+	nco:birthDate "1942-06-08";
+	nco:hasAffiliation "Finisher Denture";
+	nco:hasEmailAddress <mailto:ksepulveda etaccumsanfeugait edu>;
+	nco:hasPostalAddress <urn:uuid:1641839468>.
+
+<urn:uuid:1482840415> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:506828097>;
+	nmo:sentDate "2008-03-04T15:32:22";
+	nmo:receivedDate "2008-03-04T15:32:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1904410730>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ikhan nostrudamet info"];
+	nmo:messageSubject "Veniam veniamquis veniamquis at esse velit ipsum exerci. ";
+	nmo:plainTextMessageContent "Eufeugiat ea illum vulputate esse suscipit eum luptatum te blandit et nostrud. Exerci vel esse quis eu Utwisi blandit at velit dignissim facilisi iustoodio hendrerit lobortis. ".
+
+<urn:uuid:34977998> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:506828097>;
+	nmo:sentDate "2008-08-08T16:02:46";
+	nmo:receivedDate "2008-08-08T16:03:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ut dignissim illum vel enim wisi iriure delenit nostrud blandit consequat autem nulla illum. ";
+	nmo:plainTextMessageContent "Ea quis veniam enim eros hendrerit te doloremagna consequatvel ea aliquip facilisis. ".
+
+<urn:uuid:195058848> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:506828097>;
+	nmo:sentDate "2008-03-03T15:26:22";
+	nmo:receivedDate "2008-03-03T15:27:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1004275188>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ezekiel carrion hendreritconsequat edu"];
+	nmo:bcc <urn:uuid:61651690>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "adeline teeter luptatumautem com"];
+	nmo:messageSubject "Ex lorem quis veniam velit luptatumzzril consequat enim nulla volutpat accumsan. ";
+	nmo:plainTextMessageContent "Commodo consequat aliquam lorem blandit quis consequatvel tation diam facilisis. ".
+
+<urn:uuid:1222594103> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:506828097>;
+	nmo:sentDate "2008-10-20T15:35:20";
+	nmo:receivedDate "2008-10-20T15:36:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consectetuer at Utwisi feugiat exerci nulla lobortis aliquip. ";
+	nmo:plainTextMessageContent "Dolor adipiscing in molestie et aliquam eum. ".
+
+<urn:uuid:1526669988> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:506828097>;
+	nmo:sentDate "2008-06-26T15:22:27";
+	nmo:receivedDate "2008-06-26T15:22:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1818355959>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dcolvin quisodio org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Duis delenitaugue qui ut et adipiscing etaccumsan at eufeugiat consequat dolor. ";
+	nmo:plainTextMessageContent "Suscipit te eufeugiat tincidunt ex lobortis nulla nulla consectetuer. ".
+
+<urn:uuid:931371684> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:506828097>;
+	nmo:sentDate "2008-12-02T15:58:28";
+	nmo:receivedDate "2008-12-02T15:58:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consequat feugait minim nulla luptatum in te esse ullamcorper. ";
+	nmo:plainTextMessageContent "Duis ex nostrud molestie vero feugait ea diam autem. ".
+
+<urn:uuid:1010439326> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:506828097>;
+	nmo:sentDate "2008-11-11T15:58:45";
+	nmo:receivedDate "2008-11-11T15:58:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:551707762>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mae mccoy autemodio us"];
+	nmo:bcc <urn:uuid:263491156>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "jcarlson dolordelenitaugue net"];
+	nmo:messageSubject "Te duis qui eu iriure esse iriure laoreet eu eu suscipit ea. ";
+	nmo:plainTextMessageContent "Elitsed at dolore erat dolor volutpat dignissim laoreet wisi. ".
+
+<urn:uuid:1576013251> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:506828097>;
+	nmo:sentDate "2008-03-31T16:01:20";
+	nmo:receivedDate "2008-03-31T16:01:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1115876901>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "igeary feugaitnulla net"];
+	nmo:messageSubject "Ea iriuredolor te lobortis blandit minim. ";
+	nmo:plainTextMessageContent "Hendrerit duis enim aliquip dignissim tation luptatum quis vel praesent. Vel consectetuer luptatumzzril dolore. ".
+
+<urn:uuid:1800053568> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:506828097>;
+	nmo:sentDate "2008-04-25T16:07:54";
+	nmo:receivedDate "2008-04-25T16:08:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1634351996>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "curtis silva blanditeum com"];
+	nmo:messageSubject "Duis duis aliquam molestie eros delenit vel. ";
+	nmo:plainTextMessageContent "Ut facilisis qui vel. Aliquip blandit qui esse hendrerit doloremagna et illum. ".
+
+<urn:uuid:425092215> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:506828097>;
+	nmo:sentDate "2008-07-01T15:38:42";
+	nmo:receivedDate "2008-07-01T15:38:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Delenitaugue adipiscing amet enim consectetuer at consequat lorem autem iriuredolor laoreet ea qui. ";
+	nmo:plainTextMessageContent "Enim wisi iustoodio te accumsan elitsed duis dolore facilisis. Feugait enim nostrud eum aliquam exerci qui eum erat autem laoreet. ".
+
+<urn:uuid:1365735350> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:506828097>;
+	nmo:sentDate "2008-05-09T15:15:04";
+	nmo:receivedDate "2008-05-09T15:15:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Zzril veniam eum ipsum tincidunt feugait ex iriure facilisi. ";
+	nmo:plainTextMessageContent "Facilisis nostrud facilisis at nostrud. ".
+
+<urn:uuid:183468880> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:506828097>;
+	nmo:sentDate "2008-03-31T15:22:59";
+	nmo:receivedDate "2008-03-31T15:23:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:694042349>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "cathie spear inet gov"];
+	nmo:messageSubject "Vero ea nostrud augue ad at vero vulputate. ";
+	nmo:plainTextMessageContent "Laoreet et etaccumsan eu consectetuer lobortis feugait velit laoreet consectetuer praesent. Diam facilisi esse minim. ".
+
+<urn:uuid:10499976> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:506828097>;
+	nmo:sentDate "2008-06-14T15:19:22";
+	nmo:receivedDate "2008-06-14T15:20:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:360937704>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ctitus doloremagnavero org"];
+	nmo:bcc <urn:uuid:1091309697>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rbearden doloremagnate gov"];
+	nmo:messageSubject "Nulla duis delenit nonummy delenitaugue at consectetuer facilisis enim vero. ";
+	nmo:plainTextMessageContent "Nonummy in eros autem minim exerci duis nisl eros duis in feugiat. Blandit tation euismod illum. ".
+
+<urn:uuid:709676175> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:506828097>;
+	nmo:sentDate "2008-01-31T15:19:27";
+	nmo:receivedDate "2008-01-31T15:20:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1515156903>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "fredric milburn adenim info"];
+	nmo:messageSubject "Blandit augue in facilisi amet vel wisi qui. ";
+	nmo:plainTextMessageContent "Exerci veniam vel facilisi commodo autem commodoconsequat autem. ".
+
+<urn:uuid:625599691> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:506828097>;
+	nmo:sentDate "2008-06-25T15:17:21";
+	nmo:receivedDate "2008-06-25T15:17:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1236812686>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "carmella franks consectetuerveniamquis us"];
+	nmo:bcc <urn:uuid:248505433>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ccullen augueea com"];
+	nmo:messageSubject "Ad at wisi consequat consequat nonummy nulla autem ad tation aliquip velit iustoodio. ";
+	nmo:plainTextMessageContent "Nulla amet vero ut te molestie diam molestie duis invulputate consequat. ".
+
+<urn:uuid:2086027827> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:506828097>;
+	nmo:sentDate "2008-04-24T15:18:50";
+	nmo:receivedDate "2008-04-24T15:19:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:457233698>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "renita orourke consequatUtwisi info"];
+	nmo:messageSubject "Ipsum dolore luptatumzzril vero in nulla nislut hendrerit augue amet ipsum ipsum et dignissim. ";
+	nmo:plainTextMessageContent "In tationullamcorper et luptatumzzril commodoconsequat. ".
+
+<urn:uuid:1453959935> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:506828097>;
+	nmo:sentDate "2008-03-26T16:03:00";
+	nmo:receivedDate "2008-03-26T16:03:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:497888515>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lester ruffin enimex tv"];
+	nmo:messageSubject "Zzril hendrerit vero nulla. ";
+	nmo:plainTextMessageContent "Aliquam nonummy lobortis volutpat luptatum consectetuer iustoodio consectetuer dolore. Autem delenitaugue eum Utwisi iusto diam dignissim. ".
+
+<urn:uuid:476619384> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:506828097>;
+	nmo:sentDate "2008-09-05T15:24:25";
+	nmo:receivedDate "2008-09-05T15:24:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:225733583>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lwood nislutvero us"];
+	nmo:messageSubject "Tationullamcorper duis lobortis aliquip illum laoreet. ";
+	nmo:plainTextMessageContent "Zzril vel facilisis facilisi consequatvel euismod. ".
+
+<urn:uuid:338095376> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:506828097>;
+	nmo:sentDate "2008-03-01T15:13:23";
+	nmo:receivedDate "2008-03-01T15:13:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Qui illum nostrud wisi nostrud minim consequat eum nonummy velit at exerci. ";
+	nmo:plainTextMessageContent "Iriure at amet te blandit tincidunt erat nonummy dolore iustoodio in. Luptatum zzril etaccumsan facilisis delenitaugue vel autem laoreet duis facilisis. ".
+
+<urn:uuid:1098132237> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:506828097>;
+	nmo:sentDate "2009-02-04T15:59:53";
+	nmo:receivedDate "2009-02-04T16:00:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Autem facilisis iriuredolor vel et hendrerit nibh duis feugiat. ";
+	nmo:plainTextMessageContent "Feugait enim diam ipsum eros. Lobortis vel minim euismod blandit Utwisi dolor commodo ea vel laoreet. ".
+
+<urn:uuid:1410811785> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:506828097>;
+	nmo:sentDate "2008-04-08T15:12:26";
+	nmo:receivedDate "2008-04-08T15:12:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:690058032>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jbergeron iriuredolordiam eu"];
+	nmo:bcc <urn:uuid:1034791356>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "leone whitt feugiatfeugiat com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Nulla hendrerit veniamquis tincidunt lobortis minim et ullamcorper feugait. ";
+	nmo:plainTextMessageContent "Qui hendrerit diam dolore eros ullamcorper dolore ut. Nulla illum velit suscipit dolor nostrud. ".
+
+<urn:uuid:374110347> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:506828097>;
+	nmo:sentDate "2008-06-20T15:44:02";
+	nmo:receivedDate "2008-06-20T15:44:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ea consequat ullamcorper iusto quis tation te nulla blandit zzril. ";
+	nmo:plainTextMessageContent "Lobortis lorem nonummy feugait nostrud dolore suscipit accumsan. Tincidunt te diam nibh dolore praesent ex ea consectetuer illum veniam. ".
+
+<urn:uuid:161597779> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:506828097>;
+	nmo:sentDate "2008-11-16T15:13:56";
+	nmo:receivedDate "2008-11-16T15:14:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Nisl ut zzril eufeugiat eufeugiat in Utwisi. ";
+	nmo:plainTextMessageContent "Nostrud facilisi exerci eum duis ut vero consectetuer aliquip iriure aliquip tation. Euismod euismod adipiscing ea vel velit. ".
+
+<urn:uuid:1430632820> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:506828097>;
+	nmo:sentDate "2008-11-05T16:07:40";
+	nmo:receivedDate "2008-11-05T16:08:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Accumsan consectetuer augue laoreet facilisis etaccumsan nulla ullamcorper at illum vero wisi duis. ";
+	nmo:plainTextMessageContent "Nulla facilisis ut nostrud minim facilisis lorem dolore minim. ".
+
+<urn:uuid:1160706239> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:506828097>;
+	nmo:sentDate "2009-02-05T15:27:52";
+	nmo:receivedDate "2009-02-05T15:28:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:664101765>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "marcelino crayton utlaoreet eu"];
+	nmo:messageSubject "Dolor velit veniam feugait commodo ullamcorper etaccumsan. ";
+	nmo:plainTextMessageContent "Praesent feugiat quis ex et quis. ".
+
+<urn:uuid:757195369> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:506828097>;
+	nmo:sentDate "2008-08-26T15:28:48";
+	nmo:receivedDate "2008-08-26T15:29:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eros ut qui hendrerit laoreet adipiscing dolore veniam commodo amet. ";
+	nmo:plainTextMessageContent "Nibh duis ad autem in et augue Utwisi illum tationullamcorper wisi. Consequat etaccumsan laoreet illum odio in delenit. ".
+
+<urn:uuid:1162639778> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:506828097>;
+	nmo:sentDate "2008-06-14T15:22:12";
+	nmo:receivedDate "2008-06-14T15:22:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1143837544>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "vito stanfield nisldolore eu"];
+	nmo:messageSubject "Zzril ex illum exerci ad amet nostrud lobortis at nulla dolore dolore hendrerit adipiscing. ";
+	nmo:plainTextMessageContent "Ad velit ut dolor eros consequatvel nostrud elitsed. Duis consectetuer feugait consectetuer blandit aliquip wisi. ".
+
+<urn:uuid:371408496> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04558" ;
+	nco:locality "Pemaquid" ;
+	nco:streetAddress "4490 Norcrest Parkway" .
+
+<mailto:janelle quillen velitamet us> a nco:EmailAddress; 
+	nco:emailAddress "janelle quillen velitamet us".
+
+<urn:uuid:1839012850> a nco:PersonContact; 
+	nco:fullname "Janelle Quillen";
+	nco:nameGiven "Janelle";
+	nco:nameFamily "Quillen";
+	nco:birthDate "1943-01-09";
+	nco:hasAffiliation "Buyer";
+	nco:hasEmailAddress <mailto:janelle quillen velitamet us>;
+	nco:hasPostalAddress <urn:uuid:371408496>.
+
+<urn:uuid:1862267919> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12546" ;
+	nco:locality "Millerton" ;
+	nco:streetAddress "296 Dellwood Road Way" .
+
+<mailto:degan praesentaliquam eu> a nco:EmailAddress; 
+	nco:emailAddress "degan praesentaliquam eu".
+
+<urn:uuid:1060563519> a nco:PersonContact; 
+	nco:fullname "Darlene Egan";
+	nco:nameGiven "Darlene";
+	nco:nameFamily "Egan";
+	nco:birthDate "1943-03-01";
+	nco:hasAffiliation "Security Consultant";
+	nco:hasEmailAddress <mailto:degan praesentaliquam eu>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:1862267919>.
+
+<urn:uuid:1301434790> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1731614453>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Et odio vero blandit volutpat ut diam illum qui eum. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-18T18:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-18T19:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1731614453>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:137525291> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12401" ;
+	nco:locality "Kingston" ;
+	nco:streetAddress "667 Hawksprings Parkway" .
+
+<mailto:rkatz luptatumzzrilelitsed info> a nco:EmailAddress; 
+	nco:emailAddress "rkatz luptatumzzrilelitsed info".
+
+<urn:uuid:559889693> a nco:PersonContact; 
+	nco:fullname "Rico Katz";
+	nco:nameGiven "Rico";
+	nco:nameFamily "Katz";
+	nco:birthDate "1942-12-17";
+	nco:hasAffiliation "Supervisor 2 Product Development";
+	nco:hasEmailAddress <mailto:rkatz luptatumzzrilelitsed info>;
+	nco:hasPostalAddress <urn:uuid:137525291>.
+
+<urn:uuid:564646353> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559889693>;
+	nmo:sentDate "2008-10-29T16:05:52";
+	nmo:receivedDate "2008-10-29T16:06:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rkatz luptatumzzrilelitsed info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nostrud veniam nulla nulla velit. ";
+	nmo:plainTextMessageContent "Facilisi qui luptatum suscipit erat ex zzril autem autem ullamcorper hendrerit hendrerit illum ut. Zzril in duis eros zzril eros elitsed enim vel ipsum odio vel duis. ".
+
+<urn:uuid:1328493165> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559889693>;
+	nmo:sentDate "2008-03-24T15:29:58";
+	nmo:receivedDate "2008-03-24T15:30:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rkatz luptatumzzrilelitsed info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Zzril nostrud doloremagna blandit blandit at qui minim. ";
+	nmo:plainTextMessageContent "Vel velit molestie dignissim qui facilisi delenit facilisis velit dolor ut nostrud. ".
+
+<urn:uuid:893775628> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559889693>;
+	nmo:sentDate "2008-07-22T15:27:09";
+	nmo:receivedDate "2008-07-22T15:27:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rkatz luptatumzzrilelitsed info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1809078302>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mwaldrop nibhnislut info"];
+	nmo:bcc <urn:uuid:173371626>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "berniece ballard facilisiat gov"];
+	nmo:messageSubject "Doloremagna nostrud aliquam eum minim amet in nostrud luptatum eu duis ea. ";
+	nmo:plainTextMessageContent "Ex autem facilisi odio veniam exerci iustoodio. ".
+
+<urn:uuid:1784080839> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559889693>;
+	nmo:sentDate "2008-05-20T15:53:47";
+	nmo:receivedDate "2008-05-20T15:54:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rkatz luptatumzzrilelitsed info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Enim dignissim ex autem sit duis illum te nulla veniam. ";
+	nmo:plainTextMessageContent "Qui diam amet commodoconsequat molestie aliquip vel nulla euismod eum in eros consequat et. In nibh iusto consectetuer wisi adipiscing odio. ".
+
+<urn:uuid:193000082> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559889693>;
+	nmo:sentDate "2008-11-25T15:17:15";
+	nmo:receivedDate "2008-11-25T15:18:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rkatz luptatumzzrilelitsed info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:694042349>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cathie spear inet gov"];
+	nmo:messageSubject "Vulputate iriure eum invulputate facilisis feugiat facilisis qui autem ea facilisis blandit. ";
+	nmo:plainTextMessageContent "Duis laoreet suscipit ut nonummy hendrerit. ".
+
+<urn:uuid:997859784> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559889693>;
+	nmo:sentDate "2008-07-11T15:43:42";
+	nmo:receivedDate "2008-07-11T15:44:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rkatz luptatumzzrilelitsed info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1143837544>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "vito stanfield nisldolore eu"];
+	nmo:messageSubject "Te elitsed invulputate eum amet enim dolor autem. ";
+	nmo:plainTextMessageContent "Ut dolore hendrerit vel. Zzril duis consequat at nostrud amet. ".
+
+<urn:uuid:537341396> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559889693>;
+	nmo:sentDate "2008-01-16T16:05:21";
+	nmo:receivedDate "2008-01-16T16:06:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rkatz luptatumzzrilelitsed info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ipsum velit facilisi at volutpat nostrud ut iriure vel iusto vel blandit eum velit. ";
+	nmo:plainTextMessageContent "Laoreet te commodo tincidunt commodoconsequat at dolore feugait. Erat enim consequat nibh consectetuer enim luptatumzzril dolore commodoconsequat wisi molestie accumsan duis suscipit. ".
+
+<urn:uuid:1690591647> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559889693>;
+	nmo:sentDate "2008-09-30T15:57:31";
+	nmo:receivedDate "2008-09-30T15:58:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rkatz luptatumzzrilelitsed info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eum Utwisi ea molestie Utwisi amet at consequatvel. ";
+	nmo:plainTextMessageContent "Doloremagna nulla ut velit. Feugiat exerci ex enim nisl exerci ut Utwisi ad praesent illum. ".
+
+<urn:uuid:1482617932> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559889693>;
+	nmo:sentDate "2009-02-14T16:02:14";
+	nmo:receivedDate "2009-02-14T16:02:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rkatz luptatumzzrilelitsed info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1972709781>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "xavier simonson minimaliquam info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Elitsed autem consequat nulla. ";
+	nmo:plainTextMessageContent "Dolore aliquam vel odio commodo eum suscipit. Delenitaugue veniamquis aliquip consequatvel qui hendrerit lorem et consequatvel invulputate commodoconsequat autem. ".
+
+<urn:uuid:1266925043> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559889693>;
+	nmo:sentDate "2008-09-08T15:48:26";
+	nmo:receivedDate "2008-09-08T15:48:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rkatz luptatumzzrilelitsed info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Blandit iriure vel enim commodoconsequat facilisi adipiscing at. ";
+	nmo:plainTextMessageContent "Luptatumzzril doloremagna ad luptatum suscipit. ".
+
+<urn:uuid:1924971128> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559889693>;
+	nmo:sentDate "2008-11-14T15:37:05";
+	nmo:receivedDate "2008-11-14T15:37:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rkatz luptatumzzrilelitsed info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Tation eum qui enim dolore enim erat vel duis nulla ea suscipit minim. ";
+	nmo:plainTextMessageContent "Diam commodo blandit lobortis veniamquis aliquip vero sit et ut ex consectetuer suscipit facilisis. Nislut tationullamcorper euismod minim minim consequatvel aliquip suscipit consectetuer erat etaccumsan dolore. ".
+
+<urn:uuid:1973957316> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559889693>;
+	nmo:sentDate "2008-12-17T15:33:34";
+	nmo:receivedDate "2008-12-17T15:33:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rkatz luptatumzzrilelitsed info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Qui eum doloremagna esse esse dolor enim dignissim minim wisi consectetuer. ";
+	nmo:plainTextMessageContent "Minim odio feugait tation eros commodo eu velit luptatum dolore. ".
+
+<urn:uuid:1891441741> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559889693>;
+	nmo:sentDate "2008-07-06T15:38:13";
+	nmo:receivedDate "2008-07-06T15:39:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rkatz luptatumzzrilelitsed info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dignissim ad dolore qui iustoodio lobortis esse odio at. ";
+	nmo:plainTextMessageContent "Vel delenit exerci facilisi diam elitsed vero. Molestie vel ut nulla ut diam et nisl ut nislut feugait praesent etaccumsan erat. ".
+
+<urn:uuid:1128068661> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559889693>;
+	nmo:sentDate "2008-11-22T15:58:52";
+	nmo:receivedDate "2008-11-22T15:59:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rkatz luptatumzzrilelitsed info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla dolore hendrerit tation consequat eufeugiat ad ut sit. ";
+	nmo:plainTextMessageContent "Feugait iriure qui vel. Nislut feugait dolore luptatum vero. ".
+
+<urn:uuid:74084708> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559889693>;
+	nmo:sentDate "2008-03-10T15:35:18";
+	nmo:receivedDate "2008-03-10T15:35:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rkatz luptatumzzrilelitsed info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Te iriure tation Utwisi. ";
+	nmo:plainTextMessageContent "Veniam praesent eufeugiat enim at vel. ".
+
+<urn:uuid:1329616552> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559889693>;
+	nmo:sentDate "2008-07-25T15:22:04";
+	nmo:receivedDate "2008-07-25T15:22:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rkatz luptatumzzrilelitsed info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:724772355>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "eestep velat us"];
+	nmo:bcc <urn:uuid:444601967>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ella burchfield quiqui gov"];
+	nmo:messageSubject "Vel enim velit dolore facilisis consectetuer nostrud nulla hendrerit diam. ";
+	nmo:plainTextMessageContent "Eu enim feugiat feugait eum te. ".
+
+<urn:uuid:954563627> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559889693>;
+	nmo:sentDate "2008-11-19T16:09:01";
+	nmo:receivedDate "2008-11-19T16:09:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rkatz luptatumzzrilelitsed info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vulputate elitsed zzril lobortis duis nibh. ";
+	nmo:plainTextMessageContent "Veniamquis nislut at exerci et diam aliquip. ".
+
+<urn:uuid:521720397> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559889693>;
+	nmo:sentDate "2008-01-30T15:56:27";
+	nmo:receivedDate "2008-01-30T15:57:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rkatz luptatumzzrilelitsed info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Nostrud nulla duis duis vero ea dolor autem in nulla illum ad vel. ";
+	nmo:plainTextMessageContent "Et dolor eum dolore suscipit commodo wisi aliquip accumsan augue. ".
+
+<urn:uuid:1726460665> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02119" ;
+	nco:locality "Boston" ;
+	nco:streetAddress "2865 Ivy Wall Way" .
+
+<mailto:fran rooney facilisidignissim com> a nco:EmailAddress; 
+	nco:emailAddress "fran rooney facilisidignissim com".
+
+<xmpp:fran rooney gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Fran Rooney" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Invulputate ut ad odio ullamcorper ea lobortis. " ;
+	nco:imID "fran rooney gmail com".
+
+<urn:uuid:620634836> a nco:PersonContact; 
+	nco:fullname "Fran Rooney";
+	nco:nameGiven "Fran";
+	nco:nameFamily "Rooney";
+	nco:birthDate "1942-06-14";
+	nco:hasAffiliation "Programmer Midrange";
+	nco:hasEmailAddress <mailto:fran rooney facilisidignissim com>;
+	nco:hasIMAccount <xmpp:fran rooney gmail com>;
+	nco:hasPostalAddress <urn:uuid:1726460665>.
+
+<urn:uuid:1710928921> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12528" ;
+	nco:locality "Highland" ;
+	nco:streetAddress "3313 Paris Cove" .
+
+<mailto:acarlson dolorduis info> a nco:EmailAddress; 
+	nco:emailAddress "acarlson dolorduis info".
+
+<xmpp:allison carlson gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Allison Carlson" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Ea aliquam laoreet nulla eros tation nibh veniam suscipit. " ;
+	nco:imID "allison carlson gmail com".
+
+<tel:+17162891190> a nco:PhoneNumber; 
+	nco:phoneNumber "(716)289-1190".
+
+<urn:uuid:1248858863> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17162891190>]; 
+	nmo:duration 46; 
+	nmo:sentDate "2008-06-16T15:12:13". 
+
+<urn:uuid:1443738853> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17162891190>]; 
+	nmo:duration 7; 
+	nmo:sentDate "2008-09-27T15:27:34". 
+
+<urn:uuid:431414021> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17162891190>]; 
+	nmo:duration 2; 
+	nmo:receivedDate "2008-11-21T15:42:04". 
+
+<urn:uuid:1572562905> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17162891190>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-12T15:16:13";
+	nmo:receivedDate "2008-02-03T15:36:19";
+	nmo:plainTextMessageContent "Duis nisl diam doloremagna nisl dolore eros molestie. Praesent ex aliquam eum facilisis praesent eros. Molestie nibh in duis nulla tincidunt blandit molestie feugiat iusto illum dignissim nislut. At enim nulla iriuredolor eu blandit dignissim praesent ut commodoconsequat etaccumsan feugiat. Invulputate invulputate veniamquis iriure aliquam autem dignissim illum. Nulla nulla consequat ut vel dolor. ".
+
+<urn:uuid:2145717697> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17162891190>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-21T15:54:43";
+	nmo:receivedDate "2008-08-22T15:15:40";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Elitsed dignissim dolore ut et hendrerit. At luptatumzzril veniamquis dolore suscipit adipiscing velit feugait ex aliquip. Illum et diam ut at quis te elitsed dolor. Te consequat nulla nislut eu quis. Blandit iusto odio dignissim esse molestie delenit erat facilisis commodo eu enim iusto. ".
+
+<urn:uuid:652620005> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17162891190>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-28T15:30:38";
+	nmo:receivedDate "2008-12-28T15:57:03";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Lobortis ut consequat eros consequat facilisi et Utwisi dolore dolore iriuredolor qui nulla doloremagna. Eros et exerci commodo augue. Vel qui tationullamcorper lobortis autem feugait iusto tationullamcorper velit et molestie eu minim accumsan. Vero nisl nonummy illum dignissim velit nulla odio. Ex doloremagna ipsum et. ".
+
+<urn:uuid:1062834729> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17162891190>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-05T15:48:51";
+	nmo:receivedDate "2008-10-01T15:37:36";
+	nmo:plainTextMessageContent "Velit ut commodo ut feugiat ea nisl iriuredolor dolore at adipiscing iusto. Eros nostrud commodoconsequat Utwisi hendrerit illum veniamquis eros. Dolor facilisis iriure iusto iustoodio at erat consequat veniam. Aliquip duis feugait eros duis dolore duis consequatvel autem facilisi invulputate iriuredolor dolore at. Sit dignissim tation dignissim feugiat blandit. Ut consequat qui elitsed luptatum veniam. ".
+
+<urn:uuid:1434632836> a nco:PersonContact; 
+	nco:fullname "Allison Carlson";
+	nco:nameGiven "Allison";
+	nco:nameFamily "Carlson";
+	nco:birthDate "1942-05-27";
+	nco:hasAffiliation "Support Services Head";
+	nco:hasEmailAddress <mailto:acarlson dolorduis info>;
+	nco:hasPhoneNumber <tel:+17162891190>;
+	nco:hasIMAccount <xmpp:allison carlson gmail com>;
+	nco:hasPostalAddress <urn:uuid:1710928921>.
+
+<urn:uuid:1266325241> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15359" ;
+	nco:locality "Rogersville" ;
+	nco:streetAddress "1844 Village Shops Circle" .
+
+<mailto:roseann moten laoreetet us> a nco:EmailAddress; 
+	nco:emailAddress "roseann moten laoreetet us".
+
+<urn:uuid:348618097> a nco:PersonContact; 
+	nco:fullname "Roseann Moten";
+	nco:nameGiven "Roseann";
+	nco:nameFamily "Moten";
+	nco:birthDate "1942-11-10";
+	nco:hasAffiliation "Product Design Engineer";
+	nco:hasEmailAddress <mailto:roseann moten laoreetet us>;
+	nco:hasPostalAddress <urn:uuid:1266325241>.
+
+<urn:uuid:1938367087> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10558" ;
+	nco:locality "Mount Vernon" ;
+	nco:streetAddress "343 Cedar Ridge Circle" .
+
+<mailto:vcausey erosduis com> a nco:EmailAddress; 
+	nco:emailAddress "vcausey erosduis com".
+
+<urn:uuid:73553926> a nco:PersonContact; 
+	nco:fullname "Veronica Causey";
+	nco:nameGiven "Veronica";
+	nco:nameFamily "Causey";
+	nco:birthDate "1942-09-11";
+	nco:hasAffiliation "Technician Pest Control";
+	nco:hasEmailAddress <mailto:vcausey erosduis com>;
+	nco:hasPostalAddress <urn:uuid:1938367087>.
+
+<urn:uuid:1772154037> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:757635421>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Eum eum minim hendrerit eu et suscipit esse ut. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-20T17:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-20T19:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:757635421>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:2130753227> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:73553926>;
+	nmo:sentDate "2008-06-18T15:48:24";
+	nmo:receivedDate "2008-06-18T15:48:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vcausey erosduis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1013299977>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cschreiner nibheu gov"];
+	nmo:messageSubject "Euismod iriure veniamquis aliquam duis dolore in. ";
+	nmo:plainTextMessageContent "Esse at consectetuer eufeugiat at in. ".
+
+<urn:uuid:2102941774> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:73553926>;
+	nmo:sentDate "2008-05-06T15:55:05";
+	nmo:receivedDate "2008-05-06T15:55:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vcausey erosduis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1238728405>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "larchuleta doloremagnairiure gov"];
+	nmo:messageSubject "Amet eros vulputate eros te. ";
+	nmo:plainTextMessageContent "Nulla suscipit invulputate lobortis eros exerci. ".
+
+<urn:uuid:976380563> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:73553926>;
+	nmo:sentDate "2008-09-01T15:34:12";
+	nmo:receivedDate "2008-09-01T15:35:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vcausey erosduis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Commodo adipiscing etaccumsan aliquip enim illum dignissim augue ut veniamquis wisi te euismod lobortis. ";
+	nmo:plainTextMessageContent "Iusto vel commodoconsequat ut velit feugait. Molestie qui eum erat dolor luptatumzzril. ".
+
+<urn:uuid:1118982833> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:73553926>;
+	nmo:sentDate "2009-02-01T15:38:32";
+	nmo:receivedDate "2009-02-01T15:39:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vcausey erosduis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Feugait elitsed luptatum tincidunt consectetuer at ea ut at adipiscing iusto iriure doloremagna. ";
+	nmo:plainTextMessageContent "Euismod et ex in ut ea facilisi blandit etaccumsan facilisis aliquam dolore. Enim feugait vulputate iusto invulputate vel minim ea. ".
+
+<urn:uuid:1477675995> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:73553926>;
+	nmo:sentDate "2008-11-25T15:36:53";
+	nmo:receivedDate "2008-11-25T15:37:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vcausey erosduis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Dolor in ipsum suscipit suscipit commodoconsequat lobortis iriuredolor praesent ad autem autem facilisi ad. ";
+	nmo:plainTextMessageContent "Quis molestie ea exerci ut. ".
+
+<urn:uuid:2108059785> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:73553926>;
+	nmo:sentDate "2008-06-05T15:27:47";
+	nmo:receivedDate "2008-06-05T15:28:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vcausey erosduis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1935436383>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "hollis mclane enimut net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Accumsan laoreet praesent invulputate veniam ipsum suscipit nibh elitsed facilisi et ut wisi nibh. ";
+	nmo:plainTextMessageContent "Duis feugiat qui ipsum ad facilisi suscipit laoreet exerci quis accumsan. ".
+
+<urn:uuid:685533193> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:73553926>;
+	nmo:sentDate "2008-09-11T15:57:21";
+	nmo:receivedDate "2008-09-11T15:57:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vcausey erosduis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1311946098>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lawanda buffington enimut gov"];
+	nmo:messageSubject "Commodoconsequat nibh ea minim ullamcorper delenit et duis exerci vel aliquip illum. ";
+	nmo:plainTextMessageContent "Dolor hendrerit sit nisl minim delenit ex eum ea nulla. ".
+
+<urn:uuid:1864651404> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:73553926>;
+	nmo:sentDate "2008-08-12T15:25:58";
+	nmo:receivedDate "2008-08-12T15:26:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vcausey erosduis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1547577658>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "esweat delenitex tv"];
+	nmo:messageSubject "Iustoodio lorem nostrud nibh. ";
+	nmo:plainTextMessageContent "Dignissim qui esse eufeugiat nulla vel zzril consequat invulputate dolore lobortis vel exerci consectetuer. ".
+
+<urn:uuid:1050056119> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07189" ;
+	nco:locality "Newark" ;
+	nco:streetAddress "2436 Deodara Way" .
+
+<mailto:dguy praesentesse tv> a nco:EmailAddress; 
+	nco:emailAddress "dguy praesentesse tv".
+
+<urn:uuid:750589236> a nco:PersonContact; 
+	nco:fullname "Dave Guy";
+	nco:nameGiven "Dave";
+	nco:nameFamily "Guy";
+	nco:birthDate "1942-11-12";
+	nco:hasAffiliation "Production Engineer";
+	nco:hasEmailAddress <mailto:dguy praesentesse tv>;
+	nco:hasPostalAddress <urn:uuid:1050056119>.
+
+<urn:uuid:1142736867> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15255" ;
+	nco:locality "Pittsburgh" ;
+	nco:streetAddress "7605 Dragonfly Lane" .
+
+<mailto:procha feugaitautem gov> a nco:EmailAddress; 
+	nco:emailAddress "procha feugaitautem gov".
+
+<urn:uuid:576986041> a nco:PersonContact; 
+	nco:fullname "Pierre Rocha";
+	nco:nameGiven "Pierre";
+	nco:nameFamily "Rocha";
+	nco:birthDate "1942-09-08";
+	nco:hasAffiliation "Salesperson Driver";
+	nco:hasEmailAddress <mailto:procha feugaitautem gov>;
+	nco:hasPostalAddress <urn:uuid:1142736867>.
+
+<urn:uuid:77029973> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "RI" ;
+	nco:postalcode "02858" ;
+	nco:locality "Oakland" ;
+	nco:streetAddress "540 Deep Valley Cove" .
+
+<mailto:apond exdignissim info> a nco:EmailAddress; 
+	nco:emailAddress "apond exdignissim info".
+
+<urn:uuid:1720489391> a nco:PersonContact; 
+	nco:fullname "Angelina Pond";
+	nco:nameGiven "Angelina";
+	nco:nameFamily "Pond";
+	nco:birthDate "1942-11-28";
+	nco:hasAffiliation "Repairer Sewing Machine";
+	nco:hasEmailAddress <mailto:apond exdignissim info>;
+	nco:hasPostalAddress <urn:uuid:77029973>.
+
+<urn:uuid:1087867200> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08041" ;
+	nco:locality "Jobstown" ;
+	nco:streetAddress "5191 Kirby Lane" .
+
+<mailto:ewheeler blanditsuscipit org> a nco:EmailAddress; 
+	nco:emailAddress "ewheeler blanditsuscipit org".
+
+<xmpp:eunice wheeler gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Eunice Wheeler" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Minim commodo lorem dignissim dignissim praesent ut dignissim tincidunt augue. " ;
+	nco:imID "eunice wheeler gmail com".
+
+<urn:uuid:2145797825> a nco:PersonContact; 
+	nco:fullname "Eunice Wheeler";
+	nco:nameGiven "Eunice";
+	nco:nameFamily "Wheeler";
+	nco:birthDate "1942-07-19";
+	nco:hasAffiliation "Interpreter Sign Language";
+	nco:hasEmailAddress <mailto:ewheeler blanditsuscipit org>;
+	nco:hasIMAccount <xmpp:eunice wheeler gmail com>;
+	nco:hasPostalAddress <urn:uuid:1087867200>.
+
+<urn:uuid:1371127759> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02190" ;
+	nco:locality "Weymouth" ;
+	nco:streetAddress "3049 Overhill Trail" .
+
+<mailto:hmcdaniel molestiequi eu> a nco:EmailAddress; 
+	nco:emailAddress "hmcdaniel molestiequi eu".
+
+<urn:uuid:1698068787> a nco:PersonContact; 
+	nco:fullname "Hanna Mcdaniel";
+	nco:nameGiven "Hanna";
+	nco:nameFamily "Mcdaniel";
+	nco:birthDate "1942-04-03";
+	nco:hasAffiliation "Customer Service Representative 2";
+	nco:hasEmailAddress <mailto:hmcdaniel molestiequi eu>;
+	nco:hasPostalAddress <urn:uuid:1371127759>.
+
+<urn:uuid:1091620358> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02177" ;
+	nco:locality "Melrose" ;
+	nco:streetAddress "8670 Alchester Avenue" .
+
+<mailto:dlooney inesse com> a nco:EmailAddress; 
+	nco:emailAddress "dlooney inesse com".
+
+<xmpp:debora looney gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Debora Looney" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Molestie aliquam eum eros ea dignissim laoreet doloremagna molestie Utwisi. " ;
+	nco:imID "debora looney gmail com".
+
+<urn:uuid:845199302> a nco:PersonContact; 
+	nco:fullname "Debora Looney";
+	nco:nameGiven "Debora";
+	nco:nameFamily "Looney";
+	nco:birthDate "1942-10-09";
+	nco:hasAffiliation "Well Driller";
+	nco:hasEmailAddress <mailto:dlooney inesse com>;
+	nco:hasIMAccount <xmpp:debora looney gmail com>;
+	nco:hasPostalAddress <urn:uuid:1091620358>.
+
+<urn:uuid:924539905> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:355638061>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Wisi doloremagna nostrud diam nulla eum ad at iusto hendrerit duis in commodoconsequat. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-21T20:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-21T22:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:355638061>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:722723117> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04479" ;
+	nco:locality "Sangerville" ;
+	nco:streetAddress "7907 Island Grove Drive" .
+
+<mailto:mmeeker consectetuersuscipit eu> a nco:EmailAddress; 
+	nco:emailAddress "mmeeker consectetuersuscipit eu".
+
+<xmpp:mickey meeker gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Mickey Meeker" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Luptatum suscipit accumsan autem. " ;
+	nco:imID "mickey meeker gmail com".
+
+<tel:+16313823416> a nco:PhoneNumber; 
+	nco:phoneNumber "(631)382-3416".
+
+<urn:uuid:1079076064> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16313823416>]; 
+	nmo:duration 48; 
+	nmo:receivedDate "2008-10-29T16:05:44". 
+
+<urn:uuid:640125420> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16313823416>]; 
+	nmo:duration 30; 
+	nmo:sentDate "2008-05-29T15:30:52". 
+
+<urn:uuid:761582305> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16313823416>]; 
+	nmo:duration 3; 
+	nmo:receivedDate "2008-11-18T16:06:54". 
+
+<urn:uuid:1533012474> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16313823416>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-10T15:29:08";
+	nmo:receivedDate "2008-01-22T15:36:34";
+	nmo:plainTextMessageContent "Lobortis esse consequat ea. Quis augue et in duis feugait feugait diam invulputate iustoodio hendrerit minim aliquip aliquip. Nulla esse vero elitsed augue nonummy vel. Autem aliquip vel aliquam consequatvel enim. Quis dolore lobortis commodoconsequat te et feugait suscipit dolor dolore molestie nulla. ".
+
+<urn:uuid:1372807093> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16313823416>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-22T16:03:16";
+	nmo:receivedDate "2008-03-12T15:15:58";
+	nmo:plainTextMessageContent "Exerci volutpat vel minim ut. Elitsed aliquip praesent iriure in. Suscipit dignissim duis feugiat. Dolor qui quis eufeugiat autem facilisis. Iriuredolor qui nostrud dolore diam iustoodio suscipit autem praesent adipiscing. In aliquip duis facilisis nulla elitsed vel et ea facilisi ad blandit. Dolore illum velit at eu praesent nulla illum illum consequatvel nislut dolore autem. ".
+
+<urn:uuid:1909577526> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16313823416>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-20T15:15:59";
+	nmo:receivedDate "2009-01-21T15:25:51";
+	nmo:plainTextMessageContent "Tationullamcorper in aliquip veniamquis diam illum ad. Lobortis consequatvel in duis vulputate ipsum diam laoreet at suscipit nulla aliquip. Exerci augue euismod suscipit iriuredolor facilisis. Doloremagna eu minim nulla nulla elitsed dignissim eros vero exerci dignissim vel lobortis et. ".
+
+<urn:uuid:924637089> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16313823416>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-17T15:45:56";
+	nmo:receivedDate "2008-12-16T15:13:40";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Diam at in etaccumsan molestie lobortis feugait nibh blandit elitsed delenitaugue vero lobortis. Velit doloremagna ex in. In molestie amet iriuredolor enim luptatumzzril exerci ullamcorper esse sit aliquip praesent iriuredolor odio. Feugait duis delenitaugue ullamcorper sit enim. Nulla esse autem qui doloremagna tation delenit te velit at nonummy nislut consequatvel. ".
+
+<urn:uuid:240041008> a nco:PersonContact; 
+	nco:fullname "Mickey Meeker";
+	nco:nameGiven "Mickey";
+	nco:nameFamily "Meeker";
+	nco:birthDate "1942-12-31";
+	nco:hasAffiliation "Medical Assistant";
+	nco:hasEmailAddress <mailto:mmeeker consectetuersuscipit eu>;
+	nco:hasPhoneNumber <tel:+16313823416>;
+	nco:hasIMAccount <xmpp:mickey meeker gmail com>;
+	nco:hasPostalAddress <urn:uuid:722723117>.
+
+<urn:uuid:471854320> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12942" ;
+	nco:locality "Keene" ;
+	nco:streetAddress "4030 Nena Trail" .
+
+<mailto:liliana meador atodio com> a nco:EmailAddress; 
+	nco:emailAddress "liliana meador atodio com".
+
+<xmpp:liliana meador gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Liliana Meador" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Eros te nibh accumsan nonummy autem. " ;
+	nco:imID "liliana meador gmail com".
+
+<urn:uuid:156620223> a nco:PersonContact; 
+	nco:fullname "Liliana Meador";
+	nco:nameGiven "Liliana";
+	nco:nameFamily "Meador";
+	nco:birthDate "1942-07-12";
+	nco:hasAffiliation "Information Technology Audit Supervisor";
+	nco:hasEmailAddress <mailto:liliana meador atodio com>;
+	nco:hasIMAccount <xmpp:liliana meador gmail com>;
+	nco:hasPostalAddress <urn:uuid:471854320>.
+
+<urn:uuid:914736718> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13747" ;
+	nco:locality "Colliersville" ;
+	nco:streetAddress "8943 Parkwood Parkway" .
+
+<mailto:rballard iustoex us> a nco:EmailAddress; 
+	nco:emailAddress "rballard iustoex us".
+
+<urn:uuid:2115917339> a nco:PersonContact; 
+	nco:fullname "Rashad Ballard";
+	nco:nameGiven "Rashad";
+	nco:nameFamily "Ballard";
+	nco:birthDate "1942-12-05";
+	nco:hasAffiliation "General Clerk";
+	nco:hasEmailAddress <mailto:rballard iustoex us>;
+	nco:hasPostalAddress <urn:uuid:914736718>.
+
+<urn:uuid:32143536> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01808" ;
+	nco:locality "Woburn" ;
+	nco:streetAddress "350 Rubyshade Parkway" .
+
+<mailto:clemente ritchey facilisivolutpat edu> a nco:EmailAddress; 
+	nco:emailAddress "clemente ritchey facilisivolutpat edu".
+
+<xmpp:clemente ritchey gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Clemente Ritchey" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Zzril molestie accumsan ad. " ;
+	nco:imID "clemente ritchey gmail com".
+
+<urn:uuid:1870569057> a nco:PersonContact; 
+	nco:fullname "Clemente Ritchey";
+	nco:nameGiven "Clemente";
+	nco:nameFamily "Ritchey";
+	nco:birthDate "1942-10-23";
+	nco:hasAffiliation "Psychologist Experimental";
+	nco:hasEmailAddress <mailto:clemente ritchey facilisivolutpat edu>;
+	nco:hasIMAccount <xmpp:clemente ritchey gmail com>;
+	nco:hasPostalAddress <urn:uuid:32143536>.
+
+<urn:uuid:1504984858> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13027" ;
+	nco:locality "Baldwinsville" ;
+	nco:streetAddress "7621 Golden Chance Cove" .
+
+<mailto:lowell varner loremte tv> a nco:EmailAddress; 
+	nco:emailAddress "lowell varner loremte tv".
+
+<urn:uuid:706601619> a nco:PersonContact; 
+	nco:fullname "Lowell Varner";
+	nco:nameGiven "Lowell";
+	nco:nameFamily "Varner";
+	nco:birthDate "1943-01-19";
+	nco:hasAffiliation "Head of Quality Assurance";
+	nco:hasEmailAddress <mailto:lowell varner loremte tv>;
+	nco:hasPostalAddress <urn:uuid:1504984858>.
+
+<urn:uuid:1632338254> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01831" ;
+	nco:locality "Haverhill" ;
+	nco:streetAddress "7707 Oakville Cove" .
+
+<mailto:mwhiteman eumfeugiat edu> a nco:EmailAddress; 
+	nco:emailAddress "mwhiteman eumfeugiat edu".
+
+<urn:uuid:528727234> a nco:PersonContact; 
+	nco:fullname "Ma Whiteman";
+	nco:nameGiven "Ma";
+	nco:nameFamily "Whiteman";
+	nco:birthDate "1942-05-20";
+	nco:hasAffiliation "Forging Machine Operator";
+	nco:hasEmailAddress <mailto:mwhiteman eumfeugiat edu>;
+	nco:hasPostalAddress <urn:uuid:1632338254>.
+
+<urn:uuid:1675310466> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01438" ;
+	nco:locality "East Templeton" ;
+	nco:streetAddress "4137 Enterprise Drive" .
+
+<mailto:isaac clemens odiovelit tv> a nco:EmailAddress; 
+	nco:emailAddress "isaac clemens odiovelit tv".
+
+<xmpp:isaac clemens gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Isaac Clemens" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Velit commodo iriuredolor illum. " ;
+	nco:imID "isaac clemens gmail com".
+
+<urn:uuid:442870721> a nco:PersonContact; 
+	nco:fullname "Isaac Clemens";
+	nco:nameGiven "Isaac";
+	nco:nameFamily "Clemens";
+	nco:birthDate "1942-11-02";
+	nco:hasAffiliation "Medical Neurologist";
+	nco:hasEmailAddress <mailto:isaac clemens odiovelit tv>;
+	nco:hasIMAccount <xmpp:isaac clemens gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:1675310466>.
+
+<urn:uuid:116249788> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:379747562>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Duis feugait nulla euismod exerci illum eros ut vulputate suscipit veniamquis. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-18T16:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-18T17:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:379747562>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:848629511> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12741" ;
+	nco:locality "Hankins" ;
+	nco:streetAddress "9203 Lakeside Cove" .
+
+<mailto:mariano pringle facilisinonummy net> a nco:EmailAddress; 
+	nco:emailAddress "mariano pringle facilisinonummy net".
+
+<tel:+18485115205> a nco:PhoneNumber; 
+	nco:phoneNumber "(848)511-5205".
+
+<urn:uuid:1259474024> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18485115205>]; 
+	nmo:duration 22; 
+	nmo:receivedDate "2008-08-20T15:33:39". 
+
+<urn:uuid:1310008416> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18485115205>]; 
+	nmo:duration 12; 
+	nmo:receivedDate "2008-10-02T15:57:59". 
+
+<urn:uuid:214013494> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18485115205>]; 
+	nmo:duration 18; 
+	nmo:sentDate "2008-04-21T15:50:42". 
+
+<urn:uuid:454818684> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18485115205>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-17T15:26:45";
+	nmo:receivedDate "2008-04-01T16:04:34";
+	nmo:plainTextMessageContent "Feugiat wisi eros at wisi iriuredolor minim in esse dolore duis. Vero lobortis dolor minim dolor. Ea duis exerci lorem erat nulla nonummy. Qui adipiscing eum ipsum aliquam quis ex et eros diam ex exerci. Nonummy aliquip feugait duis praesent iriure velit etaccumsan dolore blandit tincidunt dolore quis. ".
+
+<urn:uuid:97589500> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18485115205>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-23T15:19:11";
+	nmo:receivedDate "2008-06-11T15:55:30";
+	nmo:plainTextMessageContent "Vero praesent dolore minim delenit facilisi nisl augue. Enim eros vel molestie consequatvel iriuredolor praesent enim iustoodio nulla feugait dignissim at volutpat. Dolor zzril enim iriuredolor consequatvel zzril tationullamcorper eros esse zzril ut nibh. Facilisi et qui wisi esse lorem praesent. Enim adipiscing blandit ex ex. Dolore dolore dolore at molestie illum ad volutpat veniamquis luptatumzzril. Qui consectetuer erat quis erat illum facilisi. ".
+
+<urn:uuid:1598347737> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18485115205>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-12T16:00:22";
+	nmo:receivedDate "2008-05-09T15:26:29";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Vel iriure hendrerit consequatvel nibh blandit dolore luptatum eros. Et tincidunt eum lobortis nibh consequatvel consequat illum euismod. At autem iustoodio adipiscing hendrerit. Exerci feugait augue ea vel eum feugiat commodoconsequat ut praesent enim tationullamcorper. Nulla exerci at quis praesent adipiscing in dolore ad dolore tincidunt ut. ".
+
+<urn:uuid:31217483> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18485115205>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-03T15:40:12";
+	nmo:receivedDate "2008-10-03T15:11:40";
+	nmo:plainTextMessageContent "Ex vel tincidunt iusto at esse duis. In et enim adipiscing ut autem doloremagna molestie. Erat dolore et nostrud duis et adipiscing commodo. Duis hendrerit esse ut ipsum accumsan iustoodio autem. Molestie duis duis wisi nulla in duis illum nostrud esse. Iriure feugait luptatum eum vel. Ea eros odio facilisi. ".
+
+<urn:uuid:1617595122> a nco:PersonContact; 
+	nco:fullname "Mariano Pringle";
+	nco:nameGiven "Mariano";
+	nco:nameFamily "Pringle";
+	nco:birthDate "1942-03-09";
+	nco:hasAffiliation "Educational Resource Coordinator";
+	nco:hasEmailAddress <mailto:mariano pringle facilisinonummy net>;
+	nco:hasPhoneNumber <tel:+18485115205>;
+	nco:hasPostalAddress <urn:uuid:848629511>.
+
+<urn:uuid:239099932> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12531" ;
+	nco:locality "Holmes" ;
+	nco:streetAddress "4975 Black Springs Trail" .
+
+<mailto:enid polanco nostrudvel eu> a nco:EmailAddress; 
+	nco:emailAddress "enid polanco nostrudvel eu".
+
+<urn:uuid:1952393535> a nco:PersonContact; 
+	nco:fullname "Enid Polanco";
+	nco:nameGiven "Enid";
+	nco:nameFamily "Polanco";
+	nco:birthDate "1942-06-01";
+	nco:hasAffiliation "Public Health Nurse";
+	nco:hasEmailAddress <mailto:enid polanco nostrudvel eu>;
+	nco:hasPostalAddress <urn:uuid:239099932>.
+
+<urn:uuid:751672099> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15430" ;
+	nco:locality "Dickerson Run" ;
+	nco:streetAddress "5187 New Riverdale Street" .
+
+<mailto:gino hindman ipsumnulla us> a nco:EmailAddress; 
+	nco:emailAddress "gino hindman ipsumnulla us".
+
+<xmpp:gino hindman gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Gino Hindman" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Dolor nulla feugait vel vero suscipit at et. " ;
+	nco:imID "gino hindman gmail com".
+
+<urn:uuid:1473286236> a nco:PersonContact; 
+	nco:fullname "Gino Hindman";
+	nco:nameGiven "Gino";
+	nco:nameFamily "Hindman";
+	nco:birthDate "1942-11-19";
+	nco:hasAffiliation "Manufacturing Worker";
+	nco:hasEmailAddress <mailto:gino hindman ipsumnulla us>;
+	nco:hasIMAccount <xmpp:gino hindman gmail com>;
+	nco:hasPostalAddress <urn:uuid:751672099>.
+
+<urn:uuid:1763746039> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06787" ;
+	nco:locality "Thomaston" ;
+	nco:streetAddress "3706 Cross Pike Way" .
+
+<mailto:monroe robinson facilisinonummy com> a nco:EmailAddress; 
+	nco:emailAddress "monroe robinson facilisinonummy com".
+
+<xmpp:monroe robinson gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Monroe Robinson" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Nulla nostrud feugait te blandit vel minim feugait augue ad praesent. " ;
+	nco:imID "monroe robinson gmail com".
+
+<urn:uuid:1912693752> a nco:PersonContact; 
+	nco:fullname "Monroe Robinson";
+	nco:nameGiven "Monroe";
+	nco:nameFamily "Robinson";
+	nco:birthDate "1942-12-29";
+	nco:hasAffiliation "Human Resources Development Manager";
+	nco:hasEmailAddress <mailto:monroe robinson facilisinonummy com>;
+	nco:hasIMAccount <xmpp:monroe robinson gmail com>;
+	nco:hasPostalAddress <urn:uuid:1763746039>.
+
+<urn:uuid:1257053857> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11003" ;
+	nco:locality "Elmont" ;
+	nco:streetAddress "3449 Poplar Lane" .
+
+<mailto:ted dowling insuscipit net> a nco:EmailAddress; 
+	nco:emailAddress "ted dowling insuscipit net".
+
+<tel:+13516177144> a nco:PhoneNumber; 
+	nco:phoneNumber "(351)617-7144".
+
+<urn:uuid:1713622290> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13516177144>]; 
+	nmo:duration 39; 
+	nmo:receivedDate "2008-11-10T16:02:27". 
+
+<urn:uuid:1703265188> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13516177144>]; 
+	nmo:duration 5; 
+	nmo:receivedDate "2008-04-22T15:36:13". 
+
+<urn:uuid:2124351381> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13516177144>]; 
+	nmo:duration 35; 
+	nmo:receivedDate "2008-08-24T15:58:26". 
+
+<urn:uuid:1671599208> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13516177144>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-16T15:34:55";
+	nmo:receivedDate "2008-02-17T15:52:15";
+	nmo:plainTextMessageContent "Exerci ea nulla iriure praesent. Consectetuer enim aliquam tincidunt veniam qui aliquip lorem. Et ut volutpat vulputate. Nulla in wisi etaccumsan luptatumzzril vel velit. ".
+
+<urn:uuid:155683025> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13516177144>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-14T15:39:34";
+	nmo:receivedDate "2008-08-04T15:13:10";
+	nmo:plainTextMessageContent "Euismod facilisi dolore adipiscing iriure tation autem nulla facilisis nulla. Facilisis eufeugiat laoreet aliquam etaccumsan lobortis delenit feugait exerci Utwisi etaccumsan odio doloremagna vero. Ex in dolore et Utwisi hendrerit in consequat ipsum eu. Utwisi duis ut molestie. ".
+
+<urn:uuid:626743105> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13516177144>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-08T15:56:58";
+	nmo:receivedDate "2008-02-15T15:21:51";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Amet facilisis dolore vel. Illum eros esse vero luptatum eu consequat. Nibh illum vel elitsed delenit consequat at in erat molestie duis facilisi lobortis feugiat. Dolor nulla hendrerit eros autem. Consequat ex augue dolor molestie tationullamcorper ex laoreet. Utwisi euismod qui dolore veniamquis consequat doloremagna. Veniam vel exerci qui eum quis tationullamcorper duis ipsum eum suscipit praesent feugiat. ".
+
+<urn:uuid:671656872> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13516177144>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-13T15:41:04";
+	nmo:receivedDate "2008-01-19T16:03:03";
+	nmo:plainTextMessageContent "Ea iustoodio eu ad. Nulla laoreet volutpat eum wisi luptatum diam. Wisi lorem dolore velit ex Utwisi autem aliquip autem ea dolor nisl. Eufeugiat etaccumsan iriuredolor enim facilisis vel. Eu lobortis consequatvel tationullamcorper dolor nisl eros doloremagna. ".
+
+<urn:uuid:1706117780> a nco:PersonContact; 
+	nco:fullname "Ted Dowling";
+	nco:nameGiven "Ted";
+	nco:nameFamily "Dowling";
+	nco:birthDate "1942-08-08";
+	nco:hasAffiliation "Utility Repairer";
+	nco:hasEmailAddress <mailto:ted dowling insuscipit net>;
+	nco:hasPhoneNumber <tel:+13516177144>;
+	nco:hasPostalAddress <urn:uuid:1257053857>.
+
+<urn:uuid:778789060> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1691330588>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Aliquam autem eu nulla. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-03T19:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-03T19:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1691330588>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:462022001> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14816" ;
+	nco:locality "Breesport" ;
+	nco:streetAddress "9885 Pyron Oaks Drive" .
+
+<mailto:hmadrigal utdoloremagna info> a nco:EmailAddress; 
+	nco:emailAddress "hmadrigal utdoloremagna info".
+
+<urn:uuid:1294827980> a nco:PersonContact; 
+	nco:fullname "Hosea Madrigal";
+	nco:nameGiven "Hosea";
+	nco:nameFamily "Madrigal";
+	nco:birthDate "1942-09-17";
+	nco:hasAffiliation "Private Duty Nurse";
+	nco:hasEmailAddress <mailto:hmadrigal utdoloremagna info>;
+	nco:hasPostalAddress <urn:uuid:462022001>.
+
+<urn:uuid:779633631> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1132553444>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Consequat duis qui commodo sit autem consequatvel praesent eros augue facilisis dolore. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-17T19:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-17T20:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1132553444>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1173587794> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08863" ;
+	nco:locality "Fords" ;
+	nco:streetAddress "1622 Justen Avenue" .
+
+<mailto:verda humphrey uthendrerit tv> a nco:EmailAddress; 
+	nco:emailAddress "verda humphrey uthendrerit tv".
+
+<urn:uuid:1441706018> a nco:PersonContact; 
+	nco:fullname "Verda Humphrey";
+	nco:nameGiven "Verda";
+	nco:nameFamily "Humphrey";
+	nco:birthDate "1942-05-06";
+	nco:hasAffiliation "Industrial Designer";
+	nco:hasEmailAddress <mailto:verda humphrey uthendrerit tv>;
+	nco:hasPostalAddress <urn:uuid:1173587794>.
+
+<urn:uuid:2138792161> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12440" ;
+	nco:locality "High Falls" ;
+	nco:streetAddress "8121 Bolling Brook Trail" .
+
+<mailto:lplummer nibhdoloremagna us> a nco:EmailAddress; 
+	nco:emailAddress "lplummer nibhdoloremagna us".
+
+<tel:+12079786045> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)978-6045".
+
+<urn:uuid:692940421> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079786045>]; 
+	nmo:duration 45; 
+	nmo:sentDate "2009-01-25T16:00:18". 
+
+<urn:uuid:748036588> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079786045>]; 
+	nmo:duration 14; 
+	nmo:sentDate "2008-02-03T15:23:52". 
+
+<urn:uuid:1414588975> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079786045>]; 
+	nmo:duration 43; 
+	nmo:receivedDate "2008-11-02T15:47:40". 
+
+<urn:uuid:94578930> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079786045>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-16T16:03:01";
+	nmo:receivedDate "2008-08-17T15:36:24";
+	nmo:plainTextMessageContent "Ipsum qui aliquam consequatvel euismod suscipit delenit tation wisi consectetuer. Dignissim vel nulla nisl nulla accumsan at. Eufeugiat enim molestie nulla dolore. Lorem suscipit blandit in ex velit consequat odio ut praesent dolor. ".
+
+<urn:uuid:740796082> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079786045>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-14T15:44:28";
+	nmo:receivedDate "2008-05-17T15:37:23";
+	nmo:plainTextMessageContent "Dignissim veniamquis etaccumsan eum ad eros veniamquis. Delenit odio facilisis lobortis eros duis duis iusto vulputate. Iriuredolor praesent lobortis adipiscing tincidunt illum qui eros hendrerit facilisi velit erat tation. Nulla qui et nulla molestie commodoconsequat iriure doloremagna. Eros ut iusto praesent in blandit te eros tincidunt vel nostrud luptatum in. ".
+
+<urn:uuid:1130147197> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079786045>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-03T15:25:42";
+	nmo:receivedDate "2008-07-13T15:51:39";
+	nmo:plainTextMessageContent "Vel diam te praesent tationullamcorper laoreet molestie lobortis dignissim iriure lobortis ea velit esse. Dolore nulla sit vulputate consequat. Commodo enim duis eros adipiscing veniamquis illum duis lorem accumsan. Ad illum tation minim elitsed invulputate velit. Dolore nonummy eros zzril praesent te aliquam qui qui at invulputate etaccumsan ad consectetuer. Odio consequatvel feugait vero. Ipsum nulla in lobortis vel accumsan augue sit vel vulputate ex. ".
+
+<urn:uuid:435109553> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079786045>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-07T15:50:01";
+	nmo:receivedDate "2008-05-11T15:34:00";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Facilisis iusto eufeugiat dignissim suscipit vel minim eros facilisi qui ullamcorper dolor nostrud. Vel nonummy lobortis et luptatumzzril. Qui luptatumzzril esse dolore iustoodio esse aliquam consequat erat lorem eu duis vero. Dolore illum ex luptatumzzril qui enim. Amet duis veniamquis suscipit erat lorem in in ex dolor doloremagna velit. Facilisi esse blandit etaccumsan velit. Vel amet commodo dolore qui exerci lobortis te duis invulputate sit adipiscing. ".
+
+<urn:uuid:302464832> a nco:PersonContact; 
+	nco:fullname "Letitia Plummer";
+	nco:nameGiven "Letitia";
+	nco:nameFamily "Plummer";
+	nco:birthDate "1942-04-12";
+	nco:hasAffiliation "Electronics Engineer";
+	nco:hasEmailAddress <mailto:lplummer nibhdoloremagna us>;
+	nco:hasPhoneNumber <tel:+12079786045>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:2138792161>.
+
+<urn:uuid:415335275> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:302464832>;
+	nmo:sentDate "2008-06-18T15:32:43";
+	nmo:receivedDate "2008-06-18T15:33:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lplummer nibhdoloremagna us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisis consectetuer molestie iriuredolor feugait suscipit zzril et amet minim nostrud nisl. ";
+	nmo:plainTextMessageContent "Vero te velit blandit qui exerci nonummy ut velit. ".
+
+<urn:uuid:1066595843> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:302464832>;
+	nmo:sentDate "2008-06-18T15:40:46";
+	nmo:receivedDate "2008-06-18T15:41:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lplummer nibhdoloremagna us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:955227775>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "chardaway velitdolore gov"];
+	nmo:messageSubject "Nulla vel etaccumsan duis dolore lobortis autem velit duis nulla praesent enim dolore dignissim. ";
+	nmo:plainTextMessageContent "Laoreet luptatum minim veniam diam duis lobortis vel. ".
+
+<urn:uuid:305919262> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:302464832>;
+	nmo:sentDate "2008-03-13T15:35:57";
+	nmo:receivedDate "2008-03-13T15:36:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lplummer nibhdoloremagna us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Tationullamcorper iustoodio molestie veniam qui nisl aliquip feugait dignissim. ";
+	nmo:plainTextMessageContent "Delenitaugue facilisis vel veniam zzril lobortis et invulputate Utwisi minim nisl velit ea. Eufeugiat qui ex consectetuer dolor ad erat vero exerci consequat molestie. ".
+
+<urn:uuid:942016054> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:302464832>;
+	nmo:sentDate "2008-03-31T15:19:53";
+	nmo:receivedDate "2008-03-31T15:20:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lplummer nibhdoloremagna us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:897621930>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jc avila consequatesse edu"];
+	nmo:messageSubject "Tincidunt eum ullamcorper vero augue vel blandit zzril qui eros dolore aliquam. ";
+	nmo:plainTextMessageContent "Dolore eum consequat dolore facilisi consequat consectetuer. Ad in exerci erat at facilisi luptatumzzril laoreet vero in duis eum ut. ".
+
+<urn:uuid:2041758792> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:302464832>;
+	nmo:sentDate "2008-04-22T15:14:59";
+	nmo:receivedDate "2008-04-22T15:15:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lplummer nibhdoloremagna us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolor et elitsed amet. ";
+	nmo:plainTextMessageContent "Consequat iustoodio hendrerit ipsum illum quis et consequat ad iusto in eum amet eufeugiat. Erat iustoodio veniam lobortis vero elitsed diam ea. ".
+
+<urn:uuid:1073825639> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:302464832>;
+	nmo:sentDate "2008-04-02T15:41:50";
+	nmo:receivedDate "2008-04-02T15:42:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lplummer nibhdoloremagna us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1262340898>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dominga ricker dignissimvel us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "In molestie adipiscing erat et et. ";
+	nmo:plainTextMessageContent "Iustoodio euismod illum duis. Eum hendrerit erat iriuredolor nonummy minim laoreet esse delenit vero minim. ".
+
+<urn:uuid:395804221> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:302464832>;
+	nmo:sentDate "2008-08-24T15:43:58";
+	nmo:receivedDate "2008-08-24T15:44:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lplummer nibhdoloremagna us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1266645561>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "allan herrera duisnislut org"];
+	nmo:messageSubject "Consequat illum velit etaccumsan ullamcorper quis iusto dolor suscipit feugait ea enim. ";
+	nmo:plainTextMessageContent "Illum delenit dolor delenitaugue at suscipit blandit zzril dignissim duis lobortis veniam ullamcorper velit. Vero nulla feugiat tation qui blandit esse ipsum dolore commodoconsequat ex. ".
+
+<urn:uuid:2132781258> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:302464832>;
+	nmo:sentDate "2008-09-22T15:57:01";
+	nmo:receivedDate "2008-09-22T15:57:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lplummer nibhdoloremagna us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:737861566>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rshelley Utwisivel tv"];
+	nmo:messageSubject "At accumsan hendrerit elitsed eum nulla delenit nisl adipiscing duis euismod Utwisi autem. ";
+	nmo:plainTextMessageContent "Blandit sit aliquam et. ".
+
+<urn:uuid:424418661> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:302464832>;
+	nmo:sentDate "2008-03-28T15:40:16";
+	nmo:receivedDate "2008-03-28T15:41:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lplummer nibhdoloremagna us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Augue iriure elitsed feugait. ";
+	nmo:plainTextMessageContent "Tation facilisi at eu tation minim suscipit consequat. ".
+
+<urn:uuid:74520285> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:302464832>;
+	nmo:sentDate "2008-03-21T15:22:16";
+	nmo:receivedDate "2008-03-21T15:22:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lplummer nibhdoloremagna us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Augue dolor lobortis vel velit praesent qui ut hendrerit nostrud zzril et. ";
+	nmo:plainTextMessageContent "Vero at nulla delenit blandit iriuredolor sit augue iusto invulputate. ".
+
+<urn:uuid:2038244973> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:302464832>;
+	nmo:sentDate "2008-06-07T16:09:37";
+	nmo:receivedDate "2008-06-07T16:09:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lplummer nibhdoloremagna us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Nisl nulla dolore dolor dignissim minim. ";
+	nmo:plainTextMessageContent "Velit ut esse tation minim dignissim. Eros lobortis consequat nulla et Utwisi facilisis commodoconsequat eros feugiat volutpat etaccumsan in. ".
+
+<urn:uuid:1590032005> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:302464832>;
+	nmo:sentDate "2008-04-29T15:47:28";
+	nmo:receivedDate "2008-04-29T15:47:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lplummer nibhdoloremagna us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolor qui vel eros vel adipiscing consequat velit. ";
+	nmo:plainTextMessageContent "Illum zzril tation ad eufeugiat dignissim praesent. ".
+
+<urn:uuid:336133727> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:302464832>;
+	nmo:sentDate "2008-08-05T15:16:35";
+	nmo:receivedDate "2008-08-05T15:17:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lplummer nibhdoloremagna us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Feugait minim vel exerci suscipit minim quis delenitaugue dolor zzril. ";
+	nmo:plainTextMessageContent "Nisl ad dolor tation nisl nulla ea diam. Eros qui minim tincidunt tationullamcorper praesent veniamquis enim erat autem consequatvel tincidunt velit et. ".
+
+<urn:uuid:1648207350> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:302464832>;
+	nmo:sentDate "2008-04-14T15:28:41";
+	nmo:receivedDate "2008-04-14T15:28:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lplummer nibhdoloremagna us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1752497668>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lcousins illumex eu"];
+	nmo:messageSubject "Ipsum iriure eufeugiat suscipit duis eros blandit. ";
+	nmo:plainTextMessageContent "Et eu erat etaccumsan exerci dolore exerci dignissim hendrerit dignissim facilisis. ".
+
+<urn:uuid:939061948> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:302464832>;
+	nmo:sentDate "2008-10-03T15:56:28";
+	nmo:receivedDate "2008-10-03T15:56:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lplummer nibhdoloremagna us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Esse dignissim blandit eros iriure minim qui ex. ";
+	nmo:plainTextMessageContent "Volutpat esse aliquam et suscipit facilisis molestie et consequatvel feugait dolore consequat ut. ".
+
+<urn:uuid:806052007> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:302464832>;
+	nmo:sentDate "2008-05-22T15:48:13";
+	nmo:receivedDate "2008-05-22T15:48:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lplummer nibhdoloremagna us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1728460819>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "zackary haney vulputatepraesent org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Ullamcorper consequat ad tation nislut facilisi eros. ";
+	nmo:plainTextMessageContent "Duis praesent duis volutpat exerci. Et duis accumsan minim eros consequat te te facilisi eu te duis luptatum. ".
+
+<urn:uuid:1924478296> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:302464832>;
+	nmo:sentDate "2008-11-18T16:00:50";
+	nmo:receivedDate "2008-11-18T16:01:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lplummer nibhdoloremagna us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Facilisi ad velit vel lobortis sit exerci veniam consequat. ";
+	nmo:plainTextMessageContent "Dolor consequatvel vel tationullamcorper ullamcorper exerci volutpat lobortis. ".
+
+<urn:uuid:558413689> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03034" ;
+	nco:locality "Candia" ;
+	nco:streetAddress "3052 Leeward Lane" .
+
+<mailto:ccortez veniamzzril info> a nco:EmailAddress; 
+	nco:emailAddress "ccortez veniamzzril info".
+
+<urn:uuid:1516976556> a nco:PersonContact; 
+	nco:fullname "Christina Cortez";
+	nco:nameGiven "Christina";
+	nco:nameFamily "Cortez";
+	nco:birthDate "1942-09-26";
+	nco:hasAffiliation "Library Technical Assistant";
+	nco:hasEmailAddress <mailto:ccortez veniamzzril info>;
+	nco:hasPostalAddress <urn:uuid:558413689>.
+
+<urn:uuid:267914716> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08010" ;
+	nco:locality "Beverly" ;
+	nco:streetAddress "9935 Arcola Street" .
+
+<mailto:clifton matthew luptatumet info> a nco:EmailAddress; 
+	nco:emailAddress "clifton matthew luptatumet info".
+
+<xmpp:clifton matthew gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Clifton Matthew" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Velit odio iustoodio wisi euismod nisl delenitaugue autem. " ;
+	nco:imID "clifton matthew gmail com".
+
+<urn:uuid:1210686676> a nco:PersonContact; 
+	nco:fullname "Clifton Matthew";
+	nco:nameGiven "Clifton";
+	nco:nameFamily "Matthew";
+	nco:birthDate "1942-09-21";
+	nco:hasAffiliation "Loan Officer Commercial";
+	nco:hasEmailAddress <mailto:clifton matthew luptatumet info>;
+	nco:hasIMAccount <xmpp:clifton matthew gmail com>;
+	nco:hasPostalAddress <urn:uuid:267914716>.
+
+<urn:uuid:60170902> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1825893848>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Consequatvel erat veniam vel wisi tationullamcorper nostrud nisl accumsan illum. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-06T12:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-06T13:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1825893848>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1437007076> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06180" ;
+	nco:locality "Hartford" ;
+	nco:streetAddress "8702 Churchill Downs Parkway" .
+
+<mailto:rredman blanditodio net> a nco:EmailAddress; 
+	nco:emailAddress "rredman blanditodio net".
+
+<xmpp:ricardo redman gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Ricardo Redman" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Ut commodoconsequat illum vel te dolor. " ;
+	nco:imID "ricardo redman gmail com".
+
+<urn:uuid:1074437036> a nco:PersonContact; 
+	nco:fullname "Ricardo Redman";
+	nco:nameGiven "Ricardo";
+	nco:nameFamily "Redman";
+	nco:birthDate "1942-12-24";
+	nco:hasAffiliation "Order Processing Clerk";
+	nco:hasEmailAddress <mailto:rredman blanditodio net>;
+	nco:hasIMAccount <xmpp:ricardo redman gmail com>;
+	nco:hasPostalAddress <urn:uuid:1437007076>.
+
+<urn:uuid:1338851561> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14041" ;
+	nco:locality "Dayton" ;
+	nco:streetAddress "5260 Stone Creek Drive" .
+
+<mailto:elamar aliquamduis org> a nco:EmailAddress; 
+	nco:emailAddress "elamar aliquamduis org".
+
+<xmpp:easter lamar gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Easter Lamar" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Vel laoreet eufeugiat et aliquip. " ;
+	nco:imID "easter lamar gmail com".
+
+<tel:+19593104132> a nco:PhoneNumber; 
+	nco:phoneNumber "(959)310-4132".
+
+<urn:uuid:446890665> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19593104132>]; 
+	nmo:duration 32; 
+	nmo:sentDate "2008-07-08T15:57:00". 
+
+<urn:uuid:909120527> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19593104132>]; 
+	nmo:duration 12; 
+	nmo:receivedDate "2008-04-17T15:56:22". 
+
+<urn:uuid:217524001> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19593104132>]; 
+	nmo:duration 14; 
+	nmo:sentDate "2009-02-11T15:24:41". 
+
+<urn:uuid:1589748697> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19593104132>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-23T16:10:58";
+	nmo:receivedDate "2009-01-07T15:43:52";
+	nmo:plainTextMessageContent "Laoreet quis exerci sit tationullamcorper delenitaugue dignissim qui facilisis in ut. Luptatumzzril erat illum praesent ea nostrud. Facilisis delenitaugue velit duis autem diam laoreet consectetuer commodoconsequat eufeugiat eufeugiat ullamcorper augue. Qui iriure duis tincidunt dolor eum. Nisl duis duis facilisis ex. Nibh tationullamcorper facilisis nonummy vel consequat. ".
+
+<urn:uuid:442621121> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19593104132>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-09T15:45:43";
+	nmo:receivedDate "2008-07-19T15:42:08";
+	nmo:plainTextMessageContent "Dolore blandit tation exerci dolore at ut duis. Feugiat veniam eros vulputate ullamcorper. Accumsan facilisis te consequat quis nulla dignissim nostrud minim esse tationullamcorper molestie invulputate illum. Luptatum iustoodio vel aliquip iriure te aliquip facilisi qui eum commodo duis. Facilisis zzril enim consequatvel dolore veniamquis enim eros vero qui. Vel aliquam molestie suscipit zzril blandit ipsum ut facilisi eufeugiat tationullamcorper praesent at. Ex exerci in delenitaugue sit elitsed lobortis at qui. ".
+
+<urn:uuid:1528802886> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19593104132>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-27T15:48:52";
+	nmo:receivedDate "2008-12-08T15:14:56";
+	nmo:plainTextMessageContent "Suscipit velit blandit consectetuer nisl nulla iriure velit suscipit. Ex aliquam nulla eros vero ut ut feugait. Qui aliquam at lorem laoreet duis. Consequatvel enim hendrerit blandit tationullamcorper amet eum autem eum dignissim enim ullamcorper laoreet. Duis luptatumzzril ea nostrud consequat molestie luptatum facilisi dolor autem eum. Commodoconsequat luptatumzzril elitsed wisi nonummy ea. Blandit laoreet nibh feugait nostrud sit. ".
+
+<urn:uuid:150734681> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19593104132>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-08T15:25:30";
+	nmo:receivedDate "2008-07-15T15:29:10";
+	nmo:plainTextMessageContent "Dolor facilisi etaccumsan eros praesent luptatum vel facilisis nisl esse consequatvel dolore eum. Vero nulla hendrerit vel dolore dolor molestie. Aliquam lobortis in nostrud doloremagna quis iustoodio tation. Doloremagna hendrerit doloremagna wisi te minim feugiat invulputate enim suscipit dolore vel amet. ".
+
+<urn:uuid:837204284> a nco:PersonContact; 
+	nco:fullname "Easter Lamar";
+	nco:nameGiven "Easter";
+	nco:nameFamily "Lamar";
+	nco:birthDate "1942-04-09";
+	nco:hasAffiliation "Machine Tool Setup Operator";
+	nco:hasEmailAddress <mailto:elamar aliquamduis org>;
+	nco:hasPhoneNumber <tel:+19593104132>;
+	nco:hasIMAccount <xmpp:easter lamar gmail com>;
+	nco:hasPostalAddress <urn:uuid:1338851561>.
+
+<urn:uuid:265118055> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:837204284>;
+	nmo:sentDate "2008-04-05T15:38:49";
+	nmo:receivedDate "2008-04-05T15:39:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elamar aliquamduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:78814138>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "mcoates commodoconsequatea eu"];
+	nmo:messageSubject "Erat zzril in illum illum nostrud diam consectetuer nisl lobortis. ";
+	nmo:plainTextMessageContent "Vero nulla iriuredolor tation lobortis veniamquis laoreet duis minim veniamquis vel delenit diam veniam. ".
+
+<urn:uuid:1501131940> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:837204284>;
+	nmo:sentDate "2008-07-14T15:38:43";
+	nmo:receivedDate "2008-07-14T15:39:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elamar aliquamduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:478781953>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ncrisp loremdoloremagna gov"];
+	nmo:messageSubject "Eum ad esse te esse in dolor autem tincidunt molestie. ";
+	nmo:plainTextMessageContent "Ipsum invulputate et nulla molestie dolore esse vulputate esse enim vel. ".
+
+<urn:uuid:812065124> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:837204284>;
+	nmo:sentDate "2008-10-12T15:31:24";
+	nmo:receivedDate "2008-10-12T15:31:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elamar aliquamduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1072823837>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lorraine carrico etut net"];
+	nmo:messageSubject "Veniamquis euismod nulla eum enim minim eros iusto nulla delenit nostrud luptatum tincidunt. ";
+	nmo:plainTextMessageContent "Ullamcorper iustoodio hendrerit dolore aliquip tincidunt aliquip. Etaccumsan vero iustoodio quis dolore velit. ".
+
+<urn:uuid:2107458953> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:837204284>;
+	nmo:sentDate "2008-02-19T15:14:22";
+	nmo:receivedDate "2008-02-19T15:14:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elamar aliquamduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1850881686>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dwells nibhaliquam gov"];
+	nmo:messageSubject "In nibh facilisis duis ut vel augue autem wisi at augue aliquip feugait elitsed. ";
+	nmo:plainTextMessageContent "Nulla consectetuer eufeugiat nulla aliquip ut praesent vel dolore volutpat. ".
+
+<urn:uuid:1186509824> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:837204284>;
+	nmo:sentDate "2008-07-09T15:21:08";
+	nmo:receivedDate "2008-07-09T15:21:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elamar aliquamduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Ut consequat elitsed vulputate duis lobortis duis hendrerit hendrerit delenit odio velit. ";
+	nmo:plainTextMessageContent "Illum minim ut ullamcorper delenitaugue duis velit. ".
+
+<urn:uuid:1594735368> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:837204284>;
+	nmo:sentDate "2008-05-07T15:25:05";
+	nmo:receivedDate "2008-05-07T15:25:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elamar aliquamduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Volutpat zzril vulputate facilisis velit nibh qui illum ut eum. ";
+	nmo:plainTextMessageContent "Dignissim duis autem vel elitsed qui hendrerit tationullamcorper diam velit autem lorem consequatvel. ".
+
+<urn:uuid:989631200> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:837204284>;
+	nmo:sentDate "2008-11-30T15:55:51";
+	nmo:receivedDate "2008-11-30T15:55:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elamar aliquamduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:685282735>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kendrick stearns velitesse tv"];
+	nmo:messageSubject "Hendrerit blandit minim ea adipiscing iriuredolor consequat eum duis. ";
+	nmo:plainTextMessageContent "Et commodoconsequat te nulla. ".
+
+<urn:uuid:1120011959> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:837204284>;
+	nmo:sentDate "2008-08-18T15:43:57";
+	nmo:receivedDate "2008-08-18T15:44:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elamar aliquamduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:64395397>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageSubject "Lorem nostrud iusto zzril nonummy ipsum. ";
+	nmo:plainTextMessageContent "Commodo illum vulputate qui zzril et facilisis laoreet. Utwisi in iusto eu ex at. ".
+
+<urn:uuid:1454571861> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:837204284>;
+	nmo:sentDate "2008-03-17T15:14:01";
+	nmo:receivedDate "2008-03-17T15:14:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elamar aliquamduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Et iriuredolor augue iusto commodo duis exerci commodoconsequat autem eu blandit luptatumzzril wisi molestie. ";
+	nmo:plainTextMessageContent "Lobortis eros doloremagna zzril facilisi tationullamcorper te exerci tation iriuredolor duis. ".
+
+<urn:uuid:1515757181> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:837204284>;
+	nmo:sentDate "2008-04-07T15:47:51";
+	nmo:receivedDate "2008-04-07T15:47:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elamar aliquamduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1435085020>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "asowers nislutvel org"];
+	nmo:messageSubject "Eum doloremagna iusto etaccumsan ea wisi volutpat ex. ";
+	nmo:plainTextMessageContent "Praesent accumsan exerci ut qui feugiat euismod doloremagna. Augue ea dignissim molestie eu nostrud qui. ".
+
+<urn:uuid:885351716> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:837204284>;
+	nmo:sentDate "2008-08-04T15:37:42";
+	nmo:receivedDate "2008-08-04T15:37:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elamar aliquamduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:839033319>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "karyn perrin tecommodoconsequat tv"];
+	nmo:messageSubject "Eum luptatumzzril molestie ad tation hendrerit duis amet enim praesent. ";
+	nmo:plainTextMessageContent "Delenitaugue ad ullamcorper vero dolor eros. Wisi dolor enim ad aliquip eufeugiat hendrerit eum luptatum consequat iustoodio consequat dolor facilisi. ".
+
+<urn:uuid:20958472> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:837204284>;
+	nmo:sentDate "2008-05-16T16:05:01";
+	nmo:receivedDate "2008-05-16T16:05:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elamar aliquamduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ex at velit suscipit. ";
+	nmo:plainTextMessageContent "Illum commodo at velit lobortis in esse nisl. ".
+
+<urn:uuid:1372658675> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:837204284>;
+	nmo:sentDate "2008-03-30T15:43:07";
+	nmo:receivedDate "2008-03-30T15:43:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elamar aliquamduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:992852623>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kyle chan verovel eu"];
+	nmo:messageSubject "Dolore dolore nislut lobortis iusto elitsed luptatumzzril volutpat. ";
+	nmo:plainTextMessageContent "Iriure adipiscing feugait ad tation delenitaugue veniamquis delenit zzril sit commodoconsequat odio. ".
+
+<urn:uuid:1218117702> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:837204284>;
+	nmo:sentDate "2009-02-15T15:15:44";
+	nmo:receivedDate "2009-02-15T15:16:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elamar aliquamduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1203353125>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "alange molestiequis info"];
+	nmo:messageSubject "Accumsan enim volutpat at aliquam dolor adipiscing iustoodio dolore. ";
+	nmo:plainTextMessageContent "Iustoodio enim vero erat blandit lobortis. ".
+
+<urn:uuid:788101540> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:837204284>;
+	nmo:sentDate "2008-05-30T15:32:11";
+	nmo:receivedDate "2008-05-30T15:32:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elamar aliquamduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Autem adipiscing invulputate laoreet autem doloremagna euismod illum eros. ";
+	nmo:plainTextMessageContent "Vel qui enim illum ullamcorper autem facilisi aliquip suscipit duis. Wisi duis illum te blandit dolore ad veniamquis tincidunt eu. ".
+
+<urn:uuid:1108033548> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:837204284>;
+	nmo:sentDate "2008-06-13T15:53:25";
+	nmo:receivedDate "2008-06-13T15:53:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elamar aliquamduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ullamcorper blandit illum vel nulla facilisis dolore et nulla feugiat esse. ";
+	nmo:plainTextMessageContent "Hendrerit eum ea autem tincidunt amet laoreet ea dolore lorem. ".
+
+<urn:uuid:633124907> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15431" ;
+	nco:locality "Dunbar" ;
+	nco:streetAddress "9017 Hancock Lane" .
+
+<mailto:dpellegrino insuscipit eu> a nco:EmailAddress; 
+	nco:emailAddress "dpellegrino insuscipit eu".
+
+<urn:uuid:524373562> a nco:PersonContact; 
+	nco:fullname "Deidra Pellegrino";
+	nco:nameGiven "Deidra";
+	nco:nameFamily "Pellegrino";
+	nco:birthDate "1942-07-10";
+	nco:hasAffiliation "Assistant Branch Manager 1 Bank";
+	nco:hasEmailAddress <mailto:dpellegrino insuscipit eu>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:633124907>.
+
+<urn:uuid:289254703> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13040" ;
+	nco:locality "Cincinnatus" ;
+	nco:streetAddress "6495 Hidden Harbor Street" .
+
+<mailto:dtotten intincidunt gov> a nco:EmailAddress; 
+	nco:emailAddress "dtotten intincidunt gov".
+
+<xmpp:donnie totten gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Donnie Totten" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Ullamcorper suscipit augue eufeugiat hendrerit dolore molestie blandit dolor vel diam esse odio. " ;
+	nco:imID "donnie totten gmail com".
+
+<urn:uuid:930425689> a nco:PersonContact; 
+	nco:fullname "Donnie Totten";
+	nco:nameGiven "Donnie";
+	nco:nameFamily "Totten";
+	nco:birthDate "1942-07-07";
+	nco:hasAffiliation "Clerk Repair Orders";
+	nco:hasEmailAddress <mailto:dtotten intincidunt gov>;
+	nco:hasIMAccount <xmpp:donnie totten gmail com>;
+	nco:hasPostalAddress <urn:uuid:289254703>.
+
+<urn:uuid:1388988411> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:930425689>;
+	nmo:sentDate "2008-11-05T15:51:17";
+	nmo:receivedDate "2008-11-05T15:51:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtotten intincidunt gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2096621861>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mcable commodonulla com"];
+	nmo:messageSubject "Ad velit vulputate ad feugait et praesent nulla velit vero. ";
+	nmo:plainTextMessageContent "Consequatvel invulputate etaccumsan duis consectetuer consequat. ".
+
+<urn:uuid:2040901817> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:930425689>;
+	nmo:sentDate "2008-08-07T15:24:29";
+	nmo:receivedDate "2008-08-07T15:25:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtotten intincidunt gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:943337132>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kbaines enimipsum eu"];
+	nmo:bcc <urn:uuid:1486230580>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "vcornejo euismodipsum info"];
+	nmo:messageSubject "Facilisi ipsum volutpat doloremagna luptatum facilisis duis odio tincidunt odio luptatumzzril. ";
+	nmo:plainTextMessageContent "In vero luptatum dolor et vel elitsed consequat eros dolore in. Quis qui eros nisl nostrud blandit aliquip esse delenit nulla vel. ".
+
+<urn:uuid:158329493> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03273" ;
+	nco:locality "South Sutton" ;
+	nco:streetAddress "9803 Mimosa Tree Cove" .
+
+<mailto:jhalstead illumat org> a nco:EmailAddress; 
+	nco:emailAddress "jhalstead illumat org".
+
+<tel:+12076977369> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)697-7369".
+
+<urn:uuid:506606098> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12076977369>]; 
+	nmo:duration 18; 
+	nmo:sentDate "2008-07-24T15:47:16". 
+
+<urn:uuid:384726279> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12076977369>]; 
+	nmo:duration 5; 
+	nmo:receivedDate "2008-07-05T15:41:47". 
+
+<urn:uuid:207212448> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12076977369>]; 
+	nmo:duration 33; 
+	nmo:sentDate "2008-10-16T15:24:16". 
+
+<urn:uuid:1098865763> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12076977369>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-23T15:56:09";
+	nmo:receivedDate "2008-03-08T15:15:23";
+	nmo:plainTextMessageContent "Feugait esse te facilisi ut dolor augue ad veniam. Veniamquis zzril doloremagna autem praesent dignissim dolore dolore suscipit elitsed ut consectetuer. Accumsan zzril autem adipiscing ut ex qui autem consequatvel vero molestie ullamcorper vulputate. Eros ex erat aliquip iriure ad. Et nibh in duis ex nisl iriure veniam dignissim hendrerit ex. ".
+
+<urn:uuid:493885054> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12076977369>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-31T16:02:13";
+	nmo:receivedDate "2008-09-02T15:20:00";
+	nmo:plainTextMessageContent "Illum vel te tationullamcorper. Nulla at veniamquis erat autem te nostrud aliquip ut Utwisi molestie in. Enim dolore in vero wisi tation suscipit eum enim ex. Eum delenit iusto nonummy feugait aliquip nulla ad augue. Consequat aliquam amet invulputate feugait. Duis dolore feugiat accumsan ut consequat eum nostrud odio ut nulla. ".
+
+<urn:uuid:252883092> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12076977369>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-28T15:23:17";
+	nmo:receivedDate "2008-08-28T15:16:52";
+	nmo:plainTextMessageContent "Duis euismod dolore dignissim vel lorem nonummy vulputate lorem delenit. Qui blandit quis iustoodio duis dolore esse vero in sit nulla exerci suscipit at. Minim feugait odio duis adipiscing vel. Eros qui esse ut feugiat eum exerci ea. Vero vero dolore dolor vulputate eros praesent nisl. Exerci dolore elitsed aliquip ipsum hendrerit nostrud dolor vulputate. Eros iusto qui consequat iusto enim dignissim. ".
+
+<urn:uuid:166512867> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12076977369>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-11T15:14:48";
+	nmo:receivedDate "2008-05-11T15:56:30";
+	nmo:plainTextMessageContent "Consectetuer at sit veniam consectetuer dolor sit exerci eros esse. Consequat iusto nostrud dolor nulla eum. Illum nonummy molestie etaccumsan amet eros laoreet te dignissim nostrud. In odio consequat ea lobortis delenit. At illum iustoodio facilisi dolore adipiscing praesent lobortis. Minim invulputate nostrud esse. ".
+
+<urn:uuid:2058392958> a nco:PersonContact; 
+	nco:fullname "Jonnie Halstead";
+	nco:nameGiven "Jonnie";
+	nco:nameFamily "Halstead";
+	nco:birthDate "1942-09-08";
+	nco:hasAffiliation "Wide Area Network Administrator";
+	nco:hasEmailAddress <mailto:jhalstead illumat org>;
+	nco:hasPhoneNumber <tel:+12076977369>;
+	nco:hasPostalAddress <urn:uuid:158329493>.
+
+<urn:uuid:2083543365> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2058392958>;
+	nmo:sentDate "2008-08-22T15:54:45";
+	nmo:receivedDate "2008-08-22T15:54:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jhalstead illumat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1208101714>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ggood inut org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Ea eros aliquip vel vulputate. ";
+	nmo:plainTextMessageContent "Dolore luptatumzzril minim iriuredolor duis iriure dolore dignissim ex velit velit et zzril eum. ".
+
+<urn:uuid:1240407172> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2058392958>;
+	nmo:sentDate "2009-02-04T15:28:47";
+	nmo:receivedDate "2009-02-04T15:28:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jhalstead illumat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Euismod zzril delenit dolore consequat vero qui et eros ut vero. ";
+	nmo:plainTextMessageContent "Ex lobortis ad blandit ut feugait exerci velit odio blandit. ".
+
+<urn:uuid:1750699596> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2058392958>;
+	nmo:sentDate "2008-10-01T15:38:30";
+	nmo:receivedDate "2008-10-01T15:39:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jhalstead illumat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Veniamquis dolor eum te hendrerit facilisis. ";
+	nmo:plainTextMessageContent "Aliquip tationullamcorper in delenitaugue etaccumsan praesent sit luptatum lobortis eros. ".
+
+<urn:uuid:1578721629> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2058392958>;
+	nmo:sentDate "2008-02-04T15:34:20";
+	nmo:receivedDate "2008-02-04T15:34:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jhalstead illumat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:117061683>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lilia brennan velnostrud org"];
+	nmo:messageSubject "Nisl nostrud odio autem odio et vero tincidunt diam iustoodio ut adipiscing. ";
+	nmo:plainTextMessageContent "Vel consequatvel et euismod tationullamcorper tation dignissim in iriuredolor facilisis tationullamcorper in esse minim. Autem facilisis feugait feugait facilisis vel iriure nisl dolor. ".
+
+<urn:uuid:741715562> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2058392958>;
+	nmo:sentDate "2008-05-18T15:26:32";
+	nmo:receivedDate "2008-05-18T15:26:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jhalstead illumat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Autem velit suscipit vulputate lobortis duis praesent vel blandit dolore. ";
+	nmo:plainTextMessageContent "Illum qui molestie feugiat nostrud dolor duis duis. ".
+
+<urn:uuid:1271827805> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2058392958>;
+	nmo:sentDate "2008-10-14T15:23:50";
+	nmo:receivedDate "2008-10-14T15:24:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jhalstead illumat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1318196797>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tdriscoll nonummyblandit net"];
+	nmo:messageSubject "Qui delenitaugue tationullamcorper tationullamcorper adipiscing blandit aliquip te aliquip lobortis suscipit. ";
+	nmo:plainTextMessageContent "Dignissim velit accumsan enim ex praesent. Nostrud dolore at nonummy iriuredolor qui nibh. ".
+
+<urn:uuid:140367566> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2058392958>;
+	nmo:sentDate "2008-08-02T15:28:05";
+	nmo:receivedDate "2008-08-02T15:28:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jhalstead illumat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1497173871>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gmorgan etdolore org"];
+	nmo:messageSubject "Accumsan aliquam velit consequat delenitaugue exerci feugait veniam consequat iusto nonummy hendrerit dolore. ";
+	nmo:plainTextMessageContent "Doloremagna nulla ipsum praesent molestie. Duis praesent nulla etaccumsan eros. ".
+
+<urn:uuid:66277747> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2058392958>;
+	nmo:sentDate "2008-09-03T15:56:44";
+	nmo:receivedDate "2008-09-03T15:57:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jhalstead illumat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:955227775>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "chardaway velitdolore gov"];
+	nmo:messageSubject "Zzril at dolore in duis praesent te minim dignissim. ";
+	nmo:plainTextMessageContent "Zzril vel dolor dolore vulputate aliquip erat blandit euismod in facilisis. ".
+
+<urn:uuid:1286735917> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2058392958>;
+	nmo:sentDate "2008-01-29T15:26:03";
+	nmo:receivedDate "2008-01-29T15:26:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jhalstead illumat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:538578001>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "yolanda dunham essetationullamcorper net"];
+	nmo:messageSubject "Quis autem consectetuer veniamquis. ";
+	nmo:plainTextMessageContent "Wisi ea duis dolore delenitaugue consectetuer veniam ad esse lorem. ".
+
+<urn:uuid:1794620357> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2058392958>;
+	nmo:sentDate "2009-01-16T15:29:15";
+	nmo:receivedDate "2009-01-16T15:30:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jhalstead illumat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Augue molestie dolore veniamquis dolor. ";
+	nmo:plainTextMessageContent "Blandit minim nulla ea ex sit facilisis feugiat nulla. ".
+
+<urn:uuid:641839491> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2058392958>;
+	nmo:sentDate "2008-06-28T15:18:45";
+	nmo:receivedDate "2008-06-28T15:19:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jhalstead illumat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1543085371>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kaye griffiths consequateros eu"];
+	nmo:messageSubject "Consequat vel nostrud nulla diam consequatvel veniam luptatumzzril. ";
+	nmo:plainTextMessageContent "Dolore lobortis in augue dolore nisl dolor. Luptatum zzril duis consectetuer aliquam duis qui iriuredolor. ".
+
+<urn:uuid:423354773> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2058392958>;
+	nmo:sentDate "2008-10-22T15:36:26";
+	nmo:receivedDate "2008-10-22T15:37:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jhalstead illumat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Luptatum ut nulla in aliquip diam autem exerci velit Utwisi lobortis consequatvel. ";
+	nmo:plainTextMessageContent "Delenit in suscipit dolore ea. ".
+
+<urn:uuid:571719385> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2058392958>;
+	nmo:sentDate "2008-05-12T15:40:34";
+	nmo:receivedDate "2008-05-12T15:40:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jhalstead illumat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:457233698>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "renita orourke consequatUtwisi info"];
+	nmo:messageSubject "Luptatumzzril ut dolore augue suscipit commodoconsequat luptatumzzril iusto delenitaugue at aliquip dolore veniamquis. ";
+	nmo:plainTextMessageContent "Invulputate nisl suscipit dolore illum veniam praesent nostrud. ".
+
+<urn:uuid:1202640889> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2058392958>;
+	nmo:sentDate "2008-05-25T15:13:05";
+	nmo:receivedDate "2008-05-25T15:13:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jhalstead illumat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:268024555>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "brigitte mcfarland iriureexerci edu"];
+	nmo:messageSubject "Velit eufeugiat duis ut ex odio tationullamcorper et diam nulla consequatvel vel in lobortis. ";
+	nmo:plainTextMessageContent "Eufeugiat zzril vulputate tationullamcorper et eros luptatum minim vel nulla consequatvel laoreet sit. ".
+
+<urn:uuid:19877405> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2058392958>;
+	nmo:sentDate "2008-08-10T16:09:46";
+	nmo:receivedDate "2008-08-10T16:09:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jhalstead illumat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:114605023>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "sadcock duisenim gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Vulputate commodoconsequat lobortis exerci vero dolore et ad molestie aliquam enim. ";
+	nmo:plainTextMessageContent "Commodo euismod nulla facilisis facilisi odio consequat tincidunt luptatum facilisi suscipit suscipit. Ut consequatvel commodoconsequat eum eum amet. ".
+
+<urn:uuid:504114818> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2058392958>;
+	nmo:sentDate "2008-10-07T15:39:51";
+	nmo:receivedDate "2008-10-07T15:40:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jhalstead illumat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Utwisi vel aliquip volutpat autem minim volutpat odio et. ";
+	nmo:plainTextMessageContent "Velit praesent eum vero eufeugiat aliquam lorem ullamcorper amet ullamcorper luptatumzzril iriure ea. Enim hendrerit qui lobortis. ".
+
+<urn:uuid:1306483646> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2058392958>;
+	nmo:sentDate "2008-11-24T15:36:11";
+	nmo:receivedDate "2008-11-24T15:36:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jhalstead illumat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Nulla ipsum euismod ut nulla suscipit ea dignissim. ";
+	nmo:plainTextMessageContent "Te vulputate ea ex nostrud tation commodo vel laoreet enim adipiscing vel dignissim. ".
+
+<urn:uuid:1889093081> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2058392958>;
+	nmo:sentDate "2008-12-09T16:01:15";
+	nmo:receivedDate "2008-12-09T16:02:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jhalstead illumat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:268024555>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "brigitte mcfarland iriureexerci edu"];
+	nmo:messageSubject "Zzril ea laoreet euismod erat dolor in facilisis iriure iusto. ";
+	nmo:plainTextMessageContent "In dignissim ad delenitaugue lobortis nislut in ea iriure diam elitsed facilisis vulputate. Laoreet zzril vel veniamquis zzril luptatumzzril. ".
+
+<urn:uuid:54230464> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2058392958>;
+	nmo:sentDate "2008-09-26T15:32:31";
+	nmo:receivedDate "2008-09-26T15:32:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jhalstead illumat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ad nonummy minim eros duis nulla nislut consequat. ";
+	nmo:plainTextMessageContent "Enim zzril wisi consequat consectetuer nulla augue nulla eum lorem consequat nulla elitsed. Nulla ipsum vel delenit ex. ".
+
+<urn:uuid:626394225> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2058392958>;
+	nmo:sentDate "2008-10-04T15:46:02";
+	nmo:receivedDate "2008-10-04T15:47:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jhalstead illumat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2121238144>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "zachery barajas praesentvero tv"];
+	nmo:messageSubject "Blandit esse duis ea zzril iusto. ";
+	nmo:plainTextMessageContent "Exerci ipsum in nostrud dolore augue enim. Ea velit etaccumsan praesent hendrerit consequatvel tation laoreet autem te blandit veniam nostrud. ".
+
+<urn:uuid:1938430579> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2058392958>;
+	nmo:sentDate "2008-11-13T15:12:32";
+	nmo:receivedDate "2008-11-13T15:13:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jhalstead illumat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:690308340>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "fcurry tinciduntte org"];
+	nmo:bcc <urn:uuid:801482573>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "latonia baldwin loremad tv"];
+	nmo:messageSubject "Veniamquis vel feugiat blandit ipsum quis nostrud feugait nostrud facilisis dolore ad. ";
+	nmo:plainTextMessageContent "Utwisi iusto duis eufeugiat autem in te. ".
+
+<urn:uuid:623405868> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04626" ;
+	nco:locality "Cutler" ;
+	nco:streetAddress "4319 Washington Lane" .
+
+<mailto:garry roche telaoreet edu> a nco:EmailAddress; 
+	nco:emailAddress "garry roche telaoreet edu".
+
+<urn:uuid:584541222> a nco:PersonContact; 
+	nco:fullname "Garry Roche";
+	nco:nameGiven "Garry";
+	nco:nameFamily "Roche";
+	nco:birthDate "1942-05-05";
+	nco:hasAffiliation "Manager Sales 2";
+	nco:hasEmailAddress <mailto:garry roche telaoreet edu>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:623405868>.
+
+<urn:uuid:216675389> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03878" ;
+	nco:locality "Somersworth" ;
+	nco:streetAddress "7509 Saddlegait Circle" .
+
+<mailto:lizette hannah molestieexerci us> a nco:EmailAddress; 
+	nco:emailAddress "lizette hannah molestieexerci us".
+
+<urn:uuid:1167607834> a nco:PersonContact; 
+	nco:fullname "Lizette Hannah";
+	nco:nameGiven "Lizette";
+	nco:nameFamily "Hannah";
+	nco:birthDate "1942-08-10";
+	nco:hasAffiliation "Manager Education";
+	nco:hasEmailAddress <mailto:lizette hannah molestieexerci us>;
+	nco:hasPostalAddress <urn:uuid:216675389>.
+
+<urn:uuid:330895214> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03782" ;
+	nco:locality "Sunapee" ;
+	nco:streetAddress "9228 Southchester Cove" .
+
+<mailto:lbarnette quidoloremagna com> a nco:EmailAddress; 
+	nco:emailAddress "lbarnette quidoloremagna com".
+
+<urn:uuid:158101260> a nco:PersonContact; 
+	nco:fullname "Lissette Barnette";
+	nco:nameGiven "Lissette";
+	nco:nameFamily "Barnette";
+	nco:birthDate "1943-01-21";
+	nco:hasAffiliation "Manager Restaurant 3";
+	nco:hasEmailAddress <mailto:lbarnette quidoloremagna com>;
+	nco:hasPostalAddress <urn:uuid:330895214>.
+
+<urn:uuid:1903788535> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:687070534>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Odio accumsan vel nostrud facilisi iriure facilisis. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-19T12:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-19T12:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:687070534>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:543583558> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01061" ;
+	nco:locality "Northampton" ;
+	nco:streetAddress "6957 Saddle Ridge Trail" .
+
+<mailto:walton strange teduis com> a nco:EmailAddress; 
+	nco:emailAddress "walton strange teduis com".
+
+<urn:uuid:85805452> a nco:PersonContact; 
+	nco:fullname "Walton Strange";
+	nco:nameGiven "Walton";
+	nco:nameFamily "Strange";
+	nco:birthDate "1942-12-18";
+	nco:hasAffiliation "Medical Cytotechnologist";
+	nco:hasEmailAddress <mailto:walton strange teduis com>;
+	nco:hasPostalAddress <urn:uuid:543583558>.
+
+<urn:uuid:997577459> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "03901" ;
+	nco:locality "Berwick" ;
+	nco:streetAddress "7027 Keystone Trail" .
+
+<mailto:nikki frazier luptatumea tv> a nco:EmailAddress; 
+	nco:emailAddress "nikki frazier luptatumea tv".
+
+<urn:uuid:737898680> a nco:PersonContact; 
+	nco:fullname "Nikki Frazier";
+	nco:nameGiven "Nikki";
+	nco:nameFamily "Frazier";
+	nco:birthDate "1942-09-22";
+	nco:hasAffiliation "Assembly Line Foreman";
+	nco:hasEmailAddress <mailto:nikki frazier luptatumea tv>;
+	nco:hasPostalAddress <urn:uuid:997577459>.
+
+<urn:uuid:916587277> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1691900453>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Utwisi nostrud eros veniamquis duis ad. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-19T18:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-19T20:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1691900453>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:885782478> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03082" ;
+	nco:locality "Lyndeborough" ;
+	nco:streetAddress "2688 Rustleaf Way" .
+
+<mailto:dtrejo facilisisminim eu> a nco:EmailAddress; 
+	nco:emailAddress "dtrejo facilisisminim eu".
+
+<urn:uuid:664022881> a nco:PersonContact; 
+	nco:fullname "Denise Trejo";
+	nco:nameGiven "Denise";
+	nco:nameFamily "Trejo";
+	nco:birthDate "1942-12-26";
+	nco:hasAffiliation "Assistant Estimator";
+	nco:hasEmailAddress <mailto:dtrejo facilisisminim eu>;
+	nco:hasPostalAddress <urn:uuid:885782478>.
+
+<urn:uuid:1568691744> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:664022881>;
+	nmo:sentDate "2008-12-20T15:52:07";
+	nmo:receivedDate "2008-12-20T15:52:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtrejo facilisisminim eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:268024555>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "brigitte mcfarland iriureexerci edu"];
+	nmo:messageSubject "Iustoodio in velit etaccumsan volutpat suscipit augue amet ea ad eros. ";
+	nmo:plainTextMessageContent "Consequat eufeugiat sit dolore et molestie ea iusto ut delenitaugue nostrud consequat. Exerci facilisi veniamquis lorem aliquip autem ipsum ex luptatum in in nibh vel. ".
+
+<urn:uuid:291774951> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:664022881>;
+	nmo:sentDate "2008-06-12T15:56:05";
+	nmo:receivedDate "2008-06-12T15:56:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtrejo facilisisminim eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1975598669>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "sharms lobortisdoloremagna gov"];
+	nmo:messageSubject "Iustoodio ullamcorper wisi exerci amet ut ea exerci eros consequat. ";
+	nmo:plainTextMessageContent "Dolore erat ad ea. ".
+
+<urn:uuid:473601460> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:664022881>;
+	nmo:sentDate "2008-02-17T15:42:11";
+	nmo:receivedDate "2008-02-17T15:42:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtrejo facilisisminim eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:687070534>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "adoolittle velitad org"];
+	nmo:messageSubject "Ad duis consequat dolore enim feugiat velit praesent suscipit sit commodo augue. ";
+	nmo:plainTextMessageContent "Tationullamcorper exerci facilisi aliquam sit nulla eros eu et laoreet velit. Te consequat at quis aliquip dolore ut lobortis nulla aliquam aliquip. ".
+
+<urn:uuid:1616478957> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:664022881>;
+	nmo:sentDate "2008-10-21T15:22:55";
+	nmo:receivedDate "2008-10-21T15:23:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtrejo facilisisminim eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Blandit vel eu esse. ";
+	nmo:plainTextMessageContent "Velit tationullamcorper blandit illum quis iriuredolor. ".
+
+<urn:uuid:973831588> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:664022881>;
+	nmo:sentDate "2008-10-23T16:05:52";
+	nmo:receivedDate "2008-10-23T16:06:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtrejo facilisisminim eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1492071226>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ramona poindexter duisdolor info"];
+	nmo:messageSubject "In consequatvel feugait in te. ";
+	nmo:plainTextMessageContent "Te illum odio dolore. ".
+
+<urn:uuid:1264789956> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:664022881>;
+	nmo:sentDate "2008-12-22T16:00:14";
+	nmo:receivedDate "2008-12-22T16:01:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtrejo facilisisminim eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1540717164>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bmccormick delenitte us"];
+	nmo:bcc <urn:uuid:1176068401>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "cmcintosh essevelit gov"];
+	nmo:messageSubject "Consequat hendrerit velit consequatvel ad minim. ";
+	nmo:plainTextMessageContent "Ex minim in qui autem commodo at autem et etaccumsan euismod luptatumzzril. Dolore nisl ea lobortis exerci facilisi enim illum volutpat nulla zzril. ".
+
+<urn:uuid:1340763616> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:664022881>;
+	nmo:sentDate "2008-11-15T15:23:21";
+	nmo:receivedDate "2008-11-15T15:24:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtrejo facilisisminim eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:136227770>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "sgreer dignissimsuscipit edu"];
+	nmo:messageSubject "Accumsan nonummy enim lorem iriuredolor. ";
+	nmo:plainTextMessageContent "Nonummy esse consequatvel duis. Accumsan ut praesent adipiscing vel nonummy ea euismod ad duis eum consequat delenitaugue. ".
+
+<urn:uuid:1169634684> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:664022881>;
+	nmo:sentDate "2008-10-27T15:24:50";
+	nmo:receivedDate "2008-10-27T15:24:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtrejo facilisisminim eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2145797825>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ewheeler blanditsuscipit org"];
+	nmo:bcc <urn:uuid:1667025608>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "fscarborough etvel edu"];
+	nmo:messageSubject "Iriuredolor facilisi nonummy ut euismod etaccumsan vulputate illum. ";
+	nmo:plainTextMessageContent "Hendrerit elitsed diam nislut doloremagna veniamquis vel at consequat exerci aliquam suscipit facilisis. ".
+
+<urn:uuid:1635052885> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:664022881>;
+	nmo:sentDate "2008-05-22T16:05:05";
+	nmo:receivedDate "2008-05-22T16:05:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtrejo facilisisminim eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1619154526>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lgoebel nullatincidunt gov"];
+	nmo:bcc <urn:uuid:1266645561>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "allan herrera duisnislut org"];
+	nmo:messageSubject "Nostrud duis eros veniam invulputate commodoconsequat ipsum exerci euismod lobortis wisi nulla ex dolore. ";
+	nmo:plainTextMessageContent "Ad euismod dignissim odio consequat esse luptatumzzril nulla. Nislut lobortis dolor et adipiscing laoreet. ".
+
+<urn:uuid:811767455> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:664022881>;
+	nmo:sentDate "2008-06-06T15:29:55";
+	nmo:receivedDate "2008-06-06T15:30:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtrejo facilisisminim eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:551863217>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "josue tamayo doloreullamcorper org"];
+	nmo:bcc <urn:uuid:460750400>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "leon fortney facilisiqui org"];
+	nmo:messageSubject "Luptatumzzril in elitsed aliquam enim illum feugait iusto commodo. ";
+	nmo:plainTextMessageContent "Iustoodio hendrerit nulla vero velit facilisi hendrerit invulputate vero invulputate. Iusto nisl luptatum veniamquis enim nostrud dolore. ".
+
+<urn:uuid:1554729186> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:664022881>;
+	nmo:sentDate "2008-05-30T15:25:03";
+	nmo:receivedDate "2008-05-30T15:25:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtrejo facilisisminim eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1132553444>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dennis harter lobortiset com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Facilisi facilisis sit te consequat. ";
+	nmo:plainTextMessageContent "Veniamquis vero ea ut luptatumzzril nulla nibh nisl Utwisi nulla molestie. ".
+
+<urn:uuid:1880795464> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:664022881>;
+	nmo:sentDate "2008-04-20T16:05:29";
+	nmo:receivedDate "2008-04-20T16:05:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtrejo facilisisminim eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisis ad aliquip molestie iusto aliquip feugait luptatumzzril autem dolore. ";
+	nmo:plainTextMessageContent "Eu qui delenit enim. ".
+
+<urn:uuid:821834926> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:664022881>;
+	nmo:sentDate "2008-03-14T15:12:49";
+	nmo:receivedDate "2008-03-14T15:13:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtrejo facilisisminim eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nisl facilisi ullamcorper ullamcorper in ullamcorper facilisi enim luptatum amet minim. ";
+	nmo:plainTextMessageContent "Minim exerci vel consequat augue dolor qui nulla quis dolor dolore nulla ut hendrerit. Minim feugait autem iusto erat tationullamcorper facilisi augue blandit diam luptatum veniam lorem. ".
+
+<urn:uuid:487278733> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:664022881>;
+	nmo:sentDate "2008-02-11T16:06:16";
+	nmo:receivedDate "2008-02-11T16:06:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtrejo facilisisminim eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:664101765>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "marcelino crayton utlaoreet eu"];
+	nmo:messageSubject "Et autem minim nulla nostrud iriure. ";
+	nmo:plainTextMessageContent "Suscipit duis velit nulla vel dolore. ".
+
+<urn:uuid:1621367738> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:664022881>;
+	nmo:sentDate "2008-08-15T15:32:16";
+	nmo:receivedDate "2008-08-15T15:32:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtrejo facilisisminim eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eu enim ad delenit velit ut velit sit ea eros duis facilisi. ";
+	nmo:plainTextMessageContent "Iusto vulputate dolore ad commodo nulla. ".
+
+<urn:uuid:1048433362> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:664022881>;
+	nmo:sentDate "2008-01-16T15:33:34";
+	nmo:receivedDate "2008-01-16T15:34:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtrejo facilisisminim eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1037884809>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "valeria vo eratnostrud org"];
+	nmo:messageSubject "Dolore at feugait praesent duis doloremagna elitsed commodo vel te amet luptatum. ";
+	nmo:plainTextMessageContent "Te elitsed lorem veniam et accumsan exerci eufeugiat nulla accumsan ut blandit tincidunt in. ".
+
+<urn:uuid:1611618074> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:664022881>;
+	nmo:sentDate "2008-03-10T15:32:46";
+	nmo:receivedDate "2008-03-10T15:33:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtrejo facilisisminim eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1564951246>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "sturney tationconsequat com"];
+	nmo:messageSubject "Feugait iusto illum sit ut praesent. ";
+	nmo:plainTextMessageContent "Ad nisl nulla consequat qui invulputate accumsan illum in delenitaugue vel blandit. ".
+
+<urn:uuid:323502097> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:664022881>;
+	nmo:sentDate "2008-11-06T15:43:14";
+	nmo:receivedDate "2008-11-06T15:44:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtrejo facilisisminim eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1935436383>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "hollis mclane enimut net"];
+	nmo:messageSubject "Dignissim consequatvel nonummy iusto. ";
+	nmo:plainTextMessageContent "Eum duis velit iusto esse hendrerit vel molestie. Nulla exerci tationullamcorper nislut et facilisi. ".
+
+<urn:uuid:716629778> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:664022881>;
+	nmo:sentDate "2008-04-19T15:24:00";
+	nmo:receivedDate "2008-04-19T15:24:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtrejo facilisisminim eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1302391139>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kgrant iustoodioluptatum org"];
+	nmo:messageSubject "Erat delenit et duis. ";
+	nmo:plainTextMessageContent "Ex nulla odio erat eros ullamcorper vel elitsed dolore delenitaugue doloremagna hendrerit. Nibh in sit vel laoreet duis ad augue. ".
+
+<urn:uuid:996477703> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:664022881>;
+	nmo:sentDate "2008-08-11T15:17:32";
+	nmo:receivedDate "2008-08-11T15:18:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtrejo facilisisminim eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:85805452>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "walton strange teduis com"];
+	nmo:messageSubject "Euismod laoreet zzril aliquip nostrud volutpat ea adipiscing duis te ea wisi duis nostrud. ";
+	nmo:plainTextMessageContent "Nonummy euismod delenit adipiscing dolore euismod eum vel dolor invulputate ullamcorper. Augue tincidunt blandit etaccumsan. ".
+
+<urn:uuid:1294187834> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:664022881>;
+	nmo:sentDate "2008-09-25T16:01:40";
+	nmo:receivedDate "2008-09-25T16:01:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtrejo facilisisminim eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ex in vel consequat iusto dolore dolore autem. ";
+	nmo:plainTextMessageContent "Vel tationullamcorper laoreet veniamquis et autem lobortis amet exerci luptatumzzril feugiat. ".
+
+<urn:uuid:997994335> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:664022881>;
+	nmo:sentDate "2008-12-09T15:54:51";
+	nmo:receivedDate "2008-12-09T15:55:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtrejo facilisisminim eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Commodo etaccumsan nostrud suscipit molestie dolor enim. ";
+	nmo:plainTextMessageContent "Sit vel duis autem exerci dolore. ".
+
+<urn:uuid:616069599> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:664022881>;
+	nmo:sentDate "2008-07-25T15:23:34";
+	nmo:receivedDate "2008-07-25T15:24:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtrejo facilisisminim eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:696304952>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rlyle duisconsectetuer info"];
+	nmo:messageSubject "Aliquam odio sit autem luptatumzzril molestie velit eum adipiscing nulla minim minim. ";
+	nmo:plainTextMessageContent "Delenit amet blandit eum nostrud in hendrerit consectetuer ea ea consequat amet duis illum. ".
+
+<urn:uuid:965116323> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:664022881>;
+	nmo:sentDate "2008-06-02T15:55:41";
+	nmo:receivedDate "2008-06-02T15:56:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtrejo facilisisminim eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1681401885>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kgoff delenitauguenulla tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Minim minim ut et at euismod dolore hendrerit eufeugiat dolore. ";
+	nmo:plainTextMessageContent "Te nislut wisi at et molestie. ".
+
+<urn:uuid:808668997> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05832" ;
+	nco:locality "East Burke" ;
+	nco:streetAddress "2790 Clarington Drive" .
+
+<mailto:jgrubbs exhendrerit edu> a nco:EmailAddress; 
+	nco:emailAddress "jgrubbs exhendrerit edu".
+
+<tel:+16462378592> a nco:PhoneNumber; 
+	nco:phoneNumber "(646)237-8592".
+
+<urn:uuid:1812129150> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16462378592>]; 
+	nmo:duration 15; 
+	nmo:receivedDate "2008-01-19T15:13:09". 
+
+<urn:uuid:1143826872> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16462378592>]; 
+	nmo:duration 20; 
+	nmo:sentDate "2008-08-30T15:47:17". 
+
+<urn:uuid:1292785502> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16462378592>]; 
+	nmo:duration 17; 
+	nmo:receivedDate "2008-03-26T15:25:38". 
+
+<urn:uuid:1851446065> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16462378592>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-21T15:31:11";
+	nmo:receivedDate "2008-02-08T16:07:22";
+	nmo:plainTextMessageContent "Facilisi dignissim nostrud velit nulla. Vel dolor velit feugiat nislut amet eum feugait autem qui hendrerit blandit at molestie. Exerci aliquip hendrerit delenitaugue consectetuer dolore dolore feugait vero nostrud enim. Duis molestie elitsed duis adipiscing commodoconsequat velit consequatvel delenit veniamquis aliquip. ".
+
+<urn:uuid:1828327663> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16462378592>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-04T15:41:17";
+	nmo:receivedDate "2008-08-04T15:34:02";
+	nmo:plainTextMessageContent "Lobortis ex in amet. Euismod quis eufeugiat nulla ad commodo. Doloremagna veniam suscipit euismod facilisi nisl dolor aliquam duis laoreet ut aliquip. Euismod enim autem odio duis ex. ".
+
+<urn:uuid:1175690644> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16462378592>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-20T15:31:33";
+	nmo:receivedDate "2008-12-10T15:53:39";
+	nmo:plainTextMessageContent "Diam augue esse aliquam exerci luptatumzzril eu te iusto consectetuer luptatumzzril. Sit ipsum doloremagna eum invulputate elitsed ea ut lobortis doloremagna vero feugait ea euismod. Illum ad autem facilisi dignissim esse autem augue nulla tationullamcorper nisl. Eros accumsan luptatumzzril nonummy enim. Hendrerit feugait dignissim autem delenitaugue ea sit amet velit vero lobortis eu dolore eros. Commodoconsequat ut esse at commodoconsequat ut nibh dolor iriuredolor eros. ".
+
+<urn:uuid:1409056675> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16462378592>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-02T15:39:37";
+	nmo:receivedDate "2008-04-19T15:49:14";
+	nmo:plainTextMessageContent "Elitsed praesent vel vulputate nulla lobortis iriuredolor velit invulputate autem praesent nibh. Consequatvel in ut exerci vero. Exerci et eufeugiat nostrud blandit nisl diam. Elitsed velit wisi aliquip illum delenit et. Delenit aliquip odio vero veniam luptatumzzril praesent dolore. ".
+
+<urn:uuid:49861387> a nco:PersonContact; 
+	nco:fullname "Jamaal Grubbs";
+	nco:nameGiven "Jamaal";
+	nco:nameFamily "Grubbs";
+	nco:birthDate "1942-11-13";
+	nco:hasAffiliation "Network Planning Analyst";
+	nco:hasEmailAddress <mailto:jgrubbs exhendrerit edu>;
+	nco:hasPhoneNumber <tel:+16462378592>;
+	nco:hasPostalAddress <urn:uuid:808668997>.
+
+<urn:uuid:2099560715> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1942393884>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Eros consequatvel duis ad praesent. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-06T16:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-06T16:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1942393884>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1156073737> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10471" ;
+	nco:locality "Bronx" ;
+	nco:streetAddress "1298 Jermyn Lane" .
+
+<mailto:deirdre hoffmann velittationullamcorper eu> a nco:EmailAddress; 
+	nco:emailAddress "deirdre hoffmann velittationullamcorper eu".
+
+<tel:+16039177061> a nco:PhoneNumber; 
+	nco:phoneNumber "(603)917-7061".
+
+<urn:uuid:1907904024> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16039177061>]; 
+	nmo:duration 13; 
+	nmo:sentDate "2008-08-15T15:34:49". 
+
+<urn:uuid:2053439587> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16039177061>]; 
+	nmo:duration 9; 
+	nmo:sentDate "2008-01-17T16:11:32". 
+
+<urn:uuid:1686534939> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16039177061>]; 
+	nmo:duration 33; 
+	nmo:receivedDate "2008-07-28T15:31:42". 
+
+<urn:uuid:277576337> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16039177061>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-31T15:45:49";
+	nmo:receivedDate "2008-11-05T15:13:23";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Dolore at invulputate dolor aliquam tincidunt euismod qui et ut amet odio molestie dolore. Eufeugiat luptatumzzril consectetuer autem et ex dolor nulla commodo delenit ad. Molestie accumsan suscipit molestie te qui feugait exerci minim praesent eros aliquip vel ex. Enim hendrerit augue dolore minim ex ad molestie molestie dolore blandit eufeugiat. Lorem esse invulputate autem. Nulla molestie et duis sit zzril adipiscing commodoconsequat in in volutpat vero. ".
+
+<urn:uuid:360581202> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16039177061>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-24T15:18:38";
+	nmo:receivedDate "2008-08-07T15:51:17";
+	nmo:plainTextMessageContent "Vel eum consequatvel aliquip. Duis odio ea consectetuer iustoodio. Lorem veniam wisi consequatvel nonummy ipsum exerci ut te nonummy et te erat. Te in iriure ut iriuredolor lorem. ".
+
+<urn:uuid:1983246375> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16039177061>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-04T15:51:15";
+	nmo:receivedDate "2009-02-01T15:54:01";
+	nmo:plainTextMessageContent "Delenitaugue veniam iusto facilisis adipiscing duis doloremagna vero ipsum duis minim Utwisi. Commodo eum delenitaugue esse et ut. Amet facilisi volutpat vero ut tation. Veniam commodo molestie praesent exerci autem autem hendrerit zzril accumsan nostrud lorem quis blandit. Eum at duis commodo et laoreet amet. ".
+
+<urn:uuid:1262351137> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16039177061>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-14T15:44:27";
+	nmo:receivedDate "2008-05-10T15:55:02";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Augue nostrud feugiat aliquam minim eum ad facilisi feugait dolor nulla et suscipit in. Ut etaccumsan zzril at aliquip praesent esse sit feugait adipiscing amet blandit nulla. Ea vel molestie molestie hendrerit iriure eu nislut volutpat in nostrud nisl eum laoreet. Blandit ullamcorper qui dignissim consequatvel feugait facilisi dolor te duis iriuredolor minim eros. Molestie et delenit dolore commodoconsequat volutpat dolore lobortis at facilisis et eu luptatumzzril et. Feugait etaccumsan quis facilisi tincidunt ad. Vero illum aliquam consectetuer iriuredolor feugait nislut volutpat veniamquis feugait etaccumsan. ".
+
+<urn:uuid:1881702960> a nco:PersonContact; 
+	nco:fullname "Deirdre Hoffmann";
+	nco:nameGiven "Deirdre";
+	nco:nameFamily "Hoffmann";
+	nco:birthDate "1942-04-30";
+	nco:hasAffiliation "Programmer Engineer";
+	nco:hasEmailAddress <mailto:deirdre hoffmann velittationullamcorper eu>;
+	nco:hasPhoneNumber <tel:+16039177061>;
+	nco:hasPostalAddress <urn:uuid:1156073737>.
+
+<urn:uuid:1635460600> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12491" ;
+	nco:locality "West Hurley" ;
+	nco:streetAddress "8285 Tower Circle" .
+
+<mailto:lamar hester eratdignissim org> a nco:EmailAddress; 
+	nco:emailAddress "lamar hester eratdignissim org".
+
+<urn:uuid:1304743795> a nco:PersonContact; 
+	nco:fullname "Lamar Hester";
+	nco:nameGiven "Lamar";
+	nco:nameFamily "Hester";
+	nco:birthDate "1942-10-03";
+	nco:hasAffiliation "Supervisor Golf Turf";
+	nco:hasEmailAddress <mailto:lamar hester eratdignissim org>;
+	nco:hasPostalAddress <urn:uuid:1635460600>.
+
+<urn:uuid:883412498> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1826526222>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Dolore sit ad vero molestie nulla eum augue illum enim feugait autem suscipit duis. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-14T17:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-14T17:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1826526222>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:393234809> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11694" ;
+	nco:locality "Rockaway Park" ;
+	nco:streetAddress "8565 Jasmine Drive" .
+
+<mailto:apitcher ineu tv> a nco:EmailAddress; 
+	nco:emailAddress "apitcher ineu tv".
+
+<urn:uuid:47994502> a nco:PersonContact; 
+	nco:fullname "Ariel Pitcher";
+	nco:nameGiven "Ariel";
+	nco:nameFamily "Pitcher";
+	nco:birthDate "1942-06-23";
+	nco:hasAffiliation "Handyman";
+	nco:hasEmailAddress <mailto:apitcher ineu tv>;
+	nco:hasPostalAddress <urn:uuid:393234809>.
+
+<urn:uuid:1941004478> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1238728405>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Et nulla te exerci duis odio eros laoreet velit facilisi molestie tation ex. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-03T12:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-03T12:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1238728405>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1193720043> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02771" ;
+	nco:locality "Seekonk" ;
+	nco:streetAddress "4106 Kimbrough Park Parkway" .
+
+<mailto:hiram pryor feugaitiriuredolor org> a nco:EmailAddress; 
+	nco:emailAddress "hiram pryor feugaitiriuredolor org".
+
+<urn:uuid:406835329> a nco:PersonContact; 
+	nco:fullname "Hiram Pryor";
+	nco:nameGiven "Hiram";
+	nco:nameFamily "Pryor";
+	nco:birthDate "1942-07-10";
+	nco:hasAffiliation "Ticket Taker";
+	nco:hasEmailAddress <mailto:hiram pryor feugaitiriuredolor org>;
+	nco:hasPostalAddress <urn:uuid:1193720043>.
+
+<urn:uuid:1996746537> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:406835329>;
+	nmo:sentDate "2008-07-26T16:04:47";
+	nmo:receivedDate "2008-07-26T16:05:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hiram pryor feugaitiriuredolor org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:564495227>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "eali feugiatenim org"];
+	nmo:messageSubject "Dignissim accumsan nulla nulla exerci velit at et minim ea. ";
+	nmo:plainTextMessageContent "Vero dolore suscipit autem eum praesent accumsan te autem ullamcorper esse delenit. Et facilisis minim wisi veniam consectetuer et praesent nulla consequat veniam volutpat invulputate. ".
+
+<urn:uuid:1991486424> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:406835329>;
+	nmo:sentDate "2008-11-06T15:19:30";
+	nmo:receivedDate "2008-11-06T15:20:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hiram pryor feugaitiriuredolor org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:337010795>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dharry eaipsum tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Te dignissim enim dolor amet ea nisl veniam aliquip augue ad. ";
+	nmo:plainTextMessageContent "Nulla adipiscing aliquip duis delenit ex hendrerit praesent et. ".
+
+<urn:uuid:143881799> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:406835329>;
+	nmo:sentDate "2009-02-14T15:51:08";
+	nmo:receivedDate "2009-02-14T15:51:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hiram pryor feugaitiriuredolor org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iriuredolor quis nostrud ex autem consequat feugait ad dolor. ";
+	nmo:plainTextMessageContent "Delenitaugue lobortis vero erat veniamquis eum. ".
+
+<urn:uuid:2080390528> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:406835329>;
+	nmo:sentDate "2009-01-21T15:15:38";
+	nmo:receivedDate "2009-01-21T15:16:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hiram pryor feugaitiriuredolor org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:845199302>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dlooney inesse com"];
+	nmo:messageSubject "Doloremagna iusto ea minim velit vero luptatum. ";
+	nmo:plainTextMessageContent "Autem qui hendrerit in vero ut tation. Lobortis blandit dolor nulla wisi. ".
+
+<urn:uuid:1363342939> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:406835329>;
+	nmo:sentDate "2008-05-13T15:36:57";
+	nmo:receivedDate "2008-05-13T15:37:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hiram pryor feugaitiriuredolor org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:563885038>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "javier thames nibhnonummy com"];
+	nmo:messageSubject "Nulla suscipit nulla veniam dolore qui aliquip ex. ";
+	nmo:plainTextMessageContent "Erat wisi consequatvel consequat quis zzril qui illum doloremagna accumsan augue dolor duis in. Iusto iriuredolor vero molestie adipiscing facilisis consequatvel luptatumzzril nulla quis. ".
+
+<urn:uuid:753512192> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:406835329>;
+	nmo:sentDate "2008-10-22T15:38:14";
+	nmo:receivedDate "2008-10-22T15:38:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hiram pryor feugaitiriuredolor org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Quis dolore consequatvel te dolor autem adipiscing. ";
+	nmo:plainTextMessageContent "Feugait dolore vel exerci praesent duis tationullamcorper dolore. Dolore te autem aliquam duis nislut molestie sit dolore invulputate qui. ".
+
+<urn:uuid:938560026> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:406835329>;
+	nmo:sentDate "2008-12-02T15:20:22";
+	nmo:receivedDate "2008-12-02T15:20:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hiram pryor feugaitiriuredolor org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Nostrud ut exerci in enim feugait feugait duis tincidunt elitsed veniamquis praesent. ";
+	nmo:plainTextMessageContent "Suscipit veniam velit nulla ad iusto consequat doloremagna dolore ea commodo erat luptatumzzril. Dolore erat ipsum exerci augue facilisi tincidunt enim et erat iriure iusto. ".
+
+<urn:uuid:905078447> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:406835329>;
+	nmo:sentDate "2008-08-23T15:39:15";
+	nmo:receivedDate "2008-08-23T15:40:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hiram pryor feugaitiriuredolor org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:534531985>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "gsteen eufeugiatnisl com"];
+	nmo:messageSubject "Odio vel laoreet facilisis. ";
+	nmo:plainTextMessageContent "Qui duis minim veniamquis dolor ad iusto eufeugiat velit feugait qui illum tationullamcorper exerci. Nulla illum diam feugiat aliquip etaccumsan ut erat ex. ".
+
+<urn:uuid:324716656> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:406835329>;
+	nmo:sentDate "2009-01-19T15:59:52";
+	nmo:receivedDate "2009-01-19T16:00:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hiram pryor feugaitiriuredolor org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1236812686>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "carmella franks consectetuerveniamquis us"];
+	nmo:messageSubject "Nulla veniam iustoodio iusto. ";
+	nmo:plainTextMessageContent "Laoreet te dolor nisl at facilisis Utwisi tincidunt. ".
+
+<urn:uuid:1539253438> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:406835329>;
+	nmo:sentDate "2008-04-04T16:00:19";
+	nmo:receivedDate "2008-04-04T16:00:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hiram pryor feugaitiriuredolor org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1785924123>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "aida yee aliquipvel net"];
+	nmo:messageSubject "Facilisis velit accumsan nislut dignissim nisl. ";
+	nmo:plainTextMessageContent "Ea hendrerit nostrud ut suscipit exerci suscipit ad facilisi. Veniamquis elitsed eros tationullamcorper minim blandit. ".
+
+<urn:uuid:634548938> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08730" ;
+	nco:locality "Brielle" ;
+	nco:streetAddress "7104 River Roads Trail" .
+
+<mailto:sgrover feugaitin net> a nco:EmailAddress; 
+	nco:emailAddress "sgrover feugaitin net".
+
+<urn:uuid:274935862> a nco:PersonContact; 
+	nco:fullname "Shelia Grover";
+	nco:nameGiven "Shelia";
+	nco:nameFamily "Grover";
+	nco:birthDate "1942-07-01";
+	nco:hasAffiliation "Coordinator Educational Resource";
+	nco:hasEmailAddress <mailto:sgrover feugaitin net>;
+	nco:hasPostalAddress <urn:uuid:634548938>.
+
+<urn:uuid:955651900> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:685282735>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Feugait ipsum enim blandit suscipit aliquip lorem consequat dolore eum Utwisi esse aliquam. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-18T16:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-18T17:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:685282735>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:143075281> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15003" ;
+	nco:locality "Ambridge" ;
+	nco:streetAddress "4602 Winding Oak Way" .
+
+<mailto:rlauer zzrilvelit gov> a nco:EmailAddress; 
+	nco:emailAddress "rlauer zzrilvelit gov".
+
+<urn:uuid:1420434634> a nco:PersonContact; 
+	nco:fullname "Ronny Lauer";
+	nco:nameGiven "Ronny";
+	nco:nameFamily "Lauer";
+	nco:birthDate "1942-03-21";
+	nco:hasAffiliation "Store Decorator";
+	nco:hasEmailAddress <mailto:rlauer zzrilvelit gov>;
+	nco:hasPostalAddress <urn:uuid:143075281>.
+
+<urn:uuid:1539978309> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:64395397>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Eros in dolore iriuredolor luptatumzzril. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-26T15:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-26T17:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:64395397>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1855458417> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01542" ;
+	nco:locality "Rochdale" ;
+	nco:streetAddress "3835 Country Lane" .
+
+<mailto:jarred rigsby facilisiseros com> a nco:EmailAddress; 
+	nco:emailAddress "jarred rigsby facilisiseros com".
+
+<tel:+19597247587> a nco:PhoneNumber; 
+	nco:phoneNumber "(959)724-7587".
+
+<urn:uuid:1349388671> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19597247587>]; 
+	nmo:duration 36; 
+	nmo:receivedDate "2008-12-24T15:40:21". 
+
+<urn:uuid:427187411> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19597247587>]; 
+	nmo:duration 48; 
+	nmo:receivedDate "2008-12-28T15:24:55". 
+
+<urn:uuid:1538237128> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19597247587>]; 
+	nmo:duration 37; 
+	nmo:sentDate "2008-04-02T16:08:11". 
+
+<urn:uuid:1748565719> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19597247587>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-26T15:45:02";
+	nmo:receivedDate "2008-05-28T15:25:13";
+	nmo:plainTextMessageContent "Etaccumsan feugait consectetuer ea eu facilisis eum enim delenit tation vel consequat. Vero te tationullamcorper tation facilisis dignissim dolore elitsed enim nulla blandit enim molestie. Facilisi eros tincidunt ipsum. Veniam lobortis ipsum consequatvel iustoodio dolore nulla facilisis erat duis zzril. Facilisis qui ut at nostrud feugait tation eros consequat. Facilisi eu at eufeugiat suscipit duis iusto praesent nisl dignissim hendrerit ut hendrerit. Te dolor vero luptatum quis nibh invulputate aliquip facilisi enim nonummy autem. ".
+
+<urn:uuid:574315520> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19597247587>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-11T15:41:04";
+	nmo:receivedDate "2008-02-25T15:35:01";
+	nmo:plainTextMessageContent "Etaccumsan dignissim dolore tincidunt exerci molestie ad facilisis lobortis consequat delenit nulla facilisis. Hendrerit enim nulla nulla eros. Consequat molestie nulla nislut minim facilisi. Te nulla veniam at. ".
+
+<urn:uuid:1003345511> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19597247587>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-30T15:51:05";
+	nmo:receivedDate "2008-02-08T15:36:42";
+	nmo:plainTextMessageContent "Nostrud eros veniam luptatumzzril zzril facilisi vel velit dolore commodoconsequat quis dolore augue delenitaugue. Tationullamcorper laoreet adipiscing diam exerci veniamquis eum Utwisi. Consectetuer ea doloremagna iriure lorem. Molestie invulputate lobortis vel diam facilisi doloremagna dignissim. Consectetuer et dolore invulputate. ".
+
+<urn:uuid:123096788> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19597247587>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-18T15:50:53";
+	nmo:receivedDate "2008-04-18T15:36:07";
+	nmo:plainTextMessageContent "Praesent hendrerit feugait velit commodoconsequat dignissim commodoconsequat qui lorem eros feugait commodo. Vel esse ad ut hendrerit volutpat Utwisi autem dolor. Lorem nulla ex hendrerit iriuredolor delenitaugue ullamcorper in consequat in nislut dolor aliquip nulla. Erat eros ut iriuredolor augue. Iustoodio nulla at suscipit velit. Nislut dignissim duis nonummy blandit molestie in dolore nonummy augue facilisis dolore eu dolore. Dignissim in feugait duis nibh volutpat vel ex nisl iriure veniamquis dignissim nonummy. ".
+
+<urn:uuid:685868645> a nco:PersonContact; 
+	nco:fullname "Jarred Rigsby";
+	nco:nameGiven "Jarred";
+	nco:nameFamily "Rigsby";
+	nco:birthDate "1942-09-24";
+	nco:hasAffiliation "Concrete Mixing Plant Laborer";
+	nco:hasEmailAddress <mailto:jarred rigsby facilisiseros com>;
+	nco:hasPhoneNumber <tel:+19597247587>;
+	nco:hasPostalAddress <urn:uuid:1855458417>.
+
+<urn:uuid:412803356> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1544166072>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Ex consectetuer etaccumsan consectetuer suscipit delenitaugue eum ut etaccumsan doloremagna. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-24T18:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-24T18:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1544166072>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1766677563> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05866" ;
+	nco:locality "Sheffield" ;
+	nco:streetAddress "4314 Saint George Street" .
+
+<mailto:tcaraway wisiluptatumzzril us> a nco:EmailAddress; 
+	nco:emailAddress "tcaraway wisiluptatumzzril us".
+
+<urn:uuid:720713534> a nco:PersonContact; 
+	nco:fullname "Teresa Caraway";
+	nco:nameGiven "Teresa";
+	nco:nameFamily "Caraway";
+	nco:birthDate "1942-07-06";
+	nco:hasAffiliation "Clerk Interviewing Generic";
+	nco:hasEmailAddress <mailto:tcaraway wisiluptatumzzril us>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:1766677563>.
+
+<urn:uuid:142124274> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05485" ;
+	nco:locality "Sheldon Springs" ;
+	nco:streetAddress "4089 Wickshire Lane" .
+
+<mailto:alpha darling commodoaliquip gov> a nco:EmailAddress; 
+	nco:emailAddress "alpha darling commodoaliquip gov".
+
+<xmpp:alpha darling gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Alpha Darling" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Veniam ullamcorper dolore augue iriuredolor exerci. " ;
+	nco:imID "alpha darling gmail com".
+
+<urn:uuid:522539322> a nco:PersonContact; 
+	nco:fullname "Alpha Darling";
+	nco:nameGiven "Alpha";
+	nco:nameFamily "Darling";
+	nco:birthDate "1942-09-19";
+	nco:hasAffiliation "Stress Test Technician";
+	nco:hasEmailAddress <mailto:alpha darling commodoaliquip gov>;
+	nco:hasIMAccount <xmpp:alpha darling gmail com>;
+	nco:hasPostalAddress <urn:uuid:142124274>.
+
+<urn:uuid:2086905100> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12072" ;
+	nco:locality "Fultonville" ;
+	nco:streetAddress "2204 Sunny Creek Street" .
+
+<mailto:ralbertson adblandit eu> a nco:EmailAddress; 
+	nco:emailAddress "ralbertson adblandit eu".
+
+<xmpp:rosita albertson gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Rosita Albertson" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Dolore feugait eros aliquip. " ;
+	nco:imID "rosita albertson gmail com".
+
+<urn:uuid:968476334> a nco:PersonContact; 
+	nco:fullname "Rosita Albertson";
+	nco:nameGiven "Rosita";
+	nco:nameFamily "Albertson";
+	nco:birthDate "1942-06-06";
+	nco:hasAffiliation "Helper Bindery";
+	nco:hasEmailAddress <mailto:ralbertson adblandit eu>;
+	nco:hasIMAccount <xmpp:rosita albertson gmail com>;
+	nco:hasPostalAddress <urn:uuid:2086905100>.
+
+<urn:uuid:1210947717> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:300949600>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Qui consequat aliquip nostrud eufeugiat tation volutpat feugait nisl in veniam exerci dignissim. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-27T12:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-27T12:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:300949600>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:364167999> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13353" ;
+	nco:locality "Hoffmeister" ;
+	nco:streetAddress "77 Wyndhurst Drive" .
+
+<mailto:hsouth aliquipin info> a nco:EmailAddress; 
+	nco:emailAddress "hsouth aliquipin info".
+
+<urn:uuid:1763677309> a nco:PersonContact; 
+	nco:fullname "Haywood South";
+	nco:nameGiven "Haywood";
+	nco:nameFamily "South";
+	nco:birthDate "1942-08-29";
+	nco:hasAffiliation "Test Mechanic";
+	nco:hasEmailAddress <mailto:hsouth aliquipin info>;
+	nco:hasPostalAddress <urn:uuid:364167999>.
+
+<urn:uuid:1108188635> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08640" ;
+	nco:locality "Trenton" ;
+	nco:streetAddress "1981 Silverbark Way" .
+
+<mailto:lilly gleason feugaitduis tv> a nco:EmailAddress; 
+	nco:emailAddress "lilly gleason feugaitduis tv".
+
+<urn:uuid:590068079> a nco:PersonContact; 
+	nco:fullname "Lilly Gleason";
+	nco:nameGiven "Lilly";
+	nco:nameFamily "Gleason";
+	nco:birthDate "1943-01-25";
+	nco:hasAffiliation "Medical Laboratory Head";
+	nco:hasEmailAddress <mailto:lilly gleason feugaitduis tv>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:1108188635>.
+
+<urn:uuid:1664933540> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2008-02-21T15:44:54";
+	nmo:receivedDate "2008-02-21T15:45:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisi praesent elitsed facilisi consequat. ";
+	nmo:plainTextMessageContent "Vero autem nonummy praesent facilisis enim ea at lobortis feugiat et. ".
+
+<urn:uuid:391505997> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2009-01-01T15:46:10";
+	nmo:receivedDate "2009-01-01T15:46:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1482424376>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "In dolore tationullamcorper facilisi illum vel. ";
+	nmo:plainTextMessageContent "Wisi iusto ad dolor facilisi et esse consequat feugait. ".
+
+<urn:uuid:502292924> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2008-11-28T15:55:04";
+	nmo:receivedDate "2008-11-28T15:55:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:348618097>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "roseann moten laoreetet us"];
+	nmo:messageSubject "Adipiscing diam facilisi eros in facilisi erat molestie vel odio eros. ";
+	nmo:plainTextMessageContent "Te augue commodoconsequat adipiscing iriure eum in. Aliquip qui autem odio at ad quis enim esse autem at nulla veniamquis luptatum. ".
+
+<urn:uuid:1883672410> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2008-10-13T15:57:02";
+	nmo:receivedDate "2008-10-13T15:57:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Invulputate ad aliquip vero dolore euismod feugiat vel praesent elitsed duis dignissim. ";
+	nmo:plainTextMessageContent "Erat nostrud ad lobortis eros consectetuer duis ullamcorper nostrud esse molestie nulla facilisis. Volutpat esse blandit illum laoreet consectetuer. ".
+
+<urn:uuid:2143962800> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2008-10-05T16:09:18";
+	nmo:receivedDate "2008-10-05T16:10:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Minim augue vel eum autem nonummy feugiat eros minim. ";
+	nmo:plainTextMessageContent "Facilisis nulla molestie adipiscing autem dolore vel laoreet dolor iriuredolor. ".
+
+<urn:uuid:206050860> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2008-09-19T15:51:13";
+	nmo:receivedDate "2008-09-19T15:51:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iriuredolor molestie feugait eum tationullamcorper ea nonummy. ";
+	nmo:plainTextMessageContent "Adipiscing iustoodio esse aliquip at facilisis in feugiat minim enim vel diam. ".
+
+<urn:uuid:89050806> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2008-08-28T15:16:44";
+	nmo:receivedDate "2008-08-28T15:16:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nostrud amet aliquam enim tation aliquip aliquip tation. ";
+	nmo:plainTextMessageContent "Illum consequatvel consequat duis commodoconsequat volutpat qui dolor delenit et nisl. ".
+
+<urn:uuid:228087215> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2009-01-22T15:38:28";
+	nmo:receivedDate "2009-01-22T15:39:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consectetuer molestie ut facilisi tation in in praesent. ";
+	nmo:plainTextMessageContent "Duis duis velit velit nonummy. ".
+
+<urn:uuid:1149997324> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2008-11-17T16:04:27";
+	nmo:receivedDate "2008-11-17T16:05:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Qui suscipit sit facilisis nulla velit dolore qui tation in iusto doloremagna. ";
+	nmo:plainTextMessageContent "Consequat iustoodio dolor dolore. Praesent veniamquis eum nisl delenit vel suscipit eum qui esse. ".
+
+<urn:uuid:1557270416> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2008-12-26T15:54:37";
+	nmo:receivedDate "2008-12-26T15:55:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Blandit lobortis vel molestie nostrud nulla exerci augue consequat exerci nulla duis. ";
+	nmo:plainTextMessageContent "Praesent at vulputate dignissim feugait amet duis iriuredolor eros dolor wisi ea luptatum sit. Consequat blandit ad ad minim ut. ".
+
+<urn:uuid:183173620> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2008-05-14T15:55:01";
+	nmo:receivedDate "2008-05-14T15:55:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:909105715>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "linwood sibley feugaitte com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Doloremagna tation facilisis in ad blandit vel minim erat veniamquis zzril accumsan te. ";
+	nmo:plainTextMessageContent "Suscipit exerci tationullamcorper hendrerit feugait odio. ".
+
+<urn:uuid:354475026> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2008-10-11T15:58:15";
+	nmo:receivedDate "2008-10-11T15:58:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vero et duis enim nostrud eu praesent et. ";
+	nmo:plainTextMessageContent "Etaccumsan ipsum dolore blandit consequat tation duis blandit esse exerci vero eu. ".
+
+<urn:uuid:944939309> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2008-02-11T15:26:47";
+	nmo:receivedDate "2008-02-11T15:27:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eufeugiat Utwisi duis erat nulla commodoconsequat aliquam eu. ";
+	nmo:plainTextMessageContent "Dolor sit consectetuer aliquip commodoconsequat veniamquis esse vulputate duis. Vero ea veniam dolor. ".
+
+<urn:uuid:35899996> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2008-07-03T16:07:37";
+	nmo:receivedDate "2008-07-03T16:07:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Blandit lobortis illum ex eros ad delenitaugue aliquam autem vero dignissim qui. ";
+	nmo:plainTextMessageContent "Ad laoreet aliquip blandit esse zzril sit nulla eu. ".
+
+<urn:uuid:1549718612> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2008-03-30T15:26:26";
+	nmo:receivedDate "2008-03-30T15:27:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Tationullamcorper iriure et dolore accumsan velit dolore nisl. ";
+	nmo:plainTextMessageContent "Duis delenitaugue delenit nisl invulputate nislut veniam zzril adipiscing hendrerit hendrerit. Iustoodio aliquam laoreet erat vel velit. ".
+
+<urn:uuid:731151267> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2008-10-26T15:17:17";
+	nmo:receivedDate "2008-10-26T15:18:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Facilisis et te luptatum dignissim odio adipiscing. ";
+	nmo:plainTextMessageContent "Facilisis vel Utwisi exerci suscipit dolor autem tation autem te diam aliquip. ".
+
+<urn:uuid:1947414168> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2008-08-23T15:42:16";
+	nmo:receivedDate "2008-08-23T15:43:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:992852623>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kyle chan verovel eu"];
+	nmo:messageSubject "Autem consectetuer nibh esse esse etaccumsan commodoconsequat eros autem blandit. ";
+	nmo:plainTextMessageContent "Consequatvel te erat doloremagna nulla praesent molestie. Erat Utwisi commodo blandit te amet ex accumsan facilisi praesent minim in duis. ".
+
+<urn:uuid:612466587> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2009-01-04T16:03:03";
+	nmo:receivedDate "2009-01-04T16:03:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1365315065>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "fmarler ametesse net"];
+	nmo:messageSubject "Accumsan veniamquis veniamquis at luptatum nulla consequatvel. ";
+	nmo:plainTextMessageContent "Feugait amet sit consequat praesent wisi adipiscing eum aliquip hendrerit duis illum. ".
+
+<urn:uuid:1523299761> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2008-04-16T15:29:30";
+	nmo:receivedDate "2008-04-16T15:30:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Quis delenitaugue esse iriuredolor tincidunt nulla commodo consectetuer volutpat facilisi aliquam esse tationullamcorper. ";
+	nmo:plainTextMessageContent "Aliquip nulla facilisis commodo velit. ".
+
+<urn:uuid:2076033771> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2008-06-16T15:43:30";
+	nmo:receivedDate "2008-06-16T15:44:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:268024555>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "brigitte mcfarland iriureexerci edu"];
+	nmo:bcc <urn:uuid:1031736098>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lfritz Utwisiquis org"];
+	nmo:messageSubject "Nislut hendrerit eros laoreet praesent augue consequatvel enim exerci. ";
+	nmo:plainTextMessageContent "Praesent molestie tation at ad. Nulla accumsan doloremagna ut ut duis eum vel in nulla. ".
+
+<urn:uuid:1788364733> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2008-04-14T15:40:47";
+	nmo:receivedDate "2008-04-14T15:41:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:737861566>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rshelley Utwisivel tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Ut vero wisi ipsum accumsan zzril eufeugiat nulla iustoodio lobortis. ";
+	nmo:plainTextMessageContent "In feugait eros enim. ".
+
+<urn:uuid:1898503123> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2008-04-28T16:08:49";
+	nmo:receivedDate "2008-04-28T16:08:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:724772355>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "eestep velat us"];
+	nmo:messageSubject "Consequat qui autem illum nulla quis nostrud ut dolore suscipit consequat eros illum suscipit. ";
+	nmo:plainTextMessageContent "Tation in esse aliquip luptatumzzril qui. Consectetuer blandit zzril ea aliquip facilisi minim elitsed. ".
+
+<urn:uuid:959416478> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2008-04-24T15:13:22";
+	nmo:receivedDate "2008-04-24T15:13:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1283372838>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kfisher essedolor org"];
+	nmo:messageSubject "Molestie minim etaccumsan tincidunt. ";
+	nmo:plainTextMessageContent "Diam dolor zzril vulputate et exerci vel commodo nibh ut zzril. Facilisis sit qui in enim consequat accumsan feugiat vel velit eu in enim. ".
+
+<urn:uuid:1563697810> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2008-02-20T15:25:06";
+	nmo:receivedDate "2008-02-20T15:25:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:323110246>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "smckeon eaet net"];
+	nmo:messageSubject "Lobortis iriuredolor tation duis ut ad consequat et dolor vel. ";
+	nmo:plainTextMessageContent "Commodoconsequat commodo molestie elitsed vero. ".
+
+<urn:uuid:1041162023> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2008-04-04T15:52:07";
+	nmo:receivedDate "2008-04-04T15:52:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Utwisi dolore iriuredolor Utwisi. ";
+	nmo:plainTextMessageContent "Nonummy suscipit nibh autem nisl amet consequat dolore et luptatum te. Dolore commodo eros duis dolor. ".
+
+<urn:uuid:1456704332> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2009-01-31T15:31:24";
+	nmo:receivedDate "2009-01-31T15:31:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Tincidunt autem ullamcorper lobortis enim laoreet at diam duis at. ";
+	nmo:plainTextMessageContent "Augue nislut eum luptatumzzril autem ex Utwisi feugiat aliquip feugait in. ".
+
+<urn:uuid:2030326708> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2008-06-28T15:15:13";
+	nmo:receivedDate "2008-06-28T15:15:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:10001616>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ddale nullaeum info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Veniam illum vel luptatum dolore sit. ";
+	nmo:plainTextMessageContent "Eros minim ipsum sit autem aliquip vulputate Utwisi iustoodio aliquip facilisis vero qui nostrud. ".
+
+<urn:uuid:1054355557> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2008-03-04T16:08:57";
+	nmo:receivedDate "2008-03-04T16:09:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iustoodio Utwisi quis dolor lobortis dignissim delenitaugue dolore luptatumzzril nisl nonummy dolore. ";
+	nmo:plainTextMessageContent "Exerci ut enim enim te eum. Duis illum ea te tationullamcorper ut dolore nonummy lobortis blandit vel ex nislut. ".
+
+<urn:uuid:792144655> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:590068079>;
+	nmo:sentDate "2008-10-01T15:57:44";
+	nmo:receivedDate "2008-10-01T15:58:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:198760382>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "margret kenney nullaad gov"];
+	nmo:bcc <urn:uuid:1650976324>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ischweitzer eufeugiatblandit net"];
+	nmo:messageSubject "Eum blandit ex duis vel vulputate eufeugiat tationullamcorper eros. ";
+	nmo:plainTextMessageContent "Vel minim etaccumsan dolore consectetuer hendrerit tationullamcorper nulla minim esse. ".
+
+<urn:uuid:516905337> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12946" ;
+	nco:locality "Lake Placid" ;
+	nco:streetAddress "5400 Tamarack Trail" .
+
+<mailto:makins zzrillobortis com> a nco:EmailAddress; 
+	nco:emailAddress "makins zzrillobortis com".
+
+<urn:uuid:661691096> a nco:PersonContact; 
+	nco:fullname "Mabel Akins";
+	nco:nameGiven "Mabel";
+	nco:nameFamily "Akins";
+	nco:birthDate "1942-08-12";
+	nco:hasAffiliation "Technician Topographic Map";
+	nco:hasEmailAddress <mailto:makins zzrillobortis com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:516905337>.
+
+<urn:uuid:1921396658> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:69420491>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "At accumsan odio nostrud invulputate vulputate iusto minim duis. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-26T19:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-26T20:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:69420491>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1255264311> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08215" ;
+	nco:locality "Egg Harbor City" ;
+	nco:streetAddress "5077 Anniston Avenue" .
+
+<mailto:derek westmoreland aliquipblandit gov> a nco:EmailAddress; 
+	nco:emailAddress "derek westmoreland aliquipblandit gov".
+
+<xmpp:derek westmoreland gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Derek Westmoreland" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Iusto et dolore duis dolor eros vel facilisi commodo veniamquis sit facilisi commodoconsequat. " ;
+	nco:imID "derek westmoreland gmail com".
+
+<urn:uuid:1471207909> a nco:PersonContact; 
+	nco:fullname "Derek Westmoreland";
+	nco:nameGiven "Derek";
+	nco:nameFamily "Westmoreland";
+	nco:birthDate "1942-08-23";
+	nco:hasAffiliation "Buyer Assistant";
+	nco:hasEmailAddress <mailto:derek westmoreland aliquipblandit gov>;
+	nco:hasIMAccount <xmpp:derek westmoreland gmail com>;
+	nco:hasPostalAddress <urn:uuid:1255264311>.
+
+<urn:uuid:1169853464> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04623" ;
+	nco:locality "Columbia Falls" ;
+	nco:streetAddress "9875 San Augustine Street" .
+
+<mailto:kristine downey aliquipduis net> a nco:EmailAddress; 
+	nco:emailAddress "kristine downey aliquipduis net".
+
+<urn:uuid:1990669518> a nco:PersonContact; 
+	nco:fullname "Kristine Downey";
+	nco:nameGiven "Kristine";
+	nco:nameFamily "Downey";
+	nco:birthDate "1942-04-13";
+	nco:hasAffiliation "Medical Home Care Aide Coordinator";
+	nco:hasEmailAddress <mailto:kristine downey aliquipduis net>;
+	nco:hasPostalAddress <urn:uuid:1169853464>.
+
+<urn:uuid:71541073> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12423" ;
+	nco:locality "East Durham" ;
+	nco:streetAddress "9081 Pete Mitchell Street" .
+
+<mailto:thartley loremdoloremagna gov> a nco:EmailAddress; 
+	nco:emailAddress "thartley loremdoloremagna gov".
+
+<urn:uuid:1076224336> a nco:PersonContact; 
+	nco:fullname "Tyron Hartley";
+	nco:nameGiven "Tyron";
+	nco:nameFamily "Hartley";
+	nco:birthDate "1943-02-04";
+	nco:hasAffiliation "Customer Service Printing";
+	nco:hasEmailAddress <mailto:thartley loremdoloremagna gov>;
+	nco:hasPostalAddress <urn:uuid:71541073>.
+
+<urn:uuid:20325762> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1076224336>;
+	nmo:sentDate "2008-01-21T15:57:23";
+	nmo:receivedDate "2008-01-21T15:57:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "thartley loremdoloremagna gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:3349681>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "abehrens velitduis us"];
+	nmo:messageSubject "Accumsan autem facilisi nostrud. ";
+	nmo:plainTextMessageContent "Dolor veniam volutpat feugait iriuredolor etaccumsan facilisis hendrerit eufeugiat ad. ".
+
+<urn:uuid:712682904> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1076224336>;
+	nmo:sentDate "2008-09-20T15:55:29";
+	nmo:receivedDate "2008-09-20T15:56:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "thartley loremdoloremagna gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:724772355>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "eestep velat us"];
+	nmo:messageSubject "Enim et tationullamcorper hendrerit. ";
+	nmo:plainTextMessageContent "Nulla consequat et illum esse lorem accumsan. ".
+
+<urn:uuid:1103992659> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1076224336>;
+	nmo:sentDate "2008-12-21T15:18:51";
+	nmo:receivedDate "2008-12-21T15:19:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "thartley loremdoloremagna gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1112482474>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ddwyer eaUtwisi net"];
+	nmo:messageSubject "Luptatum feugait feugait amet et. ";
+	nmo:plainTextMessageContent "Facilisi qui illum dolore. Nisl nulla in dignissim hendrerit ut duis hendrerit aliquam eum dolor illum dignissim hendrerit. ".
+
+<urn:uuid:1483025725> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1076224336>;
+	nmo:sentDate "2008-06-01T15:23:16";
+	nmo:receivedDate "2008-06-01T15:24:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "thartley loremdoloremagna gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:845199302>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dlooney inesse com"];
+	nmo:messageSubject "Autem nisl consequat exerci tincidunt nulla nonummy laoreet molestie delenitaugue veniam. ";
+	nmo:plainTextMessageContent "Erat iusto blandit aliquip duis feugait erat lobortis aliquip. Minim dolore ad autem in. ".
+
+<urn:uuid:193281320> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1076224336>;
+	nmo:sentDate "2008-07-08T15:49:16";
+	nmo:receivedDate "2008-07-08T15:49:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "thartley loremdoloremagna gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1262340898>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dominga ricker dignissimvel us"];
+	nmo:messageSubject "Velit dolore lorem minim dolor duis qui molestie lorem sit facilisi eros. ";
+	nmo:plainTextMessageContent "Tationullamcorper ullamcorper dolore nulla at consequatvel eum feugiat esse molestie facilisis iustoodio erat. Aliquam lorem te aliquam quis veniam aliquam luptatumzzril ullamcorper minim. ".
+
+<urn:uuid:1653856567> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1076224336>;
+	nmo:sentDate "2009-01-03T16:00:15";
+	nmo:receivedDate "2009-01-03T16:00:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "thartley loremdoloremagna gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore feugiat zzril nostrud luptatum doloremagna delenitaugue iusto quis aliquip eros qui qui. ";
+	nmo:plainTextMessageContent "Blandit eufeugiat consequat tincidunt aliquip doloremagna iriure esse ex minim. ".
+
+<urn:uuid:941601824> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01529" ;
+	nco:locality "Millville" ;
+	nco:streetAddress "8805 Isleton Cove" .
+
+<mailto:bennett sherrill illumnostrud com> a nco:EmailAddress; 
+	nco:emailAddress "bennett sherrill illumnostrud com".
+
+<urn:uuid:1037500779> a nco:PersonContact; 
+	nco:fullname "Bennett Sherrill";
+	nco:nameGiven "Bennett";
+	nco:nameFamily "Sherrill";
+	nco:birthDate "1943-02-02";
+	nco:hasAffiliation "Extractor";
+	nco:hasEmailAddress <mailto:bennett sherrill illumnostrud com>;
+	nco:hasPostalAddress <urn:uuid:941601824>.
+
+<urn:uuid:598712029> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04672" ;
+	nco:locality "Salsbury Cove" ;
+	nco:streetAddress "3039 Kallie Avenue" .
+
+<mailto:carmelo serna feugaitvolutpat tv> a nco:EmailAddress; 
+	nco:emailAddress "carmelo serna feugaitvolutpat tv".
+
+<urn:uuid:1535206845> a nco:PersonContact; 
+	nco:fullname "Carmelo Serna";
+	nco:nameGiven "Carmelo";
+	nco:nameFamily "Serna";
+	nco:birthDate "1942-10-13";
+	nco:hasAffiliation "Nursing Manager/Director";
+	nco:hasEmailAddress <mailto:carmelo serna feugaitvolutpat tv>;
+	nco:hasPostalAddress <urn:uuid:598712029>.
+
+<urn:uuid:559401848> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02763" ;
+	nco:locality "Attleboro Falls" ;
+	nco:streetAddress "4663 Fleetwood Oaks Lane" .
+
+<mailto:cprather etconsectetuer org> a nco:EmailAddress; 
+	nco:emailAddress "cprather etconsectetuer org".
+
+<xmpp:cathryn prather gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Cathryn Prather" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Hendrerit velit molestie eros suscipit etaccumsan nislut vero nostrud. " ;
+	nco:imID "cathryn prather gmail com".
+
+<urn:uuid:705055222> a nco:PersonContact; 
+	nco:fullname "Cathryn Prather";
+	nco:nameGiven "Cathryn";
+	nco:nameFamily "Prather";
+	nco:birthDate "1942-06-30";
+	nco:hasAffiliation "Counter Attendant";
+	nco:hasEmailAddress <mailto:cprather etconsectetuer org>;
+	nco:hasIMAccount <xmpp:cathryn prather gmail com>;
+	nco:hasPostalAddress <urn:uuid:559401848>.
+
+<urn:uuid:1484132998> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07727" ;
+	nco:locality "Farmingdale" ;
+	nco:streetAddress "7573 Sandy Drive" .
+
+<mailto:carlene baron lobortissuscipit com> a nco:EmailAddress; 
+	nco:emailAddress "carlene baron lobortissuscipit com".
+
+<urn:uuid:778517310> a nco:PersonContact; 
+	nco:fullname "Carlene Baron";
+	nco:nameGiven "Carlene";
+	nco:nameFamily "Baron";
+	nco:birthDate "1943-02-06";
+	nco:hasAffiliation "Clerk Data Control";
+	nco:hasEmailAddress <mailto:carlene baron lobortissuscipit com>;
+	nco:hasPostalAddress <urn:uuid:1484132998>.
+
+<urn:uuid:861471546> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14755" ;
+	nco:locality "Little Valley" ;
+	nco:streetAddress "2187 Peller Way" .
+
+<mailto:neva raymond velitiriure eu> a nco:EmailAddress; 
+	nco:emailAddress "neva raymond velitiriure eu".
+
+<urn:uuid:1960056440> a nco:PersonContact; 
+	nco:fullname "Neva Raymond";
+	nco:nameGiven "Neva";
+	nco:nameFamily "Raymond";
+	nco:birthDate "1942-11-29";
+	nco:hasAffiliation "Medical Nurse Gerontology";
+	nco:hasEmailAddress <mailto:neva raymond velitiriure eu>;
+	nco:hasPostalAddress <urn:uuid:861471546>.
+
+<urn:uuid:1497990732> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1960056440>;
+	nmo:sentDate "2008-05-16T15:24:10";
+	nmo:receivedDate "2008-05-16T15:24:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "neva raymond velitiriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore nostrud sit vel dolore iriuredolor nisl lobortis ullamcorper lobortis vel nonummy. ";
+	nmo:plainTextMessageContent "Odio adipiscing vero vel enim quis ut ea qui nislut eu hendrerit hendrerit. ".
+
+<urn:uuid:1944565517> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1960056440>;
+	nmo:sentDate "2008-05-15T15:53:21";
+	nmo:receivedDate "2008-05-15T15:53:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "neva raymond velitiriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisi ipsum commodo vel nulla quis suscipit nisl eum luptatum. ";
+	nmo:plainTextMessageContent "Delenitaugue vel vero molestie aliquip odio ex at dolore elitsed minim eros ex. ".
+
+<urn:uuid:840146409> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1960056440>;
+	nmo:sentDate "2009-01-24T15:28:50";
+	nmo:receivedDate "2009-01-24T15:29:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "neva raymond velitiriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Molestie dignissim in laoreet consectetuer ipsum augue erat. ";
+	nmo:plainTextMessageContent "Et iusto invulputate volutpat Utwisi wisi in. ".
+
+<urn:uuid:2125263618> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1960056440>;
+	nmo:sentDate "2008-03-30T15:32:41";
+	nmo:receivedDate "2008-03-30T15:33:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "neva raymond velitiriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1784314173>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cborders duisnisl net"];
+	nmo:bcc <urn:uuid:1236812686>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "carmella franks consectetuerveniamquis us"];
+	nmo:messageSubject "Dignissim vel wisi in Utwisi vero in delenit eros lorem praesent illum praesent. ";
+	nmo:plainTextMessageContent "At at velit te dignissim vero nulla qui ad eros iriuredolor iustoodio. Nislut luptatum qui in erat feugiat nonummy exerci ad nibh. ".
+
+<urn:uuid:2092898169> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1960056440>;
+	nmo:sentDate "2009-01-12T15:46:05";
+	nmo:receivedDate "2009-01-12T15:46:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "neva raymond velitiriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:676874453>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bwhite nullaminim edu"];
+	nmo:messageSubject "Ut blandit tincidunt commodoconsequat. ";
+	nmo:plainTextMessageContent "Ut iusto vel nulla duis nostrud vel vulputate ut. Exerci at laoreet tincidunt et in iriure iusto enim nislut velit zzril odio. ".
+
+<urn:uuid:1179248178> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1960056440>;
+	nmo:sentDate "2008-07-26T16:08:54";
+	nmo:receivedDate "2008-07-26T16:09:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "neva raymond velitiriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1200485464>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tricketts iriuredolordolore tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Ad molestie exerci ex lorem accumsan ipsum vel ut nislut in exerci diam. ";
+	nmo:plainTextMessageContent "Vero duis et duis at adipiscing odio nulla facilisis suscipit eum consectetuer consectetuer. Esse iriure molestie esse illum aliquip consequatvel iustoodio. ".
+
+<urn:uuid:1524295008> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1960056440>;
+	nmo:sentDate "2008-07-19T15:18:05";
+	nmo:receivedDate "2008-07-19T15:18:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "neva raymond velitiriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:448880922>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "raven fusco facilisisexerci us"];
+	nmo:messageSubject "Ipsum delenit amet dignissim ut laoreet ad blandit et illum commodo enim. ";
+	nmo:plainTextMessageContent "Dolor iriuredolor blandit duis esse commodoconsequat. ".
+
+<urn:uuid:1259093895> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1960056440>;
+	nmo:sentDate "2008-07-22T16:07:33";
+	nmo:receivedDate "2008-07-22T16:08:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "neva raymond velitiriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:925195187>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ghatton nonummyodio tv"];
+	nmo:messageSubject "Lobortis feugait etaccumsan hendrerit facilisi accumsan. ";
+	nmo:plainTextMessageContent "Dolore commodoconsequat delenitaugue duis duis adipiscing. ".
+
+<urn:uuid:2387642> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1960056440>;
+	nmo:sentDate "2008-04-14T16:03:34";
+	nmo:receivedDate "2008-04-14T16:03:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "neva raymond velitiriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla duis feugait dolor sit in amet nulla dignissim. ";
+	nmo:plainTextMessageContent "Delenitaugue exerci ut duis lobortis erat dolore laoreet luptatumzzril illum. Consequatvel tationullamcorper vero ex eum enim ea. ".
+
+<urn:uuid:1361541043> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1960056440>;
+	nmo:sentDate "2008-07-31T15:32:45";
+	nmo:receivedDate "2008-07-31T15:32:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "neva raymond velitiriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nislut enim hendrerit nostrud ex ex diam. ";
+	nmo:plainTextMessageContent "Vel nibh feugait consectetuer minim facilisis ad consectetuer volutpat nostrud delenit. ".
+
+<urn:uuid:1342243200> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1960056440>;
+	nmo:sentDate "2009-01-13T15:15:33";
+	nmo:receivedDate "2009-01-13T15:15:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "neva raymond velitiriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:374704102>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rolf spain delenitnostrud org"];
+	nmo:messageSubject "Dolor qui qui nulla. ";
+	nmo:plainTextMessageContent "Ullamcorper suscipit lorem et volutpat aliquip. Facilisis nislut in et nonummy duis dolore facilisi. ".
+
+<urn:uuid:2003760992> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1960056440>;
+	nmo:sentDate "2008-09-24T15:51:21";
+	nmo:receivedDate "2008-09-24T15:51:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "neva raymond velitiriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:954221451>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "wburrow iustoodioesse edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Vulputate eros autem duis ut praesent. ";
+	nmo:plainTextMessageContent "Consequat doloremagna molestie iustoodio qui suscipit iustoodio ullamcorper facilisis in ea ea te. ".
+
+<urn:uuid:375796884> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1960056440>;
+	nmo:sentDate "2008-07-04T15:59:19";
+	nmo:receivedDate "2008-07-04T16:00:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "neva raymond velitiriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consequat esse exerci facilisi nostrud ea vulputate commodoconsequat aliquam dolor. ";
+	nmo:plainTextMessageContent "Veniam enim dolore praesent. ".
+
+<urn:uuid:1965903834> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1960056440>;
+	nmo:sentDate "2008-12-16T15:12:26";
+	nmo:receivedDate "2008-12-16T15:13:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "neva raymond velitiriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:69420491>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "juan gaskins molestieautem edu"];
+	nmo:messageSubject "Elitsed in te iusto facilisis augue commodo euismod eum ad feugait. ";
+	nmo:plainTextMessageContent "Consequatvel velit tation nostrud illum eum te at eum at ut feugiat eu ex. ".
+
+<urn:uuid:409736274> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1960056440>;
+	nmo:sentDate "2008-06-24T15:52:23";
+	nmo:receivedDate "2008-06-24T15:52:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "neva raymond velitiriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1535206845>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "carmelo serna feugaitvolutpat tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Consectetuer exerci accumsan nostrud duis nulla dignissim commodo minim qui autem. ";
+	nmo:plainTextMessageContent "Tationullamcorper tation veniamquis molestie hendrerit esse nostrud dolor dignissim nibh feugait autem eum blandit. ".
+
+<urn:uuid:96551802> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1960056440>;
+	nmo:sentDate "2008-04-25T15:46:07";
+	nmo:receivedDate "2008-04-25T15:46:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "neva raymond velitiriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Commodo feugait dolor eum at ea in dolore praesent autem. ";
+	nmo:plainTextMessageContent "Hendrerit nostrud consectetuer ad eros nostrud iriure duis erat et dignissim ad nulla nislut. ".
+
+<urn:uuid:1520609479> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1960056440>;
+	nmo:sentDate "2008-05-11T16:04:01";
+	nmo:receivedDate "2008-05-11T16:04:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "neva raymond velitiriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1540717164>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "bmccormick delenitte us"];
+	nmo:messageSubject "Dignissim lorem nostrud in illum facilisis molestie. ";
+	nmo:plainTextMessageContent "Feugiat feugait amet dignissim nonummy et vel vel elitsed ut doloremagna. Commodoconsequat blandit ex illum. ".
+
+<urn:uuid:1575463644> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1960056440>;
+	nmo:sentDate "2008-08-03T15:44:47";
+	nmo:receivedDate "2008-08-03T15:45:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "neva raymond velitiriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:136227770>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "sgreer dignissimsuscipit edu"];
+	nmo:messageSubject "Nostrud nostrud praesent exerci esse. ";
+	nmo:plainTextMessageContent "Duis tincidunt invulputate dolore illum. ".
+
+<urn:uuid:1903777952> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1960056440>;
+	nmo:sentDate "2008-07-24T15:19:46";
+	nmo:receivedDate "2008-07-24T15:19:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "neva raymond velitiriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Elitsed eros illum velit nulla augue consequat hendrerit enim hendrerit vel nulla praesent doloremagna. ";
+	nmo:plainTextMessageContent "Elitsed dolore lobortis invulputate minim dolore vulputate molestie erat in eufeugiat consequatvel autem qui. Lobortis lobortis delenit commodoconsequat euismod in nulla te et zzril. ".
+
+<urn:uuid:1418654106> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1960056440>;
+	nmo:sentDate "2008-02-20T15:39:09";
+	nmo:receivedDate "2008-02-20T15:39:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "neva raymond velitiriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1441706018>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "verda humphrey uthendrerit tv"];
+	nmo:messageSubject "Hendrerit eros velit ut dignissim. ";
+	nmo:plainTextMessageContent "Duis lobortis nostrud duis nislut. Tationullamcorper nonummy consequat blandit blandit vel odio. ".
+
+<urn:uuid:2055914544> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1960056440>;
+	nmo:sentDate "2008-02-07T16:03:40";
+	nmo:receivedDate "2008-02-07T16:04:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "neva raymond velitiriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:248505433>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ccullen augueea com"];
+	nmo:messageSubject "Invulputate aliquip esse illum delenitaugue dignissim wisi tation dolore invulputate dolore facilisi te. ";
+	nmo:plainTextMessageContent "Illum accumsan elitsed tincidunt nulla ad feugait lorem ad vero nisl. Adipiscing ut delenit etaccumsan. ".
+
+<urn:uuid:755198392> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1960056440>;
+	nmo:sentDate "2009-01-19T15:36:17";
+	nmo:receivedDate "2009-01-19T15:36:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "neva raymond velitiriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iustoodio exerci duis ut vero velit. ";
+	nmo:plainTextMessageContent "Aliquip sit duis wisi diam eros feugait esse Utwisi hendrerit minim. ".
+
+<urn:uuid:640139864> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1960056440>;
+	nmo:sentDate "2008-09-03T15:29:45";
+	nmo:receivedDate "2008-09-03T15:29:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "neva raymond velitiriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:344829248>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ricky longoria etaccumsanduis gov"];
+	nmo:messageSubject "Delenitaugue eros ut suscipit commodoconsequat wisi dolor facilisi vel duis autem. ";
+	nmo:plainTextMessageContent "Autem et te minim ad molestie laoreet nibh velit facilisi feugait. Consequat illum nulla iustoodio vel at eum eu dignissim ex aliquip aliquip. ".
+
+<urn:uuid:2032324787> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1960056440>;
+	nmo:sentDate "2008-08-03T15:48:50";
+	nmo:receivedDate "2008-08-03T15:48:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "neva raymond velitiriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1145447484>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "vlangford eumodio org"];
+	nmo:messageSubject "Et at esse luptatum feugait euismod blandit illum ea augue quis dolore iriuredolor. ";
+	nmo:plainTextMessageContent "Molestie facilisi ex suscipit consequat aliquip. Autem duis enim invulputate. ".
+
+<urn:uuid:1389409334> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1960056440>;
+	nmo:sentDate "2008-02-22T15:47:22";
+	nmo:receivedDate "2008-02-22T15:48:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "neva raymond velitiriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla ullamcorper wisi eu ex dolor nulla eros esse Utwisi molestie at blandit. ";
+	nmo:plainTextMessageContent "Ea ipsum facilisi augue. ".
+
+<urn:uuid:716865036> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1960056440>;
+	nmo:sentDate "2008-09-09T16:00:14";
+	nmo:receivedDate "2008-09-09T16:00:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "neva raymond velitiriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1238728405>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "larchuleta doloremagnairiure gov"];
+	nmo:messageSubject "Ea suscipit erat ipsum blandit ullamcorper in autem blandit enim iustoodio augue. ";
+	nmo:plainTextMessageContent "Consequat sit in iustoodio enim nisl in iriure luptatum eu consectetuer vel ipsum. ".
+
+<urn:uuid:26404782> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1960056440>;
+	nmo:sentDate "2008-02-17T15:19:13";
+	nmo:receivedDate "2008-02-17T15:19:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "neva raymond velitiriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Ex nisl eros eufeugiat aliquip duis duis nulla. ";
+	nmo:plainTextMessageContent "Duis dolore te vulputate lobortis iriure illum. Vulputate vel delenit iriure autem dolore autem augue illum. ".
+
+<urn:uuid:201229430> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1960056440>;
+	nmo:sentDate "2008-01-24T15:38:20";
+	nmo:receivedDate "2008-01-24T15:38:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "neva raymond velitiriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iriure iustoodio at ipsum iusto zzril wisi luptatumzzril in nostrud illum praesent nulla. ";
+	nmo:plainTextMessageContent "Duis duis facilisi feugait enim amet duis eu qui. Vel consequat molestie ex diam eu luptatumzzril nulla nibh. ".
+
+<urn:uuid:936893922> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03293" ;
+	nco:locality "Woodstock" ;
+	nco:streetAddress "2884 Hill Creek Street" .
+
+<mailto:mstclair euea gov> a nco:EmailAddress; 
+	nco:emailAddress "mstclair euea gov".
+
+<xmpp:maria stclair gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Maria Stclair" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Vulputate dolor aliquam qui in sit vel dolore suscipit duis. " ;
+	nco:imID "maria stclair gmail com".
+
+<tel:+18027908568> a nco:PhoneNumber; 
+	nco:phoneNumber "(802)790-8568".
+
+<urn:uuid:1758593536> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18027908568>]; 
+	nmo:duration 49; 
+	nmo:sentDate "2008-07-24T15:25:45". 
+
+<urn:uuid:1510604535> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18027908568>]; 
+	nmo:duration 3; 
+	nmo:receivedDate "2008-11-15T15:24:04". 
+
+<urn:uuid:1955386397> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18027908568>]; 
+	nmo:duration 45; 
+	nmo:receivedDate "2008-01-24T16:09:31". 
+
+<urn:uuid:1104741765> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18027908568>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-11T16:05:42";
+	nmo:receivedDate "2008-05-07T15:42:30";
+	nmo:plainTextMessageContent "Nislut ut iustoodio eros. Et esse eum ex iriure elitsed ut facilisi ea enim eufeugiat ad hendrerit exerci. Dignissim invulputate dolor nibh duis vel ea. Luptatum facilisis delenitaugue eufeugiat nulla nostrud dignissim qui commodoconsequat veniam eufeugiat velit. Feugiat ut suscipit quis ipsum vel blandit blandit eum consequat. Dignissim nibh ut facilisi minim delenit facilisi dignissim vel iustoodio feugait suscipit. ".
+
+<urn:uuid:331719117> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18027908568>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-21T15:24:47";
+	nmo:receivedDate "2008-02-13T15:24:01";
+	nmo:plainTextMessageContent "Hendrerit nulla hendrerit invulputate lobortis illum qui. Ea aliquip autem autem esse dolor eum dolore hendrerit enim facilisis dolore facilisis illum. Nulla eu eum ut. Tincidunt consectetuer dolore Utwisi ea consectetuer tationullamcorper praesent duis. At aliquam commodoconsequat praesent autem. Iustoodio vel molestie nislut odio eu molestie praesent luptatum ut dolor. Luptatum tincidunt feugiat qui ea. ".
+
+<urn:uuid:727689073> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18027908568>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-19T15:17:17";
+	nmo:receivedDate "2008-11-02T15:55:02";
+	nmo:plainTextMessageContent "Tation in quis nulla. Duis duis feugiat odio dolore in invulputate ut. Suscipit ad laoreet aliquip wisi et etaccumsan ut ea illum facilisi. Eu molestie in duis etaccumsan praesent consequatvel. Nostrud et amet veniam autem consequat. ".
+
+<urn:uuid:1319991673> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18027908568>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-27T16:01:40";
+	nmo:receivedDate "2008-09-16T15:47:24";
+	nmo:plainTextMessageContent "Feugiat feugait odio dolore consequat accumsan ut consectetuer illum euismod te ut ea. Adipiscing eufeugiat diam feugait hendrerit ut esse vel blandit in. Iusto ad augue nonummy velit eum iustoodio doloremagna. Ea minim nostrud velit veniam tincidunt volutpat qui ipsum nonummy suscipit vero. ".
+
+<urn:uuid:229014103> a nco:PersonContact; 
+	nco:fullname "Maria Stclair";
+	nco:nameGiven "Maria";
+	nco:nameFamily "Stclair";
+	nco:birthDate "1942-06-13";
+	nco:hasAffiliation "Clerk Library Braille";
+	nco:hasEmailAddress <mailto:mstclair euea gov>;
+	nco:hasPhoneNumber <tel:+18027908568>;
+	nco:hasIMAccount <xmpp:maria stclair gmail com>;
+	nco:hasPostalAddress <urn:uuid:936893922>.
+
+<urn:uuid:658801278> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07723" ;
+	nco:locality "Deal" ;
+	nco:streetAddress "9642 Kallie Avenue" .
+
+<mailto:nora akin odionulla eu> a nco:EmailAddress; 
+	nco:emailAddress "nora akin odionulla eu".
+
+<urn:uuid:1623058252> a nco:PersonContact; 
+	nco:fullname "Nora Akin";
+	nco:nameGiven "Nora";
+	nco:nameFamily "Akin";
+	nco:birthDate "1942-12-15";
+	nco:hasAffiliation "Collection Clerk Banking";
+	nco:hasEmailAddress <mailto:nora akin odionulla eu>;
+	nco:hasPostalAddress <urn:uuid:658801278>.
+
+<urn:uuid:412183596> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06332" ;
+	nco:locality "Central Village" ;
+	nco:streetAddress "3938 Brewers Cove" .
+
+<mailto:ashley shearer odiodolore com> a nco:EmailAddress; 
+	nco:emailAddress "ashley shearer odiodolore com".
+
+<tel:+12072931664> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)293-1664".
+
+<urn:uuid:141798052> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12072931664>]; 
+	nmo:duration 12; 
+	nmo:sentDate "2008-06-05T15:14:41". 
+
+<urn:uuid:1174822161> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12072931664>]; 
+	nmo:duration 5; 
+	nmo:receivedDate "2008-10-08T16:10:32". 
+
+<urn:uuid:1743654572> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12072931664>]; 
+	nmo:duration 43; 
+	nmo:receivedDate "2008-01-25T15:46:26". 
+
+<urn:uuid:1440209805> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12072931664>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-03T15:44:02";
+	nmo:receivedDate "2008-05-03T15:23:43";
+	nmo:plainTextMessageContent "Praesent feugait eum tationullamcorper quis. Molestie consequat facilisi odio lorem odio ut nislut qui delenit ea in accumsan. Eufeugiat lorem etaccumsan dolore dolor duis. Commodo amet esse in ea autem nostrud dolore augue ut. Nulla et iriure aliquam iriuredolor molestie facilisis ipsum consequatvel et tincidunt. Euismod amet augue te qui ullamcorper Utwisi duis accumsan ut. ".
+
+<urn:uuid:1413061243> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12072931664>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-12T15:25:37";
+	nmo:receivedDate "2008-09-08T15:32:45";
+	nmo:plainTextMessageContent "Molestie nibh duis ullamcorper zzril laoreet qui dolor hendrerit lobortis ad. Ex eros vulputate dignissim ex tincidunt dolore iriure eum exerci exerci. Duis nulla at ea iriure laoreet ipsum at nulla invulputate volutpat in. Tation nulla vel feugait facilisis dignissim. Minim tincidunt lobortis ad eu erat consectetuer invulputate zzril zzril Utwisi enim et praesent. Hendrerit invulputate eros volutpat nulla elitsed minim. Volutpat ex erat eum dolore nisl veniam enim praesent illum vel ad at. ".
+
+<urn:uuid:1325384635> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12072931664>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-22T15:49:52";
+	nmo:receivedDate "2008-12-24T15:14:37";
+	nmo:plainTextMessageContent "Sit delenit illum nostrud. Exerci feugait facilisi et in ad aliquip. Zzril eum nulla Utwisi tation veniamquis te. Zzril ex et vel. ".
+
+<urn:uuid:1426836646> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12072931664>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-20T16:06:39";
+	nmo:receivedDate "2008-08-13T15:18:50";
+	nmo:plainTextMessageContent "Invulputate ullamcorper zzril amet ex vel etaccumsan eum. Iriuredolor velit hendrerit etaccumsan doloremagna ut vero vero in. Enim dolor nulla ea dolor enim commodoconsequat velit. Ad aliquip duis augue exerci illum molestie enim autem. ".
+
+<urn:uuid:685539446> a nco:PersonContact; 
+	nco:fullname "Ashley Shearer";
+	nco:nameGiven "Ashley";
+	nco:nameFamily "Shearer";
+	nco:birthDate "1943-02-21";
+	nco:hasAffiliation "Clerk Supply";
+	nco:hasEmailAddress <mailto:ashley shearer odiodolore com>;
+	nco:hasPhoneNumber <tel:+12072931664>;
+	nco:hasPostalAddress <urn:uuid:412183596>.
+
+<urn:uuid:837380618> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07071" ;
+	nco:locality "Lyndhurst" ;
+	nco:streetAddress "2543 River Forest Lane" .
+
+<mailto:homer eubanks invulputatedignissim edu> a nco:EmailAddress; 
+	nco:emailAddress "homer eubanks invulputatedignissim edu".
+
+<urn:uuid:917119277> a nco:PersonContact; 
+	nco:fullname "Homer Eubanks";
+	nco:nameGiven "Homer";
+	nco:nameFamily "Eubanks";
+	nco:birthDate "1943-02-04";
+	nco:hasAffiliation "Pharmaceutical Sales Representative";
+	nco:hasEmailAddress <mailto:homer eubanks invulputatedignissim edu>;
+	nco:hasPostalAddress <urn:uuid:837380618>.
+
+<urn:uuid:32569129> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "RI" ;
+	nco:postalcode "02839" ;
+	nco:locality "Mapleville" ;
+	nco:streetAddress "8765 Cindywood Parkway" .
+
+<mailto:cswafford wisieros info> a nco:EmailAddress; 
+	nco:emailAddress "cswafford wisieros info".
+
+<urn:uuid:1293629604> a nco:PersonContact; 
+	nco:fullname "Celina Swafford";
+	nco:nameGiven "Celina";
+	nco:nameFamily "Swafford";
+	nco:birthDate "1943-01-07";
+	nco:hasAffiliation "Analyst Programmer";
+	nco:hasEmailAddress <mailto:cswafford wisieros info>;
+	nco:hasPostalAddress <urn:uuid:32569129>.
+
+<urn:uuid:1284333083> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1667025608>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Duis facilisis ad et praesent laoreet autem wisi facilisis velit iriure aliquip. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-21T15:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-21T15:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1667025608>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:797370182> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02050" ;
+	nco:locality "Marshfield" ;
+	nco:streetAddress "1519 Clarington Drive" .
+
+<mailto:bsellars erossuscipit tv> a nco:EmailAddress; 
+	nco:emailAddress "bsellars erossuscipit tv".
+
+<urn:uuid:397548624> a nco:PersonContact; 
+	nco:fullname "Brenton Sellars";
+	nco:nameGiven "Brenton";
+	nco:nameFamily "Sellars";
+	nco:birthDate "1942-08-25";
+	nco:hasAffiliation "Helper Pipefitter";
+	nco:hasEmailAddress <mailto:bsellars erossuscipit tv>;
+	nco:hasPostalAddress <urn:uuid:797370182>.
+
+<urn:uuid:1409638772> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01853" ;
+	nco:locality "Lowell" ;
+	nco:streetAddress "5103 Peacan Drive" .
+
+<mailto:rmcknight enimzzril gov> a nco:EmailAddress; 
+	nco:emailAddress "rmcknight enimzzril gov".
+
+<urn:uuid:1168722026> a nco:PersonContact; 
+	nco:fullname "Renata Mcknight";
+	nco:nameGiven "Renata";
+	nco:nameFamily "Mcknight";
+	nco:birthDate "1942-12-02";
+	nco:hasAffiliation "International Sales Manager";
+	nco:hasEmailAddress <mailto:rmcknight enimzzril gov>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:1409638772>.
+
+<urn:uuid:1402731825> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1168722026>;
+	nmo:sentDate "2008-07-27T15:45:38";
+	nmo:receivedDate "2008-07-27T15:45:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rmcknight enimzzril gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Ea qui vero duis nislut vero ullamcorper. ";
+	nmo:plainTextMessageContent "Nislut esse vel ea blandit velit illum dignissim dolore blandit. Et dolor veniam exerci ut nibh sit delenit qui et ex iusto. ".
+
+<urn:uuid:1812704105> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1168722026>;
+	nmo:sentDate "2008-06-30T15:46:58";
+	nmo:receivedDate "2008-06-30T15:47:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rmcknight enimzzril gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1650976324>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ischweitzer eufeugiatblandit net"];
+	nmo:messageSubject "Delenitaugue vel eros esse nisl molestie dignissim. ";
+	nmo:plainTextMessageContent "Iusto vulputate consequat dolore volutpat erat molestie eum erat ea. Ipsum exerci odio eu iusto et nulla ad augue. ".
+
+<urn:uuid:1546725323> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1168722026>;
+	nmo:sentDate "2009-02-05T15:55:36";
+	nmo:receivedDate "2009-02-05T15:56:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rmcknight enimzzril gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Qui adipiscing dolor odio illum ullamcorper doloremagna duis ad ut esse iriure suscipit. ";
+	nmo:plainTextMessageContent "Ea ea aliquip feugait doloremagna dolor minim. Elitsed hendrerit facilisi hendrerit te nisl blandit minim dolore molestie facilisis dolor qui eu. ".
+
+<urn:uuid:1658617717> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1168722026>;
+	nmo:sentDate "2008-03-17T15:39:25";
+	nmo:receivedDate "2008-03-17T15:40:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rmcknight enimzzril gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Tincidunt suscipit blandit luptatum blandit et lobortis dignissim ipsum nisl. ";
+	nmo:plainTextMessageContent "Dignissim invulputate blandit in eufeugiat facilisis minim commodo autem eufeugiat feugiat aliquam qui et. ".
+
+<urn:uuid:1591991665> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1168722026>;
+	nmo:sentDate "2008-07-23T15:44:14";
+	nmo:receivedDate "2008-07-23T15:44:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rmcknight enimzzril gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:539239127>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "max mendenhall dolorefacilisi info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Duis molestie illum dignissim. ";
+	nmo:plainTextMessageContent "Enim ea in ad. Iustoodio doloremagna qui hendrerit vel. ".
+
+<urn:uuid:1036216388> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1168722026>;
+	nmo:sentDate "2008-12-27T16:04:50";
+	nmo:receivedDate "2008-12-27T16:05:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rmcknight enimzzril gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Diam exerci dolore accumsan facilisi luptatumzzril iriuredolor eum tation. ";
+	nmo:plainTextMessageContent "Dolore vero Utwisi lobortis qui facilisis feugait duis vel at eros. Utwisi ullamcorper consequat aliquip luptatumzzril etaccumsan nonummy te nulla. ".
+
+<urn:uuid:814253506> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1168722026>;
+	nmo:sentDate "2008-02-13T16:05:43";
+	nmo:receivedDate "2008-02-13T16:06:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rmcknight enimzzril gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2115917339>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rballard iustoex us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Nostrud luptatumzzril exerci te vero etaccumsan facilisis minim vel in praesent invulputate. ";
+	nmo:plainTextMessageContent "Autem consectetuer dignissim enim ut tationullamcorper nislut etaccumsan nulla ea nisl. ".
+
+<urn:uuid:18662627> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1168722026>;
+	nmo:sentDate "2008-07-27T15:35:37";
+	nmo:receivedDate "2008-07-27T15:35:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rmcknight enimzzril gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore et vero hendrerit sit feugait ex volutpat doloremagna veniamquis exerci te aliquam dolor. ";
+	nmo:plainTextMessageContent "Ut etaccumsan ipsum iustoodio blandit ea esse at minim vulputate dolor. Veniam accumsan autem et. ".
+
+<urn:uuid:1357440292> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1168722026>;
+	nmo:sentDate "2008-03-25T15:26:34";
+	nmo:receivedDate "2008-03-25T15:26:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rmcknight enimzzril gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolor qui vero eum veniamquis. ";
+	nmo:plainTextMessageContent "Ea nulla euismod ex tation esse laoreet hendrerit dignissim. ".
+
+<urn:uuid:600813499> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1168722026>;
+	nmo:sentDate "2009-01-17T16:09:37";
+	nmo:receivedDate "2009-01-17T16:09:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rmcknight enimzzril gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2133236974>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kylie piazza eumvelit edu"];
+	nmo:bcc <urn:uuid:1031736098>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lfritz Utwisiquis org"];
+	nmo:messageSubject "Dignissim euismod vel iriuredolor delenitaugue blandit. ";
+	nmo:plainTextMessageContent "Exerci ea velit wisi erat. ".
+
+<urn:uuid:1089999040> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1168722026>;
+	nmo:sentDate "2008-04-26T15:11:53";
+	nmo:receivedDate "2008-04-26T15:12:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rmcknight enimzzril gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consectetuer in in dignissim at suscipit vel autem. ";
+	nmo:plainTextMessageContent "Enim nonummy te ipsum laoreet nulla nulla nulla. Commodoconsequat duis nulla delenitaugue iustoodio feugiat aliquam doloremagna vero dolor ea eum. ".
+
+<urn:uuid:192629752> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1168722026>;
+	nmo:sentDate "2008-08-24T15:38:41";
+	nmo:receivedDate "2008-08-24T15:39:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rmcknight enimzzril gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Nibh consequat ea duis blandit autem eufeugiat hendrerit euismod vel quis nibh. ";
+	nmo:plainTextMessageContent "Dignissim illum consequatvel quis blandit euismod vel Utwisi et vel qui invulputate aliquip. Accumsan Utwisi praesent commodo dolore dignissim duis autem suscipit. ".
+
+<urn:uuid:2115918616> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1168722026>;
+	nmo:sentDate "2008-03-03T15:18:39";
+	nmo:receivedDate "2008-03-03T15:19:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rmcknight enimzzril gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1904410730>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ikhan nostrudamet info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Luptatum dolore minim ad hendrerit. ";
+	nmo:plainTextMessageContent "Enim tincidunt autem vel nibh at facilisis ex delenitaugue nisl. ".
+
+<urn:uuid:925528887> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1168722026>;
+	nmo:sentDate "2008-07-01T15:50:25";
+	nmo:receivedDate "2008-07-01T15:50:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rmcknight enimzzril gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:968476334>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ralbertson adblandit eu"];
+	nmo:messageSubject "Invulputate et luptatum etaccumsan at nibh. ";
+	nmo:plainTextMessageContent "Vel eum commodo ea minim nostrud eros velit exerci ad eros eufeugiat Utwisi. Minim laoreet feugait delenit dignissim euismod nibh at. ".
+
+<urn:uuid:2013215475> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1168722026>;
+	nmo:sentDate "2008-03-22T15:35:27";
+	nmo:receivedDate "2008-03-22T15:36:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rmcknight enimzzril gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Accumsan praesent nostrud eros. ";
+	nmo:plainTextMessageContent "Hendrerit vel delenit enim eu iustoodio et duis dolore etaccumsan facilisis iusto velit. Dignissim vel molestie dolore wisi eros. ".
+
+<urn:uuid:1005420339> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1168722026>;
+	nmo:sentDate "2008-06-21T16:06:51";
+	nmo:receivedDate "2008-06-21T16:07:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rmcknight enimzzril gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1691678526>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "sheena montes teillum us"];
+	nmo:messageSubject "Adipiscing veniam euismod te feugait vel wisi. ";
+	nmo:plainTextMessageContent "Eros tationullamcorper facilisi ex dignissim iusto ex lobortis esse eum dolore eros. Nulla consequat adipiscing delenitaugue volutpat blandit et ut blandit. ".
+
+<urn:uuid:665325426> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1168722026>;
+	nmo:sentDate "2008-09-08T15:14:59";
+	nmo:receivedDate "2008-09-08T15:15:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rmcknight enimzzril gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:551863217>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "josue tamayo doloreullamcorper org"];
+	nmo:messageSubject "Lorem ullamcorper wisi duis lobortis iriuredolor commodo eros. ";
+	nmo:plainTextMessageContent "Veniam illum qui nulla ut. Illum esse invulputate wisi. ".
+
+<urn:uuid:2085611161> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1168722026>;
+	nmo:sentDate "2008-10-23T15:17:10";
+	nmo:receivedDate "2008-10-23T15:17:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rmcknight enimzzril gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1885960472>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rogelio hornsby dolorUtwisi eu"];
+	nmo:bcc <urn:uuid:1492071226>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ramona poindexter duisdolor info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Iustoodio exerci quis iriuredolor dolore eum blandit. ";
+	nmo:plainTextMessageContent "Duis suscipit ad nulla lobortis suscipit hendrerit praesent at iusto. Augue vel exerci nulla ad velit nostrud consequat iusto feugait esse eu ad suscipit. ".
+
+<urn:uuid:1657880337> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1168722026>;
+	nmo:sentDate "2008-04-26T15:58:31";
+	nmo:receivedDate "2008-04-26T15:59:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rmcknight enimzzril gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Et ullamcorper te te. ";
+	nmo:plainTextMessageContent "Hendrerit vel iriure quis erat. ".
+
+<urn:uuid:854311619> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1168722026>;
+	nmo:sentDate "2008-08-04T16:04:28";
+	nmo:receivedDate "2008-08-04T16:04:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rmcknight enimzzril gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:36048330>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "grosales atduis net"];
+	nmo:messageSubject "Ut vel commodoconsequat ipsum invulputate qui esse blandit eros adipiscing. ";
+	nmo:plainTextMessageContent "Dolore in diam blandit delenit eum ut iriuredolor in aliquam blandit iustoodio veniamquis. ".
+
+<urn:uuid:537821313> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1168722026>;
+	nmo:sentDate "2008-02-22T16:03:31";
+	nmo:receivedDate "2008-02-22T16:03:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rmcknight enimzzril gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1535206845>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "carmelo serna feugaitvolutpat tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Feugait nulla dolor duis consequatvel tationullamcorper delenitaugue minim diam velit. ";
+	nmo:plainTextMessageContent "Et dolore enim ex tationullamcorper enim esse lorem delenit enim vel. Luptatum enim vero eum delenit in facilisi te tincidunt facilisi nulla luptatum. ".
+
+<urn:uuid:1681574219> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1168722026>;
+	nmo:sentDate "2008-10-31T15:24:02";
+	nmo:receivedDate "2008-10-31T15:24:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rmcknight enimzzril gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Iustoodio et augue consequat duis ut vulputate feugiat facilisi esse iustoodio dignissim. ";
+	nmo:plainTextMessageContent "Nibh etaccumsan vulputate at veniamquis facilisis iustoodio. Blandit esse duis te tincidunt hendrerit hendrerit. ".
+
+<urn:uuid:71519886> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15083" ;
+	nco:locality "Sutersville" ;
+	nco:streetAddress "3980 Savannah Street" .
+
+<mailto:adagostino luptatumte org> a nco:EmailAddress; 
+	nco:emailAddress "adagostino luptatumte org".
+
+<urn:uuid:770043613> a nco:PersonContact; 
+	nco:fullname "Annette Dagostino";
+	nco:nameGiven "Annette";
+	nco:nameFamily "Dagostino";
+	nco:birthDate "1943-01-16";
+	nco:hasAffiliation "Supervisor Branch Store";
+	nco:hasEmailAddress <mailto:adagostino luptatumte org>;
+	nco:hasPostalAddress <urn:uuid:71519886>.
+
+<urn:uuid:1428438167> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04227" ;
+	nco:locality "East Dixfield" ;
+	nco:streetAddress "6988 Normandy Street" .
+
+<mailto:cori mccurry incommodoconsequat com> a nco:EmailAddress; 
+	nco:emailAddress "cori mccurry incommodoconsequat com".
+
+<xmpp:cori mccurry gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Cori Mccurry" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Nibh dolore ad exerci vel vel consequat nulla aliquip dignissim nislut. " ;
+	nco:imID "cori mccurry gmail com".
+
+<urn:uuid:1940373135> a nco:PersonContact; 
+	nco:fullname "Cori Mccurry";
+	nco:nameGiven "Cori";
+	nco:nameFamily "Mccurry";
+	nco:birthDate "1942-08-29";
+	nco:hasAffiliation "Engineer Flight";
+	nco:hasEmailAddress <mailto:cori mccurry incommodoconsequat com>;
+	nco:hasIMAccount <xmpp:cori mccurry gmail com>;
+	nco:hasPostalAddress <urn:uuid:1428438167>.
+
+<urn:uuid:1251031270> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02643" ;
+	nco:locality "East Orleans" ;
+	nco:streetAddress "8117 Keats Trail" .
+
+<mailto:csantoro adhendrerit net> a nco:EmailAddress; 
+	nco:emailAddress "csantoro adhendrerit net".
+
+<urn:uuid:100943496> a nco:PersonContact; 
+	nco:fullname "Carl Santoro";
+	nco:nameGiven "Carl";
+	nco:nameFamily "Santoro";
+	nco:birthDate "1943-01-19";
+	nco:hasAffiliation "Health Information Services Director";
+	nco:hasEmailAddress <mailto:csantoro adhendrerit net>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:1251031270>.
+
+<urn:uuid:1341736909> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13649" ;
+	nco:locality "Helena" ;
+	nco:streetAddress "6659 Eldor Avenue" .
+
+<mailto:glen rider nibhpraesent us> a nco:EmailAddress; 
+	nco:emailAddress "glen rider nibhpraesent us".
+
+<tel:+12078585183> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)858-5183".
+
+<urn:uuid:1897995934> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12078585183>]; 
+	nmo:duration 21; 
+	nmo:receivedDate "2009-01-26T15:30:44". 
+
+<urn:uuid:1881932461> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12078585183>]; 
+	nmo:duration 36; 
+	nmo:sentDate "2008-11-13T16:06:35". 
+
+<urn:uuid:684557570> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12078585183>]; 
+	nmo:duration 31; 
+	nmo:receivedDate "2008-07-10T15:44:27". 
+
+<urn:uuid:1264157228> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12078585183>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-07T15:41:18";
+	nmo:receivedDate "2008-04-03T15:30:29";
+	nmo:plainTextMessageContent "Consequat accumsan et nulla feugait consequatvel duis diam vel velit nislut. Zzril aliquip elitsed dolore blandit esse ut enim vero ut odio. Suscipit veniam dolore nonummy tation nulla consectetuer velit dolore esse in dolore eufeugiat nostrud. Sit ad delenitaugue illum velit dolore in aliquam et duis tincidunt ipsum adipiscing dolore. Ut ut in esse dolor. Eu ad consequat dolor ea duis facilisi autem. ".
+
+<urn:uuid:1127443687> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12078585183>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-04T15:33:23";
+	nmo:receivedDate "2008-02-18T15:41:14";
+	nmo:plainTextMessageContent "Autem eu dolor nibh in nonummy ut vel qui dolore eros ipsum. Utwisi molestie wisi consequat dolore delenitaugue nulla erat at ut. Erat laoreet eros at vel vero at. Blandit minim volutpat ea ut quis facilisis. Praesent etaccumsan iustoodio eufeugiat zzril eros nostrud blandit eu ut elitsed. ".
+
+<urn:uuid:184561976> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12078585183>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-24T15:54:55";
+	nmo:receivedDate "2008-10-19T15:16:21";
+	nmo:plainTextMessageContent "Suscipit dignissim dolore ut dolor nisl facilisis commodoconsequat facilisis hendrerit feugait duis. Commodo delenit erat quis aliquip ipsum veniamquis illum dolore duis minim ut wisi et. Dolore et wisi te dignissim dolore odio feugait erat eros. Elitsed vel lobortis iriure in etaccumsan enim esse ex. Et augue veniam feugait veniamquis tation et. Tincidunt facilisi esse consequatvel molestie zzril in laoreet esse dignissim dolor nulla molestie. ".
+
+<urn:uuid:1866400193> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12078585183>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-02T15:57:29";
+	nmo:receivedDate "2009-02-17T16:06:56";
+	nmo:plainTextMessageContent "Minim lorem illum eufeugiat laoreet duis. Etaccumsan iriure ut commodo nostrud in nulla et ut vero dolore adipiscing. Minim qui esse qui blandit delenit et consequat dignissim. Ipsum quis iriuredolor facilisi vero feugait dolor in qui consequat. Doloremagna ut facilisi nibh enim quis iustoodio consequatvel. Esse etaccumsan lorem duis vel consequat vero dolore dolore. Enim molestie diam feugait exerci consequat eros suscipit dolore. ".
+
+<urn:uuid:2101703494> a nco:PersonContact; 
+	nco:fullname "Glen Rider";
+	nco:nameGiven "Glen";
+	nco:nameFamily "Rider";
+	nco:birthDate "1942-12-25";
+	nco:hasAffiliation "Truck Driver Heavy";
+	nco:hasEmailAddress <mailto:glen rider nibhpraesent us>;
+	nco:hasPhoneNumber <tel:+12078585183>;
+	nco:hasPostalAddress <urn:uuid:1341736909>.
+
+<urn:uuid:391484396> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14120" ;
+	nco:locality "North Tonawanda" ;
+	nco:streetAddress "8375 Dundee Lane" .
+
+<mailto:agrider tinciduntluptatumzzril org> a nco:EmailAddress; 
+	nco:emailAddress "agrider tinciduntluptatumzzril org".
+
+<urn:uuid:1712416799> a nco:PersonContact; 
+	nco:fullname "Alexandria Grider";
+	nco:nameGiven "Alexandria";
+	nco:nameFamily "Grider";
+	nco:birthDate "1942-05-05";
+	nco:hasAffiliation "Bicycle Assembler";
+	nco:hasEmailAddress <mailto:agrider tinciduntluptatumzzril org>;
+	nco:hasPostalAddress <urn:uuid:391484396>.
+
+<urn:uuid:1440547617> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1434632836>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Veniamquis nibh amet tationullamcorper consequat eum suscipit. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-20T16:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-20T17:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1434632836>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:14879092> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01092" ;
+	nco:locality "West Warren" ;
+	nco:streetAddress "8747 Roxbury Lane" .
+
+<mailto:qpipkin innibh tv> a nco:EmailAddress; 
+	nco:emailAddress "qpipkin innibh tv".
+
+<xmpp:quentin pipkin gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Quentin Pipkin" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Zzril volutpat tationullamcorper minim te autem te exerci feugait minim. " ;
+	nco:imID "quentin pipkin gmail com".
+
+<tel:+13155932568> a nco:PhoneNumber; 
+	nco:phoneNumber "(315)593-2568".
+
+<urn:uuid:2110980596> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13155932568>]; 
+	nmo:duration 33; 
+	nmo:sentDate "2008-04-16T15:50:45". 
+
+<urn:uuid:1184312553> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13155932568>]; 
+	nmo:duration 25; 
+	nmo:sentDate "2009-02-13T15:13:28". 
+
+<urn:uuid:219439661> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13155932568>]; 
+	nmo:duration 4; 
+	nmo:receivedDate "2009-01-08T15:39:03". 
+
+<urn:uuid:495883943> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13155932568>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-25T15:50:55";
+	nmo:receivedDate "2008-08-27T16:06:58";
+	nmo:plainTextMessageContent "Ut at invulputate iriure consequat suscipit nulla duis wisi ullamcorper eufeugiat nislut dolore. Accumsan dolor vulputate tincidunt autem et minim commodo Utwisi tationullamcorper odio. Eros consequatvel zzril duis iusto feugait facilisi. Ex autem feugiat duis dolore nisl veniamquis feugait consectetuer at. ".
+
+<urn:uuid:30274189> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13155932568>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-25T15:19:39";
+	nmo:receivedDate "2008-08-24T15:23:33";
+	nmo:plainTextMessageContent "Autem augue minim consequat eros eros et nostrud feugiat hendrerit at diam volutpat. Quis delenitaugue consequat te facilisis ad consequat duis in nulla. Nulla dolore autem eum. Te ad vulputate dolore et luptatumzzril. Vel illum autem augue minim invulputate et autem. ".
+
+<urn:uuid:2101947839> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13155932568>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-30T15:28:02";
+	nmo:receivedDate "2008-07-16T16:01:42";
+	nmo:plainTextMessageContent "Nisl delenit ad consectetuer sit. Vel facilisi facilisi eum vulputate eufeugiat. Lobortis esse autem diam accumsan veniam enim eros. Nulla luptatum vel suscipit iriuredolor vero blandit erat. Autem diam consequat ea duis velit lobortis ea odio facilisi duis. Wisi amet duis duis tationullamcorper blandit aliquip enim nibh. ".
+
+<urn:uuid:880470810> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13155932568>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-23T15:19:49";
+	nmo:receivedDate "2009-02-09T15:51:19";
+	nmo:plainTextMessageContent "Dolore nostrud praesent consequat illum delenitaugue enim veniam blandit suscipit facilisi commodo feugiat feugait. Et dignissim dolore in facilisi lorem nulla nostrud. Ea aliquip praesent volutpat vero blandit molestie in et veniamquis duis in. Odio et minim commodo dolore autem te facilisi vel ad blandit lorem diam. Blandit elitsed dignissim praesent iusto dignissim illum feugait duis. ".
+
+<urn:uuid:562404264> a nco:PersonContact; 
+	nco:fullname "Quentin Pipkin";
+	nco:nameGiven "Quentin";
+	nco:nameFamily "Pipkin";
+	nco:birthDate "1943-02-19";
+	nco:hasAffiliation "Manager Medical Unit";
+	nco:hasEmailAddress <mailto:qpipkin innibh tv>;
+	nco:hasPhoneNumber <tel:+13155932568>;
+	nco:hasIMAccount <xmpp:quentin pipkin gmail com>;
+	nco:hasPostalAddress <urn:uuid:14879092>.
+
+<urn:uuid:1012028148> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02770" ;
+	nco:locality "Rochester" ;
+	nco:streetAddress "4548 Harvest Circle" .
+
+<mailto:buddy schell duiswisi net> a nco:EmailAddress; 
+	nco:emailAddress "buddy schell duiswisi net".
+
+<urn:uuid:1324343852> a nco:PersonContact; 
+	nco:fullname "Buddy Schell";
+	nco:nameGiven "Buddy";
+	nco:nameFamily "Schell";
+	nco:birthDate "1942-04-03";
+	nco:hasAffiliation "Advertising Manager";
+	nco:hasEmailAddress <mailto:buddy schell duiswisi net>;
+	nco:hasPostalAddress <urn:uuid:1012028148>.
+
+<urn:uuid:1338459548> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:276147427>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Diam esse eufeugiat feugait vero ea diam velit commodo consectetuer velit at. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-20T14:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-20T16:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:276147427>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1787465098> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01879" ;
+	nco:locality "Tyngsboro" ;
+	nco:streetAddress "7998 Waterleaf Circle" .
+
+<mailto:hglynn feugaitfacilisi us> a nco:EmailAddress; 
+	nco:emailAddress "hglynn feugaitfacilisi us".
+
+<urn:uuid:1851664232> a nco:PersonContact; 
+	nco:fullname "Henry Glynn";
+	nco:nameGiven "Henry";
+	nco:nameFamily "Glynn";
+	nco:birthDate "1942-12-18";
+	nco:hasAffiliation "Manager Computer Applications";
+	nco:hasEmailAddress <mailto:hglynn feugaitfacilisi us>;
+	nco:hasPostalAddress <urn:uuid:1787465098>.
+
+<urn:uuid:1399575754> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01583" ;
+	nco:locality "West Boylston" ;
+	nco:streetAddress "4249 Nordic Way" .
+
+<mailto:oprosser invulputateat net> a nco:EmailAddress; 
+	nco:emailAddress "oprosser invulputateat net".
+
+<tel:+12072986573> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)298-6573".
+
+<urn:uuid:546701976> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12072986573>]; 
+	nmo:duration 6; 
+	nmo:sentDate "2008-10-21T15:33:58". 
+
+<urn:uuid:1551314335> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12072986573>]; 
+	nmo:duration 20; 
+	nmo:sentDate "2008-09-27T15:45:33". 
+
+<urn:uuid:2049631610> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12072986573>]; 
+	nmo:duration 28; 
+	nmo:receivedDate "2008-11-11T16:06:03". 
+
+<urn:uuid:1149161581> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12072986573>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-06T15:13:45";
+	nmo:receivedDate "2009-01-26T15:37:35";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Nibh suscipit praesent duis nisl dolore iriure aliquam te consequat tationullamcorper duis illum et. Wisi facilisis praesent vero tincidunt vero odio. Quis veniam euismod nostrud autem elitsed velit dolore praesent duis in vulputate. Facilisi nulla quis et. Ut suscipit nulla te exerci iustoodio vero volutpat dignissim ad veniam. Lorem ad blandit ad duis exerci. ".
+
+<urn:uuid:230465471> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12072986573>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-25T15:38:12";
+	nmo:receivedDate "2008-10-03T15:19:23";
+	nmo:plainTextMessageContent "Nibh dolore euismod praesent in luptatumzzril adipiscing erat adipiscing laoreet. Nostrud hendrerit et zzril wisi consequat lobortis veniamquis. Ad ut vero ad nulla nonummy qui duis aliquip lobortis dignissim. Vel veniamquis luptatumzzril quis ea dolore ea consectetuer vero erat iustoodio iriuredolor hendrerit. Nulla iriure et ut ex. Et augue vel in at nulla duis delenit qui tincidunt duis qui eros suscipit. Euismod aliquip lobortis facilisis lobortis illum dolore lobortis aliquam minim molestie veniam accumsan. ".
+
+<urn:uuid:1988683636> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12072986573>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-24T15:43:25";
+	nmo:receivedDate "2008-03-10T15:47:05";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Minim laoreet facilisi ipsum dolor in minim nulla eros augue commodo. Diam nostrud quis minim in. Sit enim te dolor nostrud praesent veniamquis in vel iusto autem commodo eufeugiat eros. Aliquam nulla ut nulla accumsan nostrud suscipit. Vel esse duis qui minim vel enim zzril ex. ".
+
+<urn:uuid:1232957506> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12072986573>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-25T15:37:02";
+	nmo:receivedDate "2009-02-01T15:48:38";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Iustoodio qui commodoconsequat vel tincidunt augue. Feugait ex ipsum hendrerit amet amet dolor Utwisi nostrud te luptatumzzril autem nostrud luptatumzzril. Iustoodio delenit invulputate eum. Ex velit lorem exerci eros hendrerit dolor. Te delenitaugue quis nibh. ".
+
+<urn:uuid:2054219978> a nco:PersonContact; 
+	nco:fullname "Oswaldo Prosser";
+	nco:nameGiven "Oswaldo";
+	nco:nameFamily "Prosser";
+	nco:birthDate "1942-08-22";
+	nco:hasAffiliation "Supervisor Telephone Dispatch";
+	nco:hasEmailAddress <mailto:oprosser invulputateat net>;
+	nco:hasPhoneNumber <tel:+12072986573>;
+	nco:hasPostalAddress <urn:uuid:1399575754>.
+
+<urn:uuid:648294520> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05454" ;
+	nco:locality "Fairfax" ;
+	nco:streetAddress "3407 Holcombe Lane" .
+
+<mailto:hbaxley suscipitminim net> a nco:EmailAddress; 
+	nco:emailAddress "hbaxley suscipitminim net".
+
+<urn:uuid:1147973622> a nco:PersonContact; 
+	nco:fullname "Holly Baxley";
+	nco:nameGiven "Holly";
+	nco:nameFamily "Baxley";
+	nco:birthDate "1942-07-01";
+	nco:hasAffiliation "IT Auditor";
+	nco:hasEmailAddress <mailto:hbaxley suscipitminim net>;
+	nco:hasPostalAddress <urn:uuid:648294520>.
+
+<urn:uuid:1629984726> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1147973622>;
+	nmo:sentDate "2008-08-06T15:53:38";
+	nmo:receivedDate "2008-08-06T15:54:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hbaxley suscipitminim net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "In commodoconsequat nibh ullamcorper nislut lobortis duis wisi consequat etaccumsan adipiscing. ";
+	nmo:plainTextMessageContent "Qui dignissim duis eum erat velit consequatvel aliquip iriuredolor quis exerci esse enim laoreet. ".
+
+<urn:uuid:710765824> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15202" ;
+	nco:locality "Pittsburgh" ;
+	nco:streetAddress "9735 Boheme Circle" .
+
+<mailto:kathy pfeiffer ipsumsuscipit edu> a nco:EmailAddress; 
+	nco:emailAddress "kathy pfeiffer ipsumsuscipit edu".
+
+<tel:+19732903838> a nco:PhoneNumber; 
+	nco:phoneNumber "(973)290-3838".
+
+<urn:uuid:1278212562> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19732903838>]; 
+	nmo:duration 22; 
+	nmo:sentDate "2009-01-22T16:10:39". 
+
+<urn:uuid:922673011> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19732903838>]; 
+	nmo:duration 37; 
+	nmo:receivedDate "2008-05-15T15:12:18". 
+
+<urn:uuid:808861873> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19732903838>]; 
+	nmo:duration 34; 
+	nmo:sentDate "2008-11-05T15:30:41". 
+
+<urn:uuid:1296729473> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19732903838>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-06T15:25:43";
+	nmo:receivedDate "2008-06-10T15:15:26";
+	nmo:plainTextMessageContent "Consectetuer te ea velit odio elitsed velit dolor. Etaccumsan commodo doloremagna laoreet duis. Odio aliquip dolore enim adipiscing. Velit molestie tation nostrud iriure aliquip duis. Vero vero eu illum euismod ullamcorper eros. ".
+
+<urn:uuid:1683585730> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19732903838>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-27T16:06:37";
+	nmo:receivedDate "2008-05-27T15:48:28";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Et praesent sit veniamquis vero suscipit diam veniamquis dignissim te dolore. Nulla in ipsum veniamquis zzril dolor ut zzril ex praesent augue volutpat facilisis minim. Facilisi minim aliquip lorem etaccumsan et enim autem duis. Enim zzril nostrud praesent praesent tationullamcorper odio. Ex hendrerit amet eros consectetuer illum dolore hendrerit nibh eum praesent. Invulputate vel et ad. Facilisis facilisi veniam dignissim vulputate veniam commodoconsequat volutpat iusto dolore vero ullamcorper. ".
+
+<urn:uuid:244047757> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19732903838>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-11T15:24:06";
+	nmo:receivedDate "2008-02-19T15:44:55";
+	nmo:plainTextMessageContent "Vel ut duis euismod illum lobortis tation esse etaccumsan eum qui laoreet. Dolore dignissim iustoodio aliquip duis adipiscing nonummy dolore eros velit. Eros nulla erat volutpat hendrerit ut aliquip illum. Facilisis invulputate vel nonummy consectetuer nislut. Amet commodoconsequat blandit laoreet. Ex consequat duis et facilisi facilisis. Nislut laoreet nonummy nulla esse duis exerci duis hendrerit ut. ".
+
+<urn:uuid:277564189> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19732903838>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-20T15:23:59";
+	nmo:receivedDate "2008-03-20T16:05:45";
+	nmo:plainTextMessageContent "Eum suscipit enim suscipit dignissim at. Eu hendrerit aliquip eros. Vero facilisi euismod tincidunt amet duis nislut. Duis ea suscipit zzril dolor qui et nibh dolor dolore velit vel. Hendrerit ut iriure enim consequat praesent at delenitaugue zzril ut te feugait eum luptatumzzril. Esse ea nisl delenit aliquam enim nislut dolore elitsed esse dolore exerci te. At lobortis ad commodoconsequat tation feugiat nostrud commodo. ".
+
+<urn:uuid:1860610029> a nco:PersonContact; 
+	nco:fullname "Kathy Pfeiffer";
+	nco:nameGiven "Kathy";
+	nco:nameFamily "Pfeiffer";
+	nco:birthDate "1942-04-29";
+	nco:hasAffiliation "Supervisor Compensation & Benefits";
+	nco:hasEmailAddress <mailto:kathy pfeiffer ipsumsuscipit edu>;
+	nco:hasPhoneNumber <tel:+19732903838>;
+	nco:hasPostalAddress <urn:uuid:710765824>.
+
+<urn:uuid:1176421931> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01940" ;
+	nco:locality "Lynnfield" ;
+	nco:streetAddress "5209 Osgood Avenue" .
+
+<mailto:rjuarez minimpraesent edu> a nco:EmailAddress; 
+	nco:emailAddress "rjuarez minimpraesent edu".
+
+<urn:uuid:1140198782> a nco:PersonContact; 
+	nco:fullname "Robert Juarez";
+	nco:nameGiven "Robert";
+	nco:nameFamily "Juarez";
+	nco:birthDate "1942-08-19";
+	nco:hasAffiliation "Superintendent Utilities";
+	nco:hasEmailAddress <mailto:rjuarez minimpraesent edu>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:1176421931>.
+
+<urn:uuid:5162769> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "RI" ;
+	nco:postalcode "02833" ;
+	nco:locality "Hopkinton" ;
+	nco:streetAddress "515 Liberty Street" .
+
+<mailto:hlance eavel tv> a nco:EmailAddress; 
+	nco:emailAddress "hlance eavel tv".
+
+<urn:uuid:782256816> a nco:PersonContact; 
+	nco:fullname "Hoyt Lance";
+	nco:nameGiven "Hoyt";
+	nco:nameFamily "Lance";
+	nco:birthDate "1942-10-14";
+	nco:hasAffiliation "Mailroom Clerk";
+	nco:hasEmailAddress <mailto:hlance eavel tv>;
+	nco:hasPostalAddress <urn:uuid:5162769>.
+
+<urn:uuid:692561701> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01301" ;
+	nco:locality "Greenfield" ;
+	nco:streetAddress "1327 Meadow Drive" .
+
+<mailto:roslyn jackman vulputateaccumsan edu> a nco:EmailAddress; 
+	nco:emailAddress "roslyn jackman vulputateaccumsan edu".
+
+<urn:uuid:1056761221> a nco:PersonContact; 
+	nco:fullname "Roslyn Jackman";
+	nco:nameGiven "Roslyn";
+	nco:nameFamily "Jackman";
+	nco:birthDate "1943-02-12";
+	nco:hasAffiliation "Support Specialist (Micro)";
+	nco:hasEmailAddress <mailto:roslyn jackman vulputateaccumsan edu>;
+	nco:hasPostalAddress <urn:uuid:692561701>.
+
+<urn:uuid:951260810> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:538422874>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Nulla iusto consequat doloremagna adipiscing nulla te luptatum commodo consectetuer enim iriure. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-03T12:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-03T12:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:538422874>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1085538916> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11935" ;
+	nco:locality "Cutchogue" ;
+	nco:streetAddress "6101 Oren Lane" .
+
+<mailto:flloyd praesentdoloremagna edu> a nco:EmailAddress; 
+	nco:emailAddress "flloyd praesentdoloremagna edu".
+
+<xmpp:flossie lloyd gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Flossie Lloyd" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Odio autem accumsan augue suscipit delenitaugue ut ad hendrerit te consequat blandit. " ;
+	nco:imID "flossie lloyd gmail com".
+
+<urn:uuid:1769095226> a nco:PersonContact; 
+	nco:fullname "Flossie Lloyd";
+	nco:nameGiven "Flossie";
+	nco:nameFamily "Lloyd";
+	nco:birthDate "1942-09-21";
+	nco:hasAffiliation "Supervisor Bookkeeping";
+	nco:hasEmailAddress <mailto:flloyd praesentdoloremagna edu>;
+	nco:hasIMAccount <xmpp:flossie lloyd gmail com>;
+	nco:hasPostalAddress <urn:uuid:1085538916>.
+
+<urn:uuid:1312103346> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:897621930>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Eros dolore ipsum adipiscing ex diam luptatumzzril consequat dolor aliquam. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-19T16:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-19T18:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:897621930>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:304890734> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12086" ;
+	nco:locality "Hagaman" ;
+	nco:streetAddress "5694 Cindywood Parkway" .
+
+<mailto:hillary creed consequatvelin org> a nco:EmailAddress; 
+	nco:emailAddress "hillary creed consequatvelin org".
+
+<tel:+16311657493> a nco:PhoneNumber; 
+	nco:phoneNumber "(631)165-7493".
+
+<urn:uuid:1708295923> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16311657493>]; 
+	nmo:duration 19; 
+	nmo:sentDate "2008-12-15T15:49:12". 
+
+<urn:uuid:1992468465> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16311657493>]; 
+	nmo:duration 32; 
+	nmo:receivedDate "2009-01-08T15:23:44". 
+
+<urn:uuid:1673889630> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16311657493>]; 
+	nmo:duration 31; 
+	nmo:receivedDate "2008-05-10T16:02:12". 
+
+<urn:uuid:1693859934> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16311657493>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-30T15:50:05";
+	nmo:receivedDate "2008-05-14T15:20:44";
+	nmo:plainTextMessageContent "Nulla minim consequat velit luptatumzzril et. Molestie dolore invulputate enim minim delenitaugue autem delenitaugue accumsan ad facilisi ea eros et. Nulla vel nostrud nulla qui velit nulla dolore. Dignissim adipiscing invulputate veniam ipsum dignissim in nibh eu. ".
+
+<urn:uuid:1540055508> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16311657493>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-29T15:26:26";
+	nmo:receivedDate "2008-07-28T16:04:34";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Exerci in illum feugait elitsed dolore esse minim vulputate qui iustoodio blandit suscipit. At eros velit ut eum molestie elitsed dignissim at at laoreet quis. Enim nulla eros adipiscing. Quis enim aliquip at in ut. Te duis in tincidunt consequatvel duis dignissim. ".
+
+<urn:uuid:63733737> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16311657493>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-26T15:40:46";
+	nmo:receivedDate "2008-11-14T16:10:00";
+	nmo:plainTextMessageContent "Ea etaccumsan praesent vulputate enim esse feugait eum facilisis ullamcorper. In esse nislut suscipit doloremagna iriuredolor at ut. Esse vero vel aliquip lobortis ipsum nisl nulla. Aliquip consequatvel te vel vulputate iriuredolor euismod in ut nulla aliquip lobortis autem. Commodoconsequat elitsed facilisi ipsum iriuredolor luptatumzzril aliquam wisi et feugiat quis delenitaugue. Qui zzril iusto accumsan ad dolor. ".
+
+<urn:uuid:462628718> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16311657493>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-02T15:15:10";
+	nmo:receivedDate "2008-12-13T15:52:31";
+	nmo:plainTextMessageContent "Veniam molestie ut erat. Amet invulputate tincidunt dolore facilisi veniamquis et luptatum blandit. Lobortis aliquip consectetuer ea vulputate dolore minim aliquip ut. Exerci euismod blandit esse diam enim feugiat commodoconsequat in duis lorem euismod. Hendrerit molestie te enim odio facilisi veniam euismod veniamquis vero autem. Consequatvel luptatumzzril nulla eum facilisis feugait. ".
+
+<urn:uuid:990867981> a nco:PersonContact; 
+	nco:fullname "Hillary Creed";
+	nco:nameGiven "Hillary";
+	nco:nameFamily "Creed";
+	nco:birthDate "1942-04-07";
+	nco:hasAffiliation "Operations Supervisor Generic";
+	nco:hasEmailAddress <mailto:hillary creed consequatvelin org>;
+	nco:hasPhoneNumber <tel:+16311657493>;
+	nco:hasPostalAddress <urn:uuid:304890734>.
+
+<urn:uuid:457187937> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1826526222>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Eu eros illum iriuredolor eum erat nostrud illum molestie blandit. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-20T14:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-20T14:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1826526222>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1582525059> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02661" ;
+	nco:locality "South Harwich" ;
+	nco:streetAddress "5856 Memorial Mews Avenue" .
+
+<mailto:sidney forsyth dolorenislut eu> a nco:EmailAddress; 
+	nco:emailAddress "sidney forsyth dolorenislut eu".
+
+<tel:+19174416203> a nco:PhoneNumber; 
+	nco:phoneNumber "(917)441-6203".
+
+<urn:uuid:768465662> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19174416203>]; 
+	nmo:duration 49; 
+	nmo:receivedDate "2008-08-12T15:53:16". 
+
+<urn:uuid:661749174> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19174416203>]; 
+	nmo:duration 47; 
+	nmo:receivedDate "2008-11-07T15:57:52". 
+
+<urn:uuid:2091671559> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19174416203>]; 
+	nmo:duration 14; 
+	nmo:receivedDate "2008-11-19T15:56:47". 
+
+<urn:uuid:79348787> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19174416203>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-13T16:04:01";
+	nmo:receivedDate "2008-04-04T15:12:06";
+	nmo:plainTextMessageContent "Amet invulputate veniam ad vel vulputate. Eum duis zzril ex nulla dolore enim tincidunt lobortis wisi. Delenit enim eum esse in nulla. Iustoodio ea minim vel elitsed. Consectetuer illum commodo accumsan qui in hendrerit zzril iusto nostrud vulputate dolore consectetuer. Doloremagna illum molestie consectetuer facilisi zzril nostrud vel tincidunt odio delenitaugue vulputate velit dolore. ".
+
+<urn:uuid:1610119699> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19174416203>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-30T15:36:34";
+	nmo:receivedDate "2008-04-10T15:36:06";
+	nmo:plainTextMessageContent "Ex eum autem praesent eros odio duis esse exerci praesent nisl minim veniam luptatum. Zzril laoreet duis volutpat veniamquis exerci ea praesent. Facilisis qui vulputate esse etaccumsan autem et nonummy et wisi autem vero nislut duis. Blandit suscipit quis dolore dolor. Molestie praesent in in minim. Eum minim et illum. Eufeugiat at et volutpat molestie ex dolor ad eufeugiat dolore. ".
+
+<urn:uuid:1232609835> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19174416203>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-17T16:02:08";
+	nmo:receivedDate "2008-10-29T16:00:52";
+	nmo:plainTextMessageContent "Aliquam nulla qui vel delenitaugue exerci vel molestie wisi consectetuer velit. Luptatum eu nulla minim hendrerit laoreet eros ex laoreet nislut eu vel. Praesent dolore autem illum suscipit suscipit et consequat velit luptatum facilisi. Wisi lobortis dolore at tincidunt. Zzril doloremagna nibh et in doloremagna consequatvel duis nonummy feugiat laoreet consequat iriure augue. ".
+
+<urn:uuid:996400360> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19174416203>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-09T16:05:09";
+	nmo:receivedDate "2008-02-01T15:28:45";
+	nmo:plainTextMessageContent "Eros facilisis lobortis eu volutpat exerci vel enim invulputate aliquip velit feugait iriuredolor minim. Ea autem commodoconsequat feugait et iriure hendrerit veniamquis feugait etaccumsan nonummy facilisi. Tationullamcorper ea veniamquis feugait. Suscipit zzril praesent Utwisi eum eu lobortis commodoconsequat in te in. Ut velit etaccumsan amet nulla ullamcorper praesent. Vero aliquip tincidunt iustoodio at autem duis. ".
+
+<urn:uuid:1349163524> a nco:PersonContact; 
+	nco:fullname "Sidney Forsyth";
+	nco:nameGiven "Sidney";
+	nco:nameFamily "Forsyth";
+	nco:birthDate "1942-12-08";
+	nco:hasAffiliation "Sales Manager Export";
+	nco:hasEmailAddress <mailto:sidney forsyth dolorenislut eu>;
+	nco:hasPhoneNumber <tel:+19174416203>;
+	nco:hasPostalAddress <urn:uuid:1582525059>.
+
+<urn:uuid:1640993233> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2008-08-16T15:15:14";
+	nmo:receivedDate "2008-08-16T15:15:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1772144621>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gludwig auguenulla org"];
+	nmo:messageSubject "Etaccumsan facilisi blandit nislut exerci commodoconsequat suscipit ad consequat dolore. ";
+	nmo:plainTextMessageContent "Velit tation esse feugiat. ".
+
+<urn:uuid:77743280> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2008-10-11T15:14:05";
+	nmo:receivedDate "2008-10-11T15:14:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vero facilisis delenit vulputate. ";
+	nmo:plainTextMessageContent "Ut qui illum delenit eros. Vero qui veniamquis molestie Utwisi delenitaugue consequat etaccumsan consequatvel Utwisi tincidunt nulla at volutpat. ".
+
+<urn:uuid:2139692518> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2008-03-02T16:06:51";
+	nmo:receivedDate "2008-03-02T16:07:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolor ut in duis autem aliquip vero blandit. ";
+	nmo:plainTextMessageContent "Duis vero etaccumsan invulputate qui augue dignissim etaccumsan iriure. In nostrud vel aliquip dolore nulla consequat commodoconsequat vero consectetuer quis dolor nostrud euismod. ".
+
+<urn:uuid:2109130767> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2008-07-06T16:04:00";
+	nmo:receivedDate "2008-07-06T16:04:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1035924913>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "eli gregg commodomolestie gov"];
+	nmo:messageSubject "Feugait amet lorem ad nonummy adipiscing molestie duis etaccumsan. ";
+	nmo:plainTextMessageContent "Illum ea ut tationullamcorper blandit consectetuer consequat. ".
+
+<urn:uuid:1734908145> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2008-04-02T15:30:12";
+	nmo:receivedDate "2008-04-02T15:31:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:935965686>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "leota grey facilisiat info"];
+	nmo:messageSubject "Esse zzril nulla iriuredolor. ";
+	nmo:plainTextMessageContent "Utwisi vel nostrud hendrerit blandit nibh hendrerit Utwisi odio dolore enim ad. Commodoconsequat duis vel qui iriuredolor. ".
+
+<urn:uuid:1060023628> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2008-05-28T15:46:18";
+	nmo:receivedDate "2008-05-28T15:46:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1785924123>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "aida yee aliquipvel net"];
+	nmo:bcc <urn:uuid:943337132>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kbaines enimipsum eu"];
+	nmo:messageSubject "Dolor nostrud consequatvel lobortis esse nislut molestie eu exerci commodoconsequat iustoodio. ";
+	nmo:plainTextMessageContent "Nostrud invulputate hendrerit at. ".
+
+<urn:uuid:922892514> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2008-02-24T15:21:41";
+	nmo:receivedDate "2008-02-24T15:22:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Consequat eros in illum vero vel minim nostrud facilisi. ";
+	nmo:plainTextMessageContent "Nulla dolor ex molestie nulla eufeugiat. Enim ad duis vel esse illum eum veniamquis dolore consequat vel consequat duis iriuredolor. ".
+
+<urn:uuid:1582099292> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2008-05-17T15:35:28";
+	nmo:receivedDate "2008-05-17T15:35:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Delenitaugue autem blandit dignissim luptatum exerci zzril veniamquis esse facilisis. ";
+	nmo:plainTextMessageContent "Eum dignissim at nulla ad nulla etaccumsan eu blandit vel qui facilisi. ".
+
+<urn:uuid:1619459956> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2008-11-29T15:40:07";
+	nmo:receivedDate "2008-11-29T15:40:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:388325571>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "beatrice hudson auguetationullamcorper net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Qui ad dolore qui ad dolore at. ";
+	nmo:plainTextMessageContent "Utwisi tationullamcorper consectetuer veniam ipsum nibh duis wisi enim zzril. ".
+
+<urn:uuid:357727166> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2008-08-12T15:31:54";
+	nmo:receivedDate "2008-08-12T15:32:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1197460198>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "demarcus hinton aliquamnulla net"];
+	nmo:messageSubject "Ut molestie et iriure suscipit commodo adipiscing vel duis ad. ";
+	nmo:plainTextMessageContent "Facilisi laoreet qui eum quis duis consequat facilisi vel. Ipsum eu iustoodio dolore hendrerit enim. ".
+
+<urn:uuid:676544985> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2008-04-23T15:16:31";
+	nmo:receivedDate "2008-04-23T15:16:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1169855577>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "wilma vanmeter dolorecommodo edu"];
+	nmo:bcc <urn:uuid:2085013917>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "vredding dignissimat net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Facilisi qui volutpat accumsan tationullamcorper invulputate velit facilisis vero molestie praesent autem eufeugiat. ";
+	nmo:plainTextMessageContent "Lobortis dignissim praesent iustoodio vel nibh ad feugiat eufeugiat hendrerit laoreet. Etaccumsan consequatvel at volutpat elitsed ex ea nislut ut. ".
+
+<urn:uuid:233197468> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2009-01-14T15:53:42";
+	nmo:receivedDate "2009-01-14T15:54:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Te duis duis eum tationullamcorper veniamquis feugait velit duis suscipit qui. ";
+	nmo:plainTextMessageContent "Feugait dignissim duis vel autem facilisis duis duis. Molestie minim ea blandit eros. ".
+
+<urn:uuid:149185171> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2008-09-17T15:59:38";
+	nmo:receivedDate "2008-09-17T15:59:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Ullamcorper delenitaugue suscipit suscipit qui sit dignissim. ";
+	nmo:plainTextMessageContent "In tincidunt nulla at ut te eros ex adipiscing. ".
+
+<urn:uuid:442472924> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2008-11-29T15:26:36";
+	nmo:receivedDate "2008-11-29T15:27:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Luptatum nostrud euismod ipsum luptatum qui blandit dolore consequat eufeugiat velit hendrerit. ";
+	nmo:plainTextMessageContent "Vel enim dolor aliquip velit iriuredolor consequat eu velit facilisi eros volutpat te erat. Lobortis augue commodoconsequat ullamcorper erat illum consequatvel iriure et velit nislut hendrerit. ".
+
+<urn:uuid:392602015> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2008-04-24T15:18:40";
+	nmo:receivedDate "2008-04-24T15:19:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:524728853>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "latonya stanton etaccumsandolore org"];
+	nmo:messageSubject "Feugait ea wisi esse elitsed etaccumsan. ";
+	nmo:plainTextMessageContent "In in at praesent exerci in laoreet lobortis at elitsed. Feugait delenitaugue dignissim consequat. ".
+
+<urn:uuid:1996298257> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2009-01-29T16:08:15";
+	nmo:receivedDate "2009-01-29T16:08:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:51882390>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ndang nislte edu"];
+	nmo:messageSubject "Ut suscipit nulla consequat et odio illum suscipit duis autem. ";
+	nmo:plainTextMessageContent "Utwisi ea tincidunt ex ipsum amet erat ullamcorper. Illum aliquam nostrud dolore tincidunt tationullamcorper amet nulla laoreet esse velit lobortis luptatum. ".
+
+<urn:uuid:1242095005> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2008-08-11T15:43:26";
+	nmo:receivedDate "2008-08-11T15:43:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:687070534>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "adoolittle velitad org"];
+	nmo:bcc <urn:uuid:1769095226>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "flloyd praesentdoloremagna edu"];
+	nmo:messageSubject "Facilisis tation illum ex tationullamcorper ea in eufeugiat. ";
+	nmo:plainTextMessageContent "Consequat ex dolore suscipit adipiscing nulla eum blandit veniam eum illum. Ullamcorper zzril et vel vel. ".
+
+<urn:uuid:2125119850> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2008-03-11T15:49:30";
+	nmo:receivedDate "2008-03-11T15:49:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1443469279>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ttorrez eumdignissim gov"];
+	nmo:bcc <urn:uuid:1907362982>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "bob wendt suscipitadipiscing com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Feugiat vero vero vel consectetuer et invulputate tationullamcorper in consequat vel. ";
+	nmo:plainTextMessageContent "Tincidunt qui eros nibh dignissim eros at facilisi duis exerci elitsed. ".
+
+<urn:uuid:1506904226> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2008-02-14T15:32:34";
+	nmo:receivedDate "2008-02-14T15:33:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1804939123>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "fgates teea net"];
+	nmo:messageSubject "Aliquip ad vero in et invulputate duis in ut illum eufeugiat erat consequat blandit. ";
+	nmo:plainTextMessageContent "Exerci laoreet vero nulla facilisis minim dolore tationullamcorper eum veniamquis eum vel vero. ".
+
+<urn:uuid:365921972> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2008-03-13T15:57:15";
+	nmo:receivedDate "2008-03-13T15:58:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vel eufeugiat molestie tationullamcorper illum dolore dolore hendrerit ea hendrerit. ";
+	nmo:plainTextMessageContent "Nulla vel amet ut zzril ad sit enim. Ut dolore vel vel. ".
+
+<urn:uuid:159741029> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2009-01-28T15:58:40";
+	nmo:receivedDate "2009-01-28T15:59:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nisl te te tincidunt in Utwisi et. ";
+	nmo:plainTextMessageContent "Nulla duis ipsum consequat invulputate nulla illum ex vulputate. ".
+
+<urn:uuid:1129514313> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2008-12-12T15:27:56";
+	nmo:receivedDate "2008-12-12T15:28:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:497888515>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lester ruffin enimex tv"];
+	nmo:messageSubject "Diam dolore facilisis ea lobortis sit delenit esse praesent zzril autem velit. ";
+	nmo:plainTextMessageContent "Eum ut luptatumzzril ut. In laoreet aliquam ullamcorper velit enim facilisi vel velit dolore eros. ".
+
+<urn:uuid:328755639> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2008-10-14T15:43:40";
+	nmo:receivedDate "2008-10-14T15:44:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:737861566>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rshelley Utwisivel tv"];
+	nmo:messageSubject "Vulputate molestie duis eros luptatumzzril diam nulla velit ex enim vulputate delenit qui iusto. ";
+	nmo:plainTextMessageContent "Esse eu duis iustoodio. In ex ad odio autem in suscipit nulla nostrud veniam dignissim. ".
+
+<urn:uuid:363208638> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2008-09-06T15:24:34";
+	nmo:receivedDate "2008-09-06T15:25:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:750589236>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dguy praesentesse tv"];
+	nmo:messageSubject "Luptatumzzril feugait minim minim qui. ";
+	nmo:plainTextMessageContent "Dignissim delenit eu facilisis duis nonummy hendrerit hendrerit. ".
+
+<urn:uuid:995331214> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2009-01-12T15:53:41";
+	nmo:receivedDate "2009-01-12T15:54:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1450774023>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:bcc <urn:uuid:1825893848>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "aroldan exea edu"];
+	nmo:messageSubject "Dolor dignissim tationullamcorper nostrud. ";
+	nmo:plainTextMessageContent "Consequat duis diam amet qui lobortis. ".
+
+<urn:uuid:1111499782> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2008-11-09T15:34:24";
+	nmo:receivedDate "2008-11-09T15:35:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Zzril adipiscing vulputate consectetuer ex nostrud nislut. ";
+	nmo:plainTextMessageContent "Iriure delenitaugue Utwisi Utwisi dignissim. Nisl ut nonummy vel ut at aliquam tationullamcorper. ".
+
+<urn:uuid:2043659978> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2008-06-06T15:28:44";
+	nmo:receivedDate "2008-06-06T15:29:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisis luptatumzzril exerci nulla ad et lobortis elitsed et eu blandit doloremagna dolore. ";
+	nmo:plainTextMessageContent "Enim autem at iriure. ".
+
+<urn:uuid:2000664299> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2008-05-07T16:03:17";
+	nmo:receivedDate "2008-05-07T16:04:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:522539322>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "alpha darling commodoaliquip gov"];
+	nmo:bcc <urn:uuid:397548624>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "bsellars erossuscipit tv"];
+	nmo:messageSubject "Feugiat illum autem lorem duis ex quis velit diam laoreet dolore Utwisi iriure in. ";
+	nmo:plainTextMessageContent "Facilisis nislut nisl aliquip molestie ullamcorper delenit hendrerit wisi feugait. Eufeugiat odio et iriure laoreet facilisis te. ".
+
+<urn:uuid:559501874> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2008-06-27T15:23:42";
+	nmo:receivedDate "2008-06-27T15:24:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1166198672>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jarrod jobe commodoconsequatdelenit edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Facilisi nulla odio accumsan nislut ut nostrud et velit ut. ";
+	nmo:plainTextMessageContent "Odio hendrerit aliquip doloremagna dolore exerci qui euismod consequatvel odio vero. Nostrud eum facilisis velit ea. ".
+
+<urn:uuid:512423000> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1349163524>;
+	nmo:sentDate "2008-07-11T16:07:09";
+	nmo:receivedDate "2008-07-11T16:07:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Luptatum vel eu dignissim eum te. ";
+	nmo:plainTextMessageContent "Illum iriuredolor luptatumzzril eu ex at ea suscipit aliquip ut illum velit. ".
+
+<urn:uuid:1151439412> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03242" ;
+	nco:locality "Henniker" ;
+	nco:streetAddress "732 Hunters Forest Street" .
+
+<mailto:latherton hendreritwisi tv> a nco:EmailAddress; 
+	nco:emailAddress "latherton hendreritwisi tv".
+
+<urn:uuid:2094624393> a nco:PersonContact; 
+	nco:fullname "Lizette Atherton";
+	nco:nameGiven "Lizette";
+	nco:nameFamily "Atherton";
+	nco:birthDate "1942-03-13";
+	nco:hasAffiliation "Operator Longshore Equipment";
+	nco:hasEmailAddress <mailto:latherton hendreritwisi tv>;
+	nco:hasPostalAddress <urn:uuid:1151439412>.
+
+<urn:uuid:1913863638> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05657" ;
+	nco:locality "Lake Elmore" ;
+	nco:streetAddress "7848 Hillcrest Way" .
+
+<mailto:mfairbanks loremet tv> a nco:EmailAddress; 
+	nco:emailAddress "mfairbanks loremet tv".
+
+<tel:+17814081521> a nco:PhoneNumber; 
+	nco:phoneNumber "(781)408-1521".
+
+<urn:uuid:909516302> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17814081521>]; 
+	nmo:duration 19; 
+	nmo:sentDate "2008-07-26T15:17:36". 
+
+<urn:uuid:298305175> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17814081521>]; 
+	nmo:duration 2; 
+	nmo:sentDate "2008-11-13T16:08:43". 
+
+<urn:uuid:895063933> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17814081521>]; 
+	nmo:duration 39; 
+	nmo:receivedDate "2008-06-02T16:11:12". 
+
+<urn:uuid:1680117521> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17814081521>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-29T15:14:02";
+	nmo:receivedDate "2009-02-14T15:58:34";
+	nmo:plainTextMessageContent "Nislut adipiscing hendrerit Utwisi elitsed. Consectetuer facilisi duis dolor. Luptatum molestie nulla ut luptatumzzril. Ea lobortis lorem et exerci qui et laoreet vero enim feugait etaccumsan. Dolore ullamcorper ut ad enim iriuredolor delenit iriure lobortis duis qui. Veniamquis in delenit nulla veniam iusto ea feugait ad facilisi dolore nostrud. Nulla nulla qui facilisis at dolore zzril tationullamcorper etaccumsan odio molestie doloremagna augue ipsum. ".
+
+<urn:uuid:1881558987> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17814081521>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-26T15:21:53";
+	nmo:receivedDate "2008-08-09T15:39:27";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Illum minim vero sit nibh ut esse ea veniamquis facilisi esse dignissim duis. Amet qui enim Utwisi. Iriuredolor et ex hendrerit accumsan ex lobortis facilisi. Feugiat facilisi suscipit at vel te accumsan eum luptatumzzril delenit diam eufeugiat feugait. ".
+
+<urn:uuid:1168149302> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17814081521>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-23T15:18:00";
+	nmo:receivedDate "2008-04-06T15:30:18";
+	nmo:plainTextMessageContent "Esse te commodoconsequat dolore dignissim vero ea vel adipiscing facilisis esse facilisis. Ea aliquam suscipit vel doloremagna. Augue dolore consequat wisi eu nostrud eum feugait autem vulputate. Facilisis velit hendrerit et quis tation. Vero feugait enim ipsum hendrerit nonummy ut esse accumsan. ".
+
+<urn:uuid:27079196> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17814081521>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-11T15:39:37";
+	nmo:receivedDate "2008-05-08T15:50:14";
+	nmo:plainTextMessageContent "Nibh accumsan ipsum ut. Elitsed nostrud feugait veniamquis nulla duis. Accumsan eum in dolore veniam. Iriuredolor et lorem veniam ad nibh qui. Vero esse wisi vero. ".
+
+<urn:uuid:471903942> a nco:PersonContact; 
+	nco:fullname "Mallory Fairbanks";
+	nco:nameGiven "Mallory";
+	nco:nameFamily "Fairbanks";
+	nco:birthDate "1942-09-05";
+	nco:hasAffiliation "Buyer Junior";
+	nco:hasEmailAddress <mailto:mfairbanks loremet tv>;
+	nco:hasPhoneNumber <tel:+17814081521>;
+	nco:hasPostalAddress <urn:uuid:1913863638>.
+
+<urn:uuid:1814663091> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13807" ;
+	nco:locality "Milford" ;
+	nco:streetAddress "735 Jeffrey Cove" .
+
+<mailto:harlan aponte facilisiseufeugiat org> a nco:EmailAddress; 
+	nco:emailAddress "harlan aponte facilisiseufeugiat org".
+
+<xmpp:harlan aponte gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Harlan Aponte" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Wisi dolore in praesent ex nislut eros euismod et te in qui. " ;
+	nco:imID "harlan aponte gmail com".
+
+<urn:uuid:594723562> a nco:PersonContact; 
+	nco:fullname "Harlan Aponte";
+	nco:nameGiven "Harlan";
+	nco:nameFamily "Aponte";
+	nco:birthDate "1943-01-06";
+	nco:hasAffiliation "Hotel Attendant";
+	nco:hasEmailAddress <mailto:harlan aponte facilisiseufeugiat org>;
+	nco:hasIMAccount <xmpp:harlan aponte gmail com>;
+	nco:hasPostalAddress <urn:uuid:1814663091>.
+
+<urn:uuid:1023064722> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:73553926>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Aliquam in esse dignissim dolore velit. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-11T14:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-11T15:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:73553926>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1103470198> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03229" ;
+	nco:locality "Contoocook" ;
+	nco:streetAddress "4549 Golden Chance Way" .
+
+<mailto:eroberson tefacilisis net> a nco:EmailAddress; 
+	nco:emailAddress "eroberson tefacilisis net".
+
+<urn:uuid:625405800> a nco:PersonContact; 
+	nco:fullname "Ervin Roberson";
+	nco:nameGiven "Ervin";
+	nco:nameFamily "Roberson";
+	nco:birthDate "1942-04-06";
+	nco:hasAffiliation "Residence Supervisor";
+	nco:hasEmailAddress <mailto:eroberson tefacilisis net>;
+	nco:hasPostalAddress <urn:uuid:1103470198>.
+
+<urn:uuid:230540648> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:737898680>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Consectetuer ea eum duis aliquip enim. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-14T16:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-14T18:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:737898680>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:699127705> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12790" ;
+	nco:locality "Wurtsboro" ;
+	nco:streetAddress "9711 Ridge Street" .
+
+<mailto:jchesser eumfeugiat eu> a nco:EmailAddress; 
+	nco:emailAddress "jchesser eumfeugiat eu".
+
+<urn:uuid:566383375> a nco:PersonContact; 
+	nco:fullname "Joelle Chesser";
+	nco:nameGiven "Joelle";
+	nco:nameFamily "Chesser";
+	nco:birthDate "1943-01-10";
+	nco:hasAffiliation "Bicycle Repairer";
+	nco:hasEmailAddress <mailto:jchesser eumfeugiat eu>;
+	nco:hasPostalAddress <urn:uuid:699127705>.
+
+<urn:uuid:1375471049> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08045" ;
+	nco:locality "Lawnside" ;
+	nco:streetAddress "531 Planting Drive" .
+
+<mailto:ichilton iustoat com> a nco:EmailAddress; 
+	nco:emailAddress "ichilton iustoat com".
+
+<urn:uuid:1885933859> a nco:PersonContact; 
+	nco:fullname "Isreal Chilton";
+	nco:nameGiven "Isreal";
+	nco:nameFamily "Chilton";
+	nco:birthDate "1942-04-30";
+	nco:hasAffiliation "Arborist";
+	nco:hasEmailAddress <mailto:ichilton iustoat com>;
+	nco:hasPostalAddress <urn:uuid:1375471049>.
+
+<urn:uuid:103802389> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06751" ;
+	nco:locality "Bethlehem" ;
+	nco:streetAddress "4284 Thistlewood Lane" .
+
+<mailto:tammi brookshire duissuscipit us> a nco:EmailAddress; 
+	nco:emailAddress "tammi brookshire duissuscipit us".
+
+<xmpp:tammi brookshire gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Tammi Brookshire" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "In etaccumsan odio molestie. " ;
+	nco:imID "tammi brookshire gmail com".
+
+<urn:uuid:1741930266> a nco:PersonContact; 
+	nco:fullname "Tammi Brookshire";
+	nco:nameGiven "Tammi";
+	nco:nameFamily "Brookshire";
+	nco:birthDate "1942-11-16";
+	nco:hasAffiliation "Leasing Manager/Property";
+	nco:hasEmailAddress <mailto:tammi brookshire duissuscipit us>;
+	nco:hasIMAccount <xmpp:tammi brookshire gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:103802389>.
+
+<urn:uuid:1322504057> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04225" ;
+	nco:locality "Dryden" ;
+	nco:streetAddress "2140 Mer Rouge Parkway" .
+
+<mailto:smeadows illumquis tv> a nco:EmailAddress; 
+	nco:emailAddress "smeadows illumquis tv".
+
+<xmpp:susan meadows gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Susan Meadows" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Lobortis suscipit esse enim. " ;
+	nco:imID "susan meadows gmail com".
+
+<urn:uuid:593644743> a nco:PersonContact; 
+	nco:fullname "Susan Meadows";
+	nco:nameGiven "Susan";
+	nco:nameFamily "Meadows";
+	nco:birthDate "1942-05-10";
+	nco:hasAffiliation "Physician Neurosurgeon";
+	nco:hasEmailAddress <mailto:smeadows illumquis tv>;
+	nco:hasIMAccount <xmpp:susan meadows gmail com>;
+	nco:hasPostalAddress <urn:uuid:1322504057>.
+
+<urn:uuid:281083735> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01021" ;
+	nco:locality "Chicopee" ;
+	nco:streetAddress "7035 Grenville Way" .
+
+<mailto:alfredo vera utluptatumzzril gov> a nco:EmailAddress; 
+	nco:emailAddress "alfredo vera utluptatumzzril gov".
+
+<xmpp:alfredo vera gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Alfredo Vera" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Illum nulla exerci facilisis diam vel at sit duis nostrud. " ;
+	nco:imID "alfredo vera gmail com".
+
+<urn:uuid:1386376515> a nco:PersonContact; 
+	nco:fullname "Alfredo Vera";
+	nco:nameGiven "Alfredo";
+	nco:nameFamily "Vera";
+	nco:birthDate "1942-04-30";
+	nco:hasAffiliation "Stress Analyst";
+	nco:hasEmailAddress <mailto:alfredo vera utluptatumzzril gov>;
+	nco:hasIMAccount <xmpp:alfredo vera gmail com>;
+	nco:hasPostalAddress <urn:uuid:281083735>.
+
+<urn:uuid:1096720352> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07649" ;
+	nco:locality "Oradell" ;
+	nco:streetAddress "2585 Pangbourne Lane" .
+
+<mailto:phil causey blanditnulla info> a nco:EmailAddress; 
+	nco:emailAddress "phil causey blanditnulla info".
+
+<tel:+18603563404> a nco:PhoneNumber; 
+	nco:phoneNumber "(860)356-3404".
+
+<urn:uuid:1037370691> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18603563404>]; 
+	nmo:duration 29; 
+	nmo:sentDate "2008-03-13T15:17:55". 
+
+<urn:uuid:1134927810> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18603563404>]; 
+	nmo:duration 40; 
+	nmo:sentDate "2009-02-14T15:32:42". 
+
+<urn:uuid:1501924994> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18603563404>]; 
+	nmo:duration 48; 
+	nmo:receivedDate "2008-09-11T15:25:01". 
+
+<urn:uuid:1535999103> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18603563404>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-29T15:13:32";
+	nmo:receivedDate "2008-02-07T15:38:14";
+	nmo:plainTextMessageContent "Dolor aliquip lobortis nulla vel nulla ullamcorper duis aliquip dolor dolore. Feugiat accumsan vel eum nulla nulla duis lobortis commodoconsequat et nulla iusto. Vulputate exerci enim diam lorem. Esse nostrud tationullamcorper in. Luptatumzzril tincidunt consectetuer consequat dolor esse in consequat amet. ".
+
+<urn:uuid:1396775283> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18603563404>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-28T16:09:10";
+	nmo:receivedDate "2008-02-06T16:01:55";
+	nmo:plainTextMessageContent "Doloremagna et molestie facilisi. Esse Utwisi dolore commodo aliquip velit dolore nonummy nisl etaccumsan etaccumsan nostrud minim nonummy. Augue aliquip tationullamcorper eufeugiat minim. Velit facilisis ea autem te consequatvel. Autem nulla molestie eros te. Feugait et et feugiat consectetuer adipiscing augue duis euismod. Consequat consequat ad nibh vel et praesent nisl eum molestie eum laoreet. ".
+
+<urn:uuid:860296274> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18603563404>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-09T16:07:59";
+	nmo:receivedDate "2008-09-28T15:22:03";
+	nmo:plainTextMessageContent "Illum eum sit enim adipiscing doloremagna praesent etaccumsan. Ea adipiscing hendrerit elitsed dolore volutpat eros. Qui veniam augue nulla esse autem etaccumsan. Lobortis nulla hendrerit at. Ea dolore velit ipsum delenit illum eu blandit feugait et velit. Diam nonummy iriure dolore ea ex luptatumzzril te quis eum eros. ".
+
+<urn:uuid:1400926893> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18603563404>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-28T15:24:17";
+	nmo:receivedDate "2008-10-15T15:15:08";
+	nmo:plainTextMessageContent "Molestie invulputate at erat. Quis blandit tation blandit. Vero eum in duis lorem minim. Nibh vel ad nostrud eum esse iriure iustoodio blandit at zzril feugiat nulla. Consectetuer vel velit accumsan esse. ".
+
+<urn:uuid:2010130522> a nco:PersonContact; 
+	nco:fullname "Phil Causey";
+	nco:nameGiven "Phil";
+	nco:nameFamily "Causey";
+	nco:birthDate "1942-12-31";
+	nco:hasAffiliation "Civil Engineering Technician";
+	nco:hasEmailAddress <mailto:phil causey blanditnulla info>;
+	nco:hasPhoneNumber <tel:+18603563404>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:1096720352>.
+
+<urn:uuid:1359197346> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06349" ;
+	nco:locality "Groton" ;
+	nco:streetAddress "1150 Meadow Hill Avenue" .
+
+<mailto:isiah sherman nislvero info> a nco:EmailAddress; 
+	nco:emailAddress "isiah sherman nislvero info".
+
+<xmpp:isiah sherman gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Isiah Sherman" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Commodoconsequat in te dolore iustoodio nulla ut. " ;
+	nco:imID "isiah sherman gmail com".
+
+<urn:uuid:1743649960> a nco:PersonContact; 
+	nco:fullname "Isiah Sherman";
+	nco:nameGiven "Isiah";
+	nco:nameFamily "Sherman";
+	nco:birthDate "1942-11-22";
+	nco:hasAffiliation "Physician Neurosurgeon";
+	nco:hasEmailAddress <mailto:isiah sherman nislvero info>;
+	nco:hasIMAccount <xmpp:isiah sherman gmail com>;
+	nco:hasPostalAddress <urn:uuid:1359197346>.
+
+<urn:uuid:2115975812> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03038" ;
+	nco:locality "Derry" ;
+	nco:streetAddress "3586 Duncaster Way" .
+
+<mailto:cfaber lobortisiriure gov> a nco:EmailAddress; 
+	nco:emailAddress "cfaber lobortisiriure gov".
+
+<xmpp:corey faber gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Corey Faber" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Autem dolore feugait facilisis dolore in accumsan qui at illum ut aliquip. " ;
+	nco:imID "corey faber gmail com".
+
+<tel:+15166662848> a nco:PhoneNumber; 
+	nco:phoneNumber "(516)666-2848".
+
+<urn:uuid:1187434409> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15166662848>]; 
+	nmo:duration 39; 
+	nmo:receivedDate "2008-04-30T16:03:29". 
+
+<urn:uuid:2059903617> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15166662848>]; 
+	nmo:duration 46; 
+	nmo:receivedDate "2008-03-29T15:47:55". 
+
+<urn:uuid:1807633207> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15166662848>]; 
+	nmo:duration 22; 
+	nmo:receivedDate "2009-01-06T15:13:16". 
+
+<urn:uuid:1475767895> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15166662848>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-10T15:32:48";
+	nmo:receivedDate "2008-01-24T15:29:05";
+	nmo:plainTextMessageContent "Amet ullamcorper velit duis veniamquis aliquam ex suscipit duis ut dolore dignissim dolore. Quis luptatum dolore duis eu esse lobortis dolore aliquam tationullamcorper veniamquis. Delenitaugue invulputate eros dolor nostrud in ullamcorper nisl. Ea nislut feugait nostrud accumsan at veniamquis eufeugiat. ".
+
+<urn:uuid:1918408430> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15166662848>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-09T15:32:21";
+	nmo:receivedDate "2008-03-27T15:29:09";
+	nmo:plainTextMessageContent "Tation amet nonummy aliquip in suscipit duis dolore quis ex volutpat. Euismod elitsed molestie nulla nislut ex autem feugait autem delenitaugue. Feugait dolore dignissim volutpat exerci iusto nislut odio dolore ut dolore. Aliquip iriuredolor vel ad dolor aliquip ea duis odio luptatum et autem praesent. ".
+
+<urn:uuid:1124059997> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15166662848>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-21T15:38:13";
+	nmo:receivedDate "2008-02-02T15:41:25";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Exerci veniamquis ullamcorper iusto ex blandit te te eum. Ex in zzril eum euismod. Ut diam nulla iriuredolor quis nulla blandit elitsed iriuredolor vel in dolor laoreet vero. Ut nulla esse vel eum consequat consectetuer eufeugiat volutpat vero. ".
+
+<urn:uuid:2036668747> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15166662848>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-24T15:49:17";
+	nmo:receivedDate "2008-01-16T15:35:39";
+	nmo:plainTextMessageContent "Dolor etaccumsan illum et duis exerci eum augue facilisis. Te delenitaugue nulla vel. Delenit enim hendrerit in iustoodio elitsed nulla ut. Dignissim vero vulputate exerci ea blandit vero duis ullamcorper ut qui ullamcorper nibh veniam. Dolore exerci eu exerci at delenit aliquam aliquip nostrud in at. Nonummy ea ea nostrud in ut. ".
+
+<urn:uuid:623794066> a nco:PersonContact; 
+	nco:fullname "Corey Faber";
+	nco:nameGiven "Corey";
+	nco:nameFamily "Faber";
+	nco:birthDate "1942-06-21";
+	nco:hasAffiliation "Banking Loan Review Analyst";
+	nco:hasEmailAddress <mailto:cfaber lobortisiriure gov>;
+	nco:hasPhoneNumber <tel:+15166662848>;
+	nco:hasIMAccount <xmpp:corey faber gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:2115975812>.
+
+<urn:uuid:782501797> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11230" ;
+	nco:locality "Brooklyn" ;
+	nco:streetAddress "7713 Savannah Way" .
+
+<mailto:nannie whitlow veniamquisullamcorper info> a nco:EmailAddress; 
+	nco:emailAddress "nannie whitlow veniamquisullamcorper info".
+
+<urn:uuid:322828221> a nco:PersonContact; 
+	nco:fullname "Nannie Whitlow";
+	nco:nameGiven "Nannie";
+	nco:nameFamily "Whitlow";
+	nco:birthDate "1943-02-20";
+	nco:hasAffiliation "Counter Attendant";
+	nco:hasEmailAddress <mailto:nannie whitlow veniamquisullamcorper info>;
+	nco:hasPostalAddress <urn:uuid:782501797>.
+
+<urn:uuid:1292325204> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1074437036>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Nibh eu facilisis aliquip ut ea et wisi facilisi nonummy feugiat et. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-11T17:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-11T18:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1074437036>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1741910010> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04536" ;
+	nco:locality "Bayville" ;
+	nco:streetAddress "8923 Marine Parkway" .
+
+<mailto:brett gagnon facilisisminim net> a nco:EmailAddress; 
+	nco:emailAddress "brett gagnon facilisisminim net".
+
+<xmpp:brett gagnon gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Brett Gagnon" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Commodoconsequat dignissim exerci molestie luptatumzzril nostrud exerci tincidunt feugait. " ;
+	nco:imID "brett gagnon gmail com".
+
+<urn:uuid:693945116> a nco:PersonContact; 
+	nco:fullname "Brett Gagnon";
+	nco:nameGiven "Brett";
+	nco:nameFamily "Gagnon";
+	nco:birthDate "1942-07-25";
+	nco:hasAffiliation "Electronics Engineer";
+	nco:hasEmailAddress <mailto:brett gagnon facilisisminim net>;
+	nco:hasIMAccount <xmpp:brett gagnon gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:1741910010>.
+
+<urn:uuid:361413539> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11390" ;
+	nco:locality "Flushing" ;
+	nco:streetAddress "1219 Woodbend Avenue" .
+
+<mailto:rcrutchfield iriuredolorveniamquis edu> a nco:EmailAddress; 
+	nco:emailAddress "rcrutchfield iriuredolorveniamquis edu".
+
+<xmpp:randolph crutchfield gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Randolph Crutchfield" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Wisi praesent dolore enim erat at at eros dolor. " ;
+	nco:imID "randolph crutchfield gmail com".
+
+<urn:uuid:1413206156> a nco:PersonContact; 
+	nco:fullname "Randolph Crutchfield";
+	nco:nameGiven "Randolph";
+	nco:nameFamily "Crutchfield";
+	nco:birthDate "1942-07-27";
+	nco:hasAffiliation "Glass Cutter";
+	nco:hasEmailAddress <mailto:rcrutchfield iriuredolorveniamquis edu>;
+	nco:hasIMAccount <xmpp:randolph crutchfield gmail com>;
+	nco:hasPostalAddress <urn:uuid:361413539>.
+
+<urn:uuid:943570051> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11052" ;
+	nco:locality "Port Washington" ;
+	nco:streetAddress "7082 Woodridge Trail" .
+
+<mailto:fraynor veronostrud com> a nco:EmailAddress; 
+	nco:emailAddress "fraynor veronostrud com".
+
+<tel:+19171675651> a nco:PhoneNumber; 
+	nco:phoneNumber "(917)167-5651".
+
+<urn:uuid:2075215429> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19171675651>]; 
+	nmo:duration 33; 
+	nmo:receivedDate "2008-06-20T15:51:01". 
+
+<urn:uuid:1853523995> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19171675651>]; 
+	nmo:duration 50; 
+	nmo:receivedDate "2008-11-15T15:25:53". 
+
+<urn:uuid:1405623599> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19171675651>]; 
+	nmo:duration 17; 
+	nmo:receivedDate "2008-09-12T15:47:15". 
+
+<urn:uuid:978086674> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19171675651>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-20T15:49:50";
+	nmo:receivedDate "2008-01-16T15:14:48";
+	nmo:plainTextMessageContent "Et eros te nostrud vel blandit. Tationullamcorper vulputate ea sit feugait molestie dolore vel enim nulla luptatum. Nulla ad delenit iriuredolor. Eufeugiat quis consectetuer euismod iriuredolor tation dolore vel te dignissim augue. ".
+
+<urn:uuid:839312701> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19171675651>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-13T15:49:21";
+	nmo:receivedDate "2009-01-31T15:39:48";
+	nmo:plainTextMessageContent "Nisl volutpat facilisi te esse. Qui blandit dolore quis velit augue euismod ex nulla doloremagna ut vel. Ad in ea hendrerit luptatum et facilisis vel facilisis te duis lobortis autem nibh. Delenit veniam consequat minim feugait at dignissim wisi ad in elitsed accumsan vel in. Enim suscipit eufeugiat ea zzril nulla feugiat nulla eum qui vero. At dolor aliquip at qui nonummy te augue. Duis odio vel te. ".
+
+<urn:uuid:1269726614> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19171675651>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-20T15:53:54";
+	nmo:receivedDate "2008-11-15T15:45:55";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Nisl Utwisi molestie elitsed. Illum invulputate veniam aliquip te velit consequatvel ad eros eum dignissim vel amet. Nulla luptatumzzril illum esse veniamquis vero duis praesent commodo Utwisi autem. Illum qui ad delenit erat consectetuer duis. Hendrerit dignissim minim in nulla ad veniam ea ullamcorper feugait lorem accumsan illum in. ".
+
+<urn:uuid:78618731> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19171675651>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-21T15:19:24";
+	nmo:receivedDate "2008-08-07T16:02:06";
+	nmo:plainTextMessageContent "Tincidunt nulla volutpat dolore minim dolore delenit tation et dolore nulla vel Utwisi. Tationullamcorper nibh feugait veniam minim vel te blandit hendrerit minim. Vero dolore ea consequat quis zzril duis dolore erat aliquam. Doloremagna in ea dolor facilisi diam eros erat facilisis diam nostrud adipiscing commodo. Dolore feugait at eros zzril laoreet consectetuer at facilisi zzril. ".
+
+<urn:uuid:786167223> a nco:PersonContact; 
+	nco:fullname "Frank Raynor";
+	nco:nameGiven "Frank";
+	nco:nameFamily "Raynor";
+	nco:birthDate "1942-08-12";
+	nco:hasAffiliation "Medical Dietary Aide";
+	nco:hasEmailAddress <mailto:fraynor veronostrud com>;
+	nco:hasPhoneNumber <tel:+19171675651>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:943570051>.
+
+<urn:uuid:1143873126> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15285" ;
+	nco:locality "Pittsburgh" ;
+	nco:streetAddress "6764 Belfort Lane" .
+
+<mailto:bernadine williford delenitaugueat info> a nco:EmailAddress; 
+	nco:emailAddress "bernadine williford delenitaugueat info".
+
+<xmpp:bernadine williford gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Bernadine Williford" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Qui eum ut delenit Utwisi in tation illum vero autem nislut zzril. " ;
+	nco:imID "bernadine williford gmail com".
+
+<urn:uuid:623862122> a nco:PersonContact; 
+	nco:fullname "Bernadine Williford";
+	nco:nameGiven "Bernadine";
+	nco:nameFamily "Williford";
+	nco:birthDate "1942-12-26";
+	nco:hasAffiliation "Professor Associate";
+	nco:hasEmailAddress <mailto:bernadine williford delenitaugueat info>;
+	nco:hasIMAccount <xmpp:bernadine williford gmail com>;
+	nco:hasPostalAddress <urn:uuid:1143873126>.
+
+<urn:uuid:2048079149> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "RI" ;
+	nco:postalcode "02940" ;
+	nco:locality "Providence" ;
+	nco:streetAddress "6785 Billy Cross Trail" .
+
+<mailto:lvalencia innostrud gov> a nco:EmailAddress; 
+	nco:emailAddress "lvalencia innostrud gov".
+
+<urn:uuid:1922721634> a nco:PersonContact; 
+	nco:fullname "Leticia Valencia";
+	nco:nameGiven "Leticia";
+	nco:nameFamily "Valencia";
+	nco:birthDate "1942-05-06";
+	nco:hasAffiliation "Supervisor Bookkeeping";
+	nco:hasEmailAddress <mailto:lvalencia innostrud gov>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:2048079149>.
+
+<urn:uuid:1032570569> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1568926242>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Nulla tationullamcorper luptatum iustoodio qui delenitaugue odio et ullamcorper. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-27T14:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-27T15:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1568926242>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:936742193> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06386" ;
+	nco:locality "Waterford" ;
+	nco:streetAddress "9385 Cordova Cove" .
+
+<mailto:mdrew lobortisveniamquis com> a nco:EmailAddress; 
+	nco:emailAddress "mdrew lobortisveniamquis com".
+
+<tel:+16468607505> a nco:PhoneNumber; 
+	nco:phoneNumber "(646)860-7505".
+
+<urn:uuid:1111695575> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16468607505>]; 
+	nmo:duration 33; 
+	nmo:receivedDate "2008-01-23T16:06:13". 
+
+<urn:uuid:1813884423> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16468607505>]; 
+	nmo:duration 10; 
+	nmo:sentDate "2008-02-09T16:05:02". 
+
+<urn:uuid:108750713> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16468607505>]; 
+	nmo:duration 16; 
+	nmo:sentDate "2008-10-12T16:07:07". 
+
+<urn:uuid:132249590> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16468607505>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-12T15:47:26";
+	nmo:receivedDate "2008-12-13T15:42:48";
+	nmo:plainTextMessageContent "Lobortis eum autem Utwisi luptatumzzril nonummy diam ut dolor dolore suscipit. Eum erat feugait iriuredolor nostrud Utwisi dignissim iusto dolor vel adipiscing ut. Erat at erat molestie nulla nulla nostrud accumsan et volutpat et consequatvel lobortis. Vero velit molestie adipiscing luptatumzzril duis ea ut nonummy at facilisis. Iriuredolor nulla iusto commodo blandit nibh veniam nostrud. Nulla hendrerit delenit minim et duis praesent luptatum molestie enim amet. Iusto consequat ut consequatvel at velit suscipit facilisi vel. ".
+
+<urn:uuid:751911858> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16468607505>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-14T15:31:52";
+	nmo:receivedDate "2008-10-21T15:23:19";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Euismod enim illum te in consequat dolore nisl hendrerit illum etaccumsan. Dolore dolore hendrerit dolore te et velit ut molestie. Esse et praesent ex. Facilisis amet nulla delenit. ".
+
+<urn:uuid:1827074701> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16468607505>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-22T15:43:51";
+	nmo:receivedDate "2008-04-16T15:47:51";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Duis quis lobortis nulla nibh ad aliquam facilisis autem facilisi aliquam vel amet. Aliquip adipiscing elitsed ut suscipit nostrud aliquip adipiscing iusto dolore ut etaccumsan. Lobortis iriuredolor et dolor veniam vero ea enim molestie dolore vel invulputate nulla. Consectetuer consequat tationullamcorper feugait luptatum eufeugiat. Illum nulla nonummy enim suscipit. Aliquam eufeugiat iriure nibh esse. ".
+
+<urn:uuid:1467048948> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16468607505>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-18T15:58:23";
+	nmo:receivedDate "2008-09-10T15:28:57";
+	nmo:plainTextMessageContent "Facilisis blandit praesent at commodo exerci facilisis molestie. Illum tation facilisi et tation ea tincidunt feugait. Vel aliquip ex facilisis zzril. Consequatvel blandit lobortis minim veniam te dolore dolor zzril. Illum eu eros ad suscipit. ".
+
+<urn:uuid:678861643> a nco:PersonContact; 
+	nco:fullname "Marcelo Drew";
+	nco:nameGiven "Marcelo";
+	nco:nameFamily "Drew";
+	nco:birthDate "1942-12-04";
+	nco:hasAffiliation "Supervisor Clerical Generic";
+	nco:hasEmailAddress <mailto:mdrew lobortisveniamquis com>;
+	nco:hasPhoneNumber <tel:+16468607505>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:936742193>.
+
+<urn:uuid:1908178580> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07860" ;
+	nco:locality "Newton" ;
+	nco:streetAddress "3867 Elm Leaf Drive" .
+
+<mailto:toni banks commodoconsequatdiam org> a nco:EmailAddress; 
+	nco:emailAddress "toni banks commodoconsequatdiam org".
+
+<xmpp:toni banks gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Toni Banks" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Invulputate eum nulla wisi Utwisi suscipit doloremagna wisi. " ;
+	nco:imID "toni banks gmail com".
+
+<urn:uuid:1329543945> a nco:PersonContact; 
+	nco:fullname "Toni Banks";
+	nco:nameGiven "Toni";
+	nco:nameFamily "Banks";
+	nco:birthDate "1942-08-13";
+	nco:hasAffiliation "Abstract Writer";
+	nco:hasEmailAddress <mailto:toni banks commodoconsequatdiam org>;
+	nco:hasIMAccount <xmpp:toni banks gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:1908178580>.
+
+<urn:uuid:289052905> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01060" ;
+	nco:locality "Northampton" ;
+	nco:streetAddress "2104 Oak Park Lane" .
+
+<mailto:toneal admolestie us> a nco:EmailAddress; 
+	nco:emailAddress "toneal admolestie us".
+
+<xmpp:thanh oneal gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Thanh Oneal" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Aliquip consectetuer dignissim adipiscing dolore facilisis lorem at duis. " ;
+	nco:imID "thanh oneal gmail com".
+
+<tel:+13518037309> a nco:PhoneNumber; 
+	nco:phoneNumber "(351)803-7309".
+
+<urn:uuid:188240084> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13518037309>]; 
+	nmo:duration 32; 
+	nmo:receivedDate "2008-12-06T15:20:25". 
+
+<urn:uuid:1166125566> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13518037309>]; 
+	nmo:duration 46; 
+	nmo:sentDate "2008-06-16T15:43:19". 
+
+<urn:uuid:30078758> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13518037309>]; 
+	nmo:duration 5; 
+	nmo:receivedDate "2008-09-05T16:02:46". 
+
+<urn:uuid:257986023> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13518037309>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-16T15:18:25";
+	nmo:receivedDate "2008-12-31T15:40:22";
+	nmo:plainTextMessageContent "Eu praesent dignissim dolore feugait ex luptatum delenitaugue nostrud quis. Consequat illum enim te lobortis. Dolore dolore nulla iriure nulla praesent consequatvel. Ex blandit amet dignissim dolore eros tincidunt. ".
+
+<urn:uuid:1435687554> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13518037309>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-20T15:25:11";
+	nmo:receivedDate "2008-02-02T15:26:15";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Blandit esse eu commodo. Facilisis blandit hendrerit volutpat elitsed feugait invulputate esse veniamquis wisi augue. Qui vel etaccumsan exerci dignissim molestie dolor diam dignissim duis erat esse. Molestie hendrerit velit exerci consequat et elitsed dignissim nulla feugait eros. ".
+
+<urn:uuid:418871031> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13518037309>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-18T15:22:47";
+	nmo:receivedDate "2008-12-05T15:50:24";
+	nmo:plainTextMessageContent "Minim diam dolore facilisis feugiat eum zzril qui. Feugiat in dignissim consequatvel commodoconsequat delenitaugue commodoconsequat nostrud et praesent minim invulputate te. Delenitaugue ipsum iriuredolor diam odio commodo in dolore nostrud vulputate delenitaugue facilisis consectetuer. Ad duis adipiscing praesent eufeugiat vulputate eros te eu te blandit amet. ".
+
+<urn:uuid:1612575932> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13518037309>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-18T16:09:19";
+	nmo:receivedDate "2009-02-06T15:59:45";
+	nmo:plainTextMessageContent "Exerci ut duis elitsed volutpat dolore eu ut velit amet suscipit laoreet doloremagna. Tationullamcorper nonummy eros doloremagna molestie ad delenitaugue facilisi blandit facilisi aliquam sit. Nostrud qui nostrud vero exerci. Lobortis hendrerit nostrud dignissim facilisis esse eufeugiat zzril Utwisi. Commodo illum suscipit zzril ut enim hendrerit. ".
+
+<urn:uuid:1152477340> a nco:PersonContact; 
+	nco:fullname "Thanh Oneal";
+	nco:nameGiven "Thanh";
+	nco:nameFamily "Oneal";
+	nco:birthDate "1942-04-11";
+	nco:hasAffiliation "Radiologic Technologist";
+	nco:hasEmailAddress <mailto:toneal admolestie us>;
+	nco:hasPhoneNumber <tel:+13518037309>;
+	nco:hasIMAccount <xmpp:thanh oneal gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:289052905>.
+
+<urn:uuid:161496019> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10110" ;
+	nco:locality "New York" ;
+	nco:streetAddress "3051 Hobbits Glen Trail" .
+
+<mailto:mnowak tinciduntin com> a nco:EmailAddress; 
+	nco:emailAddress "mnowak tinciduntin com".
+
+<tel:+18579363786> a nco:PhoneNumber; 
+	nco:phoneNumber "(857)936-3786".
+
+<urn:uuid:1367230704> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18579363786>]; 
+	nmo:duration 25; 
+	nmo:receivedDate "2009-01-07T15:36:20". 
+
+<urn:uuid:2038528765> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18579363786>]; 
+	nmo:duration 29; 
+	nmo:receivedDate "2008-07-16T16:00:44". 
+
+<urn:uuid:909056783> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18579363786>]; 
+	nmo:duration 38; 
+	nmo:receivedDate "2008-09-14T15:23:51". 
+
+<urn:uuid:333506081> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18579363786>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-06T15:45:21";
+	nmo:receivedDate "2008-04-18T15:28:50";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Ex etaccumsan exerci in delenitaugue. Nulla eufeugiat tation minim exerci enim doloremagna dolor etaccumsan velit esse. Et enim eum aliquip. Nisl consectetuer nostrud facilisi minim vero zzril commodo eum diam consectetuer. Eufeugiat iusto vulputate praesent suscipit duis. Blandit iriuredolor invulputate nisl veniam illum praesent aliquip at tation augue ex te. ".
+
+<urn:uuid:20159343> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18579363786>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-26T15:15:55";
+	nmo:receivedDate "2008-04-29T16:06:47";
+	nmo:plainTextMessageContent "Dolore wisi molestie vulputate. Eum commodoconsequat invulputate facilisis et euismod facilisis iriuredolor blandit sit invulputate. Veniamquis enim minim delenit consequat autem nulla doloremagna eros te molestie volutpat. Nostrud ullamcorper dignissim aliquip nulla velit ad ut at zzril ipsum tationullamcorper. Enim dignissim blandit augue nulla. ".
+
+<urn:uuid:772084408> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18579363786>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-24T15:34:25";
+	nmo:receivedDate "2008-03-15T15:23:54";
+	nmo:plainTextMessageContent "Lorem eum illum duis. Delenit facilisis eu nisl commodo invulputate zzril dolore ullamcorper. Lobortis nisl dolore in aliquip Utwisi dignissim commodoconsequat facilisi nulla vero hendrerit facilisis nisl. Elitsed eros ea esse tationullamcorper blandit. Vero molestie consequat delenitaugue iusto dolore. Velit veniam Utwisi duis feugait consectetuer qui consequatvel in aliquip. Te aliquip luptatumzzril laoreet. ".
+
+<urn:uuid:725523301> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18579363786>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-18T15:48:18";
+	nmo:receivedDate "2008-04-21T15:38:32";
+	nmo:plainTextMessageContent "Enim doloremagna Utwisi autem te. In luptatumzzril veniam duis vero iriure hendrerit eros zzril accumsan te vero esse autem. Vel illum dolore eu illum ut eum qui. Suscipit enim te molestie in vulputate ad eros feugait autem in et exerci ad. Vulputate suscipit accumsan dolor consequat Utwisi eu. Illum facilisis facilisis tation lorem vulputate. ".
+
+<urn:uuid:462818599> a nco:PersonContact; 
+	nco:fullname "Melissa Nowak";
+	nco:nameGiven "Melissa";
+	nco:nameFamily "Nowak";
+	nco:birthDate "1942-09-01";
+	nco:hasAffiliation "Operations Research Manager";
+	nco:hasEmailAddress <mailto:mnowak tinciduntin com>;
+	nco:hasPhoneNumber <tel:+18579363786>;
+	nco:hasPostalAddress <urn:uuid:161496019>.
+
+<urn:uuid:450500473> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04057" ;
+	nco:locality "North Bridgton" ;
+	nco:streetAddress "8626 Havershire Way" .
+
+<mailto:mdunn delenitfeugait eu> a nco:EmailAddress; 
+	nco:emailAddress "mdunn delenitfeugait eu".
+
+<urn:uuid:126650642> a nco:PersonContact; 
+	nco:fullname "Mariana Dunn";
+	nco:nameGiven "Mariana";
+	nco:nameFamily "Dunn";
+	nco:birthDate "1942-09-30";
+	nco:hasAffiliation "Asbestos Removal Worker";
+	nco:hasEmailAddress <mailto:mdunn delenitfeugait eu>;
+	nco:hasPostalAddress <urn:uuid:450500473>.
+
+<urn:uuid:219349963> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04541" ;
+	nco:locality "Chamberlain" ;
+	nco:streetAddress "6154 Knollwood Cove" .
+
+<mailto:mkemper feugaitfacilisi org> a nco:EmailAddress; 
+	nco:emailAddress "mkemper feugaitfacilisi org".
+
+<urn:uuid:604500999> a nco:PersonContact; 
+	nco:fullname "Mitzi Kemper";
+	nco:nameGiven "Mitzi";
+	nco:nameFamily "Kemper";
+	nco:birthDate "1942-10-15";
+	nco:hasAffiliation "Clerk Invoice";
+	nco:hasEmailAddress <mailto:mkemper feugaitfacilisi org>;
+	nco:hasPostalAddress <urn:uuid:219349963>.
+
+<urn:uuid:926658129> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10703" ;
+	nco:locality "Yonkers" ;
+	nco:streetAddress "6256 Park Parkway" .
+
+<mailto:pearline mcmahon nibhdiam tv> a nco:EmailAddress; 
+	nco:emailAddress "pearline mcmahon nibhdiam tv".
+
+<urn:uuid:729570015> a nco:PersonContact; 
+	nco:fullname "Pearline Mcmahon";
+	nco:nameGiven "Pearline";
+	nco:nameFamily "Mcmahon";
+	nco:birthDate "1942-07-27";
+	nco:hasAffiliation "Drafter Design CAD/CAM";
+	nco:hasEmailAddress <mailto:pearline mcmahon nibhdiam tv>;
+	nco:hasPostalAddress <urn:uuid:926658129>.
+
+<urn:uuid:1918011565> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06070" ;
+	nco:locality "Simsbury" ;
+	nco:streetAddress "2095 Winding Oak Trail" .
+
+<mailto:errol goodman ipsumiriuredolor tv> a nco:EmailAddress; 
+	nco:emailAddress "errol goodman ipsumiriuredolor tv".
+
+<xmpp:errol goodman gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Errol Goodman" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Exerci quis aliquip commodoconsequat. " ;
+	nco:imID "errol goodman gmail com".
+
+<urn:uuid:861007884> a nco:PersonContact; 
+	nco:fullname "Errol Goodman";
+	nco:nameGiven "Errol";
+	nco:nameFamily "Goodman";
+	nco:birthDate "1942-12-22";
+	nco:hasAffiliation "Driver Bus";
+	nco:hasEmailAddress <mailto:errol goodman ipsumiriuredolor tv>;
+	nco:hasIMAccount <xmpp:errol goodman gmail com>;
+	nco:hasPostalAddress <urn:uuid:1918011565>.
+
+<urn:uuid:2094873618> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1564951246>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Nostrud consectetuer feugait elitsed nisl dignissim esse in sit aliquip nulla wisi autem. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-23T17:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-23T19:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1564951246>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1484127089> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11425" ;
+	nco:locality "Jamaica" ;
+	nco:streetAddress "9589 Buck Ram Way" .
+
+<mailto:mseay utdiam edu> a nco:EmailAddress; 
+	nco:emailAddress "mseay utdiam edu".
+
+<urn:uuid:912424357> a nco:PersonContact; 
+	nco:fullname "Mike Seay";
+	nco:nameGiven "Mike";
+	nco:nameFamily "Seay";
+	nco:birthDate "1943-01-12";
+	nco:hasAffiliation "Manager Food Services 3";
+	nco:hasEmailAddress <mailto:mseay utdiam edu>;
+	nco:hasPostalAddress <urn:uuid:1484127089>.
+
+<urn:uuid:1987077165> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1772144621>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Erat duis ut ex ex. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-04T17:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-04T18:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1772144621>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1884373170> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12422" ;
+	nco:locality "Durham" ;
+	nco:streetAddress "588 Somerset Parkway" .
+
+<mailto:lfierro duiste us> a nco:EmailAddress; 
+	nco:emailAddress "lfierro duiste us".
+
+<xmpp:leland fierro gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Leland Fierro" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Dignissim delenitaugue luptatumzzril nulla vel consequat augue luptatumzzril veniam feugait ipsum. " ;
+	nco:imID "leland fierro gmail com".
+
+<tel:+16319545088> a nco:PhoneNumber; 
+	nco:phoneNumber "(631)954-5088".
+
+<urn:uuid:1231395006> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16319545088>]; 
+	nmo:duration 33; 
+	nmo:sentDate "2008-07-30T16:06:13". 
+
+<urn:uuid:590525959> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16319545088>]; 
+	nmo:duration 21; 
+	nmo:sentDate "2008-06-19T15:45:27". 
+
+<urn:uuid:1752342622> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16319545088>]; 
+	nmo:duration 23; 
+	nmo:receivedDate "2008-02-13T15:45:26". 
+
+<urn:uuid:387775440> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16319545088>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-19T16:08:45";
+	nmo:receivedDate "2008-06-26T16:06:43";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Nostrud ut duis nulla te ut ullamcorper aliquip ut nulla minim et commodo. Eum enim ad autem iriure dignissim lorem tationullamcorper. Dolore aliquip suscipit eros suscipit quis in commodo hendrerit ut elitsed odio. Nostrud commodo facilisis volutpat duis autem. Zzril facilisi et amet adipiscing autem dignissim in elitsed. ".
+
+<urn:uuid:522172937> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16319545088>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-16T15:58:52";
+	nmo:receivedDate "2009-01-07T15:57:25";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "In feugait wisi wisi velit. Ex ea ea eu luptatum enim aliquip dolore lobortis velit. Utwisi feugait dolore velit enim iriure eufeugiat illum ipsum esse commodo wisi facilisis. Tationullamcorper commodo enim iriure aliquip dolore duis. Enim nislut luptatumzzril ea eros luptatum esse nostrud ipsum autem duis at doloremagna dolore. ".
+
+<urn:uuid:1847523143> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16319545088>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-29T15:30:45";
+	nmo:receivedDate "2008-03-08T15:24:36";
+	nmo:plainTextMessageContent "Ea nulla veniam dignissim blandit facilisis duis dolore. Laoreet facilisi wisi adipiscing duis veniam. Hendrerit ex consectetuer volutpat erat consequat elitsed ipsum minim odio iustoodio aliquip vel consequat. Blandit enim in luptatum iriuredolor ad nisl aliquip ea adipiscing aliquip veniamquis hendrerit nulla. ".
+
+<urn:uuid:2044392807> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16319545088>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-20T15:20:36";
+	nmo:receivedDate "2008-08-26T15:32:26";
+	nmo:plainTextMessageContent "Enim ex consequat Utwisi consequat ex laoreet feugait eum te dignissim nostrud. Ut nostrud laoreet nibh te duis. Erat nostrud augue at dolor dolor amet eum wisi molestie eum. Et aliquip minim dolore nulla duis qui veniamquis velit. Ex ea consequat luptatum adipiscing blandit ad te dolor aliquam. Exerci iustoodio etaccumsan dolore. Ullamcorper facilisis etaccumsan zzril erat augue ullamcorper in commodo nibh. ".
+
+<urn:uuid:855893460> a nco:PersonContact; 
+	nco:fullname "Leland Fierro";
+	nco:nameGiven "Leland";
+	nco:nameFamily "Fierro";
+	nco:birthDate "1943-01-02";
+	nco:hasAffiliation "Repairer Telephone Central Office";
+	nco:hasEmailAddress <mailto:lfierro duiste us>;
+	nco:hasPhoneNumber <tel:+16319545088>;
+	nco:hasIMAccount <xmpp:leland fierro gmail com>;
+	nco:hasPostalAddress <urn:uuid:1884373170>.
+
+<urn:uuid:1622471106> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:855893460>;
+	nmo:sentDate "2008-07-16T15:27:13";
+	nmo:receivedDate "2008-07-16T15:27:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfierro duiste us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Ad vero enim esse ut dolore vel. ";
+	nmo:plainTextMessageContent "Volutpat ut ipsum nulla te luptatum veniam aliquip blandit ad. Dolore ullamcorper tincidunt enim ex luptatumzzril augue aliquip dolore iusto elitsed consequatvel ex. ".
+
+<urn:uuid:2045874897> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:855893460>;
+	nmo:sentDate "2008-02-12T15:45:06";
+	nmo:receivedDate "2008-02-12T15:45:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfierro duiste us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1515156903>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "fredric milburn adenim info"];
+	nmo:bcc <urn:uuid:225733583>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lwood nislutvero us"];
+	nmo:messageSubject "Aliquam vulputate delenit eum. ";
+	nmo:plainTextMessageContent "Ex autem eros blandit invulputate qui vel consectetuer. ".
+
+<urn:uuid:616139749> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:855893460>;
+	nmo:sentDate "2008-06-29T15:55:24";
+	nmo:receivedDate "2008-06-29T15:56:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfierro duiste us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:737861566>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rshelley Utwisivel tv"];
+	nmo:messageSubject "Dolor enim eros feugiat te tation ut wisi te. ";
+	nmo:plainTextMessageContent "Veniam veniam esse duis dolore commodo qui consequatvel invulputate nonummy facilisi et blandit. ".
+
+<urn:uuid:881708765> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:855893460>;
+	nmo:sentDate "2008-03-18T15:25:24";
+	nmo:receivedDate "2008-03-18T15:25:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfierro duiste us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1140198782>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rjuarez minimpraesent edu"];
+	nmo:messageSubject "Exerci ex nulla duis odio. ";
+	nmo:plainTextMessageContent "Dolor duis lorem elitsed vulputate duis feugait iusto vel nibh nislut. ".
+
+<urn:uuid:754917399> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:855893460>;
+	nmo:sentDate "2008-01-26T15:13:41";
+	nmo:receivedDate "2008-01-26T15:14:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfierro duiste us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Duis dolore volutpat eu diam vel nibh ad consequat lobortis ut. ";
+	nmo:plainTextMessageContent "Eum dolore lorem aliquip eros laoreet dolor nibh enim suscipit consectetuer duis facilisis tincidunt. ".
+
+<urn:uuid:1219086864> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:855893460>;
+	nmo:sentDate "2008-07-14T15:39:09";
+	nmo:receivedDate "2008-07-14T15:39:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfierro duiste us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "At ea praesent iustoodio. ";
+	nmo:plainTextMessageContent "Eu ad accumsan dignissim exerci. ".
+
+<urn:uuid:567283775> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:855893460>;
+	nmo:sentDate "2008-02-07T15:41:53";
+	nmo:receivedDate "2008-02-07T15:42:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfierro duiste us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1564951246>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "sturney tationconsequat com"];
+	nmo:messageSubject "Suscipit illum nislut dolore nonummy aliquip et in delenit. ";
+	nmo:plainTextMessageContent "Iriuredolor ad enim veniamquis Utwisi. Dignissim nulla aliquam tincidunt eufeugiat vel diam adipiscing exerci illum qui exerci duis vel. ".
+
+<urn:uuid:291197123> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:855893460>;
+	nmo:sentDate "2009-02-01T15:20:11";
+	nmo:receivedDate "2009-02-01T15:20:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfierro duiste us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:156620223>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "liliana meador atodio com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Lorem nislut enim ut esse nibh adipiscing enim at. ";
+	nmo:plainTextMessageContent "Dolore facilisis blandit blandit vel Utwisi. Feugiat vero delenit ea dignissim minim luptatumzzril at dolore elitsed ad lorem autem duis. ".
+
+<urn:uuid:1979936773> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:855893460>;
+	nmo:sentDate "2008-06-19T15:51:33";
+	nmo:receivedDate "2008-06-19T15:52:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfierro duiste us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Te feugait aliquam ex. ";
+	nmo:plainTextMessageContent "Vel feugiat ut tincidunt ad nisl. Eufeugiat doloremagna feugiat ut molestie iusto ea ea consequatvel commodoconsequat nislut qui. ".
+
+<urn:uuid:836550863> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:855893460>;
+	nmo:sentDate "2008-07-01T16:02:12";
+	nmo:receivedDate "2008-07-01T16:02:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfierro duiste us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:2083047578>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "hromo eaautem com"];
+	nmo:messageSubject "Te dolor exerci volutpat feugiat eufeugiat eu aliquip. ";
+	nmo:plainTextMessageContent "Nostrud luptatum nulla suscipit augue. ".
+
+<urn:uuid:13408907> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07901" ;
+	nco:locality "Summit" ;
+	nco:streetAddress "2624 Autumn Oaks Drive" .
+
+<mailto:belmore inblandit eu> a nco:EmailAddress; 
+	nco:emailAddress "belmore inblandit eu".
+
+<urn:uuid:22869447> a nco:PersonContact; 
+	nco:fullname "Brittney Elmore";
+	nco:nameGiven "Brittney";
+	nco:nameFamily "Elmore";
+	nco:birthDate "1942-11-01";
+	nco:hasAffiliation "Medical X-Ray Technician";
+	nco:hasEmailAddress <mailto:belmore inblandit eu>;
+	nco:hasPostalAddress <urn:uuid:13408907>.
+
+<urn:uuid:887330961> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:22869447>;
+	nmo:sentDate "2008-07-09T16:09:03";
+	nmo:receivedDate "2008-07-09T16:09:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "belmore inblandit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Aliquam consequat accumsan ipsum feugiat et quis invulputate eros iusto illum aliquip. ";
+	nmo:plainTextMessageContent "Commodo feugiat augue volutpat iusto sit dignissim minim ex euismod veniamquis delenit delenit ad. ".
+
+<urn:uuid:1927770203> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:22869447>;
+	nmo:sentDate "2008-07-18T15:18:22";
+	nmo:receivedDate "2008-07-18T15:18:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "belmore inblandit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Augue aliquip vel dolor nisl te nulla lobortis blandit. ";
+	nmo:plainTextMessageContent "Ad laoreet te duis nostrud zzril iusto illum at. ".
+
+<urn:uuid:877544459> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:22869447>;
+	nmo:sentDate "2009-01-07T15:14:57";
+	nmo:receivedDate "2009-01-07T15:15:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "belmore inblandit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1782703076>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "velmore verosit eu"];
+	nmo:messageSubject "Iustoodio suscipit dolore suscipit esse lobortis at etaccumsan duis augue lorem. ";
+	nmo:plainTextMessageContent "Utwisi duis iusto autem facilisis amet iusto veniam minim adipiscing ea. ".
+
+<urn:uuid:749957263> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:22869447>;
+	nmo:sentDate "2008-12-25T15:57:53";
+	nmo:receivedDate "2008-12-25T15:57:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "belmore inblandit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Velit feugait eum vero feugait consequat Utwisi invulputate praesent. ";
+	nmo:plainTextMessageContent "Blandit velit Utwisi minim ex ut erat facilisi. ".
+
+<urn:uuid:1532402143> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:22869447>;
+	nmo:sentDate "2008-02-02T15:36:54";
+	nmo:receivedDate "2008-02-02T15:37:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "belmore inblandit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1152477340>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "toneal admolestie us"];
+	nmo:bcc <urn:uuid:664601119>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "alexander minter luptatumeros us"];
+	nmo:messageSubject "Ad esse dolore iustoodio at et nislut. ";
+	nmo:plainTextMessageContent "Dolore ad delenitaugue dolor feugait iusto volutpat euismod augue minim. Lobortis consequat facilisis suscipit ex tation delenitaugue at tationullamcorper feugiat Utwisi luptatum. ".
+
+<urn:uuid:552364967> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:22869447>;
+	nmo:sentDate "2008-05-19T15:24:11";
+	nmo:receivedDate "2008-05-19T15:24:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "belmore inblandit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "In aliquam tation eufeugiat consequatvel autem. ";
+	nmo:plainTextMessageContent "Augue esse blandit suscipit amet facilisi. Ut Utwisi veniam eros velit. ".
+
+<urn:uuid:577761701> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:22869447>;
+	nmo:sentDate "2008-06-12T15:37:10";
+	nmo:receivedDate "2008-06-12T15:37:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "belmore inblandit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:694042349>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cathie spear inet gov"];
+	nmo:messageSubject "Nostrud et in molestie suscipit. ";
+	nmo:plainTextMessageContent "Iustoodio praesent doloremagna dolore blandit et veniam. ".
+
+<urn:uuid:1013855880> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:22869447>;
+	nmo:sentDate "2008-04-04T15:42:04";
+	nmo:receivedDate "2008-04-04T15:42:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "belmore inblandit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Euismod eu molestie dolor exerci tationullamcorper at ut nulla. ";
+	nmo:plainTextMessageContent "Ad illum iusto ad augue ut dolore nostrud augue accumsan dolore delenitaugue commodo. Ullamcorper nostrud lorem delenit enim delenit suscipit ipsum. ".
+
+<urn:uuid:1570816952> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08824" ;
+	nco:locality "Kendall Park" ;
+	nco:streetAddress "6274 Brownleaf Circle" .
+
+<mailto:harrison acosta ipsumnonummy edu> a nco:EmailAddress; 
+	nco:emailAddress "harrison acosta ipsumnonummy edu".
+
+<urn:uuid:112922413> a nco:PersonContact; 
+	nco:fullname "Harrison Acosta";
+	nco:nameGiven "Harrison";
+	nco:nameFamily "Acosta";
+	nco:birthDate "1943-02-18";
+	nco:hasAffiliation "Import/Export Clerk";
+	nco:hasEmailAddress <mailto:harrison acosta ipsumnonummy edu>;
+	nco:hasPostalAddress <urn:uuid:1570816952>.
+
+<urn:uuid:1871264618> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12544" ;
+	nco:locality "Mellenville" ;
+	nco:streetAddress "6079 Kelman Street" .
+
+<mailto:gbriscoe eaat us> a nco:EmailAddress; 
+	nco:emailAddress "gbriscoe eaat us".
+
+<tel:+12079087832> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)908-7832".
+
+<urn:uuid:485530478> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079087832>]; 
+	nmo:duration 21; 
+	nmo:receivedDate "2008-11-10T15:28:54". 
+
+<urn:uuid:754195083> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079087832>]; 
+	nmo:duration 5; 
+	nmo:sentDate "2008-05-12T15:24:43". 
+
+<urn:uuid:1629370006> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079087832>]; 
+	nmo:duration 46; 
+	nmo:receivedDate "2008-10-11T15:50:31". 
+
+<urn:uuid:83827470> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079087832>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-08T15:17:09";
+	nmo:receivedDate "2008-04-09T15:38:22";
+	nmo:plainTextMessageContent "Tationullamcorper augue iriuredolor suscipit in illum luptatum nulla at exerci. In feugiat esse feugiat. Dignissim doloremagna at volutpat minim nulla eu blandit eros feugiat zzril. Vel commodo iriuredolor nonummy illum invulputate dolore euismod duis nostrud consectetuer. Etaccumsan duis ea luptatum vel sit etaccumsan tincidunt aliquam consequatvel. ".
+
+<urn:uuid:615442588> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079087832>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-14T15:35:35";
+	nmo:receivedDate "2008-12-21T15:22:32";
+	nmo:plainTextMessageContent "Commodo nisl suscipit veniamquis dolore etaccumsan luptatumzzril invulputate nulla eum hendrerit diam. Dolore illum eros facilisi consectetuer ea ea ut qui amet feugait exerci enim. Minim aliquip qui iustoodio. Ipsum dolore doloremagna quis. Ad facilisi luptatum dolor consequat luptatumzzril blandit autem augue nulla qui. Ut vel eum veniamquis laoreet. ".
+
+<urn:uuid:952475478> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079087832>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-07T15:44:55";
+	nmo:receivedDate "2008-02-05T15:53:15";
+	nmo:plainTextMessageContent "Duis vel molestie praesent tincidunt eufeugiat facilisis odio vel. Consequatvel aliquip nisl te duis suscipit in te euismod te. Exerci tincidunt feugait euismod aliquam. Feugiat nostrud te dolore lobortis etaccumsan nostrud molestie. ".
+
+<urn:uuid:161917766> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079087832>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-19T15:24:52";
+	nmo:receivedDate "2008-03-26T16:00:55";
+	nmo:plainTextMessageContent "Laoreet eu at feugait luptatum duis tationullamcorper. Ullamcorper tation nulla ea veniam praesent invulputate te eu feugait facilisis invulputate suscipit. Commodoconsequat eum illum dolore ut esse delenit nulla dolor nostrud delenitaugue facilisi. Ex suscipit accumsan ad euismod ut minim tationullamcorper eum facilisi dolore. Utwisi augue nulla in nonummy etaccumsan ut dolore. ".
+
+<urn:uuid:952499238> a nco:PersonContact; 
+	nco:fullname "Gale Briscoe";
+	nco:nameGiven "Gale";
+	nco:nameFamily "Briscoe";
+	nco:birthDate "1942-05-30";
+	nco:hasAffiliation "Magnetic Imaging Technologist";
+	nco:hasEmailAddress <mailto:gbriscoe eaat us>;
+	nco:hasPhoneNumber <tel:+12079087832>;
+	nco:hasPostalAddress <urn:uuid:1871264618>.
+
+<urn:uuid:1671879921> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01519" ;
+	nco:locality "Grafton" ;
+	nco:streetAddress "8418 Savannah Cove" .
+
+<mailto:leo brothers nostrudnostrud tv> a nco:EmailAddress; 
+	nco:emailAddress "leo brothers nostrudnostrud tv".
+
+<urn:uuid:1721164798> a nco:PersonContact; 
+	nco:fullname "Leo Brothers";
+	nco:nameGiven "Leo";
+	nco:nameFamily "Brothers";
+	nco:birthDate "1942-09-23";
+	nco:hasAffiliation "Claims Administrator";
+	nco:hasEmailAddress <mailto:leo brothers nostrudnostrud tv>;
+	nco:hasPostalAddress <urn:uuid:1671879921>.
+
+<urn:uuid:1772677314> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "RI" ;
+	nco:postalcode "02910" ;
+	nco:locality "Cranston" ;
+	nco:streetAddress "517 Fairport Drive" .
+
+<mailto:twila spear doloreeum tv> a nco:EmailAddress; 
+	nco:emailAddress "twila spear doloreeum tv".
+
+<urn:uuid:1110307194> a nco:PersonContact; 
+	nco:fullname "Twila Spear";
+	nco:nameGiven "Twila";
+	nco:nameFamily "Spear";
+	nco:birthDate "1943-02-01";
+	nco:hasAffiliation "Operations Manager";
+	nco:hasEmailAddress <mailto:twila spear doloreeum tv>;
+	nco:hasPostalAddress <urn:uuid:1772677314>.
+
+<urn:uuid:1828495421> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1435085020>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Velit facilisi dignissim eum commodo. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-03T12:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-03T13:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1435085020>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1493485187> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14810" ;
+	nco:locality "Bath" ;
+	nco:streetAddress "6076 Germantown Village Street" .
+
+<mailto:kparadis iustoet us> a nco:EmailAddress; 
+	nco:emailAddress "kparadis iustoet us".
+
+<urn:uuid:1166218547> a nco:PersonContact; 
+	nco:fullname "Kendra Paradis";
+	nco:nameGiven "Kendra";
+	nco:nameFamily "Paradis";
+	nco:birthDate "1942-06-07";
+	nco:hasAffiliation "Electrocardiograph Technologist";
+	nco:hasEmailAddress <mailto:kparadis iustoet us>;
+	nco:hasPostalAddress <urn:uuid:1493485187>.
+
+<urn:uuid:1806541471> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01506" ;
+	nco:locality "Brookfield" ;
+	nco:streetAddress "5083 Apple Valley Street" .
+
+<mailto:les thatcher doloremagnavel com> a nco:EmailAddress; 
+	nco:emailAddress "les thatcher doloremagnavel com".
+
+<urn:uuid:2091187322> a nco:PersonContact; 
+	nco:fullname "Les Thatcher";
+	nco:nameGiven "Les";
+	nco:nameFamily "Thatcher";
+	nco:birthDate "1943-02-01";
+	nco:hasAffiliation "General Clerk";
+	nco:hasEmailAddress <mailto:les thatcher doloremagnavel com>;
+	nco:hasPostalAddress <urn:uuid:1806541471>.
+
+<urn:uuid:1422204493> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14171" ;
+	nco:locality "West Valley" ;
+	nco:streetAddress "3558 Morning Dove Drive" .
+
+<mailto:rolando trahan feugaitduis com> a nco:EmailAddress; 
+	nco:emailAddress "rolando trahan feugaitduis com".
+
+<urn:uuid:248056480> a nco:PersonContact; 
+	nco:fullname "Rolando Trahan";
+	nco:nameGiven "Rolando";
+	nco:nameFamily "Trahan";
+	nco:birthDate "1942-08-21";
+	nco:hasAffiliation "Rolling Attendant";
+	nco:hasEmailAddress <mailto:rolando trahan feugaitduis com>;
+	nco:hasPostalAddress <urn:uuid:1422204493>.
+
+<urn:uuid:1875347791> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03441" ;
+	nco:locality "Ashuelot" ;
+	nco:streetAddress "784 Nena Avenue" .
+
+<mailto:arnold thiel tefacilisi edu> a nco:EmailAddress; 
+	nco:emailAddress "arnold thiel tefacilisi edu".
+
+<urn:uuid:1098183531> a nco:PersonContact; 
+	nco:fullname "Arnold Thiel";
+	nco:nameGiven "Arnold";
+	nco:nameFamily "Thiel";
+	nco:birthDate "1943-02-20";
+	nco:hasAffiliation "Drafter Civil";
+	nco:hasEmailAddress <mailto:arnold thiel tefacilisi edu>;
+	nco:hasPostalAddress <urn:uuid:1875347791>.
+
+<urn:uuid:389869063> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:2133236974>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Tation invulputate at iusto wisi nibh consequatvel. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-01T17:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-01T18:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:2133236974>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:345847591> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1098183531>;
+	nmo:sentDate "2008-03-28T15:11:47";
+	nmo:receivedDate "2008-03-28T15:12:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "arnold thiel tefacilisi edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vero blandit suscipit ad nulla autem autem nulla et sit luptatum vel nislut. ";
+	nmo:plainTextMessageContent "Eum adipiscing enim tationullamcorper lobortis at Utwisi suscipit enim autem ipsum Utwisi veniam ex. Aliquip zzril sit aliquam feugait ex ea dolore dolore te feugait. ".
+
+<urn:uuid:728743712> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1098183531>;
+	nmo:sentDate "2009-02-10T15:40:47";
+	nmo:receivedDate "2009-02-10T15:41:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "arnold thiel tefacilisi edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ut suscipit invulputate te vel doloremagna enim nonummy at minim. ";
+	nmo:plainTextMessageContent "Consequat in at iustoodio ex dignissim dignissim duis nulla eros etaccumsan. ".
+
+<urn:uuid:266548360> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1098183531>;
+	nmo:sentDate "2008-09-10T15:13:25";
+	nmo:receivedDate "2008-09-10T15:13:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "arnold thiel tefacilisi edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Lorem iriuredolor commodoconsequat vel dolore invulputate in dignissim lorem consequat wisi illum vero. ";
+	nmo:plainTextMessageContent "Diam blandit aliquam luptatumzzril exerci. ".
+
+<urn:uuid:366802589> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1098183531>;
+	nmo:sentDate "2009-01-16T15:43:22";
+	nmo:receivedDate "2009-01-16T15:44:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "arnold thiel tefacilisi edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1617595122>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "mariano pringle facilisinonummy net"];
+	nmo:messageSubject "Vero delenit ea Utwisi et duis minim blandit. ";
+	nmo:plainTextMessageContent "Dolore nibh exerci nislut molestie lorem nulla amet lobortis dolor. Tation lobortis duis etaccumsan at vel vel ea aliquam tincidunt nulla praesent vel. ".
+
+<urn:uuid:1124742302> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1098183531>;
+	nmo:sentDate "2008-10-18T15:50:10";
+	nmo:receivedDate "2008-10-18T15:50:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "arnold thiel tefacilisi edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1752497668>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lcousins illumex eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "At ad dolore vulputate in eu tation. ";
+	nmo:plainTextMessageContent "Consequat zzril laoreet minim molestie nostrud te odio ut tincidunt nostrud veniam duis feugiat. Commodoconsequat illum minim lorem duis nislut facilisi vero facilisis nisl velit consequat. ".
+
+<urn:uuid:397943342> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1098183531>;
+	nmo:sentDate "2008-07-05T15:56:40";
+	nmo:receivedDate "2008-07-05T15:57:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "arnold thiel tefacilisi edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Elitsed lobortis at nulla esse tationullamcorper dolor quis. ";
+	nmo:plainTextMessageContent "Et duis duis invulputate minim eum dolore molestie ad feugait lobortis. ".
+
+<urn:uuid:594613543> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1098183531>;
+	nmo:sentDate "2009-02-18T15:28:36";
+	nmo:receivedDate "2009-02-18T15:28:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "arnold thiel tefacilisi edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Amet nulla iustoodio veniamquis praesent elitsed eum ut vel. ";
+	nmo:plainTextMessageContent "Nulla nulla dignissim eros. ".
+
+<urn:uuid:800527119> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1098183531>;
+	nmo:sentDate "2008-12-03T15:41:28";
+	nmo:receivedDate "2008-12-03T15:41:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "arnold thiel tefacilisi edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1576350578>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "michal littlefield hendreritodio eu"];
+	nmo:messageSubject "Iustoodio ipsum accumsan laoreet commodo ut blandit eros blandit feugait. ";
+	nmo:plainTextMessageContent "Velit vero et duis duis ea dolore tation. Lorem nostrud nonummy eum dolore. ".
+
+<urn:uuid:460354681> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1098183531>;
+	nmo:sentDate "2008-02-17T15:17:42";
+	nmo:receivedDate "2008-02-17T15:18:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "arnold thiel tefacilisi edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:623794066>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "cfaber lobortisiriure gov"];
+	nmo:messageSubject "Nostrud hendrerit vero dolore iriure vel consequat commodoconsequat vero sit minim facilisi consequat delenit. ";
+	nmo:plainTextMessageContent "Invulputate nulla luptatum velit consequat. Sit diam ullamcorper blandit vulputate ut minim blandit esse exerci Utwisi molestie iriure autem. ".
+
+<urn:uuid:80646740> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1098183531>;
+	nmo:sentDate "2008-09-16T15:47:21";
+	nmo:receivedDate "2008-09-16T15:48:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "arnold thiel tefacilisi edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:522539322>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "alpha darling commodoaliquip gov"];
+	nmo:messageSubject "Veniamquis erat suscipit delenit et aliquip ad duis feugait eros eros wisi autem. ";
+	nmo:plainTextMessageContent "Minim duis nulla molestie eum. ".
+
+<urn:uuid:224097162> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1098183531>;
+	nmo:sentDate "2008-07-13T15:48:58";
+	nmo:receivedDate "2008-07-13T15:49:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "arnold thiel tefacilisi edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Lorem velit nostrud illum in et dignissim minim ea lobortis quis nulla ut. ";
+	nmo:plainTextMessageContent "Eu dolore consectetuer quis commodoconsequat wisi dolor eros. ".
+
+<urn:uuid:1237561126> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1098183531>;
+	nmo:sentDate "2008-10-09T16:05:30";
+	nmo:receivedDate "2008-10-09T16:05:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "arnold thiel tefacilisi edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1262340898>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dominga ricker dignissimvel us"];
+	nmo:messageSubject "Duis tationullamcorper ex duis molestie. ";
+	nmo:plainTextMessageContent "Exerci ad blandit hendrerit in esse consequat nulla doloremagna etaccumsan aliquam delenit. Minim nulla enim lobortis enim in tationullamcorper dolore etaccumsan enim consequat facilisis hendrerit facilisis. ".
+
+<urn:uuid:1791242150> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1098183531>;
+	nmo:sentDate "2008-11-29T15:26:38";
+	nmo:receivedDate "2008-11-29T15:27:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "arnold thiel tefacilisi edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Enim vero molestie elitsed molestie. ";
+	nmo:plainTextMessageContent "Amet ipsum nonummy ut dignissim et. Nulla veniam autem aliquip commodoconsequat. ".
+
+<urn:uuid:839519600> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1098183531>;
+	nmo:sentDate "2009-01-26T15:41:44";
+	nmo:receivedDate "2009-01-26T15:42:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "arnold thiel tefacilisi edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ipsum et lobortis nostrud iusto laoreet sit eros. ";
+	nmo:plainTextMessageContent "Vel exerci luptatumzzril aliquip duis consectetuer velit Utwisi blandit ullamcorper praesent in. Ad wisi hendrerit blandit wisi ut. ".
+
+<urn:uuid:1361345289> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1098183531>;
+	nmo:sentDate "2009-02-02T16:01:17";
+	nmo:receivedDate "2009-02-02T16:01:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "arnold thiel tefacilisi edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1809078302>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mwaldrop nibhnislut info"];
+	nmo:messageSubject "Elitsed aliquip tationullamcorper dolore. ";
+	nmo:plainTextMessageContent "Consequat hendrerit blandit blandit luptatumzzril dolore consequat dolor. Utwisi lobortis vero aliquip ullamcorper feugait at. ".
+
+<urn:uuid:621706711> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1098183531>;
+	nmo:sentDate "2008-08-18T15:18:28";
+	nmo:receivedDate "2008-08-18T15:18:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "arnold thiel tefacilisi edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Commodo accumsan nislut lorem minim velit eum iusto zzril enim at erat. ";
+	nmo:plainTextMessageContent "Feugiat suscipit ex consequat dolore duis adipiscing facilisi. Wisi vulputate delenitaugue nonummy laoreet dolore dolor velit facilisi. ".
+
+<urn:uuid:397866282> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1098183531>;
+	nmo:sentDate "2008-12-04T15:59:37";
+	nmo:receivedDate "2008-12-04T16:00:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "arnold thiel tefacilisi edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1378362548>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rsorrell praesentduis tv"];
+	nmo:messageSubject "Dolor ea exerci eros dolore commodo illum iusto. ";
+	nmo:plainTextMessageContent "Feugiat luptatumzzril iustoodio tationullamcorper ut nulla at molestie delenitaugue wisi te doloremagna. ".
+
+<urn:uuid:25198670> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1098183531>;
+	nmo:sentDate "2008-06-23T15:12:30";
+	nmo:receivedDate "2008-06-23T15:12:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "arnold thiel tefacilisi edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1476835931>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "temery etfacilisi com"];
+	nmo:messageSubject "Qui dolor wisi illum et quis. ";
+	nmo:plainTextMessageContent "Diam suscipit enim aliquam aliquip blandit at in nulla nonummy ullamcorper delenit ex dolore. Praesent duis feugait tationullamcorper illum in qui facilisi aliquam duis aliquip. ".
+
+<urn:uuid:2130832298> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1098183531>;
+	nmo:sentDate "2008-01-30T15:20:41";
+	nmo:receivedDate "2008-01-30T15:21:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "arnold thiel tefacilisi edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:694042349>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "cathie spear inet gov"];
+	nmo:messageSubject "Facilisi aliquip nulla augue molestie exerci autem facilisis esse blandit hendrerit at ex hendrerit. ";
+	nmo:plainTextMessageContent "Nibh augue illum eros ut ut facilisi nisl commodoconsequat elitsed. Blandit delenit suscipit dolore veniam et ex et veniam hendrerit. ".
+
+<urn:uuid:946408721> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1098183531>;
+	nmo:sentDate "2008-12-06T16:11:30";
+	nmo:receivedDate "2008-12-06T16:12:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "arnold thiel tefacilisi edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "In molestie suscipit etaccumsan velit euismod. ";
+	nmo:plainTextMessageContent "Eum molestie praesent quis. Autem facilisis suscipit nibh zzril vero nulla sit et aliquip nulla volutpat. ".
+
+<urn:uuid:1809640285> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1098183531>;
+	nmo:sentDate "2008-10-22T15:38:00";
+	nmo:receivedDate "2008-10-22T15:38:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "arnold thiel tefacilisi edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:912083441>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "gayle aiello autemenim edu"];
+	nmo:messageSubject "Duis aliquip eros veniam. ";
+	nmo:plainTextMessageContent "Iriure duis et dolore dignissim suscipit. ".
+
+<urn:uuid:1971654514> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1098183531>;
+	nmo:sentDate "2008-06-11T15:40:54";
+	nmo:receivedDate "2008-06-11T15:41:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "arnold thiel tefacilisi edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iustoodio enim accumsan augue qui ex consequat. ";
+	nmo:plainTextMessageContent "Dolore ut nislut nulla illum aliquip sit ea sit aliquip. Illum ex dolore et feugait iriuredolor. ".
+
+<urn:uuid:1053378201> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1098183531>;
+	nmo:sentDate "2008-11-06T16:06:38";
+	nmo:receivedDate "2008-11-06T16:07:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "arnold thiel tefacilisi edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nonummy odio Utwisi lobortis blandit vel te aliquip et consequatvel. ";
+	nmo:plainTextMessageContent "Vel consectetuer molestie nostrud at consequat nibh duis minim ex qui ea. Consequat dignissim et ad eufeugiat facilisi tincidunt doloremagna nulla. ".
+
+<urn:uuid:1448245419> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1098183531>;
+	nmo:sentDate "2009-01-05T15:19:41";
+	nmo:receivedDate "2009-01-05T15:20:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "arnold thiel tefacilisi edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ut dolor nulla amet lobortis consequat illum. ";
+	nmo:plainTextMessageContent "Vero exerci ipsum Utwisi commodoconsequat eros delenitaugue dolor. ".
+
+<urn:uuid:432590966> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1098183531>;
+	nmo:sentDate "2008-01-23T15:24:27";
+	nmo:receivedDate "2008-01-23T15:25:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "arnold thiel tefacilisi edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Aliquam delenitaugue elitsed ut consequat feugait facilisi illum dignissim blandit. ";
+	nmo:plainTextMessageContent "Delenit minim duis at te sit invulputate tation. ".
+
+<urn:uuid:1130422217> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12047" ;
+	nco:locality "Cohoes" ;
+	nco:streetAddress "3188 Broadway Lane" .
+
+<mailto:loren phelps veniamquiseum net> a nco:EmailAddress; 
+	nco:emailAddress "loren phelps veniamquiseum net".
+
+<xmpp:loren phelps gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Loren Phelps" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Feugiat commodoconsequat laoreet veniamquis wisi ullamcorper vel elitsed ea eros enim dolore. " ;
+	nco:imID "loren phelps gmail com".
+
+<urn:uuid:132715010> a nco:PersonContact; 
+	nco:fullname "Loren Phelps";
+	nco:nameGiven "Loren";
+	nco:nameFamily "Phelps";
+	nco:birthDate "1942-07-17";
+	nco:hasAffiliation "Construction Worker";
+	nco:hasEmailAddress <mailto:loren phelps veniamquiseum net>;
+	nco:hasIMAccount <xmpp:loren phelps gmail com>;
+	nco:hasPostalAddress <urn:uuid:1130422217>.
+
+<urn:uuid:1202865017> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1491117925>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Minim exerci nulla duis eum facilisi ea commodoconsequat lobortis ut facilisis veniamquis ex. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-21T20:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-21T22:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1491117925>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:851387727> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:132715010>;
+	nmo:sentDate "2009-01-25T15:49:34";
+	nmo:receivedDate "2009-01-25T15:50:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loren phelps veniamquiseum net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1874453476>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "zrowe dolorluptatum net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Autem dolore blandit accumsan feugait. ";
+	nmo:plainTextMessageContent "Luptatumzzril commodoconsequat amet aliquip luptatumzzril consequat dignissim dignissim doloremagna iustoodio ad. ".
+
+<urn:uuid:2093163912> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:132715010>;
+	nmo:sentDate "2008-10-18T15:29:09";
+	nmo:receivedDate "2008-10-18T15:30:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loren phelps veniamquiseum net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Veniam invulputate luptatum at adipiscing velit eufeugiat vel blandit autem qui esse facilisis qui. ";
+	nmo:plainTextMessageContent "Illum ullamcorper in eu exerci et exerci te ex in et. ".
+
+<urn:uuid:1485396247> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:132715010>;
+	nmo:sentDate "2008-08-29T15:41:44";
+	nmo:receivedDate "2008-08-29T15:42:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loren phelps veniamquiseum net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1060563519>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "degan praesentaliquam eu"];
+	nmo:messageSubject "Sit duis zzril adipiscing vel ad. ";
+	nmo:plainTextMessageContent "Utwisi vel duis molestie ad duis. ".
+
+<urn:uuid:1173658412> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:132715010>;
+	nmo:sentDate "2008-12-22T15:16:48";
+	nmo:receivedDate "2008-12-22T15:16:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loren phelps veniamquiseum net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Illum etaccumsan dolore eros nulla quis dignissim dolor suscipit enim duis enim facilisi. ";
+	nmo:plainTextMessageContent "Nislut nisl duis lorem vel vulputate quis tation at. ".
+
+<urn:uuid:1780944435> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:132715010>;
+	nmo:sentDate "2008-11-29T15:55:59";
+	nmo:receivedDate "2008-11-29T15:56:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loren phelps veniamquiseum net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Tincidunt enim consequat minim amet. ";
+	nmo:plainTextMessageContent "Iriuredolor in tation consequat doloremagna aliquip. Luptatum nibh duis eu nibh dolor euismod. ".
+
+<urn:uuid:1701617631> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:132715010>;
+	nmo:sentDate "2008-12-29T16:06:10";
+	nmo:receivedDate "2008-12-29T16:07:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loren phelps veniamquiseum net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Exerci ex lobortis blandit veniam facilisis elitsed praesent blandit odio nostrud duis duis volutpat. ";
+	nmo:plainTextMessageContent "Enim exerci minim et vel dolor ut. ".
+
+<urn:uuid:1958453084> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:132715010>;
+	nmo:sentDate "2008-04-09T15:44:52";
+	nmo:receivedDate "2008-04-09T15:44:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loren phelps veniamquiseum net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Lobortis feugait augue adipiscing autem euismod consequatvel elitsed. ";
+	nmo:plainTextMessageContent "Lorem zzril et dolor duis enim autem tincidunt enim. At aliquip velit te ex aliquip. ".
+
+<urn:uuid:1566988132> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:132715010>;
+	nmo:sentDate "2008-10-09T15:19:07";
+	nmo:receivedDate "2008-10-09T15:19:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loren phelps veniamquiseum net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Feugait duis nislut nulla qui veniamquis etaccumsan dolore feugait invulputate commodo adipiscing. ";
+	nmo:plainTextMessageContent "Delenitaugue dolore tation dolore facilisi dolore feugait feugiat duis nulla nonummy. Lobortis nislut sit ut vero doloremagna ut duis facilisi illum zzril autem ipsum vero. ".
+
+<urn:uuid:50321658> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08501" ;
+	nco:locality "Allentown" ;
+	nco:streetAddress "1409 Liberty Circle" .
+
+<mailto:marcelina epps molestienostrud com> a nco:EmailAddress; 
+	nco:emailAddress "marcelina epps molestienostrud com".
+
+<urn:uuid:1041134315> a nco:PersonContact; 
+	nco:fullname "Marcelina Epps";
+	nco:nameGiven "Marcelina";
+	nco:nameFamily "Epps";
+	nco:birthDate "1942-04-20";
+	nco:hasAffiliation "Photographer Lithographic";
+	nco:hasEmailAddress <mailto:marcelina epps molestienostrud com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:50321658>.
+
+<urn:uuid:269103840> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:912424357>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Aliquam nostrud in vel feugait. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-20T17:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-20T18:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:912424357>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1811335924> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15038" ;
+	nco:locality "Elrama" ;
+	nco:streetAddress "66 Lake Lane" .
+
+<mailto:charms hendreritsuscipit us> a nco:EmailAddress; 
+	nco:emailAddress "charms hendreritsuscipit us".
+
+<urn:uuid:736451817> a nco:PersonContact; 
+	nco:fullname "Cristy Harms";
+	nco:nameGiven "Cristy";
+	nco:nameFamily "Harms";
+	nco:birthDate "1942-11-07";
+	nco:hasAffiliation "Licensed Vocational Nurse";
+	nco:hasEmailAddress <mailto:charms hendreritsuscipit us>;
+	nco:hasPostalAddress <urn:uuid:1811335924>.
+
+<urn:uuid:504239138> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06239" ;
+	nco:locality "Danielson" ;
+	nco:streetAddress "8681 Turkey Creek Drive" .
+
+<mailto:tanya terrill quidelenitaugue tv> a nco:EmailAddress; 
+	nco:emailAddress "tanya terrill quidelenitaugue tv".
+
+<urn:uuid:1322394581> a nco:PersonContact; 
+	nco:fullname "Tanya Terrill";
+	nco:nameGiven "Tanya";
+	nco:nameFamily "Terrill";
+	nco:birthDate "1943-01-05";
+	nco:hasAffiliation "Operator Power Shovel";
+	nco:hasEmailAddress <mailto:tanya terrill quidelenitaugue tv>;
+	nco:hasPostalAddress <urn:uuid:504239138>.
+
+<urn:uuid:1856854092> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1720489391>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Dolor enim minim autem tation elitsed ad et sit hendrerit esse tincidunt. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-14T14:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-14T15:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1720489391>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:260023073> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1322394581>;
+	nmo:sentDate "2008-09-12T15:15:26";
+	nmo:receivedDate "2008-09-12T15:15:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya terrill quidelenitaugue tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vel lorem ad velit ipsum. ";
+	nmo:plainTextMessageContent "Consequat euismod dignissim etaccumsan elitsed at commodoconsequat vel dolore at esse. ".
+
+<urn:uuid:194900527> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1322394581>;
+	nmo:sentDate "2008-11-14T15:13:37";
+	nmo:receivedDate "2008-11-14T15:14:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya terrill quidelenitaugue tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1166198672>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jarrod jobe commodoconsequatdelenit edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Ut minim luptatum accumsan. ";
+	nmo:plainTextMessageContent "Accumsan aliquip praesent in hendrerit luptatumzzril ea. Suscipit feugiat quis eros dignissim augue Utwisi elitsed nostrud adipiscing vel vel nulla. ".
+
+<urn:uuid:1579722643> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1322394581>;
+	nmo:sentDate "2008-05-05T16:06:34";
+	nmo:receivedDate "2008-05-05T16:06:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya terrill quidelenitaugue tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Elitsed consequatvel et ex consectetuer ad eros et nislut ut eum feugait. ";
+	nmo:plainTextMessageContent "Dolore eum tincidunt volutpat enim. At lobortis iusto hendrerit at commodoconsequat eu invulputate vero elitsed nisl et. ".
+
+<urn:uuid:44414017> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1322394581>;
+	nmo:sentDate "2008-10-25T15:56:05";
+	nmo:receivedDate "2008-10-25T15:56:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya terrill quidelenitaugue tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:737898680>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "nikki frazier luptatumea tv"];
+	nmo:bcc <urn:uuid:954221451>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "wburrow iustoodioesse edu"];
+	nmo:messageSubject "Illum dolore eum dignissim facilisi iusto feugait. ";
+	nmo:plainTextMessageContent "Iriure iriuredolor elitsed odio dignissim luptatum luptatumzzril veniamquis molestie esse nulla feugait dignissim duis. Te wisi praesent illum. ".
+
+<urn:uuid:1367575667> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1322394581>;
+	nmo:sentDate "2008-07-07T15:40:26";
+	nmo:receivedDate "2008-07-07T15:40:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya terrill quidelenitaugue tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:911287124>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "nick hargis nostrudut eu"];
+	nmo:messageSubject "Ea elitsed odio ex vero ut ex lobortis ad eum ad. ";
+	nmo:plainTextMessageContent "Molestie minim autem eufeugiat nulla augue exerci. Aliquam Utwisi eufeugiat in dolore molestie esse nislut erat te eufeugiat. ".
+
+<urn:uuid:500182992> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1322394581>;
+	nmo:sentDate "2008-03-24T15:13:42";
+	nmo:receivedDate "2008-03-24T15:14:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya terrill quidelenitaugue tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1885960472>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rogelio hornsby dolorUtwisi eu"];
+	nmo:bcc <urn:uuid:322828221>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "nannie whitlow veniamquisullamcorper info"];
+	nmo:messageSubject "Eufeugiat dolore exerci duis zzril lobortis dignissim commodo quis. ";
+	nmo:plainTextMessageContent "Praesent eum facilisi consequat ea adipiscing qui aliquip ex nostrud adipiscing. ".
+
+<urn:uuid:1722582579> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1322394581>;
+	nmo:sentDate "2009-01-10T15:15:13";
+	nmo:receivedDate "2009-01-10T15:16:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya terrill quidelenitaugue tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Delenit eum luptatum at vulputate ut. ";
+	nmo:plainTextMessageContent "Accumsan ad consequat suscipit consequatvel praesent. ".
+
+<urn:uuid:1817215421> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1322394581>;
+	nmo:sentDate "2008-06-18T15:32:53";
+	nmo:receivedDate "2008-06-18T15:33:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya terrill quidelenitaugue tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ullamcorper velit feugait ad esse feugait. ";
+	nmo:plainTextMessageContent "Minim esse quis nulla elitsed. Consectetuer nisl delenitaugue suscipit eufeugiat. ".
+
+<urn:uuid:750378817> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1322394581>;
+	nmo:sentDate "2008-09-29T15:16:47";
+	nmo:receivedDate "2008-09-29T15:17:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya terrill quidelenitaugue tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:471903942>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mfairbanks loremet tv"];
+	nmo:bcc <urn:uuid:650099146>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "gil cullen inpraesent org"];
+	nmo:messageSubject "Iustoodio blandit laoreet luptatum nisl at nulla delenit ut delenitaugue et. ";
+	nmo:plainTextMessageContent "Accumsan consequat feugiat et odio feugiat feugait tationullamcorper lobortis delenitaugue. ".
+
+<urn:uuid:1599292598> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1322394581>;
+	nmo:sentDate "2008-04-04T16:11:24";
+	nmo:receivedDate "2008-04-04T16:12:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya terrill quidelenitaugue tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Suscipit nostrud commodo tation veniam iustoodio doloremagna te amet luptatumzzril iustoodio. ";
+	nmo:plainTextMessageContent "Hendrerit diam praesent tation luptatum. Eu molestie ad aliquam duis suscipit eu tation nulla exerci ut ullamcorper illum aliquip. ".
+
+<urn:uuid:1919921138> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1322394581>;
+	nmo:sentDate "2008-03-10T15:26:08";
+	nmo:receivedDate "2008-03-10T15:26:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya terrill quidelenitaugue tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Doloremagna ea feugait vulputate autem iriure et vero iustoodio feugiat nulla volutpat minim. ";
+	nmo:plainTextMessageContent "Autem iriuredolor in et veniamquis euismod duis esse lobortis. Ullamcorper feugait blandit dignissim et delenit. ".
+
+<urn:uuid:1691011878> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1322394581>;
+	nmo:sentDate "2009-01-07T16:01:13";
+	nmo:receivedDate "2009-01-07T16:02:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya terrill quidelenitaugue tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:2010130522>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "phil causey blanditnulla info"];
+	nmo:messageSubject "Vero augue lobortis lorem dolore. ";
+	nmo:plainTextMessageContent "Suscipit ex luptatumzzril velit. ".
+
+<urn:uuid:1998551269> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1322394581>;
+	nmo:sentDate "2008-07-14T16:01:02";
+	nmo:receivedDate "2008-07-14T16:01:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya terrill quidelenitaugue tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1495836444>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "vhamilton esseblandit us"];
+	nmo:messageSubject "Exerci at ut nulla invulputate blandit duis erat adipiscing vero nulla vel nonummy et. ";
+	nmo:plainTextMessageContent "Nulla iriure Utwisi diam adipiscing te. Odio nisl suscipit nislut eum hendrerit vel te in vel dignissim dolore dolore. ".
+
+<urn:uuid:1805488126> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1322394581>;
+	nmo:sentDate "2008-05-16T15:18:36";
+	nmo:receivedDate "2008-05-16T15:18:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya terrill quidelenitaugue tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Enim minim nulla nulla. ";
+	nmo:plainTextMessageContent "Et odio minim vel quis iriuredolor te. ".
+
+<urn:uuid:1759815025> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1322394581>;
+	nmo:sentDate "2008-02-18T15:40:55";
+	nmo:receivedDate "2008-02-18T15:41:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya terrill quidelenitaugue tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Molestie nonummy at hendrerit nulla. ";
+	nmo:plainTextMessageContent "Eum invulputate te ad autem euismod ut volutpat. ".
+
+<urn:uuid:1715188835> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1322394581>;
+	nmo:sentDate "2008-09-13T15:41:16";
+	nmo:receivedDate "2008-09-13T15:41:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya terrill quidelenitaugue tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Doloremagna te odio qui facilisis euismod et dignissim te vulputate commodo. ";
+	nmo:plainTextMessageContent "Vero dolor eu invulputate in molestie sit ea nisl augue iustoodio. ".
+
+<urn:uuid:360283068> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1322394581>;
+	nmo:sentDate "2008-10-27T16:11:09";
+	nmo:receivedDate "2008-10-27T16:11:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya terrill quidelenitaugue tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Elitsed iusto lobortis nulla. ";
+	nmo:plainTextMessageContent "Velit dolore augue duis ea qui lorem qui. ".
+
+<urn:uuid:1878775577> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1322394581>;
+	nmo:sentDate "2008-08-26T15:25:03";
+	nmo:receivedDate "2008-08-26T15:25:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya terrill quidelenitaugue tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:277293158>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dminton delenitaugueeros org"];
+	nmo:messageSubject "Autem eufeugiat enim illum nulla elitsed consequat dolore. ";
+	nmo:plainTextMessageContent "Nonummy etaccumsan volutpat et. Ad consequatvel eum te veniamquis facilisis iriure ad facilisis ad esse. ".
+
+<urn:uuid:1130956470> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1322394581>;
+	nmo:sentDate "2008-10-24T15:56:55";
+	nmo:receivedDate "2008-10-24T15:57:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya terrill quidelenitaugue tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:485028510>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "hsnook euismodat tv"];
+	nmo:messageSubject "Diam commodoconsequat et consequat. ";
+	nmo:plainTextMessageContent "Vel ut ipsum duis luptatum blandit molestie autem diam luptatumzzril tation qui amet et. At doloremagna Utwisi autem. ".
+
+<urn:uuid:534666806> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1322394581>;
+	nmo:sentDate "2008-08-17T15:17:33";
+	nmo:receivedDate "2008-08-17T15:18:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya terrill quidelenitaugue tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "In et aliquam veniam praesent dolore illum ex delenitaugue. ";
+	nmo:plainTextMessageContent "Odio tincidunt tation vel exerci vel velit dolore dolor aliquam luptatumzzril minim. ".
+
+<urn:uuid:560330478> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1322394581>;
+	nmo:sentDate "2009-01-01T15:17:17";
+	nmo:receivedDate "2009-01-01T15:17:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya terrill quidelenitaugue tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:344829248>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ricky longoria etaccumsanduis gov"];
+	nmo:bcc <urn:uuid:1721850240>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "jvieira erosnostrud eu"];
+	nmo:messageSubject "Lobortis sit nulla ut volutpat feugiat vel veniamquis veniam delenit augue eu elitsed dolore. ";
+	nmo:plainTextMessageContent "Vero blandit dolore te erat nostrud dolor consequat illum eum nulla odio nostrud hendrerit. Ullamcorper invulputate iriure in dignissim ad volutpat. ".
+
+<urn:uuid:1231417740> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1322394581>;
+	nmo:sentDate "2008-10-29T15:45:07";
+	nmo:receivedDate "2008-10-29T15:45:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya terrill quidelenitaugue tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Etaccumsan lobortis minim lorem in. ";
+	nmo:plainTextMessageContent "Veniamquis amet eum dignissim illum. ".
+
+<urn:uuid:1268527022> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1322394581>;
+	nmo:sentDate "2009-01-29T15:22:17";
+	nmo:receivedDate "2009-01-29T15:23:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya terrill quidelenitaugue tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Minim ex iustoodio nulla autem. ";
+	nmo:plainTextMessageContent "Aliquip praesent exerci ut Utwisi nislut odio lobortis esse te consequat ex at. Dolore iriure diam amet doloremagna. ".
+
+<urn:uuid:1556683530> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1322394581>;
+	nmo:sentDate "2008-10-23T15:59:43";
+	nmo:receivedDate "2008-10-23T16:00:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya terrill quidelenitaugue tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2101462160>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "chowes adipiscingnisl eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Ut ea velit nonummy esse dolore consectetuer ea esse tation facilisi illum in invulputate. ";
+	nmo:plainTextMessageContent "Lorem vulputate nonummy commodo iustoodio facilisi nostrud lobortis. ".
+
+<urn:uuid:1013000579> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1322394581>;
+	nmo:sentDate "2008-07-10T15:51:54";
+	nmo:receivedDate "2008-07-10T15:52:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya terrill quidelenitaugue tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:348618097>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "roseann moten laoreetet us"];
+	nmo:messageSubject "Feugait odio duis dolor feugiat volutpat zzril. ";
+	nmo:plainTextMessageContent "Minim minim luptatumzzril veniam illum veniam praesent ea doloremagna enim commodoconsequat veniamquis exerci nostrud. Volutpat facilisis illum etaccumsan duis exerci enim. ".
+
+<urn:uuid:2137074682> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1322394581>;
+	nmo:sentDate "2008-11-11T15:30:11";
+	nmo:receivedDate "2008-11-11T15:30:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya terrill quidelenitaugue tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:782256816>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "hlance eavel tv"];
+	nmo:messageSubject "Hendrerit ut dolore quis vel feugait dolore. ";
+	nmo:plainTextMessageContent "Sit eum consequat autem exerci facilisi laoreet nonummy iriuredolor nulla delenitaugue. ".
+
+<urn:uuid:2045693445> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1322394581>;
+	nmo:sentDate "2008-11-13T15:37:11";
+	nmo:receivedDate "2008-11-13T15:37:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tanya terrill quidelenitaugue tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1834058>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "tatiana cowley minimlorem net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "In suscipit euismod minim ut qui iusto iriuredolor autem nisl. ";
+	nmo:plainTextMessageContent "Nibh blandit facilisis accumsan ea ut ut iustoodio Utwisi esse facilisis. ".
+
+<urn:uuid:431612769> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13334" ;
+	nco:locality "Eaton" ;
+	nco:streetAddress "6067 West Trail" .
+
+<mailto:christy fonseca doloremagnadolor tv> a nco:EmailAddress; 
+	nco:emailAddress "christy fonseca doloremagnadolor tv".
+
+<urn:uuid:1201081871> a nco:PersonContact; 
+	nco:fullname "Christy Fonseca";
+	nco:nameGiven "Christy";
+	nco:nameFamily "Fonseca";
+	nco:birthDate "1942-04-19";
+	nco:hasAffiliation "Plastic Extruder Operator";
+	nco:hasEmailAddress <mailto:christy fonseca doloremagnadolor tv>;
+	nco:hasPostalAddress <urn:uuid:431612769>.
+
+<urn:uuid:1791794617> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12779" ;
+	nco:locality "South Fallsburg" ;
+	nco:streetAddress "4025 Barkers Landing Cove" .
+
+<mailto:gsmyth lobortisvolutpat eu> a nco:EmailAddress; 
+	nco:emailAddress "gsmyth lobortisvolutpat eu".
+
+<urn:uuid:1554312037> a nco:PersonContact; 
+	nco:fullname "Giuseppe Smyth";
+	nco:nameGiven "Giuseppe";
+	nco:nameFamily "Smyth";
+	nco:birthDate "1942-08-02";
+	nco:hasAffiliation "Sales Stereo Equipment";
+	nco:hasEmailAddress <mailto:gsmyth lobortisvolutpat eu>;
+	nco:hasPostalAddress <urn:uuid:1791794617>.
+
+<urn:uuid:1365298592> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07822" ;
+	nco:locality "Augusta" ;
+	nco:streetAddress "5171 Leighton Creek Parkway" .
+
+<mailto:grant ely doloreautem org> a nco:EmailAddress; 
+	nco:emailAddress "grant ely doloreautem org".
+
+<urn:uuid:133802763> a nco:PersonContact; 
+	nco:fullname "Grant Ely";
+	nco:nameGiven "Grant";
+	nco:nameFamily "Ely";
+	nco:birthDate "1942-05-09";
+	nco:hasAffiliation "Supervisor Powerline";
+	nco:hasEmailAddress <mailto:grant ely doloreautem org>;
+	nco:hasPostalAddress <urn:uuid:1365298592>.
+
+<urn:uuid:1676339057> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08016" ;
+	nco:locality "Burlington" ;
+	nco:streetAddress "7237 New England Parkway" .
+
+<mailto:elwood martell esseiusto us> a nco:EmailAddress; 
+	nco:emailAddress "elwood martell esseiusto us".
+
+<urn:uuid:757654990> a nco:PersonContact; 
+	nco:fullname "Elwood Martell";
+	nco:nameGiven "Elwood";
+	nco:nameFamily "Martell";
+	nco:birthDate "1942-12-09";
+	nco:hasAffiliation "Operator Refinery";
+	nco:hasEmailAddress <mailto:elwood martell esseiusto us>;
+	nco:hasPostalAddress <urn:uuid:1676339057>.
+
+<urn:uuid:336699547> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1119096188>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Ut veniam luptatum facilisis etaccumsan tincidunt. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-24T17:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-24T18:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1119096188>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:687089836> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10524" ;
+	nco:locality "Garrison" ;
+	nco:streetAddress "7682 Capital Lane" .
+
+<mailto:caitlin freedman inautem edu> a nco:EmailAddress; 
+	nco:emailAddress "caitlin freedman inautem edu".
+
+<xmpp:caitlin freedman gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Caitlin Freedman" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Vero facilisis lorem facilisi veniamquis Utwisi at blandit etaccumsan veniamquis ullamcorper. " ;
+	nco:imID "caitlin freedman gmail com".
+
+<tel:+13153229491> a nco:PhoneNumber; 
+	nco:phoneNumber "(315)322-9491".
+
+<urn:uuid:1515660377> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13153229491>]; 
+	nmo:duration 8; 
+	nmo:sentDate "2008-11-27T16:09:50". 
+
+<urn:uuid:1097856634> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13153229491>]; 
+	nmo:duration 19; 
+	nmo:receivedDate "2008-07-03T15:42:41". 
+
+<urn:uuid:1184264041> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13153229491>]; 
+	nmo:duration 4; 
+	nmo:sentDate "2008-09-25T15:54:55". 
+
+<urn:uuid:1677027053> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13153229491>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-22T15:31:48";
+	nmo:receivedDate "2008-10-20T15:32:01";
+	nmo:plainTextMessageContent "Aliquip amet feugait in praesent praesent ex lobortis vel tation esse zzril duis nulla. Nulla nostrud dolor dignissim eum et velit exerci et feugiat. Illum consequatvel eros et consectetuer odio duis consequatvel velit. Adipiscing dolor tation et in euismod ullamcorper illum feugait hendrerit ipsum delenitaugue. ".
+
+<urn:uuid:1944401595> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13153229491>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-24T16:09:20";
+	nmo:receivedDate "2008-03-25T15:17:50";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Illum autem vel nibh ex. Consequat at feugait qui nostrud duis accumsan blandit praesent in. Nulla augue vel ad te eufeugiat odio at iusto. Iriuredolor duis lorem lorem accumsan ex dolore feugiat. Qui volutpat laoreet blandit facilisi. Ea diam lobortis dolore facilisi te aliquip autem exerci illum doloremagna elitsed dolor dolore. Feugait molestie zzril et commodo nislut et eufeugiat accumsan eu tincidunt. ".
+
+<urn:uuid:1869537707> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13153229491>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-31T16:02:36";
+	nmo:receivedDate "2008-07-26T15:59:55";
+	nmo:plainTextMessageContent "Esse facilisis veniamquis dolore nonummy. Vel minim et illum qui molestie et ullamcorper ad aliquip te vulputate doloremagna nulla. Et luptatumzzril eum ex nisl esse exerci. Et nibh duis illum in elitsed consequatvel nisl hendrerit iustoodio consectetuer. Consequat luptatumzzril hendrerit dignissim ut suscipit facilisis. Augue vero nisl aliquip enim ea tation volutpat eum velit qui etaccumsan. ".
+
+<urn:uuid:41330898> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13153229491>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-04T15:36:21";
+	nmo:receivedDate "2008-05-19T15:22:33";
+	nmo:plainTextMessageContent "Hendrerit dolor dignissim invulputate duis te exerci nulla. Aliquip esse vel eu quis adipiscing duis. Nisl duis te suscipit dignissim ut te diam facilisi. Wisi Utwisi augue te in iustoodio ad. Te ut odio volutpat ut iriure ad enim et tationullamcorper at. Vulputate in autem invulputate consequatvel iriure et lobortis qui suscipit. Commodo sit nulla consequat blandit nostrud minim eu vulputate nostrud at. ".
+
+<urn:uuid:160783486> a nco:PersonContact; 
+	nco:fullname "Caitlin Freedman";
+	nco:nameGiven "Caitlin";
+	nco:nameFamily "Freedman";
+	nco:birthDate "1942-12-20";
+	nco:hasAffiliation "Technician Industrial Engineering";
+	nco:hasEmailAddress <mailto:caitlin freedman inautem edu>;
+	nco:hasPhoneNumber <tel:+13153229491>;
+	nco:hasIMAccount <xmpp:caitlin freedman gmail com>;
+	nco:hasPostalAddress <urn:uuid:687089836>.
+
+<urn:uuid:1591611410> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11241" ;
+	nco:locality "Brooklyn" ;
+	nco:streetAddress "7068 Sweetwood Parkway" .
+
+<mailto:lwoodbury praesentelitsed org> a nco:EmailAddress; 
+	nco:emailAddress "lwoodbury praesentelitsed org".
+
+<xmpp:luz woodbury gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Luz Woodbury" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Exerci nostrud nibh quis dignissim ut invulputate ea delenitaugue euismod volutpat autem autem. " ;
+	nco:imID "luz woodbury gmail com".
+
+<urn:uuid:131013304> a nco:PersonContact; 
+	nco:fullname "Luz Woodbury";
+	nco:nameGiven "Luz";
+	nco:nameFamily "Woodbury";
+	nco:birthDate "1942-03-31";
+	nco:hasAffiliation "Analyst Systems";
+	nco:hasEmailAddress <mailto:lwoodbury praesentelitsed org>;
+	nco:hasIMAccount <xmpp:luz woodbury gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:1591611410>.
+
+<urn:uuid:1666431717> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11514" ;
+	nco:locality "Carle Place" ;
+	nco:streetAddress "1274 Norman Cove" .
+
+<mailto:mpeter feugaitut us> a nco:EmailAddress; 
+	nco:emailAddress "mpeter feugaitut us".
+
+<urn:uuid:2016461997> a nco:PersonContact; 
+	nco:fullname "Mitchel Peter";
+	nco:nameGiven "Mitchel";
+	nco:nameFamily "Peter";
+	nco:birthDate "1942-04-14";
+	nco:hasAffiliation "Copilot Non-Jet";
+	nco:hasEmailAddress <mailto:mpeter feugaitut us>;
+	nco:hasPostalAddress <urn:uuid:1666431717>.
+
+<urn:uuid:2097945281> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04253" ;
+	nco:locality "Livermore" ;
+	nco:streetAddress "3018 Chico Way" .
+
+<mailto:ttobin feugaitad edu> a nco:EmailAddress; 
+	nco:emailAddress "ttobin feugaitad edu".
+
+<xmpp:thelma tobin gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Thelma Tobin" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Doloremagna duis dignissim feugiat vero nibh commodo ut et elitsed. " ;
+	nco:imID "thelma tobin gmail com".
+
+<urn:uuid:1227777614> a nco:PersonContact; 
+	nco:fullname "Thelma Tobin";
+	nco:nameGiven "Thelma";
+	nco:nameFamily "Tobin";
+	nco:birthDate "1943-03-03";
+	nco:hasAffiliation "Therapist Clinical";
+	nco:hasEmailAddress <mailto:ttobin feugaitad edu>;
+	nco:hasIMAccount <xmpp:thelma tobin gmail com>;
+	nco:hasPostalAddress <urn:uuid:2097945281>.
+
+<urn:uuid:1285513091> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02534" ;
+	nco:locality "Cataumet" ;
+	nco:streetAddress "4398 Zurich Drive" .
+
+<mailto:mgoins commodocommodo info> a nco:EmailAddress; 
+	nco:emailAddress "mgoins commodocommodo info".
+
+<urn:uuid:236289528> a nco:PersonContact; 
+	nco:fullname "Micheal Goins";
+	nco:nameGiven "Micheal";
+	nco:nameFamily "Goins";
+	nco:birthDate "1942-05-29";
+	nco:hasAffiliation "Membership Solicitor";
+	nco:hasEmailAddress <mailto:mgoins commodocommodo info>;
+	nco:hasPostalAddress <urn:uuid:1285513091>.
+
+<urn:uuid:1026254786> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14738" ;
+	nco:locality "Frewsburg" ;
+	nco:streetAddress "3741 Trotter Avenue" .
+
+<mailto:jgabriel euUtwisi info> a nco:EmailAddress; 
+	nco:emailAddress "jgabriel euUtwisi info".
+
+<urn:uuid:1201875275> a nco:PersonContact; 
+	nco:fullname "Janie Gabriel";
+	nco:nameGiven "Janie";
+	nco:nameFamily "Gabriel";
+	nco:birthDate "1942-09-19";
+	nco:hasAffiliation "Teacher Resource";
+	nco:hasEmailAddress <mailto:jgabriel euUtwisi info>;
+	nco:hasPostalAddress <urn:uuid:1026254786>.
+
+<urn:uuid:1497336620> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1540686483>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Eum amet dignissim augue nislut zzril eufeugiat ad eros. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-23T14:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-23T14:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1540686483>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1924724940> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14728" ;
+	nco:locality "Dewittville" ;
+	nco:streetAddress "1252 Redwood Place Drive" .
+
+<mailto:loyd dubois consectetuermolestie com> a nco:EmailAddress; 
+	nco:emailAddress "loyd dubois consectetuermolestie com".
+
+<tel:+12074006101> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)400-6101".
+
+<urn:uuid:311504069> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12074006101>]; 
+	nmo:duration 0; 
+	nmo:sentDate "2008-06-16T15:16:51". 
+
+<urn:uuid:1989074939> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12074006101>]; 
+	nmo:duration 21; 
+	nmo:sentDate "2008-05-06T15:22:39". 
+
+<urn:uuid:1171231577> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12074006101>]; 
+	nmo:duration 11; 
+	nmo:sentDate "2008-10-31T15:19:55". 
+
+<urn:uuid:530455482> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12074006101>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-07T15:18:14";
+	nmo:receivedDate "2008-04-07T16:00:45";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Amet ex zzril vero lorem delenitaugue. Facilisi hendrerit molestie esse velit augue et facilisi esse in augue nulla. Esse ad ea sit commodo odio ullamcorper tationullamcorper adipiscing molestie iustoodio. In adipiscing amet doloremagna invulputate ullamcorper. Iustoodio esse ut molestie ad. ".
+
+<urn:uuid:2102089762> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12074006101>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-30T15:20:57";
+	nmo:receivedDate "2008-10-31T15:26:19";
+	nmo:plainTextMessageContent "Ut te duis enim commodo et suscipit iusto facilisis ut commodo ipsum. Iriure et et dolore doloremagna etaccumsan duis diam. Dolore delenitaugue iustoodio nisl iusto minim dolor ipsum. Aliquam te consectetuer in dolore eum nislut suscipit nostrud exerci lobortis vero. Vel exerci vel exerci hendrerit augue qui erat enim eufeugiat. ".
+
+<urn:uuid:511397168> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12074006101>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-02T15:30:54";
+	nmo:receivedDate "2008-04-21T15:55:10";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Volutpat et dolore esse ipsum tation et qui feugait. Tation te euismod ut at consequatvel ut consequatvel. Etaccumsan illum iriure ad duis laoreet in feugiat commodoconsequat. Adipiscing nislut nostrud hendrerit. Euismod erat eufeugiat ut qui exerci illum facilisi ad euismod eufeugiat. ".
+
+<urn:uuid:697365907> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12074006101>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-24T15:40:43";
+	nmo:receivedDate "2008-11-17T16:02:58";
+	nmo:plainTextMessageContent "Velit eros consequat erat exerci veniam. Dolore in feugait aliquam eros elitsed Utwisi feugait eufeugiat consequatvel molestie euismod dolore. Molestie in dignissim te. Utwisi nibh euismod molestie duis velit sit. ".
+
+<urn:uuid:684538636> a nco:PersonContact; 
+	nco:fullname "Loyd Dubois";
+	nco:nameGiven "Loyd";
+	nco:nameFamily "Dubois";
+	nco:birthDate "1942-08-10";
+	nco:hasAffiliation "Machine Setup Operator";
+	nco:hasEmailAddress <mailto:loyd dubois consectetuermolestie com>;
+	nco:hasPhoneNumber <tel:+12074006101>;
+	nco:hasPostalAddress <urn:uuid:1924724940>.
+
+<urn:uuid:399561573> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:684538636>;
+	nmo:sentDate "2008-07-07T15:30:28";
+	nmo:receivedDate "2008-07-07T15:31:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loyd dubois consectetuermolestie com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1169855577>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "wilma vanmeter dolorecommodo edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Qui dolore exerci molestie. ";
+	nmo:plainTextMessageContent "Molestie invulputate luptatumzzril eu at dolor nonummy vel exerci vel nostrud blandit. ".
+
+<urn:uuid:717769969> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:684538636>;
+	nmo:sentDate "2008-12-15T16:10:04";
+	nmo:receivedDate "2008-12-15T16:10:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loyd dubois consectetuermolestie com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1450774023>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageSubject "Facilisi esse lobortis dignissim consequatvel sit exerci eu nisl praesent duis vero eros. ";
+	nmo:plainTextMessageContent "Blandit laoreet dignissim ut blandit hendrerit adipiscing enim consectetuer praesent veniamquis nostrud. ".
+
+<urn:uuid:309954722> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:684538636>;
+	nmo:sentDate "2008-11-29T15:11:51";
+	nmo:receivedDate "2008-11-29T15:12:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loyd dubois consectetuermolestie com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:786167223>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "fraynor veronostrud com"];
+	nmo:messageSubject "Nulla eros et praesent vero accumsan ullamcorper ut aliquam eum vel. ";
+	nmo:plainTextMessageContent "Duis delenitaugue luptatumzzril dolor blandit delenitaugue ut illum at aliquam dolore. Exerci iustoodio ut ea laoreet elitsed tation veniam vulputate. ".
+
+<urn:uuid:859045429> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:684538636>;
+	nmo:sentDate "2009-02-02T15:16:07";
+	nmo:receivedDate "2009-02-02T15:16:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loyd dubois consectetuermolestie com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:620634836>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "fran rooney facilisidignissim com"];
+	nmo:messageSubject "Vero vero hendrerit hendrerit Utwisi commodo iriure sit feugait. ";
+	nmo:plainTextMessageContent "Eu duis ex blandit enim elitsed te blandit luptatumzzril facilisis illum blandit velit. Ex qui in eros vel dignissim praesent blandit nulla minim velit consectetuer dolore. ".
+
+<urn:uuid:818439631> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:684538636>;
+	nmo:sentDate "2008-04-14T15:22:05";
+	nmo:receivedDate "2008-04-14T15:22:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loyd dubois consectetuermolestie com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Eum feugait luptatumzzril consectetuer quis et dolore dolore euismod wisi veniamquis praesent ullamcorper nostrud. ";
+	nmo:plainTextMessageContent "Ut consequat nulla luptatum veniamquis feugait luptatum feugait diam. ".
+
+<urn:uuid:525244768> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:684538636>;
+	nmo:sentDate "2008-11-21T16:09:04";
+	nmo:receivedDate "2008-11-21T16:09:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loyd dubois consectetuermolestie com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1037500779>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bennett sherrill illumnostrud com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Dolore eum nulla praesent iusto vero luptatum nulla ut illum aliquam autem. ";
+	nmo:plainTextMessageContent "Ad commodoconsequat qui zzril dignissim sit suscipit. ".
+
+<urn:uuid:874500526> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:684538636>;
+	nmo:sentDate "2008-03-10T15:47:13";
+	nmo:receivedDate "2008-03-10T15:47:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loyd dubois consectetuermolestie com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Minim duis aliquip eros nonummy te. ";
+	nmo:plainTextMessageContent "Consectetuer nulla lorem autem nostrud veniam autem delenitaugue praesent suscipit consequat. ".
+
+<urn:uuid:1582475115> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:684538636>;
+	nmo:sentDate "2008-10-30T15:38:41";
+	nmo:receivedDate "2008-10-30T15:38:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loyd dubois consectetuermolestie com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Et diam feugiat autem exerci vel dolore iustoodio delenitaugue. ";
+	nmo:plainTextMessageContent "Lobortis luptatum velit ad eufeugiat delenit volutpat. Consequat augue praesent hendrerit ut aliquam eum nulla amet qui. ".
+
+<urn:uuid:1177338701> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:684538636>;
+	nmo:sentDate "2008-04-04T15:34:50";
+	nmo:receivedDate "2008-04-04T15:35:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loyd dubois consectetuermolestie com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:690308340>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "fcurry tinciduntte org"];
+	nmo:messageSubject "Iriuredolor eros feugait feugiat vero qui dolore nulla exerci nulla. ";
+	nmo:plainTextMessageContent "Dignissim consequat aliquip ea accumsan consequat autem. Et eu exerci nulla lobortis autem ut iusto feugait enim Utwisi dolore iriure. ".
+
+<urn:uuid:2141733196> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:684538636>;
+	nmo:sentDate "2008-10-16T15:18:26";
+	nmo:receivedDate "2008-10-16T15:19:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loyd dubois consectetuermolestie com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2088370103>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "trina hoppe erosfacilisi edu"];
+	nmo:messageSubject "Vulputate accumsan ex ea augue dolore. ";
+	nmo:plainTextMessageContent "Illum facilisi dolore commodoconsequat eum etaccumsan lorem consequat dignissim. ".
+
+<urn:uuid:1844003409> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:684538636>;
+	nmo:sentDate "2008-03-11T15:35:45";
+	nmo:receivedDate "2008-03-11T15:35:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loyd dubois consectetuermolestie com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Lorem te at amet at vero vel commodo consequat esse et invulputate nisl. ";
+	nmo:plainTextMessageContent "Facilisi luptatum nulla duis facilisi eros augue autem molestie dolore aliquam vel. ".
+
+<urn:uuid:1069703836> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:684538636>;
+	nmo:sentDate "2009-01-05T15:46:00";
+	nmo:receivedDate "2009-01-05T15:46:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loyd dubois consectetuermolestie com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Aliquip tincidunt ea nibh. ";
+	nmo:plainTextMessageContent "Tationullamcorper veniamquis consequat quis elitsed ea lorem nulla nulla. ".
+
+<urn:uuid:1435221064> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:684538636>;
+	nmo:sentDate "2008-11-30T15:45:54";
+	nmo:receivedDate "2008-11-30T15:46:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loyd dubois consectetuermolestie com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:360937704>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ctitus doloremagnavero org"];
+	nmo:messageSubject "Laoreet feugait exerci vulputate dolore nulla tincidunt minim. ";
+	nmo:plainTextMessageContent "Dignissim illum dignissim blandit. Te ad eufeugiat vero doloremagna qui. ".
+
+<urn:uuid:460862856> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:684538636>;
+	nmo:sentDate "2008-05-30T16:10:14";
+	nmo:receivedDate "2008-05-30T16:10:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loyd dubois consectetuermolestie com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:471903942>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mfairbanks loremet tv"];
+	nmo:messageSubject "Commodoconsequat iriuredolor erat ex at te nibh nislut minim. ";
+	nmo:plainTextMessageContent "Adipiscing erat autem ut Utwisi suscipit. Delenit facilisis commodoconsequat wisi luptatum vel. ".
+
+<urn:uuid:802499596> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:684538636>;
+	nmo:sentDate "2008-06-18T15:16:48";
+	nmo:receivedDate "2008-06-18T15:17:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loyd dubois consectetuermolestie com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1873894462>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "federico huntley infacilisi gov"];
+	nmo:messageSubject "Delenitaugue qui luptatumzzril dolore nonummy tation exerci dolor hendrerit delenit in. ";
+	nmo:plainTextMessageContent "Molestie suscipit suscipit duis dignissim ullamcorper facilisis luptatumzzril blandit autem tationullamcorper ut qui. ".
+
+<urn:uuid:886285482> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:684538636>;
+	nmo:sentDate "2008-02-24T15:33:48";
+	nmo:receivedDate "2008-02-24T15:34:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loyd dubois consectetuermolestie com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:871110616>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ywhitmire duisaugue us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Luptatum et consectetuer luptatumzzril eufeugiat exerci. ";
+	nmo:plainTextMessageContent "Erat delenit augue vulputate. ".
+
+<urn:uuid:674423650> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:684538636>;
+	nmo:sentDate "2008-09-25T15:21:59";
+	nmo:receivedDate "2008-09-25T15:22:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loyd dubois consectetuermolestie com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1741879600>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "emontenegro adet gov"];
+	nmo:messageSubject "Dolore tincidunt exerci enim vel dolor duis dignissim enim enim eum exerci nulla te. ";
+	nmo:plainTextMessageContent "Vel nostrud ad iriure qui ea dignissim euismod. Duis aliquip et vulputate iusto at ullamcorper autem veniamquis aliquam et autem consequat elitsed. ".
+
+<urn:uuid:950654818> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:684538636>;
+	nmo:sentDate "2008-11-13T15:50:07";
+	nmo:receivedDate "2008-11-13T15:50:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loyd dubois consectetuermolestie com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1378362548>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rsorrell praesentduis tv"];
+	nmo:messageSubject "Nonummy velit nulla odio nostrud nisl praesent iustoodio duis exerci euismod vel hendrerit. ";
+	nmo:plainTextMessageContent "Vel et iriure ullamcorper at in amet delenit veniamquis nostrud vero dolor in et. ".
+
+<urn:uuid:820777286> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:684538636>;
+	nmo:sentDate "2008-08-18T15:52:34";
+	nmo:receivedDate "2008-08-18T15:53:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loyd dubois consectetuermolestie com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:664101765>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "marcelino crayton utlaoreet eu"];
+	nmo:messageSubject "Et facilisis augue nislut tincidunt dignissim. ";
+	nmo:plainTextMessageContent "Dignissim iriure qui iustoodio odio feugait eufeugiat molestie amet nonummy ut ullamcorper ullamcorper. Ullamcorper lobortis tationullamcorper odio. ".
+
+<urn:uuid:654498384> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:684538636>;
+	nmo:sentDate "2008-11-24T15:44:29";
+	nmo:receivedDate "2008-11-24T15:44:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loyd dubois consectetuermolestie com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Blandit autem velit lorem euismod in augue nibh. ";
+	nmo:plainTextMessageContent "Exerci vero dignissim blandit suscipit vero nostrud ad in lorem in wisi. ".
+
+<urn:uuid:1973094952> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:684538636>;
+	nmo:sentDate "2008-06-10T15:50:52";
+	nmo:receivedDate "2008-06-10T15:51:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loyd dubois consectetuermolestie com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Delenit ea duis doloremagna velit wisi vel eros odio nisl. ";
+	nmo:plainTextMessageContent "Iriuredolor facilisis nulla dolore delenitaugue invulputate vero. Eu consequatvel in dolore facilisi. ".
+
+<urn:uuid:1623251876> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:684538636>;
+	nmo:sentDate "2008-10-16T15:25:50";
+	nmo:receivedDate "2008-10-16T15:26:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loyd dubois consectetuermolestie com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1267287784>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rholliman iustoex net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Lobortis dolor eum eum. ";
+	nmo:plainTextMessageContent "Velit exerci esse in quis illum. ".
+
+<urn:uuid:1134369190> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:684538636>;
+	nmo:sentDate "2008-09-16T15:49:14";
+	nmo:receivedDate "2008-09-16T15:49:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "loyd dubois consectetuermolestie com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1720489391>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "apond exdignissim info"];
+	nmo:messageSubject "Luptatum consequatvel exerci autem duis iriuredolor esse tation adipiscing consequat nisl invulputate. ";
+	nmo:plainTextMessageContent "Delenit ea duis nulla exerci ut nisl aliquip doloremagna. ".
+
+<urn:uuid:290739050> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15044" ;
+	nco:locality "Gibsonia" ;
+	nco:streetAddress "1531 Kirby Trail" .
+
+<mailto:curt chesser etnulla tv> a nco:EmailAddress; 
+	nco:emailAddress "curt chesser etnulla tv".
+
+<tel:+19734318155> a nco:PhoneNumber; 
+	nco:phoneNumber "(973)431-8155".
+
+<urn:uuid:197506748> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19734318155>]; 
+	nmo:duration 44; 
+	nmo:receivedDate "2008-05-05T16:00:58". 
+
+<urn:uuid:240880518> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19734318155>]; 
+	nmo:duration 40; 
+	nmo:receivedDate "2008-09-25T15:26:35". 
+
+<urn:uuid:381135943> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19734318155>]; 
+	nmo:duration 14; 
+	nmo:sentDate "2008-04-27T15:15:02". 
+
+<urn:uuid:1050306747> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19734318155>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-21T15:50:48";
+	nmo:receivedDate "2009-02-11T15:42:04";
+	nmo:plainTextMessageContent "Adipiscing doloremagna eum invulputate ex Utwisi sit laoreet ea nulla. Nostrud velit odio feugait quis feugait adipiscing volutpat feugait duis volutpat. Augue suscipit nisl erat vero enim aliquip zzril volutpat ea. Nulla quis vulputate te feugait ea zzril. Consequat consequat nostrud facilisi qui esse ullamcorper autem aliquam aliquip. Dolore nisl velit duis eu autem minim minim esse accumsan nulla suscipit minim lorem. Et nulla dolore duis ut nulla dignissim illum et minim exerci delenit. ".
+
+<urn:uuid:2058797216> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19734318155>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-16T16:03:40";
+	nmo:receivedDate "2008-11-28T15:14:33";
+	nmo:plainTextMessageContent "Vero duis nibh ex in enim zzril blandit nonummy enim lorem duis. Molestie illum aliquip velit iusto qui esse accumsan feugait tincidunt ut. Ad hendrerit accumsan feugait amet amet eros nostrud ad. Ad luptatumzzril in autem vero nonummy dolor ut adipiscing. Duis ad zzril accumsan adipiscing tationullamcorper dignissim vel. Minim ut eum ipsum etaccumsan dolor hendrerit vel dolor ea augue commodoconsequat volutpat eufeugiat. ".
+
+<urn:uuid:2077977856> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19734318155>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-11T15:13:39";
+	nmo:receivedDate "2009-01-26T15:45:48";
+	nmo:plainTextMessageContent "Iustoodio nulla tincidunt laoreet ad erat dolore aliquip illum suscipit. Eufeugiat luptatum aliquip etaccumsan commodoconsequat velit aliquam consectetuer eufeugiat ex dolore dolore. Blandit commodo commodoconsequat autem velit ex feugiat aliquam nostrud vulputate euismod vel. Nulla amet amet ad vulputate blandit hendrerit velit nisl te molestie. Elitsed aliquip eum ad ipsum velit duis aliquam lobortis te delenitaugue feugait facilisis. Velit nostrud dignissim consequat te velit facilisi te exerci. ".
+
+<urn:uuid:425162162> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19734318155>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-03T15:49:13";
+	nmo:receivedDate "2008-05-12T16:03:28";
+	nmo:plainTextMessageContent "Eum ut aliquam dolor te esse zzril dolore feugiat aliquip aliquam ea feugait tationullamcorper. Consequatvel ullamcorper tationullamcorper duis in vel lobortis molestie diam eum consequatvel consequat. Blandit sit nibh etaccumsan elitsed nulla nibh eu nulla nulla eum. Nulla lorem nibh tation. Qui esse velit commodo accumsan iusto euismod nulla eros eros suscipit nulla eum et. Aliquip feugait duis aliquip nonummy. Utwisi feugait dolore esse iusto. ".
+
+<urn:uuid:1066127943> a nco:PersonContact; 
+	nco:fullname "Curt Chesser";
+	nco:nameGiven "Curt";
+	nco:nameFamily "Chesser";
+	nco:birthDate "1942-07-02";
+	nco:hasAffiliation "Merchandise Displayer";
+	nco:hasEmailAddress <mailto:curt chesser etnulla tv>;
+	nco:hasPhoneNumber <tel:+19734318155>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:290739050>.
+
+<urn:uuid:1619283815> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05458" ;
+	nco:locality "Grand Isle" ;
+	nco:streetAddress "760 Commercial Avenue" .
+
+<mailto:cstephen laoreetUtwisi info> a nco:EmailAddress; 
+	nco:emailAddress "cstephen laoreetUtwisi info".
+
+<xmpp:carter stephen gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Carter Stephen" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Elitsed aliquip aliquip dolor nonummy minim ad facilisis luptatumzzril ut accumsan suscipit vel in. " ;
+	nco:imID "carter stephen gmail com".
+
+<urn:uuid:1580041564> a nco:PersonContact; 
+	nco:fullname "Carter Stephen";
+	nco:nameGiven "Carter";
+	nco:nameFamily "Stephen";
+	nco:birthDate "1942-12-30";
+	nco:hasAffiliation "Human Resources Plant Manager";
+	nco:hasEmailAddress <mailto:cstephen laoreetUtwisi info>;
+	nco:hasIMAccount <xmpp:carter stephen gmail com>;
+	nco:hasPostalAddress <urn:uuid:1619283815>.
+
+<urn:uuid:482178927> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10930" ;
+	nco:locality "Highland Mills" ;
+	nco:streetAddress "7615 Brookside Trail" .
+
+<mailto:arussell aliquipea tv> a nco:EmailAddress; 
+	nco:emailAddress "arussell aliquipea tv".
+
+<urn:uuid:1670200425> a nco:PersonContact; 
+	nco:fullname "Alison Russell";
+	nco:nameGiven "Alison";
+	nco:nameFamily "Russell";
+	nco:birthDate "1942-09-16";
+	nco:hasAffiliation "Computer Systems Manager";
+	nco:hasEmailAddress <mailto:arussell aliquipea tv>;
+	nco:hasPostalAddress <urn:uuid:482178927>.
+
+<urn:uuid:887064324> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1784314173>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Nisl ullamcorper et consequatvel nostrud lobortis eum esse invulputate dolor vero iusto duis volutpat. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-13T19:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-13T20:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1784314173>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:339275236> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15341" ;
+	nco:locality "Holbrook" ;
+	nco:streetAddress "8771 Rosehaven Circle" .
+
+<mailto:tknott nullafacilisis edu> a nco:EmailAddress; 
+	nco:emailAddress "tknott nullafacilisis edu".
+
+<urn:uuid:430186630> a nco:PersonContact; 
+	nco:fullname "Theda Knott";
+	nco:nameGiven "Theda";
+	nco:nameFamily "Knott";
+	nco:birthDate "1942-10-16";
+	nco:hasAffiliation "Reservations Agent";
+	nco:hasEmailAddress <mailto:tknott nullafacilisis edu>;
+	nco:hasPostalAddress <urn:uuid:339275236>.
+
+<urn:uuid:12284613> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15313" ;
+	nco:locality "Beallsville" ;
+	nco:streetAddress "63 Kimridge Parkway" .
+
+<mailto:ashlee hayward aliquipipsum gov> a nco:EmailAddress; 
+	nco:emailAddress "ashlee hayward aliquipipsum gov".
+
+<urn:uuid:1418636141> a nco:PersonContact; 
+	nco:fullname "Ashlee Hayward";
+	nco:nameGiven "Ashlee";
+	nco:nameFamily "Hayward";
+	nco:birthDate "1942-09-23";
+	nco:hasAffiliation "Banker Personal";
+	nco:hasEmailAddress <mailto:ashlee hayward aliquipipsum gov>;
+	nco:hasPostalAddress <urn:uuid:12284613>.
+
+<urn:uuid:287916766> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1418636141>;
+	nmo:sentDate "2008-06-05T15:23:00";
+	nmo:receivedDate "2008-06-05T15:23:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ashlee hayward aliquipipsum gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1667025608>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "fscarborough etvel edu"];
+	nmo:messageSubject "Veniam doloremagna nulla duis lobortis nulla iusto. ";
+	nmo:plainTextMessageContent "Elitsed lobortis praesent suscipit feugiat facilisi. ".
+
+<urn:uuid:768274962> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1418636141>;
+	nmo:sentDate "2008-06-19T16:01:06";
+	nmo:receivedDate "2008-06-19T16:01:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ashlee hayward aliquipipsum gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:173299576>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageSubject "Vulputate nislut veniam qui luptatum aliquip nibh. ";
+	nmo:plainTextMessageContent "Dignissim doloremagna tationullamcorper dignissim invulputate praesent accumsan eros quis erat ad nostrud blandit. ".
+
+<urn:uuid:261842412> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1418636141>;
+	nmo:sentDate "2009-01-09T16:11:07";
+	nmo:receivedDate "2009-01-09T16:11:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ashlee hayward aliquipipsum gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Exerci diam odio nulla suscipit iustoodio. ";
+	nmo:plainTextMessageContent "Ad velit et molestie molestie qui diam vero hendrerit ullamcorper minim in molestie. Enim wisi luptatumzzril dolore quis tation luptatum. ".
+
+<urn:uuid:821504052> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1418636141>;
+	nmo:sentDate "2008-11-12T15:26:44";
+	nmo:receivedDate "2008-11-12T15:27:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ashlee hayward aliquipipsum gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Adipiscing consectetuer in minim dignissim ullamcorper nostrud volutpat dignissim doloremagna eu. ";
+	nmo:plainTextMessageContent "Enim velit eu consequat lobortis praesent enim. ".
+
+<urn:uuid:323909598> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1418636141>;
+	nmo:sentDate "2008-01-28T15:54:20";
+	nmo:receivedDate "2008-01-28T15:54:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ashlee hayward aliquipipsum gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1997741777>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "benedict keating ipsumnulla eu"];
+	nmo:messageSubject "Autem facilisis odio nibh doloremagna nulla in feugait in augue facilisis nulla. ";
+	nmo:plainTextMessageContent "Luptatum te commodoconsequat luptatumzzril commodoconsequat ex invulputate. ".
+
+<urn:uuid:1207910498> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1418636141>;
+	nmo:sentDate "2008-10-06T16:04:16";
+	nmo:receivedDate "2008-10-06T16:04:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ashlee hayward aliquipipsum gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:633374437>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jung briscoe eteros edu"];
+	nmo:bcc <urn:uuid:1131028915>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "sheinz erosminim org"];
+	nmo:messageSubject "Erat ut veniam nonummy velit wisi feugait esse in nostrud ea vel autem iusto. ";
+	nmo:plainTextMessageContent "Velit accumsan ea laoreet hendrerit. ".
+
+<urn:uuid:1455050708> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1418636141>;
+	nmo:sentDate "2008-02-24T15:13:20";
+	nmo:receivedDate "2008-02-24T15:14:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ashlee hayward aliquipipsum gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ut hendrerit nulla dolore. ";
+	nmo:plainTextMessageContent "Dolor wisi autem veniamquis vel lobortis enim dolore facilisis dignissim lobortis etaccumsan. Eu laoreet eum ea. ".
+
+<urn:uuid:1280846606> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1418636141>;
+	nmo:sentDate "2008-09-22T15:37:22";
+	nmo:receivedDate "2008-09-22T15:37:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ashlee hayward aliquipipsum gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1706117780>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ted dowling insuscipit net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Et dolore at euismod hendrerit nibh iriuredolor esse autem feugiat ea duis luptatumzzril ex. ";
+	nmo:plainTextMessageContent "Hendrerit eu in te feugait nisl eros delenitaugue praesent feugait velit. Volutpat odio Utwisi illum luptatum facilisis exerci vero vero. ".
+
+<urn:uuid:1500503464> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1418636141>;
+	nmo:sentDate "2008-10-27T15:35:14";
+	nmo:receivedDate "2008-10-27T15:36:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ashlee hayward aliquipipsum gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:623862122>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bernadine williford delenitaugueat info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Vero velit iustoodio delenit veniamquis exerci illum veniamquis etaccumsan dolore ipsum aliquam. ";
+	nmo:plainTextMessageContent "Ullamcorper nulla augue iustoodio doloremagna vel iusto ut dolor. ".
+
+<urn:uuid:884120000> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1418636141>;
+	nmo:sentDate "2008-08-24T15:17:45";
+	nmo:receivedDate "2008-08-24T15:17:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ashlee hayward aliquipipsum gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1804939123>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "fgates teea net"];
+	nmo:messageSubject "Elitsed nisl blandit feugiat in dolore laoreet praesent ut nulla dolor. ";
+	nmo:plainTextMessageContent "Nulla aliquip etaccumsan wisi dolore vel ullamcorper amet praesent in eros eu erat ex. ".
+
+<urn:uuid:1522149916> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1418636141>;
+	nmo:sentDate "2008-11-17T15:48:03";
+	nmo:receivedDate "2008-11-17T15:48:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ashlee hayward aliquipipsum gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:685868645>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jarred rigsby facilisiseros com"];
+	nmo:messageSubject "Autem nibh iriuredolor praesent nulla feugait duis dignissim feugait. ";
+	nmo:plainTextMessageContent "Veniamquis consequat minim ad vero dolore. Facilisis ullamcorper vero consequat molestie nulla dolore feugait feugiat eum dignissim. ".
+
+<urn:uuid:1995404766> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1418636141>;
+	nmo:sentDate "2008-04-05T15:51:12";
+	nmo:receivedDate "2008-04-05T15:51:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ashlee hayward aliquipipsum gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1041134315>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "marcelina epps molestienostrud com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Lobortis veniam te vero facilisis dolore dignissim dignissim velit eum feugiat minim te. ";
+	nmo:plainTextMessageContent "Luptatumzzril euismod vel wisi nostrud delenitaugue nislut facilisis suscipit dignissim at dolore duis. Commodo nibh eum luptatum consequat eum suscipit in consequatvel sit duis. ".
+
+<urn:uuid:24572237> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1418636141>;
+	nmo:sentDate "2008-01-22T15:32:47";
+	nmo:receivedDate "2008-01-22T15:33:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ashlee hayward aliquipipsum gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1302391139>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kgrant iustoodioluptatum org"];
+	nmo:messageSubject "Dolore feugait nibh lorem facilisi facilisi. ";
+	nmo:plainTextMessageContent "Te dolor luptatum praesent consequat autem at et nislut ut. ".
+
+<urn:uuid:431880534> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1418636141>;
+	nmo:sentDate "2008-01-28T15:59:51";
+	nmo:receivedDate "2008-01-28T16:00:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ashlee hayward aliquipipsum gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consequat tincidunt nisl aliquip nulla quis in et tation ex tation. ";
+	nmo:plainTextMessageContent "Ex duis Utwisi vulputate. Ad sit ea consectetuer vel facilisi ut aliquip delenitaugue ad ut. ".
+
+<urn:uuid:1958962656> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1418636141>;
+	nmo:sentDate "2008-01-23T15:21:32";
+	nmo:receivedDate "2008-01-23T15:21:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ashlee hayward aliquipipsum gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Feugait lorem minim esse commodoconsequat odio eros dolore facilisis feugait illum aliquam duis. ";
+	nmo:plainTextMessageContent "Luptatum facilisis eum blandit lobortis illum minim duis sit illum ut aliquip iriure et. ".
+
+<urn:uuid:1265727455> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1418636141>;
+	nmo:sentDate "2008-01-28T15:19:41";
+	nmo:receivedDate "2008-01-28T15:20:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ashlee hayward aliquipipsum gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1544166072>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "david pickett velut org"];
+	nmo:messageSubject "Minim eufeugiat eu eum. ";
+	nmo:plainTextMessageContent "Tincidunt illum consequat ut eum eufeugiat suscipit molestie velit wisi suscipit et accumsan. ".
+
+<urn:uuid:22893760> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1418636141>;
+	nmo:sentDate "2008-12-09T16:07:52";
+	nmo:receivedDate "2008-12-09T16:08:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ashlee hayward aliquipipsum gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:73553926>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "vcausey erosduis com"];
+	nmo:messageSubject "Lorem iusto ex consectetuer. ";
+	nmo:plainTextMessageContent "Luptatum nulla vel velit blandit. ".
+
+<urn:uuid:518022138> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1418636141>;
+	nmo:sentDate "2008-02-10T15:36:50";
+	nmo:receivedDate "2008-02-10T15:37:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ashlee hayward aliquipipsum gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eufeugiat Utwisi ullamcorper commodoconsequat amet. ";
+	nmo:plainTextMessageContent "Adipiscing ut odio minim diam at iriure at luptatum minim lorem illum velit. Iriuredolor duis ut feugait autem eufeugiat et ipsum at nulla doloremagna adipiscing aliquip eros. ".
+
+<urn:uuid:1574737971> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1418636141>;
+	nmo:sentDate "2008-12-01T16:08:24";
+	nmo:receivedDate "2008-12-01T16:08:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ashlee hayward aliquipipsum gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eros qui te autem etaccumsan velit nulla ea ut ad. ";
+	nmo:plainTextMessageContent "Hendrerit dolore qui ad feugiat facilisi feugait. ".
+
+<urn:uuid:337844487> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1418636141>;
+	nmo:sentDate "2008-08-24T15:43:08";
+	nmo:receivedDate "2008-08-24T15:43:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ashlee hayward aliquipipsum gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:47812795>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rstrange duisut net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Molestie ex ipsum suscipit iriuredolor vero eum facilisi. ";
+	nmo:plainTextMessageContent "Invulputate vel illum nostrud doloremagna ea eufeugiat et hendrerit minim. Vel feugait ea esse lobortis nisl. ".
+
+<urn:uuid:1419583867> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1418636141>;
+	nmo:sentDate "2009-01-02T15:54:57";
+	nmo:receivedDate "2009-01-02T15:55:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ashlee hayward aliquipipsum gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Blandit ex ea nostrud feugiat Utwisi te aliquip enim ipsum. ";
+	nmo:plainTextMessageContent "Praesent te eu vero enim vel illum dolor invulputate delenitaugue et vel consequatvel. Tationullamcorper aliquam odio dolore at delenit velit. ".
+
+<urn:uuid:33110732> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1418636141>;
+	nmo:sentDate "2008-01-19T15:37:11";
+	nmo:receivedDate "2008-01-19T15:38:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ashlee hayward aliquipipsum gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:653996644>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tanya schoonover duisduis edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Odio facilisis iusto eufeugiat molestie dolor. ";
+	nmo:plainTextMessageContent "Nulla duis consequatvel laoreet ea consequat in duis. ".
+
+<urn:uuid:1228544861> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01950" ;
+	nco:locality "Newburyport" ;
+	nco:streetAddress "425 Fleetwood Oaks Cove" .
+
+<mailto:ajacobson nislutlobortis net> a nco:EmailAddress; 
+	nco:emailAddress "ajacobson nislutlobortis net".
+
+<xmpp:alissa jacobson gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Alissa Jacobson" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Lobortis nibh in tincidunt nostrud hendrerit et adipiscing et adipiscing nostrud enim illum ex. " ;
+	nco:imID "alissa jacobson gmail com".
+
+<urn:uuid:1355226168> a nco:PersonContact; 
+	nco:fullname "Alissa Jacobson";
+	nco:nameGiven "Alissa";
+	nco:nameFamily "Jacobson";
+	nco:birthDate "1942-05-22";
+	nco:hasAffiliation "College Teacher";
+	nco:hasEmailAddress <mailto:ajacobson nislutlobortis net>;
+	nco:hasIMAccount <xmpp:alissa jacobson gmail com>;
+	nco:hasPostalAddress <urn:uuid:1228544861>.
+
+<urn:uuid:1863339780> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14816" ;
+	nco:locality "Breesport" ;
+	nco:streetAddress "4594 Alchester Drive" .
+
+<mailto:christoper carlin enimduis edu> a nco:EmailAddress; 
+	nco:emailAddress "christoper carlin enimduis edu".
+
+<urn:uuid:1540962627> a nco:PersonContact; 
+	nco:fullname "Christoper Carlin";
+	nco:nameGiven "Christoper";
+	nco:nameFamily "Carlin";
+	nco:birthDate "1942-10-02";
+	nco:hasAffiliation "CAD/CAM Design Drafter";
+	nco:hasEmailAddress <mailto:christoper carlin enimduis edu>;
+	nco:hasPostalAddress <urn:uuid:1863339780>.
+
+<urn:uuid:1270944302> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:131013304>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Invulputate te nostrud feugiat ut feugiat aliquip. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-27T13:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-27T14:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:131013304>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1895971898> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03583" ;
+	nco:locality "Jefferson" ;
+	nco:streetAddress "2609 Ramblewood Lane" .
+
+<mailto:awalsh aliquiphendrerit org> a nco:EmailAddress; 
+	nco:emailAddress "awalsh aliquiphendrerit org".
+
+<xmpp:andre walsh gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Andre Walsh" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Iusto nostrud te feugait. " ;
+	nco:imID "andre walsh gmail com".
+
+<urn:uuid:540130380> a nco:PersonContact; 
+	nco:fullname "Andre Walsh";
+	nco:nameGiven "Andre";
+	nco:nameFamily "Walsh";
+	nco:birthDate "1942-08-07";
+	nco:hasAffiliation "Computer Systems Analysis Supervisor";
+	nco:hasEmailAddress <mailto:awalsh aliquiphendrerit org>;
+	nco:hasIMAccount <xmpp:andre walsh gmail com>;
+	nco:hasPostalAddress <urn:uuid:1895971898>.
+
+<urn:uuid:1726179706> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10111" ;
+	nco:locality "New York" ;
+	nco:streetAddress "1564 Brookside Lane" .
+
+<mailto:gmarino tationullamcorpereuismod edu> a nco:EmailAddress; 
+	nco:emailAddress "gmarino tationullamcorpereuismod edu".
+
+<xmpp:grover marino gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Grover Marino" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Nulla duis exerci blandit ea vel vulputate iriuredolor feugait sit esse. " ;
+	nco:imID "grover marino gmail com".
+
+<urn:uuid:1866192366> a nco:PersonContact; 
+	nco:fullname "Grover Marino";
+	nco:nameGiven "Grover";
+	nco:nameFamily "Marino";
+	nco:birthDate "1942-08-15";
+	nco:hasAffiliation "Stock Broker";
+	nco:hasEmailAddress <mailto:gmarino tationullamcorpereuismod edu>;
+	nco:hasIMAccount <xmpp:grover marino gmail com>;
+	nco:hasPostalAddress <urn:uuid:1726179706>.
+
+<urn:uuid:1100533703> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11934" ;
+	nco:locality "Center Moriches" ;
+	nco:streetAddress "1856 Hudson Lane" .
+
+<mailto:eugenio hawthorne duisfacilisis info> a nco:EmailAddress; 
+	nco:emailAddress "eugenio hawthorne duisfacilisis info".
+
+<xmpp:eugenio hawthorne gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Eugenio Hawthorne" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Laoreet aliquip veniam facilisis vel lobortis nisl ut vel esse duis. " ;
+	nco:imID "eugenio hawthorne gmail com".
+
+<urn:uuid:1259398744> a nco:PersonContact; 
+	nco:fullname "Eugenio Hawthorne";
+	nco:nameGiven "Eugenio";
+	nco:nameFamily "Hawthorne";
+	nco:birthDate "1942-10-19";
+	nco:hasAffiliation "File Drawings/Map Clerk";
+	nco:hasEmailAddress <mailto:eugenio hawthorne duisfacilisis info>;
+	nco:hasIMAccount <xmpp:eugenio hawthorne gmail com>;
+	nco:hasPostalAddress <urn:uuid:1100533703>.
+
+<urn:uuid:1393657349> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1259398744>;
+	nmo:sentDate "2008-03-31T15:31:06";
+	nmo:receivedDate "2008-03-31T15:31:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eugenio hawthorne duisfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1580041564>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "cstephen laoreetUtwisi info"];
+	nmo:messageSubject "In ullamcorper hendrerit molestie dignissim Utwisi ut feugait enim enim hendrerit nislut molestie nulla. ";
+	nmo:plainTextMessageContent "Ex doloremagna hendrerit invulputate aliquam duis et elitsed molestie nisl facilisi feugait velit nonummy. Ipsum facilisi accumsan iriuredolor eum aliquip facilisi. ".
+
+<urn:uuid:71793031> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1259398744>;
+	nmo:sentDate "2008-07-27T16:11:29";
+	nmo:receivedDate "2008-07-27T16:11:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eugenio hawthorne duisfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla consequat et autem dolore accumsan autem molestie suscipit. ";
+	nmo:plainTextMessageContent "Dolor velit duis wisi facilisis tincidunt iustoodio nulla et et tation exerci tationullamcorper. Nulla duis vulputate enim. ".
+
+<urn:uuid:461105683> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1259398744>;
+	nmo:sentDate "2008-11-25T16:04:26";
+	nmo:receivedDate "2008-11-25T16:04:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eugenio hawthorne duisfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:768136767>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "laquita arsenault consequatfeugait tv"];
+	nmo:messageSubject "Blandit in iriuredolor vero ea dolor nislut nisl dignissim. ";
+	nmo:plainTextMessageContent "Augue nulla velit consequat. At tincidunt veniamquis feugait. ".
+
+<urn:uuid:1978579582> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1259398744>;
+	nmo:sentDate "2008-04-08T15:42:52";
+	nmo:receivedDate "2008-04-08T15:43:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eugenio hawthorne duisfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:444601967>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ella burchfield quiqui gov"];
+	nmo:messageSubject "Autem wisi duis consequatvel luptatumzzril. ";
+	nmo:plainTextMessageContent "Tationullamcorper veniamquis dolore in qui vulputate duis nulla volutpat facilisis veniamquis. ".
+
+<urn:uuid:1380078877> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1259398744>;
+	nmo:sentDate "2008-08-16T15:23:50";
+	nmo:receivedDate "2008-08-16T15:24:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eugenio hawthorne duisfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:205343135>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kami birch duisiriuredolor org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Laoreet augue eros at aliquam duis vel luptatum iriure eros feugait etaccumsan praesent dolore. ";
+	nmo:plainTextMessageContent "Nostrud feugiat commodo illum feugait duis et augue. ".
+
+<urn:uuid:1994911579> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1259398744>;
+	nmo:sentDate "2008-12-22T15:57:36";
+	nmo:receivedDate "2008-12-22T15:57:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eugenio hawthorne duisfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:302464832>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lplummer nibhdoloremagna us"];
+	nmo:messageSubject "At minim tincidunt euismod ipsum nulla esse in facilisis. ";
+	nmo:plainTextMessageContent "Quis duis delenit luptatumzzril dolore illum blandit amet esse nulla blandit etaccumsan. Tationullamcorper veniamquis nibh vel feugait nibh at hendrerit etaccumsan enim delenit nostrud. ".
+
+<urn:uuid:2060652199> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1259398744>;
+	nmo:sentDate "2008-02-10T16:10:35";
+	nmo:receivedDate "2008-02-10T16:10:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eugenio hawthorne duisfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Amet erat eros ullamcorper molestie enim dolore augue. ";
+	nmo:plainTextMessageContent "Dolor accumsan eros nulla esse vero dolore facilisi veniamquis esse esse luptatum duis. Duis suscipit dolor velit diam diam nulla doloremagna ea et. ".
+
+<urn:uuid:2102946058> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1259398744>;
+	nmo:sentDate "2009-02-06T15:36:49";
+	nmo:receivedDate "2009-02-06T15:37:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eugenio hawthorne duisfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1473286236>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gino hindman ipsumnulla us"];
+	nmo:messageSubject "Te qui tation quis ut lorem. ";
+	nmo:plainTextMessageContent "Luptatumzzril suscipit at feugait diam in velit tation tation ipsum euismod duis. Odio ad vel qui eu feugait wisi nostrud ex blandit. ".
+
+<urn:uuid:2040081814> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1259398744>;
+	nmo:sentDate "2008-04-23T15:12:02";
+	nmo:receivedDate "2008-04-23T15:12:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eugenio hawthorne duisfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1037500779>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bennett sherrill illumnostrud com"];
+	nmo:messageSubject "Dolore nisl duis feugiat. ";
+	nmo:plainTextMessageContent "Esse adipiscing facilisi iriuredolor dolor at consectetuer molestie zzril. ".
+
+<urn:uuid:1907574894> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1259398744>;
+	nmo:sentDate "2008-02-25T15:29:50";
+	nmo:receivedDate "2008-02-25T15:30:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eugenio hawthorne duisfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Adipiscing zzril consequat illum autem in lorem tincidunt etaccumsan aliquip. ";
+	nmo:plainTextMessageContent "Iriure duis accumsan laoreet vel eu vel tincidunt luptatum. ".
+
+<urn:uuid:1912993962> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1259398744>;
+	nmo:sentDate "2008-09-30T15:49:23";
+	nmo:receivedDate "2008-09-30T15:49:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eugenio hawthorne duisfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisi qui in veniamquis dignissim erat illum lobortis consequat et. ";
+	nmo:plainTextMessageContent "In iriure dignissim laoreet velit feugait laoreet velit duis ipsum euismod. Vel augue etaccumsan odio. ".
+
+<urn:uuid:187969308> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1259398744>;
+	nmo:sentDate "2008-08-16T15:50:50";
+	nmo:receivedDate "2008-08-16T15:51:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eugenio hawthorne duisfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1904410730>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ikhan nostrudamet info"];
+	nmo:bcc <urn:uuid:690058032>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "jbergeron iriuredolordiam eu"];
+	nmo:messageSubject "Consequatvel vulputate et odio ut nulla molestie. ";
+	nmo:plainTextMessageContent "Praesent tationullamcorper qui vel ea at dolore eum esse lobortis. ".
+
+<urn:uuid:704603686> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1259398744>;
+	nmo:sentDate "2008-11-19T15:14:08";
+	nmo:receivedDate "2008-11-19T15:14:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eugenio hawthorne duisfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1825837225>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rbernier tationullamcorpererat org"];
+	nmo:messageSubject "Nulla exerci iriuredolor lobortis accumsan nostrud eros tationullamcorper molestie in elitsed dolore minim ut. ";
+	nmo:plainTextMessageContent "Tation adipiscing nisl qui lobortis dignissim. Praesent tincidunt blandit consequat vulputate veniam. ".
+
+<urn:uuid:583873440> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1259398744>;
+	nmo:sentDate "2008-07-29T15:38:08";
+	nmo:receivedDate "2008-07-29T15:38:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eugenio hawthorne duisfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisi vulputate nislut dolore enim erat aliquam delenitaugue commodoconsequat consectetuer consequatvel vero. ";
+	nmo:plainTextMessageContent "Elitsed nostrud minim erat nisl molestie dignissim elitsed suscipit quis aliquam dolore tationullamcorper dolore. Ut nislut dolor wisi facilisi in qui ut lobortis. ".
+
+<urn:uuid:5773672> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1259398744>;
+	nmo:sentDate "2008-04-21T15:15:45";
+	nmo:receivedDate "2008-04-21T15:15:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eugenio hawthorne duisfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consequatvel consectetuer eufeugiat consequat luptatumzzril laoreet laoreet ex ut zzril qui. ";
+	nmo:plainTextMessageContent "Accumsan ullamcorper velit ex dolore nislut exerci. Consequat euismod commodo tation ea vel in zzril erat etaccumsan odio in. ".
+
+<urn:uuid:1679515233> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1259398744>;
+	nmo:sentDate "2008-03-25T15:25:58";
+	nmo:receivedDate "2008-03-25T15:26:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eugenio hawthorne duisfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1716199321>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "hbenefield induis tv"];
+	nmo:messageSubject "Lobortis eros commodo vel et in nulla nulla minim. ";
+	nmo:plainTextMessageContent "Iusto esse nibh delenitaugue quis ea velit luptatumzzril hendrerit. ".
+
+<urn:uuid:1812012742> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1259398744>;
+	nmo:sentDate "2008-08-16T15:59:06";
+	nmo:receivedDate "2008-08-16T16:00:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eugenio hawthorne duisfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "At illum praesent ut duis dignissim. ";
+	nmo:plainTextMessageContent "Nostrud zzril feugait te consequatvel Utwisi blandit esse hendrerit qui veniam eum illum in. ".
+
+<urn:uuid:71698296> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1259398744>;
+	nmo:sentDate "2008-11-17T16:10:40";
+	nmo:receivedDate "2008-11-17T16:10:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eugenio hawthorne duisfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:568386497>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "btimmerman wisieufeugiat tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Delenit facilisis facilisis vulputate tation minim. ";
+	nmo:plainTextMessageContent "Feugait illum enim enim eros iustoodio delenit eufeugiat. ".
+
+<urn:uuid:791901323> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1259398744>;
+	nmo:sentDate "2008-08-22T16:10:46";
+	nmo:receivedDate "2008-08-22T16:11:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eugenio hawthorne duisfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1074437036>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rredman blanditodio net"];
+	nmo:messageSubject "Minim augue adipiscing blandit. ";
+	nmo:plainTextMessageContent "Iustoodio facilisi eros ut commodo nulla diam molestie vel ullamcorper nislut aliquam enim. Te nibh enim ex dolore ullamcorper in eros dignissim veniamquis. ".
+
+<urn:uuid:60666357> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05766" ;
+	nco:locality "Ripton" ;
+	nco:streetAddress "7831 Glen Meadow Drive" .
+
+<mailto:alden barrows quidolore eu> a nco:EmailAddress; 
+	nco:emailAddress "alden barrows quidolore eu".
+
+<urn:uuid:888438289> a nco:PersonContact; 
+	nco:fullname "Alden Barrows";
+	nco:nameGiven "Alden";
+	nco:nameFamily "Barrows";
+	nco:birthDate "1942-03-31";
+	nco:hasAffiliation "Mining Engineer";
+	nco:hasEmailAddress <mailto:alden barrows quidolore eu>;
+	nco:hasPostalAddress <urn:uuid:60666357>.
+
+<urn:uuid:1533719317> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14803" ;
+	nco:locality "Alfred Station" ;
+	nco:streetAddress "377 Oakland Drive" .
+
+<mailto:kvilla nullaluptatumzzril edu> a nco:EmailAddress; 
+	nco:emailAddress "kvilla nullaluptatumzzril edu".
+
+<xmpp:kelvin villa gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Kelvin Villa" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Nulla iriure ut consequat facilisis autem doloremagna minim consectetuer enim in nulla at vulputate. " ;
+	nco:imID "kelvin villa gmail com".
+
+<tel:+15858981365> a nco:PhoneNumber; 
+	nco:phoneNumber "(585)898-1365".
+
+<urn:uuid:1652473653> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15858981365>]; 
+	nmo:duration 39; 
+	nmo:receivedDate "2008-12-08T15:41:35". 
+
+<urn:uuid:1769001349> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15858981365>]; 
+	nmo:duration 19; 
+	nmo:sentDate "2008-07-05T15:52:42". 
+
+<urn:uuid:1054193779> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15858981365>]; 
+	nmo:duration 9; 
+	nmo:receivedDate "2008-12-23T15:57:25". 
+
+<urn:uuid:1098650111> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15858981365>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-14T15:25:32";
+	nmo:receivedDate "2008-06-20T15:27:54";
+	nmo:plainTextMessageContent "Enim vel iriure minim tincidunt. Veniamquis vel blandit vel dignissim ex augue illum ex velit vel velit esse. Diam aliquip amet hendrerit vel. Facilisis invulputate vel facilisis. Aliquip adipiscing aliquip nostrud blandit illum volutpat commodo autem etaccumsan eros blandit diam volutpat. ".
+
+<urn:uuid:1727978992> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15858981365>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-22T15:27:05";
+	nmo:receivedDate "2008-06-12T16:03:17";
+	nmo:plainTextMessageContent "Doloremagna iriuredolor tationullamcorper vel te delenitaugue nulla sit. Velit feugait nulla aliquip consectetuer praesent eum zzril nulla iriure. Erat luptatum augue lobortis. Utwisi praesent tincidunt dignissim at eu illum quis suscipit eufeugiat velit tation. Eu autem dolor vel dolore vel. Autem qui ea consequat et. Dolore praesent etaccumsan wisi ullamcorper facilisis nulla iusto zzril qui eum. ".
+
+<urn:uuid:261010983> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15858981365>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-03T15:48:40";
+	nmo:receivedDate "2008-07-12T15:39:48";
+	nmo:plainTextMessageContent "Facilisis aliquip quis minim praesent. Eros ut ipsum doloremagna feugiat ut quis duis dignissim odio autem eros. Volutpat aliquip molestie in enim tationullamcorper autem nulla nibh facilisis ut augue. Qui hendrerit ipsum ex ex. Nulla quis vel duis enim eum lobortis exerci veniamquis praesent facilisis hendrerit ex. ".
+
+<urn:uuid:2051826885> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15858981365>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-09T16:08:45";
+	nmo:receivedDate "2008-09-13T16:00:54";
+	nmo:plainTextMessageContent "Aliquam minim feugiat te lorem. Odio dignissim ex duis sit nulla eros sit nostrud consectetuer. Tation in consequat dolore hendrerit molestie duis duis. Consequat esse augue facilisis ipsum velit aliquip invulputate ex vel qui exerci dignissim ex. Accumsan dignissim vel nislut accumsan facilisi hendrerit dolor. Accumsan ullamcorper augue veniamquis facilisi tincidunt nostrud laoreet autem lobortis. ".
+
+<urn:uuid:1620105064> a nco:PersonContact; 
+	nco:fullname "Kelvin Villa";
+	nco:nameGiven "Kelvin";
+	nco:nameFamily "Villa";
+	nco:birthDate "1942-07-11";
+	nco:hasAffiliation "Contracts Manager";
+	nco:hasEmailAddress <mailto:kvilla nullaluptatumzzril edu>;
+	nco:hasPhoneNumber <tel:+15858981365>;
+	nco:hasIMAccount <xmpp:kelvin villa gmail com>;
+	nco:hasPostalAddress <urn:uuid:1533719317>.
+
+<urn:uuid:93559916> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10261" ;
+	nco:locality "New York" ;
+	nco:streetAddress "1380 Millstone Trail" .
+
+<mailto:elliot williford verolobortis info> a nco:EmailAddress; 
+	nco:emailAddress "elliot williford verolobortis info".
+
+<urn:uuid:1758115378> a nco:PersonContact; 
+	nco:fullname "Elliot Williford";
+	nco:nameGiven "Elliot";
+	nco:nameFamily "Williford";
+	nco:birthDate "1943-01-15";
+	nco:hasAffiliation "Mechanic Sheet Metal";
+	nco:hasEmailAddress <mailto:elliot williford verolobortis info>;
+	nco:hasPostalAddress <urn:uuid:93559916>.
+
+<urn:uuid:2066371437> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07522" ;
+	nco:locality "Paterson" ;
+	nco:streetAddress "8607 Hanson Trail" .
+
+<mailto:renita bracken euismodvel org> a nco:EmailAddress; 
+	nco:emailAddress "renita bracken euismodvel org".
+
+<tel:+12079276056> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)927-6056".
+
+<urn:uuid:1952932439> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079276056>]; 
+	nmo:duration 17; 
+	nmo:receivedDate "2008-08-31T15:55:59". 
+
+<urn:uuid:108937311> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079276056>]; 
+	nmo:duration 24; 
+	nmo:sentDate "2008-04-02T15:37:31". 
+
+<urn:uuid:1982272806> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079276056>]; 
+	nmo:duration 27; 
+	nmo:receivedDate "2009-02-16T15:42:53". 
+
+<urn:uuid:1047346707> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079276056>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-11T16:05:03";
+	nmo:receivedDate "2008-09-29T15:26:39";
+	nmo:plainTextMessageContent "Ex quis exerci ullamcorper nulla dolore dolore exerci at Utwisi. Eufeugiat illum etaccumsan iusto dignissim in volutpat dolore. Vel facilisis blandit ullamcorper exerci delenitaugue nulla dolore ipsum illum dolore veniam. Hendrerit Utwisi praesent suscipit iriure duis. Tincidunt consequat tation suscipit nisl lobortis eum consequatvel augue. Eum molestie iriuredolor at euismod ad Utwisi iriure. Feugait blandit dolore duis augue eum augue blandit ullamcorper praesent. ".
+
+<urn:uuid:1929228287> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079276056>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-10T16:02:34";
+	nmo:receivedDate "2009-01-15T15:47:23";
+	nmo:plainTextMessageContent "Dolore dolor molestie nibh velit facilisis esse. Doloremagna augue veniam iriure autem Utwisi. Invulputate eufeugiat qui duis ullamcorper molestie in. Zzril ex nonummy ea elitsed eum amet volutpat esse nulla Utwisi vero in duis. Veniam duis et duis ex. Lorem praesent et iriuredolor ad ullamcorper hendrerit doloremagna illum te. Te vel velit blandit nostrud dolore ut praesent elitsed. ".
+
+<urn:uuid:803675970> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079276056>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-13T15:32:43";
+	nmo:receivedDate "2008-02-10T16:01:35";
+	nmo:plainTextMessageContent "Et velit facilisis commodo aliquip esse feugait in luptatum blandit dignissim. Zzril minim lobortis eu Utwisi laoreet. Iusto delenitaugue Utwisi consectetuer suscipit eufeugiat euismod augue veniamquis. Duis velit eum iriuredolor nibh feugiat. ".
+
+<urn:uuid:1564643232> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079276056>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-17T15:16:26";
+	nmo:receivedDate "2008-11-24T15:59:50";
+	nmo:plainTextMessageContent "Suscipit lobortis tation quis tincidunt augue erat facilisis dolor blandit illum molestie aliquip ex. Ex qui nisl ut vel quis enim ullamcorper delenitaugue eufeugiat dignissim ad velit. Commodoconsequat ipsum wisi feugait qui ipsum ea. Exerci ex ex lobortis molestie illum esse praesent delenit ullamcorper iustoodio dolore tincidunt dolore. ".
+
+<urn:uuid:864140319> a nco:PersonContact; 
+	nco:fullname "Renita Bracken";
+	nco:nameGiven "Renita";
+	nco:nameFamily "Bracken";
+	nco:birthDate "1942-11-25";
+	nco:hasAffiliation "Powerhouse Mechanic";
+	nco:hasEmailAddress <mailto:renita bracken euismodvel org>;
+	nco:hasPhoneNumber <tel:+12079276056>;
+	nco:hasPostalAddress <urn:uuid:2066371437>.
+
+<urn:uuid:163684618> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864140319>;
+	nmo:sentDate "2008-12-27T15:51:16";
+	nmo:receivedDate "2008-12-27T15:51:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:444601967>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ella burchfield quiqui gov"];
+	nmo:messageSubject "Delenit erat ea eum nulla qui duis praesent. ";
+	nmo:plainTextMessageContent "Volutpat suscipit velit aliquip dolor delenitaugue zzril. Enim lorem veniam ullamcorper aliquip augue ex odio. ".
+
+<urn:uuid:137519260> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864140319>;
+	nmo:sentDate "2008-09-13T15:33:24";
+	nmo:receivedDate "2008-09-13T15:33:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Duis consequat accumsan iustoodio sit luptatum minim enim velit. ";
+	nmo:plainTextMessageContent "Augue nostrud in zzril illum autem iriuredolor commodo nislut adipiscing. Euismod quis lobortis euismod esse suscipit eu tationullamcorper esse dolor eum nulla. ".
+
+<urn:uuid:651669724> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864140319>;
+	nmo:sentDate "2008-08-22T16:01:45";
+	nmo:receivedDate "2008-08-22T16:02:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1484179540>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "margo needham elitseddignissim tv"];
+	nmo:bcc <urn:uuid:660911760>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "carroll east dignissimquis gov"];
+	nmo:messageSubject "In qui lorem ut aliquip qui enim vero velit vel. ";
+	nmo:plainTextMessageContent "Dolor Utwisi facilisi Utwisi te delenitaugue blandit facilisis. Tincidunt euismod consequat ut tationullamcorper augue et velit. ".
+
+<urn:uuid:1482322085> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864140319>;
+	nmo:sentDate "2008-04-26T15:20:00";
+	nmo:receivedDate "2008-04-26T15:20:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eufeugiat dolor veniam iustoodio vel eros consequat erat tation nostrud at volutpat duis ullamcorper. ";
+	nmo:plainTextMessageContent "Augue in enim autem ea minim dolore commodoconsequat dignissim ea facilisis. Ut praesent consectetuer suscipit autem. ".
+
+<urn:uuid:2031978196> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864140319>;
+	nmo:sentDate "2009-01-31T15:14:37";
+	nmo:receivedDate "2009-01-31T15:14:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:91683601>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dhoward eterat com"];
+	nmo:messageSubject "Feugait luptatumzzril facilisi erat suscipit ad hendrerit velit iriuredolor. ";
+	nmo:plainTextMessageContent "Hendrerit feugait blandit aliquip exerci eu et consequat consectetuer in exerci at qui doloremagna. Esse esse et iriuredolor molestie eros illum. ".
+
+<urn:uuid:1824671480> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864140319>;
+	nmo:sentDate "2009-01-25T15:30:40";
+	nmo:receivedDate "2009-01-25T15:31:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ut enim veniam vel enim. ";
+	nmo:plainTextMessageContent "At veniamquis aliquip ea aliquip in ex adipiscing odio etaccumsan feugait. Vel vel dolor illum duis facilisis iustoodio. ".
+
+<urn:uuid:913513530> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864140319>;
+	nmo:sentDate "2008-07-17T16:09:07";
+	nmo:receivedDate "2008-07-17T16:09:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:73553926>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "vcausey erosduis com"];
+	nmo:messageSubject "Eum commodo dolore consequat vel in ea erat exerci augue minim adipiscing delenit. ";
+	nmo:plainTextMessageContent "Vel eu euismod qui dolore et in minim vel vel iusto. Suscipit enim enim consequat duis facilisis hendrerit ex. ".
+
+<urn:uuid:966162391> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864140319>;
+	nmo:sentDate "2009-01-20T16:01:44";
+	nmo:receivedDate "2009-01-20T16:02:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Esse ut hendrerit enim suscipit zzril dolor elitsed exerci ut. ";
+	nmo:plainTextMessageContent "Ut eros nonummy ea suscipit feugiat wisi autem dolore nisl autem eros. ".
+
+<urn:uuid:1792997048> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864140319>;
+	nmo:sentDate "2008-05-02T16:05:56";
+	nmo:receivedDate "2008-05-02T16:06:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Duis suscipit eros at qui tationullamcorper ad dolor wisi erat nonummy laoreet autem. ";
+	nmo:plainTextMessageContent "Amet nislut zzril velit volutpat facilisi nulla tation eu laoreet esse. ".
+
+<urn:uuid:720951275> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864140319>;
+	nmo:sentDate "2009-01-21T15:38:04";
+	nmo:receivedDate "2009-01-21T15:38:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:112922413>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "harrison acosta ipsumnonummy edu"];
+	nmo:bcc <urn:uuid:468232632>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kwaldron duisluptatum eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Nulla minim veniam dolore dignissim iustoodio. ";
+	nmo:plainTextMessageContent "Esse aliquip vero hendrerit iusto exerci nulla iriuredolor. Duis accumsan eum qui eros facilisis nonummy nulla ad. ".
+
+<urn:uuid:1022995501> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864140319>;
+	nmo:sentDate "2008-12-27T15:55:26";
+	nmo:receivedDate "2008-12-27T15:56:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1318196797>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tdriscoll nonummyblandit net"];
+	nmo:messageSubject "Illum duis euismod vero. ";
+	nmo:plainTextMessageContent "Vel doloremagna laoreet hendrerit enim ullamcorper dolore ut nislut. ".
+
+<urn:uuid:685862886> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864140319>;
+	nmo:sentDate "2008-06-17T15:56:04";
+	nmo:receivedDate "2008-06-17T15:56:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:274935862>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "sgrover feugaitin net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Molestie facilisis invulputate dolore commodoconsequat exerci. ";
+	nmo:plainTextMessageContent "Ut lobortis in duis ut iusto doloremagna. Utwisi volutpat duis facilisis. ".
+
+<urn:uuid:505970715> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864140319>;
+	nmo:sentDate "2008-03-08T15:47:54";
+	nmo:receivedDate "2008-03-08T15:48:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1006201408>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "candi thomason doloreduis us"];
+	nmo:messageSubject "Doloremagna hendrerit illum euismod iusto. ";
+	nmo:plainTextMessageContent "Feugait laoreet esse ea luptatum autem ut exerci luptatumzzril eros ea aliquip. Exerci et feugait ut hendrerit odio aliquam doloremagna dolore eu eufeugiat vulputate vel nibh. ".
+
+<urn:uuid:2130641063> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864140319>;
+	nmo:sentDate "2008-02-01T15:41:34";
+	nmo:receivedDate "2008-02-01T15:42:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ex luptatumzzril zzril molestie. ";
+	nmo:plainTextMessageContent "Hendrerit tationullamcorper vulputate illum eufeugiat eros nostrud tincidunt commodoconsequat laoreet facilisis. Vero blandit aliquip dignissim tation eu et invulputate feugait ut. ".
+
+<urn:uuid:2115295277> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864140319>;
+	nmo:sentDate "2008-09-13T15:12:21";
+	nmo:receivedDate "2008-09-13T15:12:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Qui augue augue et eu amet nislut blandit in. ";
+	nmo:plainTextMessageContent "Suscipit blandit vel diam te dolor commodo. ".
+
+<urn:uuid:9668700> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864140319>;
+	nmo:sentDate "2008-04-22T15:55:57";
+	nmo:receivedDate "2008-04-22T15:56:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Invulputate vero te molestie blandit. ";
+	nmo:plainTextMessageContent "Blandit velit euismod sit aliquip at aliquam volutpat ea illum augue luptatumzzril vel vero. ".
+
+<urn:uuid:2023155784> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864140319>;
+	nmo:sentDate "2009-01-17T15:51:57";
+	nmo:receivedDate "2009-01-17T15:52:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1812174858>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "prust illumet org"];
+	nmo:messageSubject "Qui zzril nulla et ex. ";
+	nmo:plainTextMessageContent "Euismod consequat ea ut. ".
+
+<urn:uuid:665887922> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864140319>;
+	nmo:sentDate "2009-02-06T16:03:52";
+	nmo:receivedDate "2009-02-06T16:04:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Esse ex qui vel ad illum accumsan. ";
+	nmo:plainTextMessageContent "Diam lobortis duis esse delenitaugue odio te nulla eros illum minim minim dolore aliquip. ".
+
+<urn:uuid:994445910> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864140319>;
+	nmo:sentDate "2008-02-13T15:34:23";
+	nmo:receivedDate "2008-02-13T15:34:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:950615441>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "art knox adea info"];
+	nmo:messageSubject "Nulla wisi nonummy commodo suscipit duis facilisis commodo. ";
+	nmo:plainTextMessageContent "Autem dolor consequat eum ullamcorper eufeugiat augue ea ad. ".
+
+<urn:uuid:1152858511> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864140319>;
+	nmo:sentDate "2008-07-06T15:35:22";
+	nmo:receivedDate "2008-07-06T15:35:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1623058252>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "nora akin odionulla eu"];
+	nmo:messageSubject "Commodoconsequat autem et vero duis odio at autem iriuredolor eum. ";
+	nmo:plainTextMessageContent "Esse enim feugait zzril. Consequatvel facilisi iriuredolor dolore. ".
+
+<urn:uuid:1526922253> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864140319>;
+	nmo:sentDate "2008-04-21T15:49:53";
+	nmo:receivedDate "2008-04-21T15:50:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla lobortis at tation enim et wisi. ";
+	nmo:plainTextMessageContent "Eros exerci aliquip feugait dignissim nostrud duis dignissim. Erat in ad facilisi aliquip iustoodio. ".
+
+<urn:uuid:439804626> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864140319>;
+	nmo:sentDate "2008-03-05T15:25:48";
+	nmo:receivedDate "2008-03-05T15:26:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:782256816>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "hlance eavel tv"];
+	nmo:messageSubject "Tincidunt erat feugait dolore aliquip ea at lobortis etaccumsan elitsed lorem lobortis minim commodo. ";
+	nmo:plainTextMessageContent "In commodo esse praesent hendrerit ea etaccumsan eros velit veniamquis dolore commodo. ".
+
+<urn:uuid:231086776> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864140319>;
+	nmo:sentDate "2008-05-06T15:46:19";
+	nmo:receivedDate "2008-05-06T15:46:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1311946098>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lawanda buffington enimut gov"];
+	nmo:messageSubject "Dignissim dolore minim autem minim consequat velit. ";
+	nmo:plainTextMessageContent "Eu ex iusto invulputate duis volutpat in. Duis eros facilisis invulputate facilisis minim autem minim velit praesent esse duis facilisis. ".
+
+<urn:uuid:2118050183> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864140319>;
+	nmo:sentDate "2008-12-12T16:00:27";
+	nmo:receivedDate "2008-12-12T16:01:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Qui dolore elitsed vel iustoodio qui esse ea hendrerit esse iusto laoreet. ";
+	nmo:plainTextMessageContent "Nulla qui quis eu ut blandit exerci. ".
+
+<urn:uuid:1860079606> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864140319>;
+	nmo:sentDate "2008-11-28T15:33:12";
+	nmo:receivedDate "2008-11-28T15:33:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Euismod at iriuredolor ex facilisi tationullamcorper lobortis minim. ";
+	nmo:plainTextMessageContent "Luptatum feugiat exerci molestie ad commodoconsequat dolore ut velit. Lobortis hendrerit vel euismod esse nonummy ut velit. ".
+
+<urn:uuid:1705410212> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864140319>;
+	nmo:sentDate "2008-09-30T15:37:38";
+	nmo:receivedDate "2008-09-30T15:38:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Veniam ea accumsan in molestie. ";
+	nmo:plainTextMessageContent "Facilisi enim lorem delenitaugue. Nulla veniam ex ullamcorper. ".
+
+<urn:uuid:1001066639> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864140319>;
+	nmo:sentDate "2008-07-09T15:45:03";
+	nmo:receivedDate "2008-07-09T15:45:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:884892038>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "griselda pinson facilisisetaccumsan us"];
+	nmo:messageSubject "Duis dolore commodo blandit delenit veniamquis et facilisis. ";
+	nmo:plainTextMessageContent "Hendrerit etaccumsan dolor ex in. Et lorem ad luptatumzzril Utwisi ad zzril consequat nulla blandit velit wisi te dolor. ".
+
+<urn:uuid:748963498> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02117" ;
+	nco:locality "Boston" ;
+	nco:streetAddress "638 Britoak Trail" .
+
+<mailto:devon truong facilisisduis com> a nco:EmailAddress; 
+	nco:emailAddress "devon truong facilisisduis com".
+
+<urn:uuid:21618638> a nco:PersonContact; 
+	nco:fullname "Devon Truong";
+	nco:nameGiven "Devon";
+	nco:nameFamily "Truong";
+	nco:birthDate "1942-11-13";
+	nco:hasAffiliation "Hotel Chef";
+	nco:hasEmailAddress <mailto:devon truong facilisisduis com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:748963498>.
+
+<urn:uuid:797770787> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1758115378>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Erat volutpat volutpat vel ex ullamcorper nibh ea eu ea ea at esse illum. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-22T13:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-22T13:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1758115378>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1353644678> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11975" ;
+	nco:locality "Wainscott" ;
+	nco:streetAddress "5597 Branford Avenue" .
+
+<mailto:moswald commodoea org> a nco:EmailAddress; 
+	nco:emailAddress "moswald commodoea org".
+
+<urn:uuid:1865592443> a nco:PersonContact; 
+	nco:fullname "Mamie Oswald";
+	nco:nameGiven "Mamie";
+	nco:nameFamily "Oswald";
+	nco:birthDate "1942-10-20";
+	nco:hasAffiliation "Installer Automobile Accessories";
+	nco:hasEmailAddress <mailto:moswald commodoea org>;
+	nco:hasPostalAddress <urn:uuid:1353644678>.
+
+<urn:uuid:799498054> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06049" ;
+	nco:locality "Melrose" ;
+	nco:streetAddress "1978 Waxlander Trail" .
+
+<mailto:cyang feugaitluptatumzzril com> a nco:EmailAddress; 
+	nco:emailAddress "cyang feugaitluptatumzzril com".
+
+<urn:uuid:1509649894> a nco:PersonContact; 
+	nco:fullname "Christen Yang";
+	nco:nameGiven "Christen";
+	nco:nameFamily "Yang";
+	nco:birthDate "1943-01-01";
+	nco:hasAffiliation "IT Supervisor Software Design";
+	nco:hasEmailAddress <mailto:cyang feugaitluptatumzzril com>;
+	nco:hasPostalAddress <urn:uuid:799498054>.
+
+<urn:uuid:1152988912> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14020" ;
+	nco:locality "Batavia" ;
+	nco:streetAddress "729 Grist Mill Trail" .
+
+<mailto:gulrich eumduis info> a nco:EmailAddress; 
+	nco:emailAddress "gulrich eumduis info".
+
+<urn:uuid:1785226702> a nco:PersonContact; 
+	nco:fullname "Giuseppe Ulrich";
+	nco:nameGiven "Giuseppe";
+	nco:nameFamily "Ulrich";
+	nco:birthDate "1942-03-17";
+	nco:hasAffiliation "Amusement Park Attendant";
+	nco:hasEmailAddress <mailto:gulrich eumduis info>;
+	nco:hasPostalAddress <urn:uuid:1152988912>.
+
+<urn:uuid:2047116600> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1650976324>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Consectetuer duis hendrerit dolor praesent feugait at aliquip nulla ex. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-18T13:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-18T14:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1650976324>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1839334536> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05069" ;
+	nco:locality "South Ryegate" ;
+	nco:streetAddress "7142 Hobbits Glen Drive" .
+
+<mailto:clemente herrmann eaut edu> a nco:EmailAddress; 
+	nco:emailAddress "clemente herrmann eaut edu".
+
+<tel:+12015687645> a nco:PhoneNumber; 
+	nco:phoneNumber "(201)568-7645".
+
+<urn:uuid:2063677857> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12015687645>]; 
+	nmo:duration 4; 
+	nmo:sentDate "2008-07-11T15:32:37". 
+
+<urn:uuid:1132419849> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12015687645>]; 
+	nmo:duration 46; 
+	nmo:sentDate "2008-08-16T15:49:42". 
+
+<urn:uuid:886938911> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12015687645>]; 
+	nmo:duration 25; 
+	nmo:receivedDate "2008-11-08T15:48:56". 
+
+<urn:uuid:1062818933> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12015687645>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-13T15:28:43";
+	nmo:receivedDate "2008-04-05T15:29:21";
+	nmo:plainTextMessageContent "Autem facilisi nisl minim commodoconsequat nostrud zzril enim sit facilisis veniamquis sit facilisis feugait. Ut commodo aliquam odio commodo suscipit nisl minim. Facilisis esse adipiscing dolor. Te duis enim consectetuer nulla ad erat praesent. ".
+
+<urn:uuid:1611445527> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12015687645>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-29T16:08:52";
+	nmo:receivedDate "2008-04-26T15:17:06";
+	nmo:plainTextMessageContent "Feugiat velit commodo tationullamcorper qui veniam zzril dolore wisi. Tincidunt nostrud consequat consequat praesent. Lobortis iriuredolor dolore facilisis. Commodo exerci qui praesent iustoodio sit nostrud tationullamcorper nulla enim vel sit nulla. ".
+
+<urn:uuid:1555637767> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12015687645>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-21T15:26:41";
+	nmo:receivedDate "2008-02-08T15:58:59";
+	nmo:plainTextMessageContent "Nostrud duis consequatvel nulla. Iusto laoreet minim ipsum vel ut accumsan dignissim. Iriure dolor facilisi facilisi luptatum dolor duis luptatum in aliquip nulla. Consectetuer minim blandit molestie ea in Utwisi. ".
+
+<urn:uuid:862067677> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12015687645>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-22T15:58:13";
+	nmo:receivedDate "2008-02-13T15:48:52";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Minim suscipit qui hendrerit blandit dignissim luptatumzzril iriure dignissim facilisi facilisis. Eufeugiat lobortis duis lobortis enim diam commodoconsequat consequat facilisis minim. Amet eum ex eufeugiat enim dolor ad volutpat enim nonummy molestie ex. Augue ipsum iriure dolore facilisis minim exerci autem minim elitsed esse. Lorem te eu ea dolor consequatvel exerci nostrud eum dignissim dolore. Dolore nisl nostrud iriuredolor wisi. Vero enim ex facilisis blandit adipiscing eros autem ullamcorper. ".
+
+<urn:uuid:561103746> a nco:PersonContact; 
+	nco:fullname "Clemente Herrmann";
+	nco:nameGiven "Clemente";
+	nco:nameFamily "Herrmann";
+	nco:birthDate "1942-08-31";
+	nco:hasAffiliation "Director Social Services";
+	nco:hasEmailAddress <mailto:clemente herrmann eaut edu>;
+	nco:hasPhoneNumber <tel:+12015687645>;
+	nco:hasPostalAddress <urn:uuid:1839334536>.
+
+<urn:uuid:117468405> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:561103746>;
+	nmo:sentDate "2008-12-13T15:40:39";
+	nmo:receivedDate "2008-12-13T15:40:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente herrmann eaut edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Ullamcorper aliquip illum exerci vel facilisis nostrud at. ";
+	nmo:plainTextMessageContent "Facilisis suscipit facilisi ex illum nisl blandit molestie aliquip aliquam et te ut ex. Dolore molestie odio quis esse dolor eum exerci nulla facilisis. ".
+
+<urn:uuid:1670692385> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:561103746>;
+	nmo:sentDate "2008-02-18T15:38:56";
+	nmo:receivedDate "2008-02-18T15:39:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente herrmann eaut edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:136472253>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rosanne brandt nostrudfeugiat us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Accumsan eum at minim eufeugiat blandit qui vel at nislut blandit vel facilisis. ";
+	nmo:plainTextMessageContent "Zzril suscipit praesent at velit qui nostrud dolore invulputate et nulla velit blandit molestie. Praesent consequatvel esse blandit vulputate ut delenit at. ".
+
+<urn:uuid:587245462> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:561103746>;
+	nmo:sentDate "2008-01-21T15:35:28";
+	nmo:receivedDate "2008-01-21T15:36:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente herrmann eaut edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1670200425>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "arussell aliquipea tv"];
+	nmo:bcc <urn:uuid:991639885>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ptanner veniamduis gov"];
+	nmo:messageSubject "Ex exerci luptatumzzril commodo consequat dolor. ";
+	nmo:plainTextMessageContent "Illum et ut esse elitsed. ".
+
+<urn:uuid:545226608> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:561103746>;
+	nmo:sentDate "2009-01-24T15:16:13";
+	nmo:receivedDate "2009-01-24T15:16:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente herrmann eaut edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Nostrud at dignissim tincidunt et vel vero wisi exerci minim. ";
+	nmo:plainTextMessageContent "Dolore ex esse minim praesent iriuredolor dolore ea zzril etaccumsan ut nonummy ea nulla. ".
+
+<urn:uuid:1735065410> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:561103746>;
+	nmo:sentDate "2008-06-12T15:57:53";
+	nmo:receivedDate "2008-06-12T15:58:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente herrmann eaut edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Duis vel odio dignissim ut iriuredolor feugait vel aliquam diam in ullamcorper molestie. ";
+	nmo:plainTextMessageContent "Dignissim duis et amet ex ut erat vel feugait. ".
+
+<urn:uuid:5035192> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:561103746>;
+	nmo:sentDate "2008-10-14T15:38:07";
+	nmo:receivedDate "2008-10-14T15:38:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente herrmann eaut edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "At luptatumzzril suscipit at Utwisi blandit nostrud at. ";
+	nmo:plainTextMessageContent "Nisl erat facilisi accumsan tation iusto aliquip dolore ad facilisi facilisis ipsum ad. Consequat etaccumsan luptatumzzril dolor et iriuredolor veniamquis veniamquis enim qui nisl euismod sit. ".
+
+<urn:uuid:468343377> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:561103746>;
+	nmo:sentDate "2009-02-08T15:59:53";
+	nmo:receivedDate "2009-02-08T16:00:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente herrmann eaut edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:36048330>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "grosales atduis net"];
+	nmo:messageSubject "Erat ex molestie delenitaugue consequatvel veniam. ";
+	nmo:plainTextMessageContent "Exerci augue augue velit facilisis. ".
+
+<urn:uuid:1510339360> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:561103746>;
+	nmo:sentDate "2008-08-09T16:05:35";
+	nmo:receivedDate "2008-08-09T16:06:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente herrmann eaut edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:293484636>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "slamb exdolor info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Qui vulputate feugait etaccumsan iustoodio ea ea te tationullamcorper ex nulla. ";
+	nmo:plainTextMessageContent "Exerci augue vel quis duis wisi luptatumzzril illum ex hendrerit praesent qui et. Te et qui dolore quis duis. ".
+
+<urn:uuid:706700463> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:561103746>;
+	nmo:sentDate "2008-05-18T15:52:47";
+	nmo:receivedDate "2008-05-18T15:53:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente herrmann eaut edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Iusto enim hendrerit nislut commodo duis enim exerci nislut. ";
+	nmo:plainTextMessageContent "Eu autem feugait eum eufeugiat laoreet tincidunt. ".
+
+<urn:uuid:885561535> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:561103746>;
+	nmo:sentDate "2008-09-27T15:40:07";
+	nmo:receivedDate "2008-09-27T15:40:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente herrmann eaut edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1540717164>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "bmccormick delenitte us"];
+	nmo:messageSubject "Adipiscing facilisi esse eros molestie sit eum molestie invulputate. ";
+	nmo:plainTextMessageContent "Laoreet ullamcorper iriure blandit aliquip facilisi nostrud blandit ad tationullamcorper. ".
+
+<urn:uuid:382829588> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:561103746>;
+	nmo:sentDate "2008-11-04T15:18:18";
+	nmo:receivedDate "2008-11-04T15:18:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente herrmann eaut edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:337010795>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dharry eaipsum tv"];
+	nmo:messageSubject "Iriure et feugiat veniamquis in ut in nisl. ";
+	nmo:plainTextMessageContent "Eros duis autem vel iustoodio consequat nulla adipiscing. Feugiat autem molestie facilisi feugait duis. ".
+
+<urn:uuid:529879299> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:561103746>;
+	nmo:sentDate "2008-09-03T15:13:09";
+	nmo:receivedDate "2008-09-03T15:14:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente herrmann eaut edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Doloremagna adipiscing consequat euismod ut esse. ";
+	nmo:plainTextMessageContent "Ea dolore ipsum molestie qui adipiscing. Et illum ex etaccumsan laoreet nonummy consequat et et ipsum. ".
+
+<urn:uuid:242761897> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:561103746>;
+	nmo:sentDate "2008-12-10T16:00:42";
+	nmo:receivedDate "2008-12-10T16:01:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente herrmann eaut edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore duis eros tationullamcorper ipsum. ";
+	nmo:plainTextMessageContent "Eu ad diam eufeugiat dolore dolore dolore. ".
+
+<urn:uuid:1392195561> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:561103746>;
+	nmo:sentDate "2008-05-28T15:21:24";
+	nmo:receivedDate "2008-05-28T15:21:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente herrmann eaut edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:64395397>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dsessions indolore tv"];
+	nmo:messageSubject "Dignissim minim laoreet esse illum veniamquis eu iriure hendrerit erat. ";
+	nmo:plainTextMessageContent "At duis nulla in ullamcorper veniamquis luptatumzzril tincidunt nisl. ".
+
+<urn:uuid:1846453443> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:561103746>;
+	nmo:sentDate "2008-10-06T15:30:04";
+	nmo:receivedDate "2008-10-06T15:30:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente herrmann eaut edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:302464832>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lplummer nibhdoloremagna us"];
+	nmo:messageSubject "Qui esse accumsan veniam at luptatumzzril vero blandit lobortis veniamquis. ";
+	nmo:plainTextMessageContent "Nisl dolore aliquip ipsum hendrerit facilisi consequat. Luptatum vero nonummy iustoodio autem dolor enim blandit vulputate molestie vel sit. ".
+
+<urn:uuid:1840990459> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:561103746>;
+	nmo:sentDate "2008-08-08T15:43:42";
+	nmo:receivedDate "2008-08-08T15:44:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente herrmann eaut edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2052196541>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "natasha needham inut info"];
+	nmo:messageSubject "Eum ullamcorper praesent suscipit zzril nostrud diam te etaccumsan. ";
+	nmo:plainTextMessageContent "Esse ad hendrerit praesent eu feugait dolore velit aliquam. ".
+
+<urn:uuid:108346452> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:561103746>;
+	nmo:sentDate "2008-03-02T15:19:35";
+	nmo:receivedDate "2008-03-02T15:20:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente herrmann eaut edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:135134967>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kip cooks velittation org"];
+	nmo:messageSubject "Lorem et facilisi exerci consectetuer nisl autem commodo iriuredolor doloremagna praesent. ";
+	nmo:plainTextMessageContent "Ex feugait facilisi nulla lobortis dolore qui minim ad eufeugiat doloremagna. ".
+
+<urn:uuid:1111679052> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:561103746>;
+	nmo:sentDate "2008-09-30T15:25:21";
+	nmo:receivedDate "2008-09-30T15:25:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente herrmann eaut edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1785924123>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "aida yee aliquipvel net"];
+	nmo:bcc <urn:uuid:1741930266>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "tammi brookshire duissuscipit us"];
+	nmo:messageSubject "Quis autem ad in facilisis consequat molestie illum suscipit enim dignissim molestie. ";
+	nmo:plainTextMessageContent "Augue quis adipiscing erat hendrerit blandit elitsed blandit autem vero sit duis wisi eufeugiat. ".
+
+<urn:uuid:842938808> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:561103746>;
+	nmo:sentDate "2009-01-12T15:23:11";
+	nmo:receivedDate "2009-01-12T15:23:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente herrmann eaut edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:117061683>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lilia brennan velnostrud org"];
+	nmo:messageSubject "Eros exerci autem ut dignissim enim te nulla dolor feugiat luptatumzzril in blandit te. ";
+	nmo:plainTextMessageContent "Consequat veniamquis veniamquis consequat ea nulla. Nulla dignissim odio iriuredolor accumsan. ".
+
+<urn:uuid:1875458830> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:561103746>;
+	nmo:sentDate "2008-09-01T15:58:18";
+	nmo:receivedDate "2008-09-01T15:59:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente herrmann eaut edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Duis suscipit facilisis dignissim dignissim iustoodio minim dignissim doloremagna blandit euismod lorem exerci lobortis. ";
+	nmo:plainTextMessageContent "Et nulla ipsum nostrud delenitaugue ipsum vel iriure vel doloremagna te ut. ".
+
+<urn:uuid:1091078716> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:561103746>;
+	nmo:sentDate "2009-01-18T16:08:23";
+	nmo:receivedDate "2009-01-18T16:08:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente herrmann eaut edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Velit at dolore diam facilisis. ";
+	nmo:plainTextMessageContent "Elitsed delenit accumsan iriure. Molestie esse ea accumsan at. ".
+
+<urn:uuid:1585638692> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:561103746>;
+	nmo:sentDate "2008-03-29T15:18:38";
+	nmo:receivedDate "2008-03-29T15:19:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente herrmann eaut edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Enim molestie vel consequat volutpat sit tation. ";
+	nmo:plainTextMessageContent "In velit elitsed ut elitsed. ".
+
+<urn:uuid:61462531> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:561103746>;
+	nmo:sentDate "2009-01-23T15:11:40";
+	nmo:receivedDate "2009-01-23T15:11:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente herrmann eaut edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Suscipit wisi nostrud etaccumsan vero duis ullamcorper delenitaugue velit. ";
+	nmo:plainTextMessageContent "Invulputate doloremagna suscipit lobortis quis molestie exerci hendrerit laoreet ut. Veniam hendrerit accumsan iusto consectetuer in ad iustoodio feugiat commodo consequat ipsum erat. ".
+
+<urn:uuid:2008579364> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:561103746>;
+	nmo:sentDate "2008-11-09T15:28:36";
+	nmo:receivedDate "2008-11-09T15:28:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente herrmann eaut edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1318691719>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tfincher duissuscipit info"];
+	nmo:messageSubject "Nonummy nulla elitsed nisl nulla. ";
+	nmo:plainTextMessageContent "Esse dignissim duis hendrerit praesent ipsum velit velit. ".
+
+<urn:uuid:791879570> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:561103746>;
+	nmo:sentDate "2008-04-12T15:52:13";
+	nmo:receivedDate "2008-04-12T15:52:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente herrmann eaut edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Tincidunt duis tation veniamquis enim tincidunt. ";
+	nmo:plainTextMessageContent "Esse eros commodoconsequat blandit ea. Lobortis vel vulputate ut. ".
+
+<urn:uuid:1068677113> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06278" ;
+	nco:locality "Ashford" ;
+	nco:streetAddress "9564 Brittmoore Parkway" .
+
+<mailto:jfrizzell facilisiconsequat org> a nco:EmailAddress; 
+	nco:emailAddress "jfrizzell facilisiconsequat org".
+
+<urn:uuid:1688232172> a nco:PersonContact; 
+	nco:fullname "John Frizzell";
+	nco:nameGiven "John";
+	nco:nameFamily "Frizzell";
+	nco:birthDate "1942-11-06";
+	nco:hasAffiliation "Capacity Planner";
+	nco:hasEmailAddress <mailto:jfrizzell facilisiconsequat org>;
+	nco:hasPostalAddress <urn:uuid:1068677113>.
+
+<urn:uuid:594351241> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13746" ;
+	nco:locality "Chenango Forks" ;
+	nco:streetAddress "7349 Crooked Oak Way" .
+
+<mailto:vtoro advolutpat tv> a nco:EmailAddress; 
+	nco:emailAddress "vtoro advolutpat tv".
+
+<tel:+14459842075> a nco:PhoneNumber; 
+	nco:phoneNumber "(445)984-2075".
+
+<urn:uuid:1555728419> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14459842075>]; 
+	nmo:duration 6; 
+	nmo:sentDate "2008-02-10T16:04:38". 
+
+<urn:uuid:1546788962> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14459842075>]; 
+	nmo:duration 41; 
+	nmo:sentDate "2008-09-01T15:32:17". 
+
+<urn:uuid:1590984432> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14459842075>]; 
+	nmo:duration 2; 
+	nmo:sentDate "2008-04-05T15:38:35". 
+
+<urn:uuid:1424399644> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14459842075>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-31T15:38:04";
+	nmo:receivedDate "2008-10-02T15:36:24";
+	nmo:plainTextMessageContent "Illum velit dolore at facilisis luptatumzzril. Erat accumsan consequat ad te praesent praesent iusto ut ut dignissim ad. Molestie dolore et ullamcorper dolor velit tation exerci delenitaugue enim consequatvel. Veniam qui et feugait ipsum iustoodio euismod facilisis at exerci. ".
+
+<urn:uuid:670911098> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14459842075>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-16T15:34:42";
+	nmo:receivedDate "2008-11-17T15:29:48";
+	nmo:plainTextMessageContent "Ut invulputate duis facilisi ut consequat. Delenitaugue dolor dolore enim. Duis feugait illum vulputate. Erat ea nulla lorem dolore hendrerit illum qui delenit. Lorem ad lobortis te exerci augue molestie. Diam veniamquis blandit nisl esse tation feugait iriure. Sit dolore vulputate duis nislut et consectetuer. ".
+
+<urn:uuid:712057260> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14459842075>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-30T16:10:52";
+	nmo:receivedDate "2008-06-28T15:48:12";
+	nmo:plainTextMessageContent "Veniam consequat blandit eum enim vero duis ea commodo ipsum blandit delenitaugue. Qui autem velit facilisis eum enim nonummy ea consequat qui minim suscipit luptatumzzril commodoconsequat. Consequatvel feugait dolore autem molestie ad accumsan dolor velit te. Eum veniamquis Utwisi at volutpat facilisi blandit. ".
+
+<urn:uuid:482312149> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14459842075>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-28T15:54:35";
+	nmo:receivedDate "2009-01-10T15:45:22";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Ut diam ea facilisis minim. Elitsed hendrerit aliquip luptatum et iriuredolor. Exerci hendrerit nulla tation velit ut augue iriure accumsan illum ea aliquip commodoconsequat nisl. Autem odio ad dolore facilisi. Lobortis duis te eros eu. Augue ut quis eum autem amet Utwisi lobortis in feugait feugait ad sit ut. Lorem ex eum et esse exerci blandit. ".
+
+<urn:uuid:1550016473> a nco:PersonContact; 
+	nco:fullname "Violeta Toro";
+	nco:nameGiven "Violeta";
+	nco:nameFamily "Toro";
+	nco:birthDate "1942-08-11";
+	nco:hasAffiliation "Manager Membership";
+	nco:hasEmailAddress <mailto:vtoro advolutpat tv>;
+	nco:hasPhoneNumber <tel:+14459842075>;
+	nco:hasPostalAddress <urn:uuid:594351241>.
+
+<urn:uuid:862135146> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10082" ;
+	nco:locality "New York" ;
+	nco:streetAddress "6058 Knollwood Way" .
+
+<mailto:mitchell benavidez odioipsum eu> a nco:EmailAddress; 
+	nco:emailAddress "mitchell benavidez odioipsum eu".
+
+<urn:uuid:1533766209> a nco:PersonContact; 
+	nco:fullname "Mitchell Benavidez";
+	nco:nameGiven "Mitchell";
+	nco:nameFamily "Benavidez";
+	nco:birthDate "1943-01-05";
+	nco:hasAffiliation "Materials Manager";
+	nco:hasEmailAddress <mailto:mitchell benavidez odioipsum eu>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:862135146>.
+
+<urn:uuid:1645045821> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05067" ;
+	nco:locality "South Pomfret" ;
+	nco:streetAddress "8953 Stone Creek Cove" .
+
+<mailto:greiss auguevel gov> a nco:EmailAddress; 
+	nco:emailAddress "greiss auguevel gov".
+
+<urn:uuid:547790125> a nco:PersonContact; 
+	nco:fullname "Genaro Reiss";
+	nco:nameGiven "Genaro";
+	nco:nameFamily "Reiss";
+	nco:birthDate "1942-04-27";
+	nco:hasAffiliation "Transcribing Machine Operator";
+	nco:hasEmailAddress <mailto:greiss auguevel gov>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:1645045821>.
+
+<urn:uuid:1942816453> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13357" ;
+	nco:locality "Ilion" ;
+	nco:streetAddress "8453 Havenhurst Way" .
+
+<mailto:wendi whitcomb inlaoreet edu> a nco:EmailAddress; 
+	nco:emailAddress "wendi whitcomb inlaoreet edu".
+
+<xmpp:wendi whitcomb gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Wendi Whitcomb" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Amet nulla velit odio velit at iriure te ea laoreet vel. " ;
+	nco:imID "wendi whitcomb gmail com".
+
+<urn:uuid:354619162> a nco:PersonContact; 
+	nco:fullname "Wendi Whitcomb";
+	nco:nameGiven "Wendi";
+	nco:nameFamily "Whitcomb";
+	nco:birthDate "1942-12-04";
+	nco:hasAffiliation "Secretary to EVP";
+	nco:hasEmailAddress <mailto:wendi whitcomb inlaoreet edu>;
+	nco:hasIMAccount <xmpp:wendi whitcomb gmail com>;
+	nco:hasPostalAddress <urn:uuid:1942816453>.
+
+<urn:uuid:1508289202> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:354619162>;
+	nmo:sentDate "2008-07-24T15:53:15";
+	nmo:receivedDate "2008-07-24T15:53:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Duis enim adipiscing aliquam dolore vel consequat exerci. ";
+	nmo:plainTextMessageContent "Exerci odio ea facilisi ea suscipit feugiat vero ut commodoconsequat facilisi aliquip. ".
+
+<urn:uuid:1914032632> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:354619162>;
+	nmo:sentDate "2009-01-31T15:42:23";
+	nmo:receivedDate "2009-01-31T15:42:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Veniam consectetuer amet tation delenitaugue consequat. ";
+	nmo:plainTextMessageContent "Ullamcorper iusto iusto velit velit in nonummy suscipit duis illum dolore suscipit. Odio ut molestie eufeugiat facilisi duis duis te te luptatumzzril et. ".
+
+<urn:uuid:326944692> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:354619162>;
+	nmo:sentDate "2008-08-14T15:38:19";
+	nmo:receivedDate "2008-08-14T15:39:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore molestie lobortis vulputate dolor luptatumzzril eufeugiat nulla elitsed exerci veniamquis ipsum invulputate. ";
+	nmo:plainTextMessageContent "Enim aliquam delenitaugue facilisi facilisis augue nostrud iustoodio consequat vero. Iusto dolore blandit consequatvel veniam vero lobortis molestie diam. ".
+
+<urn:uuid:1933390747> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:354619162>;
+	nmo:sentDate "2009-02-12T15:40:44";
+	nmo:receivedDate "2009-02-12T15:40:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Etaccumsan hendrerit aliquam duis wisi tationullamcorper illum et ex aliquam. ";
+	nmo:plainTextMessageContent "Nisl consectetuer ut ut iriure nisl aliquip duis feugiat eros ut iusto. ".
+
+<urn:uuid:335076394> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:354619162>;
+	nmo:sentDate "2008-07-29T16:00:40";
+	nmo:receivedDate "2008-07-29T16:01:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:750589236>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dguy praesentesse tv"];
+	nmo:messageSubject "Zzril luptatumzzril duis lobortis erat. ";
+	nmo:plainTextMessageContent "Hendrerit ullamcorper ad facilisis ea velit iriuredolor autem ad laoreet. ".
+
+<urn:uuid:1290218809> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:354619162>;
+	nmo:sentDate "2008-04-10T15:21:30";
+	nmo:receivedDate "2008-04-10T15:22:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "In invulputate eum vero te ex vel dolore erat zzril. ";
+	nmo:plainTextMessageContent "Ut iustoodio wisi velit suscipit feugait ea praesent in aliquip nibh. Dolore illum facilisi adipiscing elitsed iustoodio dignissim. ".
+
+<urn:uuid:1712485146> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:354619162>;
+	nmo:sentDate "2008-07-15T15:14:26";
+	nmo:receivedDate "2008-07-15T15:14:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Euismod duis dolore etaccumsan iriure zzril odio dolore nislut molestie et nisl aliquip. ";
+	nmo:plainTextMessageContent "Accumsan dolor vero eum duis autem lobortis autem wisi ad. ".
+
+<urn:uuid:1592825430> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:354619162>;
+	nmo:sentDate "2008-08-17T15:15:57";
+	nmo:receivedDate "2008-08-17T15:15:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:468232632>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kwaldron duisluptatum eu"];
+	nmo:messageSubject "Odio aliquip duis et aliquam hendrerit duis doloremagna illum ex erat. ";
+	nmo:plainTextMessageContent "Etaccumsan doloremagna ullamcorper invulputate ad ut tationullamcorper et eros nonummy blandit vero dolore vel. Nulla veniam nibh dolore. ".
+
+<urn:uuid:185466955> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:354619162>;
+	nmo:sentDate "2008-06-08T16:08:24";
+	nmo:receivedDate "2008-06-08T16:08:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:502583690>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cgauthier duistation us"];
+	nmo:messageSubject "Nostrud facilisi facilisis consequat eu nibh velit ad et exerci volutpat vel. ";
+	nmo:plainTextMessageContent "In ullamcorper diam blandit feugait duis minim nulla ipsum. Eu praesent consectetuer ad praesent. ".
+
+<urn:uuid:2007683748> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:354619162>;
+	nmo:sentDate "2008-03-08T16:11:09";
+	nmo:receivedDate "2008-03-08T16:11:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:630500450>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "marisela noyes vulputatetation eu"];
+	nmo:bcc <urn:uuid:720713534>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "tcaraway wisiluptatumzzril us"];
+	nmo:messageSubject "Consequat qui at delenitaugue euismod molestie. ";
+	nmo:plainTextMessageContent "In enim vulputate eum te vero tation zzril erat ex iriure in iriuredolor. Hendrerit autem accumsan te duis exerci in adipiscing blandit iusto commodoconsequat suscipit dolor. ".
+
+<urn:uuid:160190319> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:354619162>;
+	nmo:sentDate "2008-10-26T15:21:15";
+	nmo:receivedDate "2008-10-26T15:21:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1617595122>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "mariano pringle facilisinonummy net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Facilisis delenit iriuredolor exerci doloremagna sit amet. ";
+	nmo:plainTextMessageContent "Ut eum luptatum consequat vero sit tationullamcorper. ".
+
+<urn:uuid:1978194526> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:354619162>;
+	nmo:sentDate "2008-10-10T15:20:06";
+	nmo:receivedDate "2008-10-10T15:20:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1677533879>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "angelita spillman quifacilisis info"];
+	nmo:bcc <urn:uuid:690058032>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "jbergeron iriuredolordiam eu"];
+	nmo:messageSubject "Lobortis sit dolore et commodo. ";
+	nmo:plainTextMessageContent "Tationullamcorper minim ullamcorper tation autem quis ex at ipsum suscipit zzril praesent luptatum laoreet. Duis velit qui adipiscing feugait iriuredolor lobortis. ".
+
+<urn:uuid:1273248304> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:354619162>;
+	nmo:sentDate "2008-04-27T16:06:26";
+	nmo:receivedDate "2008-04-27T16:06:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Praesent nislut blandit dolore eufeugiat accumsan blandit duis praesent at praesent consequat. ";
+	nmo:plainTextMessageContent "Odio at in hendrerit te eufeugiat ad praesent lorem facilisis elitsed. ".
+
+<urn:uuid:524195426> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:354619162>;
+	nmo:sentDate "2008-10-08T15:53:03";
+	nmo:receivedDate "2008-10-08T15:53:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Veniamquis at illum vel sit veniam vel iusto nulla. ";
+	nmo:plainTextMessageContent "Facilisis nulla quis eros dignissim exerci delenit aliquip duis dolore at etaccumsan lorem laoreet. ".
+
+<urn:uuid:112191700> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:354619162>;
+	nmo:sentDate "2008-08-02T15:25:46";
+	nmo:receivedDate "2008-08-02T15:26:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1990669518>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kristine downey aliquipduis net"];
+	nmo:messageSubject "Te commodoconsequat facilisis quis esse eros consequat vel veniam tation. ";
+	nmo:plainTextMessageContent "Iriure eum iusto dignissim commodo ex consequat molestie molestie. ".
+
+<urn:uuid:1667497603> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:354619162>;
+	nmo:sentDate "2008-12-01T15:30:27";
+	nmo:receivedDate "2008-12-01T15:30:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "In facilisis ut facilisi praesent zzril doloremagna. ";
+	nmo:plainTextMessageContent "Nulla duis esse amet vel et invulputate commodo vero molestie hendrerit ut ad hendrerit. ".
+
+<urn:uuid:1262981617> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:354619162>;
+	nmo:sentDate "2009-02-09T15:49:45";
+	nmo:receivedDate "2009-02-09T15:50:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:323110246>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "smckeon eaet net"];
+	nmo:messageSubject "Diam nostrud commodo enim nulla augue esse duis delenitaugue hendrerit. ";
+	nmo:plainTextMessageContent "Eufeugiat dolore commodoconsequat vero in consequat vel. ".
+
+<urn:uuid:938438264> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:354619162>;
+	nmo:sentDate "2008-11-13T15:48:23";
+	nmo:receivedDate "2008-11-13T15:48:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1324343852>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "buddy schell duiswisi net"];
+	nmo:messageSubject "Ullamcorper nibh luptatum facilisis ullamcorper ullamcorper nibh vel hendrerit. ";
+	nmo:plainTextMessageContent "Iusto consequat nulla eu eros nislut vel enim at et commodo amet. ".
+
+<urn:uuid:1074246355> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:354619162>;
+	nmo:sentDate "2008-04-30T15:19:55";
+	nmo:receivedDate "2008-04-30T15:20:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1691678526>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "sheena montes teillum us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Eu at volutpat esse. ";
+	nmo:plainTextMessageContent "Iriuredolor ex invulputate te exerci ex consequat illum qui doloremagna et ipsum dolor illum. ".
+
+<urn:uuid:1626559122> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:354619162>;
+	nmo:sentDate "2008-06-26T15:26:18";
+	nmo:receivedDate "2008-06-26T15:27:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Suscipit iusto nulla ad lobortis eros ut dignissim. ";
+	nmo:plainTextMessageContent "Praesent adipiscing facilisi dignissim at aliquip. ".
+
+<urn:uuid:714706721> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:354619162>;
+	nmo:sentDate "2008-02-21T15:18:30";
+	nmo:receivedDate "2008-02-21T15:19:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Augue eum aliquam nonummy esse duis ex. ";
+	nmo:plainTextMessageContent "Lobortis eros odio nulla in velit in illum. ".
+
+<urn:uuid:1498759427> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:354619162>;
+	nmo:sentDate "2008-04-22T15:32:53";
+	nmo:receivedDate "2008-04-22T15:33:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1688232172>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jfrizzell facilisiconsequat org"];
+	nmo:messageSubject "Eum facilisi eros nulla dignissim veniamquis vero zzril dolore. ";
+	nmo:plainTextMessageContent "Zzril minim exerci blandit. ".
+
+<urn:uuid:1160949961> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:354619162>;
+	nmo:sentDate "2009-02-03T16:05:59";
+	nmo:receivedDate "2009-02-03T16:06:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eros nulla nonummy qui illum ullamcorper. ";
+	nmo:plainTextMessageContent "Minim tincidunt augue qui consequat facilisi duis euismod luptatum tincidunt illum nisl nostrud. Velit te luptatumzzril et wisi ipsum elitsed ex etaccumsan eros luptatumzzril luptatumzzril dolore. ".
+
+<urn:uuid:1391941265> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:354619162>;
+	nmo:sentDate "2008-02-05T16:07:25";
+	nmo:receivedDate "2008-02-05T16:08:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:678861643>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mdrew lobortisveniamquis com"];
+	nmo:bcc <urn:uuid:1262340898>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dominga ricker dignissimvel us"];
+	nmo:messageSubject "Suscipit vel autem facilisi at commodo nulla wisi praesent aliquip nulla in eum facilisis. ";
+	nmo:plainTextMessageContent "Ut nibh aliquip dolor accumsan nulla wisi praesent hendrerit et lobortis iriuredolor dolore vel. ".
+
+<urn:uuid:291216394> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:354619162>;
+	nmo:sentDate "2008-08-25T15:21:44";
+	nmo:receivedDate "2008-08-25T15:22:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:497888515>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lester ruffin enimex tv"];
+	nmo:messageSubject "Autem esse ea feugiat at commodoconsequat. ";
+	nmo:plainTextMessageContent "Vel lobortis zzril aliquam doloremagna erat tationullamcorper feugait autem eros veniamquis. ".
+
+<urn:uuid:535922723> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:354619162>;
+	nmo:sentDate "2008-05-14T16:09:59";
+	nmo:receivedDate "2008-05-14T16:10:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Veniam in delenit luptatum illum blandit. ";
+	nmo:plainTextMessageContent "Facilisi in et consectetuer odio ut iusto eu nislut nislut ea. ".
+
+<urn:uuid:489827295> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:354619162>;
+	nmo:sentDate "2008-07-03T15:35:23";
+	nmo:receivedDate "2008-07-03T15:36:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla nibh eum hendrerit esse. ";
+	nmo:plainTextMessageContent "Sit feugait ut ex tincidunt hendrerit ad etaccumsan lobortis nibh. Qui diam ad laoreet ullamcorper lorem velit eum. ".
+
+<urn:uuid:1175956604> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:354619162>;
+	nmo:sentDate "2008-01-23T16:07:13";
+	nmo:receivedDate "2008-01-23T16:07:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Autem suscipit qui feugait qui esse Utwisi wisi nibh ea nisl ad. ";
+	nmo:plainTextMessageContent "Iriuredolor ut consectetuer wisi. ".
+
+<urn:uuid:852946286> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10152" ;
+	nco:locality "New York" ;
+	nco:streetAddress "7314 Pine Street" .
+
+<mailto:hiram pearce nibhnulla us> a nco:EmailAddress; 
+	nco:emailAddress "hiram pearce nibhnulla us".
+
+<tel:+18029316585> a nco:PhoneNumber; 
+	nco:phoneNumber "(802)931-6585".
+
+<urn:uuid:388998252> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18029316585>]; 
+	nmo:duration 1; 
+	nmo:sentDate "2008-10-16T16:03:01". 
+
+<urn:uuid:116482931> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18029316585>]; 
+	nmo:duration 2; 
+	nmo:receivedDate "2008-02-29T15:44:04". 
+
+<urn:uuid:1267499622> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18029316585>]; 
+	nmo:duration 39; 
+	nmo:receivedDate "2008-04-26T15:29:29". 
+
+<urn:uuid:807266521> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18029316585>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-01T16:06:22";
+	nmo:receivedDate "2008-10-28T15:37:53";
+	nmo:plainTextMessageContent "In te nulla delenit ad commodo nostrud ea te minim aliquip luptatum. Vel facilisis invulputate hendrerit vel iriure dolore ut velit illum blandit nostrud. Illum nibh enim laoreet. Molestie nulla duis exerci etaccumsan minim illum eros ut eros. Iriuredolor eros augue praesent hendrerit. ".
+
+<urn:uuid:559134853> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18029316585>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-03T15:14:27";
+	nmo:receivedDate "2008-06-16T15:57:52";
+	nmo:plainTextMessageContent "Etaccumsan minim delenit at esse hendrerit et ut lorem Utwisi blandit suscipit. Iustoodio nulla suscipit vero. At ex duis erat esse commodo adipiscing praesent euismod. Ex autem tationullamcorper vulputate wisi in. Veniam et doloremagna aliquam duis praesent consequatvel. Delenitaugue accumsan veniam tincidunt. Commodo ex et dolore. ".
+
+<urn:uuid:1555794166> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18029316585>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-09T16:03:45";
+	nmo:receivedDate "2008-03-21T15:32:43";
+	nmo:plainTextMessageContent "In hendrerit nulla illum ad et. Consequatvel suscipit in adipiscing ipsum adipiscing in nislut iriure elitsed nulla quis et luptatum. Nulla vel et vel nislut esse consequatvel euismod iustoodio nulla. Lorem dolore luptatum exerci ullamcorper nulla qui. Praesent dignissim dolore iustoodio nostrud ipsum. Praesent et iriure ipsum invulputate iriure diam molestie consequatvel. In quis hendrerit velit delenitaugue enim qui elitsed ut in consequatvel illum dolor. ".
+
+<urn:uuid:1864339603> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18029316585>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-24T16:04:13";
+	nmo:receivedDate "2008-04-06T15:19:58";
+	nmo:plainTextMessageContent "Nisl adipiscing nostrud augue praesent consequatvel facilisis qui eros vel. Feugait vero illum nisl eros praesent veniamquis et. Quis odio nislut adipiscing feugait nulla ad illum lorem. At tation elitsed nulla lobortis at laoreet eros dolore et blandit. Zzril in hendrerit dolore at nostrud in at luptatumzzril veniamquis dignissim. ".
+
+<urn:uuid:1500299499> a nco:PersonContact; 
+	nco:fullname "Hiram Pearce";
+	nco:nameGiven "Hiram";
+	nco:nameFamily "Pearce";
+	nco:birthDate "1942-04-03";
+	nco:hasAffiliation "Business Office Manager";
+	nco:hasEmailAddress <mailto:hiram pearce nibhnulla us>;
+	nco:hasPhoneNumber <tel:+18029316585>;
+	nco:hasPostalAddress <urn:uuid:852946286>.
+
+<urn:uuid:1750159161> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15133" ;
+	nco:locality "Mc Keesport" ;
+	nco:streetAddress "7678 Shannon Oaks Trail" .
+
+<mailto:erin kerns facilisisduis edu> a nco:EmailAddress; 
+	nco:emailAddress "erin kerns facilisisduis edu".
+
+<urn:uuid:731276418> a nco:PersonContact; 
+	nco:fullname "Erin Kerns";
+	nco:nameGiven "Erin";
+	nco:nameFamily "Kerns";
+	nco:birthDate "1942-10-27";
+	nco:hasAffiliation "Manager Membership";
+	nco:hasEmailAddress <mailto:erin kerns facilisisduis edu>;
+	nco:hasPostalAddress <urn:uuid:1750159161>.
+
+<urn:uuid:423051236> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:375594015>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Et hendrerit ut minim duis autem adipiscing delenitaugue laoreet augue. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-14T12:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-14T13:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:375594015>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1407862158> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:731276418>;
+	nmo:sentDate "2008-01-16T15:51:31";
+	nmo:receivedDate "2008-01-16T15:51:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "erin kerns facilisisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1726606070>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "booker creel doloremagnavolutpat tv"];
+	nmo:messageSubject "Illum consequat vel qui iriuredolor. ";
+	nmo:plainTextMessageContent "Tationullamcorper quis et vulputate ad euismod te diam dignissim iustoodio blandit molestie. ".
+
+<urn:uuid:1052504611> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:731276418>;
+	nmo:sentDate "2008-09-03T16:07:53";
+	nmo:receivedDate "2008-09-03T16:07:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "erin kerns facilisisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Duis qui euismod molestie nostrud eum. ";
+	nmo:plainTextMessageContent "Feugiat qui et dolore. ".
+
+<urn:uuid:1202015458> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:731276418>;
+	nmo:sentDate "2008-01-16T16:08:34";
+	nmo:receivedDate "2008-01-16T16:08:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "erin kerns facilisisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ad enim commodoconsequat te veniam lobortis. ";
+	nmo:plainTextMessageContent "Tation luptatum commodo tation vulputate duis ad eum suscipit suscipit luptatumzzril et. Commodoconsequat facilisis illum dolore duis tation feugait tation nibh blandit et. ".
+
+<urn:uuid:467912252> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:731276418>;
+	nmo:sentDate "2008-05-07T15:37:10";
+	nmo:receivedDate "2008-05-07T15:38:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "erin kerns facilisisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisi veniam nislut luptatumzzril exerci consequat facilisis facilisis consequat. ";
+	nmo:plainTextMessageContent "Delenit duis euismod suscipit ad. Te veniam dolore duis laoreet vulputate odio aliquam duis nislut dolore iriuredolor doloremagna. ".
+
+<urn:uuid:320343720> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:731276418>;
+	nmo:sentDate "2008-10-23T15:11:59";
+	nmo:receivedDate "2008-10-23T15:12:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "erin kerns facilisisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Blandit volutpat et esse praesent duis. ";
+	nmo:plainTextMessageContent "Feugiat nulla molestie eu accumsan dignissim te diam illum et in facilisi lobortis. ".
+
+<urn:uuid:377904227> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:731276418>;
+	nmo:sentDate "2008-02-14T15:56:23";
+	nmo:receivedDate "2008-02-14T15:57:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "erin kerns facilisisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ad dolore enim dolore et facilisi facilisis luptatum luptatum amet. ";
+	nmo:plainTextMessageContent "Nonummy vulputate commodoconsequat adipiscing vel sit in diam quis iustoodio euismod vero. ".
+
+<urn:uuid:1848414381> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:731276418>;
+	nmo:sentDate "2008-08-10T16:05:46";
+	nmo:receivedDate "2008-08-10T16:06:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "erin kerns facilisisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "In consectetuer esse autem vel facilisis. ";
+	nmo:plainTextMessageContent "Praesent praesent laoreet volutpat illum esse ex. ".
+
+<urn:uuid:317479083> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:731276418>;
+	nmo:sentDate "2008-08-17T15:28:24";
+	nmo:receivedDate "2008-08-17T15:28:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "erin kerns facilisisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2069146552>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "nweis enimut tv"];
+	nmo:messageSubject "Laoreet dolore ut luptatum laoreet hendrerit hendrerit euismod molestie nostrud te facilisi ex nibh. ";
+	nmo:plainTextMessageContent "Illum dignissim etaccumsan iustoodio suscipit minim dignissim minim vel nulla duis ad eum. Eros etaccumsan ullamcorper minim sit minim at nostrud veniam erat. ".
+
+<urn:uuid:476310583> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:731276418>;
+	nmo:sentDate "2008-02-18T15:34:00";
+	nmo:receivedDate "2008-02-18T15:34:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "erin kerns facilisisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nibh ex nislut nisl nulla nulla delenitaugue te dolore. ";
+	nmo:plainTextMessageContent "Dolore eros eros et facilisi suscipit at velit etaccumsan invulputate hendrerit. In velit duis facilisi lobortis autem ut aliquip at luptatum suscipit tationullamcorper. ".
+
+<urn:uuid:287716045> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:731276418>;
+	nmo:sentDate "2008-07-22T15:35:20";
+	nmo:receivedDate "2008-07-22T15:35:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "erin kerns facilisisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Dignissim facilisis at blandit luptatum feugait aliquip molestie minim dolore quis molestie qui quis. ";
+	nmo:plainTextMessageContent "Euismod nulla dolore ex ut iriure delenit iustoodio blandit delenitaugue duis hendrerit ad ullamcorper. ".
+
+<urn:uuid:1090310980> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:731276418>;
+	nmo:sentDate "2008-06-14T15:14:35";
+	nmo:receivedDate "2008-06-14T15:14:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "erin kerns facilisisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:78814138>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mcoates commodoconsequatea eu"];
+	nmo:messageSubject "Vulputate invulputate feugiat nostrud commodo ut ad hendrerit zzril praesent dignissim. ";
+	nmo:plainTextMessageContent "Illum dolore molestie diam eros dolore esse augue ex blandit vulputate. ".
+
+<urn:uuid:1879234100> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:731276418>;
+	nmo:sentDate "2008-10-31T15:19:43";
+	nmo:receivedDate "2008-10-31T15:19:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "erin kerns facilisisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Ipsum duis ad duis ex esse ut commodoconsequat zzril nibh vel te illum. ";
+	nmo:plainTextMessageContent "Veniamquis exerci velit facilisis praesent autem ipsum luptatum qui vel duis. Doloremagna wisi dignissim minim. ".
+
+<urn:uuid:1180533237> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:731276418>;
+	nmo:sentDate "2008-08-05T15:22:17";
+	nmo:receivedDate "2008-08-05T15:22:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "erin kerns facilisisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1706117780>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ted dowling insuscipit net"];
+	nmo:messageSubject "Tation enim et nulla duis at zzril wisi. ";
+	nmo:plainTextMessageContent "Illum illum dolore in zzril. Feugait nislut illum luptatumzzril illum iriure duis hendrerit ut. ".
+
+<urn:uuid:1405721295> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:731276418>;
+	nmo:sentDate "2008-05-13T15:44:04";
+	nmo:receivedDate "2008-05-13T15:44:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "erin kerns facilisisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ut veniamquis nulla nulla enim ad at iriuredolor duis enim. ";
+	nmo:plainTextMessageContent "Suscipit minim facilisi ea veniamquis. Odio ad vulputate duis eu. ".
+
+<urn:uuid:2040425791> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:731276418>;
+	nmo:sentDate "2008-03-29T15:26:18";
+	nmo:receivedDate "2008-03-29T15:26:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "erin kerns facilisisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:78814138>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mcoates commodoconsequatea eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Aliquam wisi ullamcorper nulla quis etaccumsan odio vero molestie. ";
+	nmo:plainTextMessageContent "Eum dolor tation duis te autem eum eum Utwisi delenit. ".
+
+<urn:uuid:1457889318> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:731276418>;
+	nmo:sentDate "2009-01-05T15:31:09";
+	nmo:receivedDate "2009-01-05T15:31:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "erin kerns facilisisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:650099146>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gil cullen inpraesent org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Veniam eum ipsum exerci delenitaugue vero tationullamcorper autem consectetuer hendrerit minim te. ";
+	nmo:plainTextMessageContent "Ad dolor dolor lobortis eum ea blandit ea aliquam feugait esse praesent luptatumzzril ullamcorper. ".
+
+<urn:uuid:943305270> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:731276418>;
+	nmo:sentDate "2008-08-04T15:23:19";
+	nmo:receivedDate "2008-08-04T15:23:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "erin kerns facilisisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:173371626>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "berniece ballard facilisiat gov"];
+	nmo:bcc <urn:uuid:1623058252>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "nora akin odionulla eu"];
+	nmo:messageSubject "Ea iriuredolor nulla te. ";
+	nmo:plainTextMessageContent "Sit exerci eu iusto elitsed sit tation eum dolor eufeugiat nulla et commodo. ".
+
+<urn:uuid:426494207> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:731276418>;
+	nmo:sentDate "2008-07-07T15:33:18";
+	nmo:receivedDate "2008-07-07T15:33:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "erin kerns facilisisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1540962627>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "christoper carlin enimduis edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Et dolor illum vel dignissim elitsed aliquip Utwisi eum suscipit at. ";
+	nmo:plainTextMessageContent "Dolore eum nulla feugait illum odio iriure facilisi iusto te etaccumsan. ".
+
+<urn:uuid:1448683030> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:731276418>;
+	nmo:sentDate "2008-04-26T15:33:49";
+	nmo:receivedDate "2008-04-26T15:33:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "erin kerns facilisisduis edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Quis molestie praesent feugiat duis tationullamcorper. ";
+	nmo:plainTextMessageContent "Ullamcorper luptatum accumsan luptatum esse. ".
+
+<urn:uuid:824183550> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02791" ;
+	nco:locality "Westport Point" ;
+	nco:streetAddress "4947 New Riverdale Drive" .
+
+<mailto:emoriarty autemfeugiat net> a nco:EmailAddress; 
+	nco:emailAddress "emoriarty autemfeugiat net".
+
+<xmpp:eunice moriarty gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Eunice Moriarty" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Esse et commodo dolore. " ;
+	nco:imID "eunice moriarty gmail com".
+
+<urn:uuid:1128418759> a nco:PersonContact; 
+	nco:fullname "Eunice Moriarty";
+	nco:nameGiven "Eunice";
+	nco:nameFamily "Moriarty";
+	nco:birthDate "1942-10-03";
+	nco:hasAffiliation "Information Systems Auditor";
+	nco:hasEmailAddress <mailto:emoriarty autemfeugiat net>;
+	nco:hasIMAccount <xmpp:eunice moriarty gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:824183550>.
+
+<urn:uuid:2085095042> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04408" ;
+	nco:locality "Aurora" ;
+	nco:streetAddress "8651 Falling Leaf Lane" .
+
+<mailto:cruz baldridge facilisisfeugait com> a nco:EmailAddress; 
+	nco:emailAddress "cruz baldridge facilisisfeugait com".
+
+<xmpp:cruz baldridge gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Cruz Baldridge" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Eros dolore eufeugiat aliquip dolor nisl invulputate vel hendrerit elitsed odio luptatum te. " ;
+	nco:imID "cruz baldridge gmail com".
+
+<urn:uuid:1308385181> a nco:PersonContact; 
+	nco:fullname "Cruz Baldridge";
+	nco:nameGiven "Cruz";
+	nco:nameFamily "Baldridge";
+	nco:birthDate "1942-06-30";
+	nco:hasAffiliation "Family Practitioner";
+	nco:hasEmailAddress <mailto:cruz baldridge facilisisfeugait com>;
+	nco:hasIMAccount <xmpp:cruz baldridge gmail com>;
+	nco:hasPostalAddress <urn:uuid:2085095042>.
+
+<urn:uuid:1758742551> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10901" ;
+	nco:locality "Suffern" ;
+	nco:streetAddress "9164 Mikeyair Street" .
+
+<mailto:ira mccune duisexerci info> a nco:EmailAddress; 
+	nco:emailAddress "ira mccune duisexerci info".
+
+<urn:uuid:1759192110> a nco:PersonContact; 
+	nco:fullname "Ira Mccune";
+	nco:nameGiven "Ira";
+	nco:nameFamily "Mccune";
+	nco:birthDate "1942-09-04";
+	nco:hasAffiliation "Manufactured Buildings Worker";
+	nco:hasEmailAddress <mailto:ira mccune duisexerci info>;
+	nco:hasPostalAddress <urn:uuid:1758742551>.
+
+<urn:uuid:1584352580> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1759192110>;
+	nmo:sentDate "2008-03-11T16:05:38";
+	nmo:receivedDate "2008-03-11T16:06:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Etaccumsan dolor illum enim commodoconsequat eufeugiat. ";
+	nmo:plainTextMessageContent "Feugiat wisi blandit dignissim. ".
+
+<urn:uuid:1497778181> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1759192110>;
+	nmo:sentDate "2008-12-15T16:09:03";
+	nmo:receivedDate "2008-12-15T16:09:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2052196541>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "natasha needham inut info"];
+	nmo:messageSubject "Consequatvel vel facilisi duis tincidunt. ";
+	nmo:plainTextMessageContent "Aliquip autem praesent nulla consequat nulla nostrud minim te. ".
+
+<urn:uuid:733165546> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1759192110>;
+	nmo:sentDate "2008-03-16T15:57:32";
+	nmo:receivedDate "2008-03-16T15:57:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1100628770>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "louis donohue facilisisillum com"];
+	nmo:messageSubject "Commodo facilisis luptatum elitsed aliquam eu sit autem elitsed doloremagna diam enim dolore. ";
+	nmo:plainTextMessageContent "At facilisis duis ex dolore wisi praesent vel feugait. ".
+
+<urn:uuid:430640972> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1759192110>;
+	nmo:sentDate "2008-10-12T15:50:20";
+	nmo:receivedDate "2008-10-12T15:51:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ad euismod dolor erat lobortis. ";
+	nmo:plainTextMessageContent "Facilisi augue iriure in eum dolore eros molestie esse te laoreet. Delenit ut in eros ad sit aliquam te wisi qui. ".
+
+<urn:uuid:382012528> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1759192110>;
+	nmo:sentDate "2008-04-14T15:41:04";
+	nmo:receivedDate "2008-04-14T15:41:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:737861566>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rshelley Utwisivel tv"];
+	nmo:messageSubject "Nulla consequat quis minim quis nostrud velit. ";
+	nmo:plainTextMessageContent "Nostrud exerci illum et aliquip velit luptatumzzril ut dignissim in in. Veniamquis nulla aliquip molestie facilisis laoreet tincidunt erat laoreet suscipit vel veniamquis dolor. ".
+
+<urn:uuid:1682964689> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1759192110>;
+	nmo:sentDate "2008-10-28T15:59:41";
+	nmo:receivedDate "2008-10-28T16:00:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:322828221>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "nannie whitlow veniamquisullamcorper info"];
+	nmo:messageSubject "Facilisi exerci ipsum dignissim diam praesent iustoodio duis ea delenit et. ";
+	nmo:plainTextMessageContent "Hendrerit suscipit qui feugiat blandit zzril Utwisi aliquip consequat quis veniam wisi commodoconsequat. Vel commodo wisi dolor lobortis in facilisis invulputate erat facilisis dolore. ".
+
+<urn:uuid:334186045> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1759192110>;
+	nmo:sentDate "2008-11-28T16:07:36";
+	nmo:receivedDate "2008-11-28T16:08:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:406835329>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "hiram pryor feugaitiriuredolor org"];
+	nmo:messageSubject "Iriuredolor nulla duis augue ullamcorper accumsan in amet aliquip ullamcorper ut nulla ut. ";
+	nmo:plainTextMessageContent "Ea vel Utwisi qui at commodo molestie lobortis eu autem. ".
+
+<urn:uuid:1799905819> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1759192110>;
+	nmo:sentDate "2008-02-27T15:35:30";
+	nmo:receivedDate "2008-02-27T15:35:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:522539322>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "alpha darling commodoaliquip gov"];
+	nmo:bcc <urn:uuid:1154247600>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "aterry zzrilautem tv"];
+	nmo:messageSubject "Dolor nislut lorem luptatum suscipit esse velit veniamquis exerci tincidunt ad ut enim. ";
+	nmo:plainTextMessageContent "Dignissim ex invulputate ut consectetuer amet duis. Ad vero dignissim elitsed etaccumsan exerci luptatumzzril ex feugiat. ".
+
+<urn:uuid:2014661576> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1759192110>;
+	nmo:sentDate "2008-03-02T15:40:42";
+	nmo:receivedDate "2008-03-02T15:41:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iriure Utwisi dolore commodoconsequat elitsed et at. ";
+	nmo:plainTextMessageContent "Etaccumsan quis eu praesent commodoconsequat blandit ex nislut nostrud. Duis erat commodoconsequat dolore esse feugait velit nonummy dolore dolor autem nibh ea. ".
+
+<urn:uuid:92026353> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1759192110>;
+	nmo:sentDate "2008-02-20T15:24:56";
+	nmo:receivedDate "2008-02-20T15:24:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:912424357>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mseay utdiam edu"];
+	nmo:messageSubject "Consequat facilisi esse nostrud esse delenitaugue duis qui ea hendrerit commodo consectetuer luptatum ullamcorper. ";
+	nmo:plainTextMessageContent "Consequat euismod illum feugait vel praesent lobortis feugait ad ipsum eum veniam nulla lobortis. ".
+
+<urn:uuid:989168245> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1759192110>;
+	nmo:sentDate "2008-10-08T15:59:52";
+	nmo:receivedDate "2008-10-08T16:00:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1361528731>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "wwilber duisex gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Esse esse feugait diam illum nulla iriure ullamcorper qui duis duis tation in nonummy. ";
+	nmo:plainTextMessageContent "Eum vulputate veniamquis te nostrud facilisis te sit feugiat feugait nostrud dolore. ".
+
+<urn:uuid:748026851> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1759192110>;
+	nmo:sentDate "2008-08-19T15:55:08";
+	nmo:receivedDate "2008-08-19T15:55:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:85805452>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "walton strange teduis com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Ad sit nulla commodo elitsed volutpat consequat hendrerit autem veniam. ";
+	nmo:plainTextMessageContent "Autem eu ut ad nostrud qui vel dolore hendrerit minim. ".
+
+<urn:uuid:2124967588> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1759192110>;
+	nmo:sentDate "2008-07-31T15:25:34";
+	nmo:receivedDate "2008-07-31T15:25:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:551707762>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mae mccoy autemodio us"];
+	nmo:bcc <urn:uuid:1186591986>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "elvia delgadillo dolorluptatumzzril info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Duis feugait dolore dolore. ";
+	nmo:plainTextMessageContent "Dolor consequatvel eum minim vero facilisi enim exerci diam ad ex amet blandit duis. Nislut illum lorem adipiscing. ".
+
+<urn:uuid:2042321712> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1759192110>;
+	nmo:sentDate "2008-03-27T16:05:01";
+	nmo:receivedDate "2008-03-27T16:05:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1098183531>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "arnold thiel tefacilisi edu"];
+	nmo:messageSubject "Ex iustoodio wisi wisi tincidunt. ";
+	nmo:plainTextMessageContent "Te enim eum qui duis ut dolore delenit duis Utwisi autem doloremagna. ".
+
+<urn:uuid:811385862> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1759192110>;
+	nmo:sentDate "2008-02-11T16:11:24";
+	nmo:receivedDate "2008-02-11T16:11:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1014753875>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jessie naranjo eratenim info"];
+	nmo:messageSubject "Duis at molestie aliquip adipiscing. ";
+	nmo:plainTextMessageContent "Dolore feugait velit dolor at nulla eufeugiat et eum. Eufeugiat duis veniam dolore veniamquis qui at. ".
+
+<urn:uuid:806629680> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1759192110>;
+	nmo:sentDate "2008-08-02T15:34:56";
+	nmo:receivedDate "2008-08-02T15:35:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1716199321>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "hbenefield induis tv"];
+	nmo:bcc <urn:uuid:961783501>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "devon call etfacilisis eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Ut autem iriure eufeugiat suscipit quis. ";
+	nmo:plainTextMessageContent "Consequatvel tation volutpat iriure nislut. ".
+
+<urn:uuid:1449449280> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1759192110>;
+	nmo:sentDate "2008-09-27T16:10:10";
+	nmo:receivedDate "2008-09-27T16:10:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Dolore et hendrerit ea. ";
+	nmo:plainTextMessageContent "Duis qui feugait nostrud Utwisi blandit vel eros accumsan delenitaugue Utwisi consectetuer te. ".
+
+<urn:uuid:333207747> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1759192110>;
+	nmo:sentDate "2008-05-04T15:21:22";
+	nmo:receivedDate "2008-05-04T15:21:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1885933859>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ichilton iustoat com"];
+	nmo:messageSubject "Dolor nostrud sit vel eum in in diam. ";
+	nmo:plainTextMessageContent "Vel te iriure veniamquis ut minim erat duis aliquip vero ad vero. ".
+
+<urn:uuid:1501296303> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1759192110>;
+	nmo:sentDate "2008-08-01T15:43:21";
+	nmo:receivedDate "2008-08-01T15:44:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Blandit doloremagna elitsed laoreet et diam et blandit augue ad. ";
+	nmo:plainTextMessageContent "Feugait praesent iriuredolor ut ut facilisis te Utwisi. Duis enim vel at dolore eros luptatumzzril facilisis tincidunt minim lorem praesent. ".
+
+<urn:uuid:1447070091> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1759192110>;
+	nmo:sentDate "2008-08-11T15:17:20";
+	nmo:receivedDate "2008-08-11T15:17:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eum lobortis ut autem. ";
+	nmo:plainTextMessageContent "Lobortis ea eu facilisi ex iriure praesent. ".
+
+<urn:uuid:1164839069> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1759192110>;
+	nmo:sentDate "2008-08-28T15:33:35";
+	nmo:receivedDate "2008-08-28T15:34:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:590068079>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageSubject "Enim exerci tationullamcorper nonummy qui veniamquis nostrud lobortis duis wisi suscipit iriure amet facilisis. ";
+	nmo:plainTextMessageContent "Dolore velit esse vel veniam eum consequat ad ad vel. ".
+
+<urn:uuid:1000950831> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1759192110>;
+	nmo:sentDate "2008-03-09T15:43:28";
+	nmo:receivedDate "2008-03-09T15:44:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Exerci Utwisi molestie elitsed feugait qui nibh sit euismod molestie ut facilisi. ";
+	nmo:plainTextMessageContent "Invulputate esse ex augue consequat molestie nibh delenit erat esse aliquip. Molestie veniamquis invulputate facilisis. ".
+
+<urn:uuid:1132563572> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1759192110>;
+	nmo:sentDate "2008-04-02T15:38:45";
+	nmo:receivedDate "2008-04-02T15:39:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1919774260>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lavonne nutt ealobortis net"];
+	nmo:messageSubject "Dolore ea velit ipsum dolore amet facilisis aliquip delenitaugue aliquam facilisi feugiat blandit. ";
+	nmo:plainTextMessageContent "Eufeugiat nulla vel dolore erat vel blandit vel facilisi blandit ad ex velit. Blandit laoreet eu vel et et nulla at vulputate at. ".
+
+<urn:uuid:1116574634> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1759192110>;
+	nmo:sentDate "2008-04-25T15:55:42";
+	nmo:receivedDate "2008-04-25T15:56:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:506828097>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nmo:messageSubject "Volutpat euismod ut nibh euismod te praesent feugiat duis delenit. ";
+	nmo:plainTextMessageContent "Aliquip iriure et te wisi autem. Eros nulla in euismod et blandit sit minim commodo dolore veniamquis. ".
+
+<urn:uuid:279917206> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1759192110>;
+	nmo:sentDate "2008-09-24T16:00:54";
+	nmo:receivedDate "2008-09-24T16:01:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1866192366>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "gmarino tationullamcorpereuismod edu"];
+	nmo:messageSubject "Qui etaccumsan nibh dolor luptatum ipsum tincidunt veniamquis consectetuer dolore aliquam qui. ";
+	nmo:plainTextMessageContent "Nulla tation euismod dolor vero nislut qui nonummy suscipit dolore elitsed volutpat et facilisis. ".
+
+<urn:uuid:981943146> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1759192110>;
+	nmo:sentDate "2008-11-21T15:47:23";
+	nmo:receivedDate "2008-11-21T15:47:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Luptatumzzril vel duis consequatvel ea dignissim ipsum ad feugait te. ";
+	nmo:plainTextMessageContent "Tation enim ullamcorper blandit. ".
+
+<urn:uuid:895549450> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1759192110>;
+	nmo:sentDate "2008-11-25T15:19:25";
+	nmo:receivedDate "2008-11-25T15:20:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1619154526>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lgoebel nullatincidunt gov"];
+	nmo:messageSubject "Dolor qui consequat facilisi feugait ad lobortis nostrud consectetuer consequat vero aliquip vel ullamcorper. ";
+	nmo:plainTextMessageContent "In in dignissim commodo duis. Hendrerit autem facilisis delenitaugue delenitaugue feugait minim consequatvel vulputate wisi. ".
+
+<urn:uuid:227900812> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12459" ;
+	nco:locality "New Kingston" ;
+	nco:streetAddress "1500 Greenwood Trail" .
+
+<mailto:kkrueger nisluteros us> a nco:EmailAddress; 
+	nco:emailAddress "kkrueger nisluteros us".
+
+<urn:uuid:303904351> a nco:PersonContact; 
+	nco:fullname "Kerry Krueger";
+	nco:nameGiven "Kerry";
+	nco:nameFamily "Krueger";
+	nco:birthDate "1942-07-18";
+	nco:hasAffiliation "Order Processing Supervisor";
+	nco:hasEmailAddress <mailto:kkrueger nisluteros us>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:227900812>.
+
+<urn:uuid:1225829441> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05035" ;
+	nco:locality "Bridgewater Corners" ;
+	nco:streetAddress "9006 Sunny Slope Circle" .
+
+<mailto:alfred boudreau volutpatsit eu> a nco:EmailAddress; 
+	nco:emailAddress "alfred boudreau volutpatsit eu".
+
+<urn:uuid:738846557> a nco:PersonContact; 
+	nco:fullname "Alfred Boudreau";
+	nco:nameGiven "Alfred";
+	nco:nameFamily "Boudreau";
+	nco:birthDate "1943-02-10";
+	nco:hasAffiliation "Medical CT Technologist";
+	nco:hasEmailAddress <mailto:alfred boudreau volutpatsit eu>;
+	nco:hasPostalAddress <urn:uuid:1225829441>.
+
+<urn:uuid:1927666683> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1620105064>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Enim duis enim dolore tation te sit commodo enim ut enim. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-07T12:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-07T13:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1620105064>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1258514022> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:738846557>;
+	nmo:sentDate "2008-09-17T16:00:29";
+	nmo:receivedDate "2008-09-17T16:01:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfred boudreau volutpatsit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1200485464>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tricketts iriuredolordolore tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Facilisi laoreet autem et in commodoconsequat nisl Utwisi aliquip lorem autem duis. ";
+	nmo:plainTextMessageContent "Eu dolore facilisis molestie accumsan in. ".
+
+<urn:uuid:1508441648> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:738846557>;
+	nmo:sentDate "2008-06-16T15:29:56";
+	nmo:receivedDate "2008-06-16T15:29:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfred boudreau volutpatsit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Veniamquis exerci nulla blandit tationullamcorper iusto dolore nulla facilisi esse duis diam feugiat. ";
+	nmo:plainTextMessageContent "Quis nulla commodoconsequat ex suscipit facilisis delenit quis nulla eufeugiat. ".
+
+<urn:uuid:320919258> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:738846557>;
+	nmo:sentDate "2008-01-19T15:20:27";
+	nmo:receivedDate "2008-01-19T15:21:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfred boudreau volutpatsit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Eros nisl blandit autem. ";
+	nmo:plainTextMessageContent "Vel delenit vel vero vel accumsan enim in eros praesent esse at. ".
+
+<urn:uuid:432588845> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:738846557>;
+	nmo:sentDate "2008-12-05T15:29:42";
+	nmo:receivedDate "2008-12-05T15:30:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfred boudreau volutpatsit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:406835329>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "hiram pryor feugaitiriuredolor org"];
+	nmo:messageSubject "Elitsed ut adipiscing ut accumsan accumsan eu esse exerci eros etaccumsan nulla accumsan feugait. ";
+	nmo:plainTextMessageContent "Praesent suscipit lobortis ea et iustoodio tation in. ".
+
+<urn:uuid:638901656> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:738846557>;
+	nmo:sentDate "2008-09-04T15:51:49";
+	nmo:receivedDate "2008-09-04T15:52:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfred boudreau volutpatsit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:10001616>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ddale nullaeum info"];
+	nmo:messageSubject "Veniamquis duis consequatvel eu illum. ";
+	nmo:plainTextMessageContent "Autem minim facilisi tation veniamquis commodoconsequat lobortis duis nostrud aliquam. ".
+
+<urn:uuid:1939718875> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:738846557>;
+	nmo:sentDate "2008-05-01T15:18:14";
+	nmo:receivedDate "2008-05-01T15:18:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfred boudreau volutpatsit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:768136767>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "laquita arsenault consequatfeugait tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Eum dignissim euismod veniam diam hendrerit autem eum ex blandit ullamcorper nonummy. ";
+	nmo:plainTextMessageContent "Tationullamcorper delenitaugue facilisi commodo at ullamcorper feugait. ".
+
+<urn:uuid:154694986> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:738846557>;
+	nmo:sentDate "2008-06-04T15:59:50";
+	nmo:receivedDate "2008-06-04T16:00:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfred boudreau volutpatsit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Te dolore esse nostrud eros exerci in. ";
+	nmo:plainTextMessageContent "Accumsan praesent lobortis velit nulla at ut nislut eum ut delenit augue. ".
+
+<urn:uuid:1436694461> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:738846557>;
+	nmo:sentDate "2008-04-08T15:38:58";
+	nmo:receivedDate "2008-04-08T15:38:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfred boudreau volutpatsit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nostrud elitsed vel sit. ";
+	nmo:plainTextMessageContent "Erat eros tincidunt lobortis aliquip illum vero blandit ea eu ea. ".
+
+<urn:uuid:1791900674> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:738846557>;
+	nmo:sentDate "2008-10-31T15:26:01";
+	nmo:receivedDate "2008-10-31T15:26:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfred boudreau volutpatsit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Etaccumsan nonummy dolor blandit eros et praesent nulla. ";
+	nmo:plainTextMessageContent "At ut illum nonummy tincidunt ullamcorper illum lobortis. In nislut nulla ex dolor. ".
+
+<urn:uuid:2099420884> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:738846557>;
+	nmo:sentDate "2008-09-01T15:19:30";
+	nmo:receivedDate "2008-09-01T15:19:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfred boudreau volutpatsit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ad delenit facilisis qui consequat. ";
+	nmo:plainTextMessageContent "Iriure accumsan feugait et. In illum ut ad adipiscing et ut iriuredolor suscipit eufeugiat facilisi nibh facilisis. ".
+
+<urn:uuid:946344105> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:738846557>;
+	nmo:sentDate "2008-01-31T15:58:57";
+	nmo:receivedDate "2008-01-31T15:59:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfred boudreau volutpatsit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Consequatvel te quis nulla ut wisi dolor consectetuer exerci. ";
+	nmo:plainTextMessageContent "Lobortis dolor ut exerci vel commodo molestie autem ad wisi. ".
+
+<urn:uuid:637164829> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:738846557>;
+	nmo:sentDate "2009-01-16T15:58:34";
+	nmo:receivedDate "2009-01-16T15:58:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfred boudreau volutpatsit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2115917339>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rballard iustoex us"];
+	nmo:messageSubject "Facilisis eufeugiat illum molestie consequat praesent nostrud. ";
+	nmo:plainTextMessageContent "Feugiat dolore iriuredolor velit praesent te minim wisi lobortis consequatvel. Lobortis dignissim ullamcorper feugait blandit augue blandit erat eros. ".
+
+<urn:uuid:1183252289> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:738846557>;
+	nmo:sentDate "2008-08-04T15:24:24";
+	nmo:receivedDate "2008-08-04T15:24:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfred boudreau volutpatsit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eufeugiat nostrud iustoodio consectetuer molestie dolore. ";
+	nmo:plainTextMessageContent "Facilisis lobortis ipsum et et molestie tationullamcorper velit dolore delenit. Dolore dignissim praesent nonummy ipsum. ".
+
+<urn:uuid:1932929971> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:738846557>;
+	nmo:sentDate "2009-02-12T15:34:29";
+	nmo:receivedDate "2009-02-12T15:34:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfred boudreau volutpatsit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Molestie hendrerit in diam nulla et nonummy iriuredolor vulputate at. ";
+	nmo:plainTextMessageContent "Feugait veniam diam euismod illum iriure hendrerit eum. Autem qui vel exerci. ".
+
+<urn:uuid:236767670> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:738846557>;
+	nmo:sentDate "2008-02-28T15:50:03";
+	nmo:receivedDate "2008-02-28T15:50:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfred boudreau volutpatsit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:300949600>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "daryl huntington erosaugue us"];
+	nmo:messageSubject "Ex nulla delenitaugue delenitaugue luptatum ullamcorper vulputate wisi dolor doloremagna. ";
+	nmo:plainTextMessageContent "Hendrerit volutpat enim enim zzril dignissim minim exerci illum. Dolore dolor ut amet praesent. ".
+
+<urn:uuid:368603703> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:738846557>;
+	nmo:sentDate "2008-12-12T15:27:07";
+	nmo:receivedDate "2008-12-12T15:27:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfred boudreau volutpatsit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Accumsan adipiscing nulla suscipit aliquip hendrerit ea dolore at praesent esse consequatvel nostrud delenitaugue. ";
+	nmo:plainTextMessageContent "Eu velit odio commodo facilisis in nulla enim qui minim nislut eros. ".
+
+<urn:uuid:583245737> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:738846557>;
+	nmo:sentDate "2008-07-19T15:50:05";
+	nmo:receivedDate "2008-07-19T15:50:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfred boudreau volutpatsit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Minim qui ad iustoodio ipsum invulputate eufeugiat esse molestie commodo eufeugiat eros molestie. ";
+	nmo:plainTextMessageContent "In hendrerit quis velit. ".
+
+<urn:uuid:1275757485> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:738846557>;
+	nmo:sentDate "2008-09-11T15:44:48";
+	nmo:receivedDate "2008-09-11T15:45:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfred boudreau volutpatsit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Diam aliquam molestie dolor exerci te nulla sit in sit enim aliquip duis. ";
+	nmo:plainTextMessageContent "Nulla delenit veniamquis esse. ".
+
+<urn:uuid:743146717> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:738846557>;
+	nmo:sentDate "2008-10-26T15:59:24";
+	nmo:receivedDate "2008-10-26T15:59:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfred boudreau volutpatsit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Autem doloremagna esse qui aliquip veniamquis autem esse autem te ex ut Utwisi vero. ";
+	nmo:plainTextMessageContent "Amet te illum velit tincidunt te dolore laoreet. Consequatvel aliquam diam facilisi nibh esse exerci eufeugiat feugiat esse commodoconsequat zzril te dolor. ".
+
+<urn:uuid:1038317067> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:738846557>;
+	nmo:sentDate "2008-05-31T15:11:55";
+	nmo:receivedDate "2008-05-31T15:12:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfred boudreau volutpatsit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vulputate iusto augue qui. ";
+	nmo:plainTextMessageContent "Qui commodoconsequat ut duis et odio consequat in. ".
+
+<urn:uuid:1324460732> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:738846557>;
+	nmo:sentDate "2008-02-21T16:01:41";
+	nmo:receivedDate "2008-02-21T16:02:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfred boudreau volutpatsit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1329543945>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "toni banks commodoconsequatdiam org"];
+	nmo:messageSubject "Tincidunt feugiat elitsed euismod et autem consequat ex dolore. ";
+	nmo:plainTextMessageContent "Commodo zzril ut diam dolor nislut velit facilisis suscipit nulla Utwisi. Facilisi duis vel facilisis consequat elitsed et aliquam. ".
+
+<urn:uuid:1913445559> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:738846557>;
+	nmo:sentDate "2008-08-03T15:39:49";
+	nmo:receivedDate "2008-08-03T15:40:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfred boudreau volutpatsit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1866192366>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "gmarino tationullamcorpereuismod edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "In eum facilisi autem facilisi ut minim nulla exerci vel. ";
+	nmo:plainTextMessageContent "At iriuredolor nostrud lorem dolore. Vulputate nostrud accumsan nulla aliquip iriure duis vero veniam minim lobortis euismod suscipit. ".
+
+<urn:uuid:822420041> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:738846557>;
+	nmo:sentDate "2008-04-20T15:50:55";
+	nmo:receivedDate "2008-04-20T15:51:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfred boudreau volutpatsit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Doloremagna diam et molestie duis. ";
+	nmo:plainTextMessageContent "Delenit in ad eum. Vero dolor hendrerit feugait autem facilisis. ".
+
+<urn:uuid:61739527> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:738846557>;
+	nmo:sentDate "2008-10-09T15:55:45";
+	nmo:receivedDate "2008-10-09T15:55:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfred boudreau volutpatsit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Lorem consequatvel dolore ut zzril diam ullamcorper consequat lorem vulputate. ";
+	nmo:plainTextMessageContent "Veniamquis eu velit iriuredolor vero lobortis minim diam lorem consectetuer suscipit volutpat adipiscing. ".
+
+<urn:uuid:665038101> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02117" ;
+	nco:locality "Boston" ;
+	nco:streetAddress "8850 Talmage Cove" .
+
+<mailto:ecouncil doloreet info> a nco:EmailAddress; 
+	nco:emailAddress "ecouncil doloreet info".
+
+<xmpp:ervin council gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Ervin Council" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Lobortis ea exerci iriure aliquip. " ;
+	nco:imID "ervin council gmail com".
+
+<tel:+15857316999> a nco:PhoneNumber; 
+	nco:phoneNumber "(585)731-6999".
+
+<urn:uuid:1989748601> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15857316999>]; 
+	nmo:duration 12; 
+	nmo:receivedDate "2008-07-14T15:14:18". 
+
+<urn:uuid:794953689> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15857316999>]; 
+	nmo:duration 19; 
+	nmo:sentDate "2008-04-22T15:32:05". 
+
+<urn:uuid:1417775180> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15857316999>]; 
+	nmo:duration 33; 
+	nmo:receivedDate "2008-02-16T15:24:23". 
+
+<urn:uuid:1415084185> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15857316999>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-04T15:44:54";
+	nmo:receivedDate "2008-02-21T15:20:35";
+	nmo:plainTextMessageContent "Molestie veniam enim dolore nulla facilisis. At duis at hendrerit. Minim duis nulla in suscipit accumsan vel nulla feugait ad. Sit laoreet doloremagna veniam quis iriure vero augue iriure. Vulputate blandit iriure facilisi feugait. ".
+
+<urn:uuid:479975188> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15857316999>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-02T15:16:43";
+	nmo:receivedDate "2008-06-15T15:11:50";
+	nmo:plainTextMessageContent "Qui enim nulla facilisi te ullamcorper feugait facilisis. At ex vulputate accumsan ullamcorper. Luptatum dolore enim consequatvel eum zzril. Sit dignissim delenit luptatumzzril te duis nostrud nibh dignissim feugiat te feugiat. Esse molestie facilisi vel sit ex dolore veniamquis te tation. Eum ad nislut vel odio vel vulputate ut. Adipiscing ut esse ullamcorper ipsum velit vero luptatumzzril te esse commodo te volutpat facilisis. ".
+
+<urn:uuid:900473873> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15857316999>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-22T15:38:48";
+	nmo:receivedDate "2008-02-24T15:23:14";
+	nmo:plainTextMessageContent "Nonummy quis eros nulla in facilisi luptatumzzril. Velit at tationullamcorper iriuredolor delenit nisl ad exerci ex velit eros. Nulla autem invulputate doloremagna. Facilisis delenit duis dolor wisi at erat ipsum sit ad consequat lobortis. Enim duis consectetuer facilisi tincidunt duis consequatvel consequatvel. Eu vel luptatumzzril velit hendrerit velit nulla. ".
+
+<urn:uuid:1660600507> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15857316999>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-03T15:41:40";
+	nmo:receivedDate "2008-07-21T15:13:02";
+	nmo:plainTextMessageContent "Ipsum at at duis. Elitsed consequat ad duis suscipit ad hendrerit eu delenit esse laoreet hendrerit. Praesent nibh duis feugait enim sit eum lorem velit feugiat vel. Duis nibh delenit vero nostrud elitsed duis autem dolore. Luptatum quis consequat in ex nislut doloremagna nulla molestie elitsed. Luptatum facilisis consequat dolore hendrerit aliquam nisl ad. ".
+
+<urn:uuid:550650654> a nco:PersonContact; 
+	nco:fullname "Ervin Council";
+	nco:nameGiven "Ervin";
+	nco:nameFamily "Council";
+	nco:birthDate "1942-12-11";
+	nco:hasAffiliation "Technician ECG";
+	nco:hasEmailAddress <mailto:ecouncil doloreet info>;
+	nco:hasPhoneNumber <tel:+15857316999>;
+	nco:hasIMAccount <xmpp:ervin council gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:665038101>.
+
+<urn:uuid:1577222340> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08028" ;
+	nco:locality "Glassboro" ;
+	nco:streetAddress "5509 Carlingford Avenue" .
+
+<mailto:gcomstock delenitpraesent tv> a nco:EmailAddress; 
+	nco:emailAddress "gcomstock delenitpraesent tv".
+
+<xmpp:germaine comstock gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Germaine Comstock" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Duis quis eufeugiat ad consectetuer. " ;
+	nco:imID "germaine comstock gmail com".
+
+<tel:+19739522030> a nco:PhoneNumber; 
+	nco:phoneNumber "(973)952-2030".
+
+<urn:uuid:1117886511> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19739522030>]; 
+	nmo:duration 31; 
+	nmo:sentDate "2008-11-05T15:40:38". 
+
+<urn:uuid:1568508555> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19739522030>]; 
+	nmo:duration 36; 
+	nmo:sentDate "2009-02-17T15:56:59". 
+
+<urn:uuid:526610348> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19739522030>]; 
+	nmo:duration 1; 
+	nmo:sentDate "2008-12-21T15:41:26". 
+
+<urn:uuid:1639454527> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19739522030>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-02T16:04:27";
+	nmo:receivedDate "2008-03-01T15:26:50";
+	nmo:plainTextMessageContent "Eros quis blandit duis ut veniam suscipit veniam. Feugiat eum eum facilisis ea Utwisi vel facilisis et at. Vulputate suscipit duis erat ea eu nulla dolor aliquam. Aliquam tationullamcorper exerci sit praesent luptatum dolore. Dolore dignissim illum veniamquis in ea. Minim vel hendrerit consequatvel dolore aliquip nislut blandit vero feugiat augue dignissim. Commodo amet at iriuredolor. ".
+
+<urn:uuid:151059857> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19739522030>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-25T15:23:45";
+	nmo:receivedDate "2008-09-27T15:31:52";
+	nmo:plainTextMessageContent "Utwisi adipiscing accumsan iriure commodoconsequat eufeugiat at duis. Nulla hendrerit ea nulla exerci. Vulputate exerci iusto diam. Velit facilisis commodoconsequat hendrerit feugiat zzril vero facilisi. Esse ut quis consequat dolore odio feugiat etaccumsan illum et eum. Ipsum zzril vel dolore ut at amet amet aliquip esse. In et in blandit dolore in nisl. ".
+
+<urn:uuid:1393430248> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19739522030>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-08T16:01:57";
+	nmo:receivedDate "2008-10-01T15:52:11";
+	nmo:plainTextMessageContent "Euismod erat volutpat exerci euismod. Dolor duis dolore iustoodio ullamcorper delenitaugue vel vulputate tincidunt dolore ullamcorper. Veniam iustoodio dolore duis wisi nibh. Tationullamcorper et eros luptatumzzril vulputate amet zzril dolor. ".
+
+<urn:uuid:2089704928> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19739522030>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-21T15:14:49";
+	nmo:receivedDate "2008-03-05T15:17:00";
+	nmo:plainTextMessageContent "Esse luptatumzzril tincidunt nulla autem ullamcorper nulla iustoodio molestie tincidunt facilisis. Tincidunt veniam amet augue. Nulla veniam suscipit vel eros zzril esse aliquip illum dolore et ipsum. Ut vero te nulla velit. Eufeugiat commodoconsequat invulputate enim velit. ".
+
+<urn:uuid:406586285> a nco:PersonContact; 
+	nco:fullname "Germaine Comstock";
+	nco:nameGiven "Germaine";
+	nco:nameFamily "Comstock";
+	nco:birthDate "1942-09-15";
+	nco:hasAffiliation "Department Supervisor";
+	nco:hasEmailAddress <mailto:gcomstock delenitpraesent tv>;
+	nco:hasPhoneNumber <tel:+19739522030>;
+	nco:hasIMAccount <xmpp:germaine comstock gmail com>;
+	nco:hasPostalAddress <urn:uuid:1577222340>.
+
+<urn:uuid:2110813994> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06511" ;
+	nco:locality "New Haven" ;
+	nco:streetAddress "2613 Pine Hollow Cove" .
+
+<mailto:colin guevara autemeum com> a nco:EmailAddress; 
+	nco:emailAddress "colin guevara autemeum com".
+
+<urn:uuid:1568703838> a nco:PersonContact; 
+	nco:fullname "Colin Guevara";
+	nco:nameGiven "Colin";
+	nco:nameFamily "Guevara";
+	nco:birthDate "1942-10-03";
+	nco:hasAffiliation "Materials Scheduler";
+	nco:hasEmailAddress <mailto:colin guevara autemeum com>;
+	nco:hasPostalAddress <urn:uuid:2110813994>.
+
+<urn:uuid:394980507> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04468" ;
+	nco:locality "Old Town" ;
+	nco:streetAddress "2320 Muir Drive" .
+
+<mailto:glenn crandall exvel tv> a nco:EmailAddress; 
+	nco:emailAddress "glenn crandall exvel tv".
+
+<xmpp:glenn crandall gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Glenn Crandall" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Velit feugiat facilisi quis hendrerit tationullamcorper wisi veniamquis. " ;
+	nco:imID "glenn crandall gmail com".
+
+<tel:+12079263233> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)926-3233".
+
+<urn:uuid:506710916> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079263233>]; 
+	nmo:duration 4; 
+	nmo:receivedDate "2008-02-12T15:32:18". 
+
+<urn:uuid:1906195846> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079263233>]; 
+	nmo:duration 42; 
+	nmo:receivedDate "2008-11-06T15:36:44". 
+
+<urn:uuid:714976317> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079263233>]; 
+	nmo:duration 26; 
+	nmo:receivedDate "2008-05-06T15:21:14". 
+
+<urn:uuid:1111641828> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079263233>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-02T16:02:46";
+	nmo:receivedDate "2008-01-28T15:43:22";
+	nmo:plainTextMessageContent "Commodoconsequat erat blandit laoreet blandit te. Nulla ea et molestie autem. Dolor tation commodoconsequat in facilisi exerci nisl augue nislut lorem enim consectetuer qui. Eum delenit nostrud ea ea iustoodio eros commodoconsequat facilisi esse iriure hendrerit. Ut duis iriuredolor ea consequat velit feugiat et. Blandit nostrud ipsum suscipit Utwisi exerci molestie feugait veniamquis molestie iusto te vel. ".
+
+<urn:uuid:1174492788> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079263233>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-19T15:54:33";
+	nmo:receivedDate "2008-03-30T16:05:11";
+	nmo:plainTextMessageContent "Vel accumsan in doloremagna. Nislut iusto praesent eum amet consequat commodoconsequat te duis te. Ex quis ut etaccumsan minim qui doloremagna delenit iustoodio eros praesent ea exerci consectetuer. Consequat duis vel consequatvel facilisis tincidunt tincidunt exerci dolor qui. Nulla euismod nulla feugiat adipiscing consequatvel dolor Utwisi ipsum erat consectetuer wisi. ".
+
+<urn:uuid:1230368174> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079263233>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-04T15:58:08";
+	nmo:receivedDate "2008-09-29T15:29:13";
+	nmo:plainTextMessageContent "Adipiscing duis molestie feugait exerci ea aliquip luptatumzzril diam eros velit facilisis. Aliquip quis odio esse eros tationullamcorper et lobortis hendrerit. Vel ut ut ea accumsan hendrerit. Vel volutpat euismod qui. Euismod nibh luptatum ipsum tationullamcorper consectetuer. Exerci minim tationullamcorper nostrud at facilisis Utwisi luptatumzzril tationullamcorper luptatum eum ex nibh in. ".
+
+<urn:uuid:1717500870> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079263233>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-22T15:40:21";
+	nmo:receivedDate "2008-10-09T15:22:23";
+	nmo:plainTextMessageContent "Consequatvel dolor autem praesent dolore. Duis praesent velit eum dignissim ullamcorper eros at enim aliquip ad quis. Eufeugiat nostrud delenitaugue ex ut facilisi exerci molestie ad. Iusto ipsum et duis dolore. ".
+
+<urn:uuid:1281249229> a nco:PersonContact; 
+	nco:fullname "Glenn Crandall";
+	nco:nameGiven "Glenn";
+	nco:nameFamily "Crandall";
+	nco:birthDate "1943-01-26";
+	nco:hasAffiliation "Planner Estate";
+	nco:hasEmailAddress <mailto:glenn crandall exvel tv>;
+	nco:hasPhoneNumber <tel:+12079263233>;
+	nco:hasIMAccount <xmpp:glenn crandall gmail com>;
+	nco:hasPostalAddress <urn:uuid:394980507>.
+
+<urn:uuid:1467640519> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03451" ;
+	nco:locality "Hinsdale" ;
+	nco:streetAddress "4139 Hanson Parkway" .
+
+<mailto:rosanne mcfall velitvel com> a nco:EmailAddress; 
+	nco:emailAddress "rosanne mcfall velitvel com".
+
+<urn:uuid:90736525> a nco:PersonContact; 
+	nco:fullname "Rosanne Mcfall";
+	nco:nameGiven "Rosanne";
+	nco:nameFamily "Mcfall";
+	nco:birthDate "1942-12-22";
+	nco:hasAffiliation "Fence Erector";
+	nco:hasEmailAddress <mailto:rosanne mcfall velitvel com>;
+	nco:hasPostalAddress <urn:uuid:1467640519>.
+
+<urn:uuid:261449939> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:90736525>;
+	nmo:sentDate "2008-05-21T15:50:34";
+	nmo:receivedDate "2008-05-21T15:50:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rosanne mcfall velitvel com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:485028510>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "hsnook euismodat tv"];
+	nmo:messageSubject "Praesent te ex nostrud te iusto blandit nulla. ";
+	nmo:plainTextMessageContent "Exerci nulla commodo dolore molestie. Autem commodo molestie quis in augue nulla ad consequatvel esse nisl augue eufeugiat. ".
+
+<urn:uuid:1454834076> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:90736525>;
+	nmo:sentDate "2008-03-26T15:36:17";
+	nmo:receivedDate "2008-03-26T15:37:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rosanne mcfall velitvel com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Lobortis minim lobortis iusto ut praesent qui. ";
+	nmo:plainTextMessageContent "Vulputate esse eum zzril hendrerit exerci duis exerci molestie dolor sit ut. Luptatumzzril enim exerci illum enim qui praesent consectetuer invulputate. ".
+
+<urn:uuid:1759834443> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:90736525>;
+	nmo:sentDate "2008-05-18T15:30:53";
+	nmo:receivedDate "2008-05-18T15:31:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rosanne mcfall velitvel com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ut ad aliquam eros suscipit nostrud quis velit ea lobortis diam laoreet duis sit. ";
+	nmo:plainTextMessageContent "Qui facilisis dolore hendrerit minim ea. Vulputate nostrud ad in laoreet esse vel hendrerit dignissim laoreet duis in Utwisi. ".
+
+<urn:uuid:416242337> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:90736525>;
+	nmo:sentDate "2008-08-07T15:24:49";
+	nmo:receivedDate "2008-08-07T15:25:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rosanne mcfall velitvel com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Wisi ut consequatvel consequat duis. ";
+	nmo:plainTextMessageContent "Exerci tincidunt qui ut ex euismod in. ".
+
+<urn:uuid:1104479347> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:90736525>;
+	nmo:sentDate "2008-11-19T16:03:26";
+	nmo:receivedDate "2008-11-19T16:03:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rosanne mcfall velitvel com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:510588939>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "zenaida vail diamenim net"];
+	nmo:messageSubject "Hendrerit enim feugait vero accumsan suscipit adipiscing nisl vel. ";
+	nmo:plainTextMessageContent "Blandit iusto velit molestie doloremagna tationullamcorper. Illum iustoodio vero consequat Utwisi commodo invulputate delenit dolor facilisis in. ".
+
+<urn:uuid:321698826> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:90736525>;
+	nmo:sentDate "2008-06-26T15:32:35";
+	nmo:receivedDate "2008-06-26T15:33:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rosanne mcfall velitvel com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Duis nulla dolor hendrerit dolore vel eum luptatum nostrud. ";
+	nmo:plainTextMessageContent "Dolor dolor blandit in hendrerit molestie vel vero nislut. ".
+
+<urn:uuid:565472885> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:90736525>;
+	nmo:sentDate "2008-09-30T15:13:40";
+	nmo:receivedDate "2008-09-30T15:14:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rosanne mcfall velitvel com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:67233756>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "burton batchelor duisaccumsan net"];
+	nmo:messageSubject "Te in nulla luptatum luptatum vel etaccumsan. ";
+	nmo:plainTextMessageContent "Molestie ex ut amet dolore ea esse qui. Exerci in consequat velit ullamcorper eu velit. ".
+
+<urn:uuid:382033310> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:90736525>;
+	nmo:sentDate "2008-07-14T15:49:07";
+	nmo:receivedDate "2008-07-14T15:49:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rosanne mcfall velitvel com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Veniam iriure vel feugiat consequat suscipit ea ea luptatum minim dolor lobortis. ";
+	nmo:plainTextMessageContent "Enim lobortis veniam qui. Ex aliquam minim nulla Utwisi. ".
+
+<urn:uuid:2121452562> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:90736525>;
+	nmo:sentDate "2008-04-10T16:07:29";
+	nmo:receivedDate "2008-04-10T16:08:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rosanne mcfall velitvel com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:453668364>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ginger crider utblandit info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Facilisis blandit velit nulla duis dolore ex vel duis. ";
+	nmo:plainTextMessageContent "Te dolor in ea invulputate augue blandit facilisis. Duis eros consectetuer enim consequat. ".
+
+<urn:uuid:2100290915> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:90736525>;
+	nmo:sentDate "2008-07-31T16:08:34";
+	nmo:receivedDate "2008-07-31T16:09:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rosanne mcfall velitvel com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Aliquam blandit in nulla dolore tincidunt. ";
+	nmo:plainTextMessageContent "Ex consequat vulputate autem ea eum nostrud praesent autem qui erat veniamquis wisi. ".
+
+<urn:uuid:346977305> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:90736525>;
+	nmo:sentDate "2008-10-25T15:16:22";
+	nmo:receivedDate "2008-10-25T15:16:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rosanne mcfall velitvel com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eum ut lorem consequat iusto luptatumzzril zzril euismod. ";
+	nmo:plainTextMessageContent "Duis ut in suscipit blandit facilisi nulla. ".
+
+<urn:uuid:1497315611> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:90736525>;
+	nmo:sentDate "2008-06-11T16:10:01";
+	nmo:receivedDate "2008-06-11T16:10:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rosanne mcfall velitvel com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iriuredolor eufeugiat vel iustoodio vel Utwisi sit. ";
+	nmo:plainTextMessageContent "Tationullamcorper eum nibh aliquip delenit iusto commodo Utwisi wisi veniam. ".
+
+<urn:uuid:1810295347> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12123" ;
+	nco:locality "Nassau" ;
+	nco:streetAddress "9897 Rainwood Cove" .
+
+<mailto:jcox luptatumzzrilblandit eu> a nco:EmailAddress; 
+	nco:emailAddress "jcox luptatumzzrilblandit eu".
+
+<xmpp:jimmie cox gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Jimmie Cox" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Consequatvel molestie ex vel nostrud dolore delenit ut elitsed. " ;
+	nco:imID "jimmie cox gmail com".
+
+<urn:uuid:1210672065> a nco:PersonContact; 
+	nco:fullname "Jimmie Cox";
+	nco:nameGiven "Jimmie";
+	nco:nameFamily "Cox";
+	nco:birthDate "1942-11-24";
+	nco:hasAffiliation "Construction Worker";
+	nco:hasEmailAddress <mailto:jcox luptatumzzrilblandit eu>;
+	nco:hasIMAccount <xmpp:jimmie cox gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:1810295347>.
+
+<urn:uuid:49461618> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14704" ;
+	nco:locality "Jamestown" ;
+	nco:streetAddress "8922 Tully Avenue" .
+
+<mailto:rabbott facilisiet net> a nco:EmailAddress; 
+	nco:emailAddress "rabbott facilisiet net".
+
+<urn:uuid:631544916> a nco:PersonContact; 
+	nco:fullname "Rolland Abbott";
+	nco:nameGiven "Rolland";
+	nco:nameFamily "Abbott";
+	nco:birthDate "1942-12-12";
+	nco:hasAffiliation "Copy Editor";
+	nco:hasEmailAddress <mailto:rabbott facilisiet net>;
+	nco:hasPostalAddress <urn:uuid:49461618>.
+
+<urn:uuid:679627676> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05773" ;
+	nco:locality "Wallingford" ;
+	nco:streetAddress "224 Pine Hollow Parkway" .
+
+<mailto:clemente sommer iniriure eu> a nco:EmailAddress; 
+	nco:emailAddress "clemente sommer iniriure eu".
+
+<tel:+16173185906> a nco:PhoneNumber; 
+	nco:phoneNumber "(617)318-5906".
+
+<urn:uuid:142536926> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16173185906>]; 
+	nmo:duration 28; 
+	nmo:sentDate "2008-03-10T15:53:19". 
+
+<urn:uuid:1218551344> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16173185906>]; 
+	nmo:duration 6; 
+	nmo:sentDate "2008-04-14T15:27:14". 
+
+<urn:uuid:653084749> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16173185906>]; 
+	nmo:duration 12; 
+	nmo:sentDate "2008-10-22T15:37:55". 
+
+<urn:uuid:1168634794> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16173185906>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-21T16:07:43";
+	nmo:receivedDate "2008-07-24T15:35:01";
+	nmo:plainTextMessageContent "Exerci nostrud iustoodio eros velit eu duis ut dignissim eros nulla aliquip iusto. Vel exerci ex at minim praesent nulla dolore. Aliquip Utwisi praesent dolore. Qui consectetuer dolor molestie lorem dolore ut consequatvel molestie exerci. ".
+
+<urn:uuid:1369004380> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16173185906>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-12T16:04:41";
+	nmo:receivedDate "2008-08-22T15:39:05";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Suscipit vero nulla autem facilisis dignissim qui tation molestie delenitaugue. Dolore nostrud dolor dignissim eum eum qui ex consequat laoreet. Illum erat exerci vero in nonummy luptatum diam autem esse erat dolore. Duis vel iriure iusto sit praesent blandit hendrerit augue. ".
+
+<urn:uuid:2019317470> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16173185906>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-11T15:57:10";
+	nmo:receivedDate "2008-04-06T15:14:16";
+	nmo:plainTextMessageContent "Vel wisi dignissim facilisi dolore praesent nulla esse qui iriuredolor delenit veniam esse. At vero praesent ex. Enim adipiscing lorem iusto velit duis laoreet nislut. Facilisis nisl feugiat eros volutpat exerci enim. Hendrerit diam doloremagna hendrerit ea iriuredolor hendrerit eufeugiat ea luptatumzzril consectetuer euismod. Hendrerit nostrud consequat eu veniamquis autem duis delenit minim autem consequatvel. Dolor ullamcorper velit amet nonummy vero ad feugait nulla veniam commodoconsequat dignissim augue. ".
+
+<urn:uuid:150028545> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16173185906>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-24T15:33:27";
+	nmo:receivedDate "2008-09-14T16:03:23";
+	nmo:plainTextMessageContent "Eum lobortis nisl aliquam blandit et eum vel te et nulla qui lobortis adipiscing. Eufeugiat wisi ex lobortis blandit dolore esse euismod exerci volutpat duis vel in at. Nulla te dolor nisl eum nisl commodoconsequat nulla illum commodoconsequat autem dolore. Aliquam lobortis feugait ad dignissim facilisis laoreet laoreet ut te nulla dolore amet. Doloremagna delenit facilisis dolor quis dolore minim veniam te at vel dolor et. Quis dolor dolore et et zzril duis. Nulla minim te vero minim doloremagna ut iriuredolor invulputate enim luptatum. ".
+
+<urn:uuid:629472117> a nco:PersonContact; 
+	nco:fullname "Clemente Sommer";
+	nco:nameGiven "Clemente";
+	nco:nameFamily "Sommer";
+	nco:birthDate "1942-04-15";
+	nco:hasAffiliation "Insurance & Senior Benefits Clerk";
+	nco:hasEmailAddress <mailto:clemente sommer iniriure eu>;
+	nco:hasPhoneNumber <tel:+16173185906>;
+	nco:hasPostalAddress <urn:uuid:679627676>.
+
+<urn:uuid:1463780086> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:629472117>;
+	nmo:sentDate "2008-08-22T15:50:06";
+	nmo:receivedDate "2008-08-22T15:51:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente sommer iniriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1661446030>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "nichole pettigrew laoreetvelit tv"];
+	nmo:messageSubject "Blandit ad doloremagna delenitaugue ad in molestie velit adipiscing elitsed velit iusto exerci. ";
+	nmo:plainTextMessageContent "Nulla qui quis feugait vel dignissim. Praesent duis at aliquam et laoreet ullamcorper iriuredolor ex. ".
+
+<urn:uuid:1185747355> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:629472117>;
+	nmo:sentDate "2008-02-01T15:47:04";
+	nmo:receivedDate "2008-02-01T15:47:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente sommer iniriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1203353125>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "alange molestiequis info"];
+	nmo:messageSubject "Ad nisl ut vero nulla ad eros duis luptatum duis tincidunt. ";
+	nmo:plainTextMessageContent "Lorem adipiscing illum nostrud ut velit. Vulputate facilisi tationullamcorper qui iusto facilisi delenit ad facilisi ea. ".
+
+<urn:uuid:116279495> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:629472117>;
+	nmo:sentDate "2008-01-26T15:47:16";
+	nmo:receivedDate "2008-01-26T15:47:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente sommer iniriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Vel dolore velit feugait tation facilisi ut duis nibh ex lorem eros. ";
+	nmo:plainTextMessageContent "Nisl eufeugiat in volutpat feugait vel duis euismod. ".
+
+<urn:uuid:1848920538> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:629472117>;
+	nmo:sentDate "2008-12-20T15:53:10";
+	nmo:receivedDate "2008-12-20T15:53:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente sommer iniriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Volutpat illum nisl aliquip ut enim et duis. ";
+	nmo:plainTextMessageContent "Eros blandit in molestie consequat facilisis consequat molestie feugiat euismod. ".
+
+<urn:uuid:1379152631> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:629472117>;
+	nmo:sentDate "2008-09-07T15:49:58";
+	nmo:receivedDate "2008-09-07T15:50:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente sommer iniriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Utwisi nonummy praesent invulputate. ";
+	nmo:plainTextMessageContent "Dolore exerci accumsan feugiat laoreet minim enim at doloremagna exerci doloremagna dolor. ".
+
+<urn:uuid:1991550461> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:629472117>;
+	nmo:sentDate "2008-06-25T15:40:59";
+	nmo:receivedDate "2008-06-25T15:41:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente sommer iniriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eros lorem et illum diam iriuredolor consectetuer eros eufeugiat feugiat ex et lorem. ";
+	nmo:plainTextMessageContent "Autem tationullamcorper praesent aliquip erat suscipit delenitaugue nulla facilisis. ".
+
+<urn:uuid:904161633> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:629472117>;
+	nmo:sentDate "2008-10-29T15:55:40";
+	nmo:receivedDate "2008-10-29T15:56:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente sommer iniriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1809078302>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "mwaldrop nibhnislut info"];
+	nmo:messageSubject "Invulputate nislut exerci Utwisi duis nonummy dolor quis eum. ";
+	nmo:plainTextMessageContent "Tation dignissim ut iriuredolor suscipit iriuredolor autem in vel vel. ".
+
+<urn:uuid:1043171081> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:629472117>;
+	nmo:sentDate "2008-06-05T15:23:55";
+	nmo:receivedDate "2008-06-05T15:24:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente sommer iniriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:839033319>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "karyn perrin tecommodoconsequat tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Eum eum diam delenitaugue vulputate iriure autem vel. ";
+	nmo:plainTextMessageContent "Luptatum tationullamcorper ad velit aliquam consectetuer nonummy te wisi laoreet facilisi. Iriuredolor facilisi dolor blandit nibh. ".
+
+<urn:uuid:389570554> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:629472117>;
+	nmo:sentDate "2008-04-03T15:45:27";
+	nmo:receivedDate "2008-04-03T15:46:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente sommer iniriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Enim et iustoodio dolore velit in duis dolor vel eros wisi ut dolor dolore. ";
+	nmo:plainTextMessageContent "Blandit iriure vero at at qui augue doloremagna ut quis wisi ea ut duis. ".
+
+<urn:uuid:2083470546> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:629472117>;
+	nmo:sentDate "2008-06-13T15:52:39";
+	nmo:receivedDate "2008-06-13T15:53:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente sommer iniriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:309189477>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "don beardsley sitlobortis tv"];
+	nmo:bcc <urn:uuid:1661446030>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "nichole pettigrew laoreetvelit tv"];
+	nmo:messageSubject "Ad doloremagna ex aliquip nisl lorem. ";
+	nmo:plainTextMessageContent "Nostrud dolore duis volutpat adipiscing et. Esse praesent eros dignissim ut nulla. ".
+
+<urn:uuid:1826768169> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:629472117>;
+	nmo:sentDate "2008-03-18T16:10:15";
+	nmo:receivedDate "2008-03-18T16:11:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente sommer iniriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2094624393>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "latherton hendreritwisi tv"];
+	nmo:messageSubject "Lobortis consequatvel velit minim vero suscipit ut ullamcorper doloremagna velit vero. ";
+	nmo:plainTextMessageContent "Lobortis odio nibh ut etaccumsan vero iriuredolor. ".
+
+<urn:uuid:1548464135> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:629472117>;
+	nmo:sentDate "2008-09-12T15:55:26";
+	nmo:receivedDate "2008-09-12T15:56:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "clemente sommer iniriure eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:243100821>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "eloise penny iriuredolore edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Praesent te eros lobortis volutpat. ";
+	nmo:plainTextMessageContent "Tationullamcorper commodoconsequat autem dolore consequatvel vel adipiscing ut consequatvel delenitaugue at nostrud nostrud. Vel ad delenit ad luptatum consectetuer ut qui hendrerit lorem ut enim lorem te. ".
+
+<urn:uuid:482888290> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13408" ;
+	nco:locality "Morrisville" ;
+	nco:streetAddress "18 Oak Glen Lane" .
+
+<mailto:clarissa christmas blanditexerci org> a nco:EmailAddress; 
+	nco:emailAddress "clarissa christmas blanditexerci org".
+
+<tel:+18029757998> a nco:PhoneNumber; 
+	nco:phoneNumber "(802)975-7998".
+
+<urn:uuid:1509256370> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18029757998>]; 
+	nmo:duration 45; 
+	nmo:receivedDate "2008-09-01T15:18:14". 
+
+<urn:uuid:1355734374> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18029757998>]; 
+	nmo:duration 22; 
+	nmo:sentDate "2008-02-23T15:55:46". 
+
+<urn:uuid:441726415> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18029757998>]; 
+	nmo:duration 18; 
+	nmo:sentDate "2008-12-21T15:36:55". 
+
+<urn:uuid:1546696137> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18029757998>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-30T15:43:59";
+	nmo:receivedDate "2008-06-20T15:58:55";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Commodo te et dolor in erat facilisi eum. Ea ea qui volutpat nostrud eum ut duis illum tationullamcorper exerci vel iusto. Nulla ullamcorper ipsum ad vel. Vero aliquam velit dignissim eu eum. Nostrud lorem ad diam eum veniam dolore dolore qui consectetuer suscipit qui. At odio dolor dolore consequat minim ea. ".
+
+<urn:uuid:341466825> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18029757998>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-07T15:25:58";
+	nmo:receivedDate "2008-11-10T15:54:00";
+	nmo:plainTextMessageContent "Ad lobortis diam facilisis. Ipsum iriuredolor adipiscing vel praesent. At commodoconsequat nostrud delenitaugue ut ad. Esse ad aliquip feugait nibh nulla. ".
+
+<urn:uuid:48128607> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18029757998>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-14T15:39:10";
+	nmo:receivedDate "2008-06-19T15:27:17";
+	nmo:plainTextMessageContent "Adipiscing at aliquip molestie praesent tincidunt. Sit odio nulla ad et feugait tationullamcorper blandit duis. Laoreet lorem nisl sit qui in vel ad. Vero suscipit duis commodoconsequat illum doloremagna dolore lobortis nostrud duis ea ex odio lobortis. Consequat tation iustoodio consequatvel commodoconsequat quis veniam doloremagna ut ea veniam autem ex blandit. ".
+
+<urn:uuid:1061820183> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18029757998>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-08T15:21:02";
+	nmo:receivedDate "2008-09-06T15:58:40";
+	nmo:plainTextMessageContent "Commodo doloremagna augue quis tationullamcorper. Commodo consequatvel quis sit nulla nostrud enim. Molestie dolore nulla ut hendrerit et esse ut zzril euismod suscipit consequat praesent. Lorem ea vulputate eros dolore in blandit et qui minim enim delenitaugue. ".
+
+<urn:uuid:2039589981> a nco:PersonContact; 
+	nco:fullname "Clarissa Christmas";
+	nco:nameGiven "Clarissa";
+	nco:nameFamily "Christmas";
+	nco:birthDate "1942-04-01";
+	nco:hasAffiliation "Personal Attendant";
+	nco:hasEmailAddress <mailto:clarissa christmas blanditexerci org>;
+	nco:hasPhoneNumber <tel:+18029757998>;
+	nco:hasPostalAddress <urn:uuid:482888290>.
+
+<urn:uuid:620735666> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:2069146552>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Exerci eros nulla aliquam duis praesent consequat facilisis. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-14T18:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-14T20:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:2069146552>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:823799691> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05741" ;
+	nco:locality "East Poultney" ;
+	nco:streetAddress "7158 Sunset Parkway" .
+
+<mailto:jdavenport nostrudiustoodio tv> a nco:EmailAddress; 
+	nco:emailAddress "jdavenport nostrudiustoodio tv".
+
+<tel:+15182216465> a nco:PhoneNumber; 
+	nco:phoneNumber "(518)221-6465".
+
+<urn:uuid:914522591> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15182216465>]; 
+	nmo:duration 38; 
+	nmo:receivedDate "2008-10-02T15:30:30". 
+
+<urn:uuid:1002865566> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15182216465>]; 
+	nmo:duration 10; 
+	nmo:receivedDate "2008-06-02T15:42:01". 
+
+<urn:uuid:218048331> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15182216465>]; 
+	nmo:duration 28; 
+	nmo:receivedDate "2008-11-19T15:51:42". 
+
+<urn:uuid:665163300> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15182216465>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-31T16:03:55";
+	nmo:receivedDate "2008-06-03T15:30:14";
+	nmo:plainTextMessageContent "Nonummy eufeugiat esse blandit. Nulla esse dolor ut aliquam qui te. Te ad veniamquis ad suscipit nulla ex duis dignissim. Iriure eros duis tationullamcorper blandit vulputate wisi velit et consequatvel. Consequat augue at in duis enim nislut. Qui diam in duis minim in et facilisis ullamcorper. Enim volutpat ipsum duis. ".
+
+<urn:uuid:744822960> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15182216465>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-19T15:58:23";
+	nmo:receivedDate "2008-05-28T15:43:35";
+	nmo:plainTextMessageContent "Elitsed odio vel vulputate luptatum ea nulla duis nonummy te. Dolore blandit dolor in ut praesent dignissim ut nulla accumsan lobortis. Blandit luptatum ut ea. Ullamcorper ipsum vulputate ea minim aliquip nulla. ".
+
+<urn:uuid:1674259748> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15182216465>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-06T15:32:14";
+	nmo:receivedDate "2008-05-07T15:14:51";
+	nmo:plainTextMessageContent "Praesent feugait at ex odio. Utwisi nulla odio nulla ut commodo nostrud hendrerit consequat facilisis ea eum. Velit blandit nostrud wisi esse et eum hendrerit vulputate. In luptatum duis ut vero feugiat suscipit vero velit dolore facilisis consequatvel autem dolore. Veniamquis eufeugiat nisl facilisis feugiat dignissim commodoconsequat. ".
+
+<urn:uuid:1301633222> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15182216465>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-04T16:09:38";
+	nmo:receivedDate "2008-10-11T15:41:57";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Luptatumzzril eufeugiat quis dignissim Utwisi lorem vel et consequatvel vero. In commodoconsequat velit exerci Utwisi feugait vel facilisis. Diam enim facilisi eum qui minim ut etaccumsan eufeugiat ut autem. Praesent facilisi minim lobortis aliquip eros invulputate dolor te consequat velit aliquip. Vulputate vel tation nulla aliquip luptatum erat ut nonummy facilisis hendrerit. Nulla illum euismod iriure te at duis veniam nostrud aliquam ex ut lorem. ".
+
+<urn:uuid:1969243184> a nco:PersonContact; 
+	nco:fullname "Jade Davenport";
+	nco:nameGiven "Jade";
+	nco:nameFamily "Davenport";
+	nco:birthDate "1942-07-29";
+	nco:hasAffiliation "Psychiatric Technician";
+	nco:hasEmailAddress <mailto:jdavenport nostrudiustoodio tv>;
+	nco:hasPhoneNumber <tel:+15182216465>;
+	nco:hasPostalAddress <urn:uuid:823799691>.
+
+<urn:uuid:1653540410> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13334" ;
+	nco:locality "Eaton" ;
+	nco:streetAddress "305 Lookout Street" .
+
+<mailto:dhidalgo wisipraesent us> a nco:EmailAddress; 
+	nco:emailAddress "dhidalgo wisipraesent us".
+
+<xmpp:darwin hidalgo gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Darwin Hidalgo" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Lorem eufeugiat illum autem blandit elitsed volutpat. " ;
+	nco:imID "darwin hidalgo gmail com".
+
+<tel:+12012748665> a nco:PhoneNumber; 
+	nco:phoneNumber "(201)274-8665".
+
+<urn:uuid:1941809673> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12012748665>]; 
+	nmo:duration 30; 
+	nmo:sentDate "2008-03-04T15:25:15". 
+
+<urn:uuid:81740268> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12012748665>]; 
+	nmo:duration 28; 
+	nmo:sentDate "2009-02-07T15:25:10". 
+
+<urn:uuid:2106722911> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12012748665>]; 
+	nmo:duration 33; 
+	nmo:sentDate "2008-10-10T15:26:20". 
+
+<urn:uuid:44411024> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12012748665>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-25T16:00:20";
+	nmo:receivedDate "2008-01-25T15:12:07";
+	nmo:plainTextMessageContent "Ea iusto suscipit te nostrud dignissim dolor. Commodoconsequat facilisis facilisis vulputate. Nonummy eros ut vel eum tationullamcorper hendrerit nisl praesent ea zzril et. Iusto velit lobortis consectetuer vel consequatvel praesent exerci. ".
+
+<urn:uuid:1957253772> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12012748665>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-11T15:33:32";
+	nmo:receivedDate "2008-09-06T15:35:02";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Et te duis nulla minim enim wisi ad augue. Veniamquis quis commodoconsequat te dolor nislut minim eufeugiat duis aliquip dolore aliquam illum iusto. Dolore erat eros commodo. Eum vel amet blandit. ".
+
+<urn:uuid:827832129> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12012748665>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-17T15:34:50";
+	nmo:receivedDate "2008-04-01T15:12:10";
+	nmo:plainTextMessageContent "Iusto nibh commodoconsequat tationullamcorper invulputate feugait. Autem augue ex vero duis blandit in dolor nulla. Molestie vel aliquam luptatum ut commodo dolor. Nulla nibh dignissim qui sit te enim delenitaugue illum. Autem in eum blandit consectetuer eum exerci ullamcorper nisl tation. Delenitaugue in suscipit qui illum tincidunt ex consectetuer vel blandit minim consequat. Exerci in duis autem luptatum nislut facilisi. ".
+
+<urn:uuid:1228772472> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12012748665>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-16T16:09:51";
+	nmo:receivedDate "2008-12-12T16:11:24";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Delenit aliquip ipsum eros qui velit volutpat odio. Facilisis eum nulla augue at nostrud eum molestie nulla. Feugait sit esse volutpat in te. Illum volutpat esse commodo ullamcorper vero ullamcorper diam etaccumsan nisl ex. Quis invulputate at facilisi etaccumsan sit ut vulputate. Esse feugiat consequat ad ea lorem. Consequat luptatum wisi suscipit. ".
+
+<urn:uuid:1694245733> a nco:PersonContact; 
+	nco:fullname "Darwin Hidalgo";
+	nco:nameGiven "Darwin";
+	nco:nameFamily "Hidalgo";
+	nco:birthDate "1942-10-07";
+	nco:hasAffiliation "Press Operator Heavy-Duty";
+	nco:hasEmailAddress <mailto:dhidalgo wisipraesent us>;
+	nco:hasPhoneNumber <tel:+12012748665>;
+	nco:hasIMAccount <xmpp:darwin hidalgo gmail com>;
+	nco:hasPostalAddress <urn:uuid:1653540410>.
+
+<urn:uuid:512875188> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:485028510>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Veniam blandit tation ut et at autem. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-24T17:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-24T19:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:485028510>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:924071232> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04976" ;
+	nco:locality "Skowhegan" ;
+	nco:streetAddress "3435 River Bend Drive" .
+
+<mailto:penriquez velitexerci eu> a nco:EmailAddress; 
+	nco:emailAddress "penriquez velitexerci eu".
+
+<tel:+18454602072> a nco:PhoneNumber; 
+	nco:phoneNumber "(845)460-2072".
+
+<urn:uuid:416324067> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18454602072>]; 
+	nmo:duration 32; 
+	nmo:receivedDate "2008-12-07T15:34:52". 
+
+<urn:uuid:1662831527> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18454602072>]; 
+	nmo:duration 6; 
+	nmo:sentDate "2008-07-25T16:08:44". 
+
+<urn:uuid:852039115> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18454602072>]; 
+	nmo:duration 21; 
+	nmo:sentDate "2008-05-05T15:52:14". 
+
+<urn:uuid:777386058> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18454602072>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-01T16:06:56";
+	nmo:receivedDate "2008-06-10T15:43:15";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Aliquam enim sit feugiat amet vel. Dignissim nibh ex at nonummy velit. Te praesent luptatumzzril feugiat duis aliquip suscipit eu molestie praesent facilisi nisl aliquip. Iriuredolor et consequatvel hendrerit feugiat eros odio. Quis iustoodio eufeugiat velit aliquam. Dolore te vulputate iusto etaccumsan autem lobortis lorem esse nibh tationullamcorper tationullamcorper luptatumzzril. Iustoodio illum hendrerit tationullamcorper feugiat. ".
+
+<urn:uuid:2069016556> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18454602072>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-21T15:51:16";
+	nmo:receivedDate "2008-05-29T16:08:21";
+	nmo:plainTextMessageContent "Esse vero ex lobortis. Ea praesent adipiscing suscipit. Iusto luptatum suscipit ut. Nonummy tationullamcorper consequat aliquip duis in vero. ".
+
+<urn:uuid:601676995> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18454602072>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-22T15:25:59";
+	nmo:receivedDate "2008-12-09T16:03:26";
+	nmo:plainTextMessageContent "Blandit ex enim nulla et minim vulputate iusto ad duis at consequat. Aliquip consequat dolore delenit laoreet illum nulla dolore praesent ut invulputate ad te facilisi. Dolore augue aliquip elitsed iriure te in ut et ea. Qui veniam ut ipsum. Accumsan doloremagna aliquam ad invulputate dolor ex ex. ".
+
+<urn:uuid:697511964> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18454602072>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-07T15:26:47";
+	nmo:receivedDate "2009-02-12T15:51:37";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Utwisi tationullamcorper dolore illum eum vel hendrerit tincidunt facilisis. Dignissim dolor vel suscipit ad consectetuer ad praesent ad aliquip praesent ex. Facilisis enim dolor iusto. Vulputate illum feugiat eu duis nulla aliquip consectetuer suscipit iusto. Euismod vel exerci illum adipiscing ut consectetuer feugait in eum suscipit. Delenitaugue nislut nulla ut vel. ".
+
+<urn:uuid:2125966341> a nco:PersonContact; 
+	nco:fullname "Paris Enriquez";
+	nco:nameGiven "Paris";
+	nco:nameFamily "Enriquez";
+	nco:birthDate "1942-10-11";
+	nco:hasAffiliation "Generic Operations Supervisor";
+	nco:hasEmailAddress <mailto:penriquez velitexerci eu>;
+	nco:hasPhoneNumber <tel:+18454602072>;
+	nco:hasPostalAddress <urn:uuid:924071232>.
+
+<urn:uuid:687137523> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06339" ;
+	nco:locality "Ledyard" ;
+	nco:streetAddress "7403 Pepper Lane" .
+
+<mailto:cmessenger veniamquiste edu> a nco:EmailAddress; 
+	nco:emailAddress "cmessenger veniamquiste edu".
+
+<urn:uuid:1950104291> a nco:PersonContact; 
+	nco:fullname "Colton Messenger";
+	nco:nameGiven "Colton";
+	nco:nameFamily "Messenger";
+	nco:birthDate "1942-10-04";
+	nco:hasAffiliation "Retail Store Assistant Manager (Experience)";
+	nco:hasEmailAddress <mailto:cmessenger veniamquiste edu>;
+	nco:hasPostalAddress <urn:uuid:687137523>.
+
+<urn:uuid:1061855702> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1950104291>;
+	nmo:sentDate "2009-01-29T15:37:20";
+	nmo:receivedDate "2009-01-29T15:37:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmessenger veniamquiste edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1208101714>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ggood inut org"];
+	nmo:messageSubject "Ut qui quis feugiat aliquip delenit vero duis eufeugiat vulputate. ";
+	nmo:plainTextMessageContent "Eufeugiat delenitaugue iusto duis nulla tationullamcorper tation eufeugiat ea vel ex nisl. ".
+
+<urn:uuid:681243380> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1950104291>;
+	nmo:sentDate "2008-09-06T15:14:06";
+	nmo:receivedDate "2008-09-06T15:14:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmessenger veniamquiste edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:243100821>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "eloise penny iriuredolore edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Commodoconsequat et ex hendrerit quis quis etaccumsan praesent consectetuer eum qui ea. ";
+	nmo:plainTextMessageContent "Eufeugiat suscipit nostrud eufeugiat hendrerit iriuredolor dolore odio ex velit esse exerci. ".
+
+<urn:uuid:1783740069> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1950104291>;
+	nmo:sentDate "2008-03-30T15:58:24";
+	nmo:receivedDate "2008-03-30T15:59:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmessenger veniamquiste edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1119096188>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "loyd bedford nonummydolore tv"];
+	nmo:messageSubject "In et ad Utwisi dignissim dignissim quis commodo praesent facilisis iriure. ";
+	nmo:plainTextMessageContent "Ea esse eufeugiat erat exerci sit dolor tincidunt erat iusto. Vulputate exerci at tation ex. ".
+
+<urn:uuid:1382164707> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1950104291>;
+	nmo:sentDate "2009-02-07T15:14:25";
+	nmo:receivedDate "2009-02-07T15:14:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmessenger veniamquiste edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Hendrerit aliquam sit te ea autem dolor vel nostrud feugait dolore. ";
+	nmo:plainTextMessageContent "Esse nulla exerci eros nislut duis feugiat illum dolor augue. Iusto aliquip diam tationullamcorper feugiat et eros in in. ".
+
+<urn:uuid:1403064213> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1950104291>;
+	nmo:sentDate "2008-04-18T15:13:48";
+	nmo:receivedDate "2008-04-18T15:14:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmessenger veniamquiste edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore duis dolor eum ex exerci accumsan. ";
+	nmo:plainTextMessageContent "At luptatum elitsed nulla. Duis exerci ea dolore iriuredolor iriure consequat te dolore. ".
+
+<urn:uuid:1467653813> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1950104291>;
+	nmo:sentDate "2008-07-14T15:55:56";
+	nmo:receivedDate "2008-07-14T15:56:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmessenger veniamquiste edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:625405800>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "eroberson tefacilisis net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Veniamquis duis erat consequat nulla in lobortis feugait euismod vel ea in dolor. ";
+	nmo:plainTextMessageContent "Tationullamcorper vel facilisis vero commodo duis vero nostrud adipiscing ullamcorper velit suscipit in. Illum ad nostrud ut nostrud velit velit nibh. ".
+
+<urn:uuid:1369252438> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1950104291>;
+	nmo:sentDate "2008-08-18T15:31:04";
+	nmo:receivedDate "2008-08-18T15:31:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmessenger veniamquiste edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vero iriure ipsum in iustoodio eum doloremagna illum commodo veniamquis autem eum. ";
+	nmo:plainTextMessageContent "Praesent vel in tationullamcorper invulputate augue iriuredolor ex blandit illum. ".
+
+<urn:uuid:1499119272> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1950104291>;
+	nmo:sentDate "2008-10-28T15:32:30";
+	nmo:receivedDate "2008-10-28T15:32:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmessenger veniamquiste edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Wisi consectetuer qui tation eum elitsed aliquip. ";
+	nmo:plainTextMessageContent "Hendrerit aliquip vel vero dolore vel feugiat lobortis nulla te vel enim commodo eros. Commodo ea ut duis nulla at adipiscing lobortis feugait vulputate vel duis velit. ".
+
+<urn:uuid:824922364> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1950104291>;
+	nmo:sentDate "2008-12-15T15:26:21";
+	nmo:receivedDate "2008-12-15T15:26:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmessenger veniamquiste edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1283372838>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kfisher essedolor org"];
+	nmo:bcc <urn:uuid:1905992538>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lauren howe eumodio eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Utwisi commodo tation iriuredolor eu veniamquis dolor te autem feugiat iustoodio. ";
+	nmo:plainTextMessageContent "Iriure diam diam ex ea dolore blandit vero praesent dolore amet commodoconsequat hendrerit minim. Ullamcorper nislut quis in feugiat delenit ipsum dolore te tationullamcorper doloremagna delenit consectetuer. ".
+
+<urn:uuid:1409862226> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1950104291>;
+	nmo:sentDate "2008-04-15T16:11:10";
+	nmo:receivedDate "2008-04-15T16:11:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmessenger veniamquiste edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1712416799>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "agrider tinciduntluptatumzzril org"];
+	nmo:messageSubject "Eufeugiat nulla esse adipiscing nulla molestie amet praesent accumsan dolor. ";
+	nmo:plainTextMessageContent "Zzril luptatum commodoconsequat vel velit qui vero vero feugiat ea iusto nulla commodoconsequat. ".
+
+<urn:uuid:586699347> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1950104291>;
+	nmo:sentDate "2008-03-18T16:08:31";
+	nmo:receivedDate "2008-03-18T16:08:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmessenger veniamquiste edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1066127943>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "curt chesser etnulla tv"];
+	nmo:messageSubject "Euismod ea ad vulputate diam molestie augue. ";
+	nmo:plainTextMessageContent "Laoreet in feugait nulla te. Lobortis facilisi et adipiscing ad hendrerit esse lobortis nisl qui delenit eros. ".
+
+<urn:uuid:833626979> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1950104291>;
+	nmo:sentDate "2008-12-04T15:31:55";
+	nmo:receivedDate "2008-12-04T15:32:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmessenger veniamquiste edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Illum facilisi laoreet aliquam. ";
+	nmo:plainTextMessageContent "Te eros nonummy nonummy aliquam praesent. ".
+
+<urn:uuid:1282423150> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1950104291>;
+	nmo:sentDate "2008-04-27T15:47:04";
+	nmo:receivedDate "2008-04-27T15:47:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmessenger veniamquiste edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:780701917>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tanner humes praesentiusto tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Luptatum augue lorem invulputate elitsed autem duis consectetuer volutpat hendrerit veniam duis te ad. ";
+	nmo:plainTextMessageContent "Ex diam feugait veniam iriuredolor illum praesent delenit. Suscipit esse vero aliquip ea facilisi hendrerit. ".
+
+<urn:uuid:912397407> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1950104291>;
+	nmo:sentDate "2008-11-13T15:56:01";
+	nmo:receivedDate "2008-11-13T15:56:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmessenger veniamquiste edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:750589236>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dguy praesentesse tv"];
+	nmo:bcc <urn:uuid:1784314173>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "cborders duisnisl net"];
+	nmo:messageSubject "Duis eum qui nisl luptatum hendrerit eros eum luptatum dignissim delenit velit sit. ";
+	nmo:plainTextMessageContent "Dolore aliquam autem quis exerci tincidunt. ".
+
+<urn:uuid:1592197528> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1950104291>;
+	nmo:sentDate "2008-02-15T15:16:32";
+	nmo:receivedDate "2008-02-15T15:17:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmessenger veniamquiste edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vel volutpat iustoodio duis iusto. ";
+	nmo:plainTextMessageContent "Tationullamcorper exerci delenitaugue iriure tincidunt commodoconsequat luptatumzzril feugiat ea eum duis. ".
+
+<urn:uuid:110931818> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1950104291>;
+	nmo:sentDate "2008-09-05T15:13:29";
+	nmo:receivedDate "2008-09-05T15:13:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmessenger veniamquiste edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Doloremagna luptatumzzril aliquip consequat duis delenitaugue velit nostrud et ad ex at aliquip at. ";
+	nmo:plainTextMessageContent "Nulla enim nislut ex odio ad esse eufeugiat. Exerci aliquip praesent autem exerci feugait iustoodio esse dignissim in vel luptatum autem accumsan. ".
+
+<urn:uuid:672796824> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02777" ;
+	nco:locality "Swansea" ;
+	nco:streetAddress "6289 Kimforest Cove" .
+
+<mailto:linnie grenier suscipitautem org> a nco:EmailAddress; 
+	nco:emailAddress "linnie grenier suscipitautem org".
+
+<urn:uuid:1089894973> a nco:PersonContact; 
+	nco:fullname "Linnie Grenier";
+	nco:nameGiven "Linnie";
+	nco:nameFamily "Grenier";
+	nco:birthDate "1942-03-07";
+	nco:hasAffiliation "Braille Proofreader";
+	nco:hasEmailAddress <mailto:linnie grenier suscipitautem org>;
+	nco:hasPostalAddress <urn:uuid:672796824>.
+
+<urn:uuid:1617153918> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1804939123>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Dolor suscipit blandit in dolore Utwisi ipsum luptatum ea veniam ea duis dolore consequat. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-19T17:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-19T18:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1804939123>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:678500747> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11933" ;
+	nco:locality "Calverton" ;
+	nco:streetAddress "1789 Bayberry Circle" .
+
+<mailto:lfreund duislobortis net> a nco:EmailAddress; 
+	nco:emailAddress "lfreund duislobortis net".
+
+<urn:uuid:554897463> a nco:PersonContact; 
+	nco:fullname "Lauren Freund";
+	nco:nameGiven "Lauren";
+	nco:nameFamily "Freund";
+	nco:birthDate "1942-08-12";
+	nco:hasAffiliation "Accounts Payable Clerk";
+	nco:hasEmailAddress <mailto:lfreund duislobortis net>;
+	nco:hasPostalAddress <urn:uuid:678500747>.
+
+<urn:uuid:1974693265> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:554897463>;
+	nmo:sentDate "2008-03-31T15:42:09";
+	nmo:receivedDate "2008-03-31T15:42:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfreund duislobortis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vel nulla at eu euismod autem nulla. ";
+	nmo:plainTextMessageContent "Vero molestie hendrerit in. Ad et enim qui feugiat adipiscing eu te lobortis. ".
+
+<urn:uuid:840627749> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:554897463>;
+	nmo:sentDate "2008-04-09T15:32:21";
+	nmo:receivedDate "2008-04-09T15:32:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfreund duislobortis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Duis minim duis dolore feugait augue consectetuer sit in. ";
+	nmo:plainTextMessageContent "In hendrerit velit dolor et eros dolor praesent ea. ".
+
+<urn:uuid:930112238> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:554897463>;
+	nmo:sentDate "2008-05-31T15:46:03";
+	nmo:receivedDate "2008-05-31T15:46:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfreund duislobortis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Wisi dolor dolore hendrerit tationullamcorper consectetuer facilisi nulla vulputate dolore. ";
+	nmo:plainTextMessageContent "Adipiscing eros wisi eufeugiat erat invulputate nulla zzril Utwisi. Facilisi ullamcorper consequat in qui iusto autem nislut diam nostrud enim erat. ".
+
+<urn:uuid:925020796> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:554897463>;
+	nmo:sentDate "2008-11-09T15:57:05";
+	nmo:receivedDate "2008-11-09T15:57:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfreund duislobortis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:323110246>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "smckeon eaet net"];
+	nmo:messageSubject "Eufeugiat aliquip hendrerit consequat nostrud accumsan praesent consequatvel at facilisis quis suscipit. ";
+	nmo:plainTextMessageContent "Enim dolor nonummy praesent lobortis in at duis iustoodio. ".
+
+<urn:uuid:424540572> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:554897463>;
+	nmo:sentDate "2008-01-20T15:58:31";
+	nmo:receivedDate "2008-01-20T15:58:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfreund duislobortis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eu euismod in facilisi et vero feugiat iusto. ";
+	nmo:plainTextMessageContent "Lorem et consequat enim exerci praesent molestie diam suscipit exerci dolore aliquip lobortis erat. Nostrud molestie dignissim nislut dolore vel blandit. ".
+
+<urn:uuid:2128958497> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:554897463>;
+	nmo:sentDate "2008-09-19T16:03:02";
+	nmo:receivedDate "2008-09-19T16:03:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfreund duislobortis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1395960551>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gay landrum ipsumveniamquis net"];
+	nmo:bcc <urn:uuid:750589236>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dguy praesentesse tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Ut molestie consequat esse aliquam volutpat lobortis nulla eufeugiat tation dolore. ";
+	nmo:plainTextMessageContent "Ut aliquam feugait vero ut nonummy consequatvel lorem. Duis vulputate ex aliquam eum tationullamcorper ut iriure ut nonummy consequat. ".
+
+<urn:uuid:1471614170> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:554897463>;
+	nmo:sentDate "2009-02-17T15:12:23";
+	nmo:receivedDate "2009-02-17T15:13:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfreund duislobortis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:623862122>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bernadine williford delenitaugueat info"];
+	nmo:messageSubject "Euismod duis tationullamcorper feugait nisl eum lobortis. ";
+	nmo:plainTextMessageContent "Laoreet duis at nostrud commodoconsequat ut invulputate augue et dolore in laoreet. ".
+
+<urn:uuid:1826180128> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:554897463>;
+	nmo:sentDate "2008-05-30T15:38:43";
+	nmo:receivedDate "2008-05-30T15:39:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfreund duislobortis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Minim luptatum diam te iustoodio enim. ";
+	nmo:plainTextMessageContent "Consectetuer et consequat ut feugait ut dolore minim consequatvel nisl lobortis illum in. Vel et odio etaccumsan. ".
+
+<urn:uuid:2061135197> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:554897463>;
+	nmo:sentDate "2008-05-22T15:41:35";
+	nmo:receivedDate "2008-05-22T15:41:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfreund duislobortis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:305294561>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "anderson plante dolorlobortis gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Esse odio in vel eufeugiat te enim. ";
+	nmo:plainTextMessageContent "Qui nostrud Utwisi eum te luptatumzzril suscipit erat iustoodio. Eros ad suscipit hendrerit hendrerit ut duis suscipit ad. ".
+
+<urn:uuid:1855210561> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:554897463>;
+	nmo:sentDate "2008-12-30T15:47:46";
+	nmo:receivedDate "2008-12-30T15:48:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfreund duislobortis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:468232632>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kwaldron duisluptatum eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Augue blandit eum consectetuer enim vel dolore ipsum dolor quis duis praesent. ";
+	nmo:plainTextMessageContent "Nulla tationullamcorper molestie eum. Lorem nonummy illum dolore esse ut euismod doloremagna invulputate. ".
+
+<urn:uuid:1932742973> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:554897463>;
+	nmo:sentDate "2008-02-17T15:54:59";
+	nmo:receivedDate "2008-02-17T15:55:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfreund duislobortis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2068553785>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tyron keene iustonislut us"];
+	nmo:messageSubject "Minim molestie consequat duis dolor esse autem hendrerit consequat duis amet. ";
+	nmo:plainTextMessageContent "Ad molestie euismod vero luptatumzzril quis molestie dolore. ".
+
+<urn:uuid:1065314349> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:554897463>;
+	nmo:sentDate "2008-12-19T15:31:30";
+	nmo:receivedDate "2008-12-19T15:32:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfreund duislobortis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consequat et nostrud velit. ";
+	nmo:plainTextMessageContent "Commodoconsequat ex ipsum at zzril dolore. Luptatum dolore nulla dolor aliquip commodo vel praesent dignissim veniamquis dolore facilisis dignissim. ".
+
+<urn:uuid:165229575> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:554897463>;
+	nmo:sentDate "2008-08-03T15:38:46";
+	nmo:receivedDate "2008-08-03T15:38:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfreund duislobortis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1349540082>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "diann kessler Utwisiea edu"];
+	nmo:messageSubject "Iusto dolor enim ex iriure. ";
+	nmo:plainTextMessageContent "Nislut enim minim duis nulla hendrerit in at et. ".
+
+<urn:uuid:968866946> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:554897463>;
+	nmo:sentDate "2008-01-21T15:33:55";
+	nmo:receivedDate "2008-01-21T15:34:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfreund duislobortis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1970771578>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ilene bui lobortisfeugait info"];
+	nmo:messageSubject "Ex nostrud dolor nulla aliquip at duis te molestie. ";
+	nmo:plainTextMessageContent "Facilisi et consequat eu facilisi vero ullamcorper eum odio. Dignissim et consectetuer nulla diam ullamcorper illum etaccumsan vulputate. ".
+
+<urn:uuid:2125815625> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:554897463>;
+	nmo:sentDate "2008-04-09T16:04:55";
+	nmo:receivedDate "2008-04-09T16:05:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfreund duislobortis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla nulla dolore iriuredolor eros. ";
+	nmo:plainTextMessageContent "Vel velit dolore ea vel in blandit duis ut. ".
+
+<urn:uuid:623866548> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:554897463>;
+	nmo:sentDate "2008-11-08T15:12:12";
+	nmo:receivedDate "2008-11-08T15:12:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfreund duislobortis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Feugait velit facilisi commodoconsequat ut dignissim blandit dolore ad ut iriure vel invulputate. ";
+	nmo:plainTextMessageContent "Consectetuer feugait amet dignissim. Esse in accumsan veniamquis molestie aliquip nibh velit lobortis et ex vel ad duis. ".
+
+<urn:uuid:1925019899> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:554897463>;
+	nmo:sentDate "2008-07-18T15:42:12";
+	nmo:receivedDate "2008-07-18T15:42:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfreund duislobortis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1072823837>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lorraine carrico etut net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Accumsan doloremagna nulla qui duis. ";
+	nmo:plainTextMessageContent "Enim ipsum vero in laoreet nulla volutpat duis suscipit sit velit hendrerit dolor ut. Invulputate dolor illum nulla ex vero suscipit illum iriuredolor blandit nibh lobortis. ".
+
+<urn:uuid:172489518> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:554897463>;
+	nmo:sentDate "2008-05-16T15:35:11";
+	nmo:receivedDate "2008-05-16T15:35:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfreund duislobortis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisis molestie adipiscing delenitaugue dolore velit vero amet molestie vel praesent enim. ";
+	nmo:plainTextMessageContent "Ea dolor eufeugiat aliquip consequatvel. ".
+
+<urn:uuid:1373478565> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:554897463>;
+	nmo:sentDate "2008-07-15T15:41:21";
+	nmo:receivedDate "2008-07-15T15:41:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfreund duislobortis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:664101765>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "marcelino crayton utlaoreet eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Lobortis erat in exerci molestie blandit ad molestie nulla molestie velit. ";
+	nmo:plainTextMessageContent "Nulla nulla in tationullamcorper diam lorem vero veniamquis dolore facilisis diam. ".
+
+<urn:uuid:1559342549> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:554897463>;
+	nmo:sentDate "2008-06-21T15:27:50";
+	nmo:receivedDate "2008-06-21T15:27:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfreund duislobortis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:664101765>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "marcelino crayton utlaoreet eu"];
+	nmo:messageSubject "Adipiscing adipiscing velit vel ipsum etaccumsan dolore ea consectetuer feugiat consequatvel et hendrerit. ";
+	nmo:plainTextMessageContent "Illum veniam etaccumsan te. Sit delenit facilisi Utwisi feugiat tincidunt esse iusto luptatum ad blandit vel. ".
+
+<urn:uuid:1346641772> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:554897463>;
+	nmo:sentDate "2008-02-24T15:18:58";
+	nmo:receivedDate "2008-02-24T15:19:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfreund duislobortis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Velit lobortis iriuredolor in in odio dolor in delenitaugue et. ";
+	nmo:plainTextMessageContent "Quis eum lobortis lobortis. Nonummy ex vero duis commodo blandit. ".
+
+<urn:uuid:497955302> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:554897463>;
+	nmo:sentDate "2008-12-10T15:14:25";
+	nmo:receivedDate "2008-12-10T15:14:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfreund duislobortis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolor commodo iriuredolor te veniamquis duis facilisi. ";
+	nmo:plainTextMessageContent "Augue elitsed ipsum consequat nonummy feugait nostrud et dignissim ea consectetuer Utwisi. ".
+
+<urn:uuid:35790817> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:554897463>;
+	nmo:sentDate "2008-12-20T16:06:27";
+	nmo:receivedDate "2008-12-20T16:06:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfreund duislobortis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1763677309>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "hsouth aliquipin info"];
+	nmo:messageSubject "Exerci ea ut eum luptatumzzril luptatumzzril hendrerit eum iusto feugait in illum praesent. ";
+	nmo:plainTextMessageContent "Molestie nisl commodo delenit iriuredolor nostrud ut blandit dignissim. ".
+
+<urn:uuid:450673809> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:554897463>;
+	nmo:sentDate "2008-06-06T15:36:59";
+	nmo:receivedDate "2008-06-06T15:37:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfreund duislobortis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1013299977>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "cschreiner nibheu gov"];
+	nmo:messageSubject "Ex dolore illum luptatumzzril laoreet. ";
+	nmo:plainTextMessageContent "Et ut ullamcorper nulla qui aliquip nulla at ullamcorper tation erat exerci. ".
+
+<urn:uuid:860594902> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:554897463>;
+	nmo:sentDate "2008-07-01T15:34:40";
+	nmo:receivedDate "2008-07-01T15:34:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfreund duislobortis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1716199321>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "hbenefield induis tv"];
+	nmo:messageSubject "Diam ea vero lobortis dignissim commodo luptatumzzril illum minim tation ut eum feugiat. ";
+	nmo:plainTextMessageContent "Iriuredolor illum aliquip feugait eufeugiat eros consequatvel. ".
+
+<urn:uuid:1290194879> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:554897463>;
+	nmo:sentDate "2008-03-13T15:31:48";
+	nmo:receivedDate "2008-03-13T15:32:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfreund duislobortis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:65915592>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "cpadgett eumfacilisi eu"];
+	nmo:messageSubject "Vero molestie nulla exerci lobortis ea nonummy blandit nulla sit dolore facilisis quis. ";
+	nmo:plainTextMessageContent "Nulla adipiscing dignissim facilisi. ".
+
+<urn:uuid:279483593> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:554897463>;
+	nmo:sentDate "2008-04-14T16:04:10";
+	nmo:receivedDate "2008-04-14T16:04:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lfreund duislobortis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Duis consequat enim nonummy enim veniamquis dignissim ad ut vel. ";
+	nmo:plainTextMessageContent "Lobortis dignissim suscipit suscipit consequat consequat in commodoconsequat. Dolore iustoodio minim molestie invulputate minim. ".
+
+<urn:uuid:929161390> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07310" ;
+	nco:locality "Jersey City" ;
+	nco:streetAddress "7290 Oxford Circle" .
+
+<mailto:eugene clemente tedolore gov> a nco:EmailAddress; 
+	nco:emailAddress "eugene clemente tedolore gov".
+
+<xmpp:eugene clemente gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Eugene Clemente" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Ex enim eum eufeugiat feugiat duis luptatumzzril. " ;
+	nco:imID "eugene clemente gmail com".
+
+<urn:uuid:1400068801> a nco:PersonContact; 
+	nco:fullname "Eugene Clemente";
+	nco:nameGiven "Eugene";
+	nco:nameFamily "Clemente";
+	nco:birthDate "1942-10-11";
+	nco:hasAffiliation "Food Counter Attendant";
+	nco:hasEmailAddress <mailto:eugene clemente tedolore gov>;
+	nco:hasIMAccount <xmpp:eugene clemente gmail com>;
+	nco:hasPostalAddress <urn:uuid:929161390>.
+
+<urn:uuid:1648219600> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10522" ;
+	nco:locality "Dobbs Ferry" ;
+	nco:streetAddress "1905 Birnam Wood Avenue" .
+
+<mailto:agrubb minimnisl tv> a nco:EmailAddress; 
+	nco:emailAddress "agrubb minimnisl tv".
+
+<urn:uuid:2124397646> a nco:PersonContact; 
+	nco:fullname "Althea Grubb";
+	nco:nameGiven "Althea";
+	nco:nameFamily "Grubb";
+	nco:birthDate "1942-03-13";
+	nco:hasAffiliation "Dental Ceramist";
+	nco:hasEmailAddress <mailto:agrubb minimnisl tv>;
+	nco:hasPostalAddress <urn:uuid:1648219600>.
+
+<urn:uuid:1437864801> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2008-07-28T15:19:09";
+	nmo:receivedDate "2008-07-28T15:19:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:861007884>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "errol goodman ipsumiriuredolor tv"];
+	nmo:bcc <urn:uuid:625405800>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "eroberson tefacilisis net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Vero illum duis adipiscing. ";
+	nmo:plainTextMessageContent "Nostrud eum nulla iriure exerci. ".
+
+<urn:uuid:1055716939> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2008-03-20T15:13:41";
+	nmo:receivedDate "2008-03-20T15:14:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore eros autem enim aliquip nibh adipiscing te duis. ";
+	nmo:plainTextMessageContent "Nonummy dignissim commodo ut praesent eu etaccumsan consequat eu te praesent. ".
+
+<urn:uuid:2051517315> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2008-12-24T15:50:04";
+	nmo:receivedDate "2008-12-24T15:50:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vel dolore wisi duis zzril at iusto at. ";
+	nmo:plainTextMessageContent "At facilisis nulla suscipit eum iriuredolor. Molestie lobortis ea lobortis illum nostrud aliquip consectetuer. ".
+
+<urn:uuid:1657220207> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2009-02-07T15:18:38";
+	nmo:receivedDate "2009-02-07T15:19:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Diam delenitaugue vero ipsum diam nulla praesent. ";
+	nmo:plainTextMessageContent "Et velit delenit luptatum lorem. ".
+
+<urn:uuid:669541517> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2008-11-01T15:58:53";
+	nmo:receivedDate "2008-11-01T15:59:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:64395397>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dsessions indolore tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Sit elitsed vero feugiat commodo eum aliquip. ";
+	nmo:plainTextMessageContent "Veniamquis aliquip lorem zzril aliquip doloremagna dolor. ".
+
+<urn:uuid:428888506> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2008-02-12T15:41:15";
+	nmo:receivedDate "2008-02-12T15:41:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "In esse augue invulputate eros iriure eum augue euismod facilisi nulla lorem. ";
+	nmo:plainTextMessageContent "Ea lobortis aliquip facilisis facilisi ex tationullamcorper et facilisi ut duis enim. Nislut quis feugiat volutpat commodo ullamcorper. ".
+
+<urn:uuid:801504798> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2009-01-10T15:17:32";
+	nmo:receivedDate "2009-01-10T15:17:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vel aliquip elitsed tation iriure Utwisi luptatum te eufeugiat autem. ";
+	nmo:plainTextMessageContent "Dignissim consequat velit delenit in commodoconsequat augue hendrerit in augue duis ut. ".
+
+<urn:uuid:1355163036> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2008-01-31T16:07:30";
+	nmo:receivedDate "2008-01-31T16:08:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Vel elitsed tationullamcorper suscipit lorem duis etaccumsan commodoconsequat elitsed consequatvel ut molestie feugait qui. ";
+	nmo:plainTextMessageContent "Luptatum in te dolore dolore feugiat invulputate velit dolore molestie facilisis eufeugiat in nonummy. ".
+
+<urn:uuid:1694786987> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2008-12-11T15:57:25";
+	nmo:receivedDate "2008-12-11T15:57:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Laoreet duis nibh ad tincidunt praesent at te feugait. ";
+	nmo:plainTextMessageContent "Suscipit suscipit et lobortis wisi quis feugiat dolore diam illum adipiscing. ".
+
+<urn:uuid:605050258> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2009-01-19T15:56:34";
+	nmo:receivedDate "2009-01-19T15:56:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1013299977>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "cschreiner nibheu gov"];
+	nmo:messageSubject "Aliquam suscipit eufeugiat feugait veniam ipsum laoreet. ";
+	nmo:plainTextMessageContent "Tationullamcorper et in at nostrud delenitaugue illum. ".
+
+<urn:uuid:1394403275> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2009-01-07T15:14:44";
+	nmo:receivedDate "2009-01-07T15:15:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ex veniam euismod aliquip facilisi ut eum. ";
+	nmo:plainTextMessageContent "Suscipit minim diam delenit praesent dolor duis in. In luptatum nisl vel aliquip nonummy minim laoreet luptatumzzril. ".
+
+<urn:uuid:2016051128> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2008-02-13T16:04:53";
+	nmo:receivedDate "2008-02-13T16:04:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Exerci duis consequat vel hendrerit in veniam. ";
+	nmo:plainTextMessageContent "Vel feugait vero minim. ".
+
+<urn:uuid:1118272078> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2008-11-13T15:58:01";
+	nmo:receivedDate "2008-11-13T15:58:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:649214947>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "nescobedo blanditdolor eu"];
+	nmo:messageSubject "Delenit autem eros ut. ";
+	nmo:plainTextMessageContent "Dolore invulputate nonummy zzril nulla ipsum nisl augue. ".
+
+<urn:uuid:1597009710> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2009-01-16T16:08:00";
+	nmo:receivedDate "2009-01-16T16:08:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1950104291>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cmessenger veniamquiste edu"];
+	nmo:messageSubject "Blandit eu esse consectetuer consequatvel iriuredolor erat facilisi aliquip enim commodo nulla dolore. ";
+	nmo:plainTextMessageContent "Amet dolor eros consequat enim ex facilisi hendrerit duis. ".
+
+<urn:uuid:859915256> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2008-07-07T16:05:09";
+	nmo:receivedDate "2008-07-07T16:05:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:310374280>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lola ives aliquamadipiscing eu"];
+	nmo:messageSubject "In exerci lobortis blandit autem in iriuredolor eu elitsed nonummy tincidunt. ";
+	nmo:plainTextMessageContent "Amet commodoconsequat vero vel. Lorem ad in nulla tincidunt. ".
+
+<urn:uuid:1301327738> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2008-04-07T15:44:11";
+	nmo:receivedDate "2008-04-07T15:45:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla minim molestie eros aliquam eu aliquip minim vero eum dignissim facilisi ex esse. ";
+	nmo:plainTextMessageContent "Ea nulla aliquam tincidunt volutpat adipiscing ad luptatumzzril eum vel. Nostrud aliquip qui dolor invulputate duis. ".
+
+<urn:uuid:2001206092> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2009-01-08T15:15:24";
+	nmo:receivedDate "2009-01-08T15:15:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:685539446>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ashley shearer odiodolore com"];
+	nmo:messageSubject "Luptatumzzril te velit te tincidunt vero nislut velit te ad. ";
+	nmo:plainTextMessageContent "Ad vel autem Utwisi commodoconsequat vero Utwisi. At minim eum in ea dolor ad delenitaugue doloremagna praesent dolore velit consequatvel duis. ".
+
+<urn:uuid:376153390> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2008-11-14T15:35:10";
+	nmo:receivedDate "2008-11-14T15:35:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Dolore autem consequat consectetuer consectetuer duis adipiscing esse tincidunt. ";
+	nmo:plainTextMessageContent "Esse eum vel invulputate eu nulla ad facilisis nonummy dolore. ".
+
+<urn:uuid:1160814700> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2008-02-25T15:28:16";
+	nmo:receivedDate "2008-02-25T15:28:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Duis eu facilisi autem commodo esse exerci. ";
+	nmo:plainTextMessageContent "Eros commodo iriure esse illum. ".
+
+<urn:uuid:1985165529> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2008-10-10T16:11:27";
+	nmo:receivedDate "2008-10-10T16:11:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1907362982>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bob wendt suscipitadipiscing com"];
+	nmo:messageSubject "Volutpat minim facilisi dolore ut iusto suscipit. ";
+	nmo:plainTextMessageContent "Feugiat nisl in nislut et enim diam. Enim ea illum volutpat veniamquis eros praesent exerci. ".
+
+<urn:uuid:145010056> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2008-01-25T15:59:42";
+	nmo:receivedDate "2008-01-25T15:59:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Enim qui etaccumsan augue iriure ipsum. ";
+	nmo:plainTextMessageContent "Velit te eufeugiat hendrerit hendrerit nisl odio vel. Vel lobortis illum iusto praesent tation hendrerit. ".
+
+<urn:uuid:1815561950> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2008-12-18T15:37:55";
+	nmo:receivedDate "2008-12-18T15:38:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:800660757>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "gil fogarty nulladelenitaugue net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Lobortis euismod duis odio facilisis lobortis facilisis minim ut te dolore. ";
+	nmo:plainTextMessageContent "Ipsum ex dolore dignissim facilisi. Ad lobortis minim illum enim. ".
+
+<urn:uuid:602730809> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2008-01-17T15:42:06";
+	nmo:receivedDate "2008-01-17T15:42:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:865538347>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "carmelo beaudry euerat edu"];
+	nmo:messageSubject "Nulla nostrud sit et nulla consequat dignissim. ";
+	nmo:plainTextMessageContent "In vel facilisis dignissim exerci blandit feugiat Utwisi eum wisi eufeugiat. Nonummy euismod wisi in nulla dolore luptatum volutpat eufeugiat ad dolore et. ".
+
+<urn:uuid:1803626630> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2008-03-07T15:42:25";
+	nmo:receivedDate "2008-03-07T15:43:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1881702960>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "deirdre hoffmann velittationullamcorper eu"];
+	nmo:messageSubject "Blandit invulputate qui dolore facilisis hendrerit wisi molestie nostrud. ";
+	nmo:plainTextMessageContent "Nonummy odio suscipit ullamcorper tation feugiat vero dolore enim iriure. ".
+
+<urn:uuid:1190326397> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2008-05-22T15:49:15";
+	nmo:receivedDate "2008-05-22T15:49:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:69420491>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "juan gaskins molestieautem edu"];
+	nmo:bcc <urn:uuid:568386497>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "btimmerman wisieufeugiat tv"];
+	nmo:messageSubject "Iustoodio minim adipiscing autem duis consectetuer elitsed diam iriure tationullamcorper aliquip. ";
+	nmo:plainTextMessageContent "Consequat facilisis iusto minim et. Facilisi ad molestie nulla. ".
+
+<urn:uuid:126750875> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2008-09-19T15:23:19";
+	nmo:receivedDate "2008-09-19T15:23:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Luptatum ut in doloremagna lobortis nulla nulla delenit doloremagna eros illum. ";
+	nmo:plainTextMessageContent "Nostrud euismod facilisis duis zzril nulla vulputate. Vero consectetuer diam dolore amet amet ut ea eros feugait. ".
+
+<urn:uuid:1904902718> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2008-12-22T15:26:29";
+	nmo:receivedDate "2008-12-22T15:27:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolor delenit duis delenitaugue eros qui duis dolor hendrerit. ";
+	nmo:plainTextMessageContent "Illum vero facilisi ex iustoodio hendrerit suscipit suscipit vulputate sit tationullamcorper commodo hendrerit amet. ".
+
+<urn:uuid:477214634> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2008-05-27T16:09:23";
+	nmo:receivedDate "2008-05-27T16:10:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore illum doloremagna luptatum illum ea te et dolore praesent veniamquis tincidunt veniamquis. ";
+	nmo:plainTextMessageContent "Praesent exerci at suscipit. Elitsed at in facilisi Utwisi duis nulla nonummy illum. ".
+
+<urn:uuid:1039476704> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2124397646>;
+	nmo:sentDate "2008-11-22T15:46:53";
+	nmo:receivedDate "2008-11-22T15:47:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1726606070>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "booker creel doloremagnavolutpat tv"];
+	nmo:messageSubject "Lobortis te wisi feugait eum facilisi at vel aliquip ad augue ad ea. ";
+	nmo:plainTextMessageContent "Feugait wisi tincidunt nostrud odio illum esse velit duis molestie tincidunt blandit ut. ".
+
+<urn:uuid:2066602258> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07885" ;
+	nco:locality "Wharton" ;
+	nco:streetAddress "6305 Oak Hill Trail" .
+
+<mailto:tguest enimUtwisi org> a nco:EmailAddress; 
+	nco:emailAddress "tguest enimUtwisi org".
+
+<urn:uuid:687761029> a nco:PersonContact; 
+	nco:fullname "Taryn Guest";
+	nco:nameGiven "Taryn";
+	nco:nameFamily "Guest";
+	nco:birthDate "1943-03-03";
+	nco:hasAffiliation "Customer Account Clerk";
+	nco:hasEmailAddress <mailto:tguest enimUtwisi org>;
+	nco:hasPostalAddress <urn:uuid:2066602258>.
+
+<urn:uuid:442574413> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13407" ;
+	nco:locality "Mohawk" ;
+	nco:streetAddress "385 Locust Circle" .
+
+<mailto:ktripp teiustoodio eu> a nco:EmailAddress; 
+	nco:emailAddress "ktripp teiustoodio eu".
+
+<urn:uuid:2007832597> a nco:PersonContact; 
+	nco:fullname "Kendrick Tripp";
+	nco:nameGiven "Kendrick";
+	nco:nameFamily "Tripp";
+	nco:birthDate "1942-08-13";
+	nco:hasAffiliation "Principal Headmaster";
+	nco:hasEmailAddress <mailto:ktripp teiustoodio eu>;
+	nco:hasPostalAddress <urn:uuid:442574413>.
+
+<urn:uuid:753448501> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1147973622>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Consectetuer wisi dolore eros eufeugiat blandit luptatum. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-21T13:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-21T14:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1147973622>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1157174626> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "RI" ;
+	nco:postalcode "02838" ;
+	nco:locality "Manville" ;
+	nco:streetAddress "5128 Centre Oak Cove" .
+
+<mailto:colin wynne velitveniamquis com> a nco:EmailAddress; 
+	nco:emailAddress "colin wynne velitveniamquis com".
+
+<urn:uuid:320867035> a nco:PersonContact; 
+	nco:fullname "Colin Wynne";
+	nco:nameGiven "Colin";
+	nco:nameFamily "Wynne";
+	nco:birthDate "1942-11-25";
+	nco:hasAffiliation "Agent Claims General";
+	nco:hasEmailAddress <mailto:colin wynne velitveniamquis com>;
+	nco:hasPostalAddress <urn:uuid:1157174626>.
+
+<urn:uuid:1883631433> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:320867035>;
+	nmo:sentDate "2008-09-01T15:32:00";
+	nmo:receivedDate "2008-09-01T15:32:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colin wynne velitveniamquis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1111413083>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "leonardo holtz enimaliquip us"];
+	nmo:messageSubject "Autem illum velit ut in iriure molestie ut volutpat illum dolore autem feugait. ";
+	nmo:plainTextMessageContent "Feugait ullamcorper adipiscing facilisi feugiat. Eum esse delenitaugue te ullamcorper ex te te consequatvel aliquam minim iriure. ".
+
+<urn:uuid:248626816> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:320867035>;
+	nmo:sentDate "2008-09-15T16:02:23";
+	nmo:receivedDate "2008-09-15T16:03:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colin wynne velitveniamquis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:620634836>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "fran rooney facilisidignissim com"];
+	nmo:messageSubject "Consequat nulla augue nonummy dolore nulla suscipit aliquam nislut dolor ut. ";
+	nmo:plainTextMessageContent "Duis at delenitaugue duis blandit feugiat augue tation consequat iusto suscipit ut suscipit. Feugait consequat eum luptatumzzril eum at dolore in. ".
+
+<urn:uuid:1062291855> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:320867035>;
+	nmo:sentDate "2008-01-22T15:23:50";
+	nmo:receivedDate "2008-01-22T15:24:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colin wynne velitveniamquis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Suscipit sit esse eros minim quis. ";
+	nmo:plainTextMessageContent "In nostrud accumsan ut esse. Esse suscipit iriure ullamcorper. ".
+
+<urn:uuid:1790278541> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:320867035>;
+	nmo:sentDate "2009-01-05T15:45:20";
+	nmo:receivedDate "2009-01-05T15:45:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colin wynne velitveniamquis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1688633835>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mpool erosiusto gov"];
+	nmo:messageSubject "Vero qui quis duis blandit nulla dolore at facilisi. ";
+	nmo:plainTextMessageContent "Dolore odio vel etaccumsan facilisi veniam. Nulla delenitaugue ut odio dolore feugiat qui eum exerci autem iustoodio. ".
+
+<urn:uuid:1232355643> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:320867035>;
+	nmo:sentDate "2008-12-03T15:17:22";
+	nmo:receivedDate "2008-12-03T15:18:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colin wynne velitveniamquis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Suscipit velit praesent at nostrud facilisi. ";
+	nmo:plainTextMessageContent "Consectetuer nislut facilisis iriure. ".
+
+<urn:uuid:979258051> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:320867035>;
+	nmo:sentDate "2008-03-16T15:13:40";
+	nmo:receivedDate "2008-03-16T15:14:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colin wynne velitveniamquis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1617595122>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mariano pringle facilisinonummy net"];
+	nmo:messageSubject "Nulla at vero duis vulputate nulla vel etaccumsan. ";
+	nmo:plainTextMessageContent "Velit facilisi iriuredolor blandit at nibh tincidunt. Suscipit qui ea ut ullamcorper tationullamcorper adipiscing zzril et. ".
+
+<urn:uuid:1975714313> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:320867035>;
+	nmo:sentDate "2008-05-22T15:30:48";
+	nmo:receivedDate "2008-05-22T15:31:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colin wynne velitveniamquis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1970771578>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ilene bui lobortisfeugait info"];
+	nmo:messageSubject "Vero minim autem luptatum ipsum ex illum te nulla te minim tincidunt. ";
+	nmo:plainTextMessageContent "Nonummy ea nibh hendrerit. ".
+
+<urn:uuid:1214796186> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:320867035>;
+	nmo:sentDate "2008-02-11T15:17:23";
+	nmo:receivedDate "2008-02-11T15:17:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colin wynne velitveniamquis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore eros aliquip ipsum euismod aliquam in facilisi minim duis autem luptatumzzril. ";
+	nmo:plainTextMessageContent "Amet sit vel hendrerit luptatum qui facilisi. Facilisi dolore et amet veniamquis in te lobortis commodoconsequat facilisis elitsed. ".
+
+<urn:uuid:2025561284> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:320867035>;
+	nmo:sentDate "2008-10-01T15:43:23";
+	nmo:receivedDate "2008-10-01T15:44:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colin wynne velitveniamquis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:590068079>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lilly gleason feugaitduis tv"];
+	nmo:messageSubject "Ut nulla luptatum quis eum ullamcorper hendrerit zzril doloremagna. ";
+	nmo:plainTextMessageContent "Nulla et facilisi Utwisi esse et amet nulla. ".
+
+<urn:uuid:903042249> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:320867035>;
+	nmo:sentDate "2008-11-22T15:39:40";
+	nmo:receivedDate "2008-11-22T15:39:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colin wynne velitveniamquis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1349163524>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Nostrud vel molestie dolore aliquip blandit tationullamcorper dolore dolore. ";
+	nmo:plainTextMessageContent "Eu ea nostrud duis dolore facilisi consequatvel lorem sit vero accumsan. Facilisis in delenit minim. ".
+
+<urn:uuid:512954641> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:320867035>;
+	nmo:sentDate "2008-08-31T16:03:34";
+	nmo:receivedDate "2008-08-31T16:04:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colin wynne velitveniamquis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1311946098>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lawanda buffington enimut gov"];
+	nmo:bcc <urn:uuid:1940373135>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "cori mccurry incommodoconsequat com"];
+	nmo:messageSubject "Iriuredolor invulputate molestie enim facilisi invulputate doloremagna. ";
+	nmo:plainTextMessageContent "Vel in facilisis blandit delenit et. ".
+
+<urn:uuid:608213737> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:320867035>;
+	nmo:sentDate "2008-10-23T15:31:43";
+	nmo:receivedDate "2008-10-23T15:32:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colin wynne velitveniamquis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Qui augue doloremagna eu duis in autem consequat ea dolore eum consequat. ";
+	nmo:plainTextMessageContent "Nibh at ex aliquip dignissim dolore facilisis ut suscipit sit nulla dolore lorem et. Duis iriuredolor ullamcorper eu dignissim ipsum. ".
+
+<urn:uuid:1254623464> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:320867035>;
+	nmo:sentDate "2008-01-16T16:00:21";
+	nmo:receivedDate "2008-01-16T16:01:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colin wynne velitveniamquis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Qui dignissim molestie dolore tation vero dolore autem commodo blandit feugiat suscipit dolore. ";
+	nmo:plainTextMessageContent "Elitsed in te aliquip blandit delenitaugue exerci nulla eufeugiat molestie et invulputate minim. ".
+
+<urn:uuid:1849174007> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:320867035>;
+	nmo:sentDate "2008-05-06T15:51:46";
+	nmo:receivedDate "2008-05-06T15:52:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colin wynne velitveniamquis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iriure eum hendrerit hendrerit veniam dolore ad qui eum hendrerit dignissim. ";
+	nmo:plainTextMessageContent "Minim duis ut velit facilisi tation. ".
+
+<urn:uuid:1571123843> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:320867035>;
+	nmo:sentDate "2008-07-10T16:07:38";
+	nmo:receivedDate "2008-07-10T16:08:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colin wynne velitveniamquis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1147973622>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "hbaxley suscipitminim net"];
+	nmo:messageSubject "Iustoodio dolore laoreet nulla consectetuer enim praesent laoreet wisi in ullamcorper wisi ea. ";
+	nmo:plainTextMessageContent "Commodo at delenitaugue luptatum enim. Et ea te et zzril in aliquip duis. ".
+
+<urn:uuid:51122839> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:320867035>;
+	nmo:sentDate "2008-06-17T16:04:47";
+	nmo:receivedDate "2008-06-17T16:05:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colin wynne velitveniamquis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Doloremagna ea vel nulla consequat at eros zzril sit consectetuer vero nonummy. ";
+	nmo:plainTextMessageContent "Ex lobortis doloremagna tincidunt duis euismod. Facilisi eum tincidunt minim aliquip duis dolor. ".
+
+<urn:uuid:94285445> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:320867035>;
+	nmo:sentDate "2008-11-13T15:34:21";
+	nmo:receivedDate "2008-11-13T15:34:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colin wynne velitveniamquis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:406835329>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "hiram pryor feugaitiriuredolor org"];
+	nmo:messageSubject "Qui suscipit nonummy volutpat ex et ea consectetuer nulla. ";
+	nmo:plainTextMessageContent "Tationullamcorper eu consequat aliquip eu ut. Commodo molestie ut vel et dignissim nulla velit volutpat te ad. ".
+
+<urn:uuid:1342471476> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:320867035>;
+	nmo:sentDate "2008-09-19T15:35:29";
+	nmo:receivedDate "2008-09-19T15:36:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colin wynne velitveniamquis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2083047578>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "hromo eaautem com"];
+	nmo:messageSubject "Duis nostrud nulla lorem iriuredolor vel feugait praesent esse hendrerit praesent ea molestie. ";
+	nmo:plainTextMessageContent "Quis eum feugait ea veniamquis aliquam quis feugait exerci sit nostrud qui laoreet. Veniamquis vel wisi facilisis wisi euismod feugait hendrerit aliquip consectetuer dolore vero sit consectetuer. ".
+
+<urn:uuid:314191144> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:320867035>;
+	nmo:sentDate "2008-03-13T15:50:14";
+	nmo:receivedDate "2008-03-13T15:51:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colin wynne velitveniamquis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:954221451>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "wburrow iustoodioesse edu"];
+	nmo:messageSubject "Te ex ad blandit delenit nislut enim consectetuer. ";
+	nmo:plainTextMessageContent "Eros nibh tation qui praesent ut eros facilisi molestie et vel luptatumzzril eu etaccumsan. Vero elitsed eum tincidunt nostrud wisi in eu esse ut velit ad feugait veniam. ".
+
+<urn:uuid:64243605> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:320867035>;
+	nmo:sentDate "2008-09-07T15:54:02";
+	nmo:receivedDate "2008-09-07T15:54:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colin wynne velitveniamquis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1857965994>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "nathanael roberson dolorut org"];
+	nmo:messageSubject "Velit hendrerit consequatvel minim qui veniam doloremagna vero. ";
+	nmo:plainTextMessageContent "Nulla lorem velit ex qui at luptatumzzril et exerci. ".
+
+<urn:uuid:1582642592> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13251" ;
+	nco:locality "Syracuse" ;
+	nco:streetAddress "79 Edenfield Street" .
+
+<mailto:millie merrill dolorelorem eu> a nco:EmailAddress; 
+	nco:emailAddress "millie merrill dolorelorem eu".
+
+<xmpp:millie merrill gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Millie Merrill" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Luptatum iustoodio volutpat facilisis qui invulputate ut facilisi Utwisi dolore dolor dignissim laoreet consectetuer. " ;
+	nco:imID "millie merrill gmail com".
+
+<urn:uuid:918207449> a nco:PersonContact; 
+	nco:fullname "Millie Merrill";
+	nco:nameGiven "Millie";
+	nco:nameFamily "Merrill";
+	nco:birthDate "1942-12-31";
+	nco:hasAffiliation "Public Relations Supervisor";
+	nco:hasEmailAddress <mailto:millie merrill dolorelorem eu>;
+	nco:hasIMAccount <xmpp:millie merrill gmail com>;
+	nco:hasPostalAddress <urn:uuid:1582642592>.
+
+<urn:uuid:1188500562> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06069" ;
+	nco:locality "Sharon" ;
+	nco:streetAddress "3720 Birchtree Lane" .
+
+<mailto:bette harden doloretation info> a nco:EmailAddress; 
+	nco:emailAddress "bette harden doloretation info".
+
+<xmpp:bette harden gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Bette Harden" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Blandit ea ut Utwisi illum ex nulla in. " ;
+	nco:imID "bette harden gmail com".
+
+<tel:+12073171713> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)317-1713".
+
+<urn:uuid:642586140> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12073171713>]; 
+	nmo:duration 36; 
+	nmo:receivedDate "2008-07-11T15:39:50". 
+
+<urn:uuid:1533066008> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12073171713>]; 
+	nmo:duration 24; 
+	nmo:sentDate "2008-03-17T15:22:32". 
+
+<urn:uuid:235800340> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12073171713>]; 
+	nmo:duration 6; 
+	nmo:receivedDate "2008-10-06T16:04:03". 
+
+<urn:uuid:612051027> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12073171713>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-13T15:32:37";
+	nmo:receivedDate "2008-06-22T15:55:39";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Velit nulla iriure quis dolore duis duis. Nostrud hendrerit molestie qui nulla et consequatvel laoreet. Ea ex feugait nislut facilisi laoreet Utwisi. Vel vero amet blandit nostrud dolore ut iustoodio aliquam dignissim enim. ".
+
+<urn:uuid:88172224> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12073171713>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-29T15:42:44";
+	nmo:receivedDate "2008-08-23T15:13:07";
+	nmo:plainTextMessageContent "Ex exerci minim duis delenit eros dignissim feugiat lobortis ad duis euismod. Eros adipiscing ad et aliquam esse nislut. Nibh praesent nibh nislut. Facilisis feugait sit dolor etaccumsan aliquam eros facilisis et. ".
+
+<urn:uuid:76158769> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12073171713>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-08T16:04:19";
+	nmo:receivedDate "2009-02-16T15:38:06";
+	nmo:plainTextMessageContent "Iriure dolore tation dignissim ut. Nostrud elitsed vulputate te ea ex etaccumsan commodoconsequat. Velit eros luptatum eum adipiscing minim facilisi velit suscipit nulla. Odio ad velit consectetuer ad minim Utwisi elitsed enim enim suscipit nulla qui. Praesent commodo nonummy eufeugiat dolor duis eufeugiat te duis ullamcorper dignissim facilisi elitsed dignissim. Etaccumsan in odio veniam dignissim dolor facilisi feugait qui eu. Feugait blandit nonummy nonummy commodo. ".
+
+<urn:uuid:1198164792> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12073171713>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-03T16:07:38";
+	nmo:receivedDate "2008-03-13T15:14:17";
+	nmo:plainTextMessageContent "Lobortis commodoconsequat ea euismod minim praesent velit eu amet erat nulla dolore. Dolor vulputate nulla molestie nonummy dolor facilisis doloremagna nisl aliquip minim suscipit ea. Praesent ad commodoconsequat odio minim lorem facilisis ea eros duis luptatumzzril lobortis ad. Facilisis eros nostrud in exerci feugait. ".
+
+<urn:uuid:1631552224> a nco:PersonContact; 
+	nco:fullname "Bette Harden";
+	nco:nameGiven "Bette";
+	nco:nameFamily "Harden";
+	nco:birthDate "1942-11-09";
+	nco:hasAffiliation "Plant Chemist Utilities";
+	nco:hasEmailAddress <mailto:bette harden doloretation info>;
+	nco:hasPhoneNumber <tel:+12073171713>;
+	nco:hasIMAccount <xmpp:bette harden gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:1188500562>.
+
+<urn:uuid:2064767151> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1365315065>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Ea adipiscing laoreet ex luptatumzzril duis quis dolore blandit dolore molestie dolore suscipit. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-08T14:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-08T14:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1365315065>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1913933880> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05156" ;
+	nco:locality "Springfield" ;
+	nco:streetAddress "8546 Ilo Avenue" .
+
+<mailto:pwiseman enimtationullamcorper edu> a nco:EmailAddress; 
+	nco:emailAddress "pwiseman enimtationullamcorper edu".
+
+<urn:uuid:1194243537> a nco:PersonContact; 
+	nco:fullname "Pablo Wiseman";
+	nco:nameGiven "Pablo";
+	nco:nameFamily "Wiseman";
+	nco:birthDate "1942-07-22";
+	nco:hasAffiliation "Chemical Plant Supervisor";
+	nco:hasEmailAddress <mailto:pwiseman enimtationullamcorper edu>;
+	nco:hasPostalAddress <urn:uuid:1913933880>.
+
+<urn:uuid:177716062> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:633374437>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Elitsed nibh dolore esse velit dignissim suscipit suscipit duis. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-23T12:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-23T13:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:633374437>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1739498782> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01550" ;
+	nco:locality "Southbridge" ;
+	nco:streetAddress "359 Olney Oak Way" .
+
+<mailto:mmoseley atvel net> a nco:EmailAddress; 
+	nco:emailAddress "mmoseley atvel net".
+
+<xmpp:mickey moseley gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Mickey Moseley" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Ea ut te delenitaugue consequat dolore praesent veniamquis praesent dolor vel et. " ;
+	nco:imID "mickey moseley gmail com".
+
+<tel:+13518867909> a nco:PhoneNumber; 
+	nco:phoneNumber "(351)886-7909".
+
+<urn:uuid:1662426517> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13518867909>]; 
+	nmo:duration 13; 
+	nmo:sentDate "2008-07-19T16:08:35". 
+
+<urn:uuid:456045488> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13518867909>]; 
+	nmo:duration 26; 
+	nmo:receivedDate "2009-01-05T15:24:40". 
+
+<urn:uuid:1344272644> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13518867909>]; 
+	nmo:duration 15; 
+	nmo:sentDate "2008-06-23T15:33:54". 
+
+<urn:uuid:807247507> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13518867909>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-31T15:25:44";
+	nmo:receivedDate "2008-05-28T15:45:20";
+	nmo:plainTextMessageContent "Nulla in consectetuer ut ad iriure zzril nulla vulputate duis duis in velit. Luptatumzzril dignissim esse dolore nostrud feugait veniam ut ea. In exerci et molestie blandit augue in feugait eros vulputate. Lobortis aliquam nibh suscipit dolore. Esse eros facilisis blandit accumsan molestie aliquip. Nibh sit feugait eros ut esse. Nislut exerci nisl lobortis ad. ".
+
+<urn:uuid:1725258002> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13518867909>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-18T15:38:21";
+	nmo:receivedDate "2008-03-31T15:55:40";
+	nmo:plainTextMessageContent "Laoreet feugait in hendrerit erat eum adipiscing nulla. Aliquip augue vero nisl ad autem nonummy zzril tincidunt. Ea autem vero et blandit te duis. Te esse ea autem. Iriure suscipit at Utwisi nulla molestie hendrerit tation eros te hendrerit delenitaugue minim. Commodo lobortis ex feugait dolore nostrud in. Illum lobortis et eum. ".
+
+<urn:uuid:1501067409> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13518867909>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-11T15:35:29";
+	nmo:receivedDate "2008-09-11T15:34:09";
+	nmo:plainTextMessageContent "Nulla ea te eum aliquip dolore zzril velit lobortis in. Blandit nulla tincidunt zzril. Doloremagna vero eufeugiat esse. Ullamcorper vel te exerci aliquip facilisis. Lobortis ex quis in consequatvel duis vel facilisis. ".
+
+<urn:uuid:441557551> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13518867909>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-28T16:00:58";
+	nmo:receivedDate "2008-03-17T15:43:25";
+	nmo:plainTextMessageContent "Autem exerci at ipsum tation esse nisl molestie blandit dignissim odio velit. Doloremagna facilisi doloremagna dolore nibh esse delenitaugue luptatumzzril suscipit iustoodio velit nostrud duis. Nisl te duis tincidunt luptatumzzril euismod dolore. Ut eum ex feugiat zzril minim esse molestie zzril. Lorem praesent aliquam laoreet vero nostrud dignissim minim. Feugait in nislut et enim esse enim eum dolor molestie dolore ex. ".
+
+<urn:uuid:1737795496> a nco:PersonContact; 
+	nco:fullname "Mickey Moseley";
+	nco:nameGiven "Mickey";
+	nco:nameFamily "Moseley";
+	nco:birthDate "1943-01-27";
+	nco:hasAffiliation "Legal Counsel";
+	nco:hasEmailAddress <mailto:mmoseley atvel net>;
+	nco:hasPhoneNumber <tel:+13518867909>;
+	nco:hasIMAccount <xmpp:mickey moseley gmail com>;
+	nco:hasPostalAddress <urn:uuid:1739498782>.
+
+<urn:uuid:752415549> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11105" ;
+	nco:locality "Astoria" ;
+	nco:streetAddress "8647 Wickshire Street" .
+
+<mailto:alexis cothran nulladiam tv> a nco:EmailAddress; 
+	nco:emailAddress "alexis cothran nulladiam tv".
+
+<tel:+17169519567> a nco:PhoneNumber; 
+	nco:phoneNumber "(716)951-9567".
+
+<urn:uuid:1790327499> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17169519567>]; 
+	nmo:duration 16; 
+	nmo:receivedDate "2008-03-25T15:11:50". 
+
+<urn:uuid:1151865665> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17169519567>]; 
+	nmo:duration 22; 
+	nmo:sentDate "2008-09-10T16:09:27". 
+
+<urn:uuid:1575204725> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17169519567>]; 
+	nmo:duration 11; 
+	nmo:receivedDate "2008-12-31T15:47:08". 
+
+<urn:uuid:1355403870> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17169519567>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-05T16:07:35";
+	nmo:receivedDate "2008-05-05T16:07:13";
+	nmo:plainTextMessageContent "Te nislut erat esse velit. Molestie euismod nulla te tincidunt exerci praesent exerci et consequatvel tation molestie augue consequat. Ad praesent zzril eros eros nulla minim dolore laoreet suscipit dolor consequat molestie at. Hendrerit enim eros eufeugiat velit amet dolore luptatumzzril facilisis. ".
+
+<urn:uuid:1789107182> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17169519567>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-12T15:35:12";
+	nmo:receivedDate "2008-02-16T16:05:51";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Enim nisl duis dignissim dolore dolor enim. Sit facilisis ad feugait. Duis vel autem et. Consectetuer sit dolor duis euismod minim augue ad dignissim. ".
+
+<urn:uuid:908690293> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17169519567>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-04T15:47:00";
+	nmo:receivedDate "2008-08-24T15:32:00";
+	nmo:plainTextMessageContent "Nibh nibh Utwisi dolore eros feugiat. Dolore duis suscipit euismod illum hendrerit facilisis hendrerit eu dolore exerci ullamcorper tationullamcorper. Facilisis augue facilisi facilisis minim invulputate commodoconsequat invulputate facilisi wisi. Hendrerit duis praesent odio accumsan minim. Vulputate hendrerit zzril duis eum ipsum. ".
+
+<urn:uuid:1717569829> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17169519567>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-30T15:27:05";
+	nmo:receivedDate "2008-11-24T15:17:52";
+	nmo:plainTextMessageContent "Etaccumsan erat eu nibh. Dolore blandit ut Utwisi at feugiat praesent nostrud aliquip facilisis nonummy nostrud et. Invulputate consectetuer autem nisl accumsan facilisis facilisi odio facilisi nostrud duis et. Nislut facilisis ea blandit consectetuer dolore aliquam iriuredolor. Eufeugiat tation molestie molestie odio tationullamcorper luptatumzzril illum eros dolor te. Erat eum feugait velit molestie vero iustoodio ea ut eufeugiat eufeugiat. ".
+
+<urn:uuid:1102319446> a nco:PersonContact; 
+	nco:fullname "Alexis Cothran";
+	nco:nameGiven "Alexis";
+	nco:nameFamily "Cothran";
+	nco:birthDate "1942-08-20";
+	nco:hasAffiliation "Power Shear Operator";
+	nco:hasEmailAddress <mailto:alexis cothran nulladiam tv>;
+	nco:hasPhoneNumber <tel:+17169519567>;
+	nco:hasPostalAddress <urn:uuid:752415549>.
+
+<urn:uuid:1610625870> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06246" ;
+	nco:locality "Grosvenor Dale" ;
+	nco:streetAddress "5806 Martin Grove Lane" .
+
+<mailto:josette evers dolorequis edu> a nco:EmailAddress; 
+	nco:emailAddress "josette evers dolorequis edu".
+
+<urn:uuid:1724789023> a nco:PersonContact; 
+	nco:fullname "Josette Evers";
+	nco:nameGiven "Josette";
+	nco:nameFamily "Evers";
+	nco:birthDate "1943-01-04";
+	nco:hasAffiliation "Library Director";
+	nco:hasEmailAddress <mailto:josette evers dolorequis edu>;
+	nco:hasPostalAddress <urn:uuid:1610625870>.
+
+<urn:uuid:2050380332> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04278" ;
+	nco:locality "Rumford Center" ;
+	nco:streetAddress "5869 Abbott Circle" .
+
+<mailto:nburnside veniamfacilisis com> a nco:EmailAddress; 
+	nco:emailAddress "nburnside veniamfacilisis com".
+
+<tel:+16077632577> a nco:PhoneNumber; 
+	nco:phoneNumber "(607)763-2577".
+
+<urn:uuid:1666670254> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16077632577>]; 
+	nmo:duration 29; 
+	nmo:sentDate "2008-09-03T16:04:56". 
+
+<urn:uuid:889501642> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16077632577>]; 
+	nmo:duration 4; 
+	nmo:sentDate "2008-11-10T16:03:33". 
+
+<urn:uuid:982521150> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16077632577>]; 
+	nmo:duration 2; 
+	nmo:sentDate "2008-11-07T15:18:58". 
+
+<urn:uuid:1396609414> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16077632577>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-03T16:01:40";
+	nmo:receivedDate "2008-10-29T16:01:50";
+	nmo:plainTextMessageContent "Illum etaccumsan eros consequat odio blandit ea exerci enim duis veniamquis autem consequat. Hendrerit elitsed delenit invulputate te. Nulla delenit et tation accumsan ex ut ut enim exerci molestie aliquip. Illum eum eros volutpat diam at iustoodio ut. Vero in te erat molestie nonummy dignissim veniam sit suscipit esse. Dolore volutpat facilisis vel. Consectetuer invulputate Utwisi te at erat volutpat commodo dolore aliquip dolore qui ex. ".
+
+<urn:uuid:612516510> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16077632577>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-03T15:45:16";
+	nmo:receivedDate "2008-01-15T15:57:28";
+	nmo:plainTextMessageContent "Aliquip laoreet dignissim enim autem eros facilisi. Facilisis aliquip et diam. Adipiscing accumsan elitsed duis praesent ex iustoodio. Duis suscipit exerci iriuredolor in blandit eufeugiat aliquip nostrud vel iriuredolor. ".
+
+<urn:uuid:1059646313> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16077632577>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-30T15:40:48";
+	nmo:receivedDate "2008-10-19T16:05:29";
+	nmo:plainTextMessageContent "Velit delenitaugue commodoconsequat commodoconsequat lobortis nulla autem luptatumzzril euismod aliquam augue minim facilisis facilisi. Nostrud amet volutpat te eufeugiat facilisis autem. Commodo quis aliquip hendrerit molestie nulla erat velit ex et ad nulla ea. Autem aliquam dolore consectetuer aliquip erat molestie amet nulla. ".
+
+<urn:uuid:180549212> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16077632577>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-08T15:52:26";
+	nmo:receivedDate "2008-09-15T15:11:58";
+	nmo:plainTextMessageContent "Autem feugait velit vel. Nostrud nulla elitsed vulputate tationullamcorper ea tationullamcorper praesent veniamquis luptatumzzril ad. Elitsed dolore invulputate ex dolore exerci luptatumzzril enim et in facilisis etaccumsan. Erat invulputate nulla nulla doloremagna qui vero facilisis eum accumsan consectetuer amet adipiscing duis. Eum iustoodio diam blandit ullamcorper commodo lobortis. Zzril et velit iusto wisi dignissim nonummy feugiat zzril hendrerit nislut nislut facilisi suscipit. ".
+
+<urn:uuid:531801256> a nco:PersonContact; 
+	nco:fullname "Nellie Burnside";
+	nco:nameGiven "Nellie";
+	nco:nameFamily "Burnside";
+	nco:birthDate "1942-09-30";
+	nco:hasAffiliation "Loom Operator";
+	nco:hasEmailAddress <mailto:nburnside veniamfacilisis com>;
+	nco:hasPhoneNumber <tel:+16077632577>;
+	nco:hasPostalAddress <urn:uuid:2050380332>.
+
+<urn:uuid:1540239520> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07927" ;
+	nco:locality "Cedar Knolls" ;
+	nco:streetAddress "1309 Dellwood Road Parkway" .
+
+<mailto:rochelle olsen praesentconsequat gov> a nco:EmailAddress; 
+	nco:emailAddress "rochelle olsen praesentconsequat gov".
+
+<urn:uuid:1294602325> a nco:PersonContact; 
+	nco:fullname "Rochelle Olsen";
+	nco:nameGiven "Rochelle";
+	nco:nameFamily "Olsen";
+	nco:birthDate "1942-11-11";
+	nco:hasAffiliation "Self Service Laundry Operator";
+	nco:hasEmailAddress <mailto:rochelle olsen praesentconsequat gov>;
+	nco:hasPostalAddress <urn:uuid:1540239520>.
+
+<urn:uuid:77325033> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01931" ;
+	nco:locality "Gloucester" ;
+	nco:streetAddress "9203 Londonderry Lane" .
+
+<mailto:tiffany antoine iustosuscipit com> a nco:EmailAddress; 
+	nco:emailAddress "tiffany antoine iustosuscipit com".
+
+<urn:uuid:1440429864> a nco:PersonContact; 
+	nco:fullname "Tiffany Antoine";
+	nco:nameGiven "Tiffany";
+	nco:nameFamily "Antoine";
+	nco:birthDate "1942-10-23";
+	nco:hasAffiliation "Security Coordinator Computer";
+	nco:hasEmailAddress <mailto:tiffany antoine iustosuscipit com>;
+	nco:hasPostalAddress <urn:uuid:77325033>.
+
+<urn:uuid:163159706> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1576350578>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Ipsum ut veniamquis esse esse in in. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-05T12:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-05T13:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1576350578>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1020100342> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13475" ;
+	nco:locality "Van Hornesville" ;
+	nco:streetAddress "931 Conner Circle" .
+
+<mailto:llai praesenttationullamcorper org> a nco:EmailAddress; 
+	nco:emailAddress "llai praesenttationullamcorper org".
+
+<xmpp:lashonda lai gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Lashonda Lai" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Aliquip vero aliquam accumsan. " ;
+	nco:imID "lashonda lai gmail com".
+
+<urn:uuid:1769739358> a nco:PersonContact; 
+	nco:fullname "Lashonda Lai";
+	nco:nameGiven "Lashonda";
+	nco:nameFamily "Lai";
+	nco:birthDate "1942-10-04";
+	nco:hasAffiliation "Laborer Warehouse";
+	nco:hasEmailAddress <mailto:llai praesenttationullamcorper org>;
+	nco:hasIMAccount <xmpp:lashonda lai gmail com>;
+	nco:hasPostalAddress <urn:uuid:1020100342>.
+
+<urn:uuid:8368168> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05470" ;
+	nco:locality "Montgomery" ;
+	nco:streetAddress "3923 Cherryfield Drive" .
+
+<mailto:huey yarborough autemfeugiat tv> a nco:EmailAddress; 
+	nco:emailAddress "huey yarborough autemfeugiat tv".
+
+<tel:+17818045119> a nco:PhoneNumber; 
+	nco:phoneNumber "(781)804-5119".
+
+<urn:uuid:1555373162> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17818045119>]; 
+	nmo:duration 42; 
+	nmo:sentDate "2008-03-12T15:41:07". 
+
+<urn:uuid:497535107> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17818045119>]; 
+	nmo:duration 25; 
+	nmo:receivedDate "2008-11-23T15:11:59". 
+
+<urn:uuid:1169414218> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17818045119>]; 
+	nmo:duration 12; 
+	nmo:receivedDate "2008-02-03T15:27:37". 
+
+<urn:uuid:2026569799> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17818045119>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-17T15:57:46";
+	nmo:receivedDate "2008-02-27T16:03:25";
+	nmo:plainTextMessageContent "Eum in nulla elitsed nibh suscipit nisl adipiscing nulla quis eros facilisis hendrerit. Commodoconsequat dolore hendrerit nibh ut consequat. In quis consequatvel dolore dolore esse praesent et autem molestie et. Vel dolore wisi illum duis ex tincidunt iusto dolore molestie. Enim ipsum at euismod duis iriuredolor exerci velit dolore blandit augue minim ut. Suscipit laoreet augue iustoodio suscipit ut dolore nostrud dolore. ".
+
+<urn:uuid:323230063> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17818045119>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-19T16:07:21";
+	nmo:receivedDate "2009-01-30T15:24:30";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Et nibh erat feugiat commodoconsequat lobortis minim iriuredolor eros eum te ea nisl et. Eufeugiat te ullamcorper molestie autem vel tation. Minim aliquip eu quis eum wisi consequatvel augue. Molestie nisl velit eros. Suscipit facilisi minim et lobortis erat in suscipit blandit. ".
+
+<urn:uuid:739711347> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17818045119>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-10T16:06:34";
+	nmo:receivedDate "2009-02-09T15:29:11";
+	nmo:plainTextMessageContent "Autem wisi et illum ut dolor luptatumzzril ut nulla. Feugiat eros dignissim consequatvel dolor veniam nisl vel lobortis qui commodoconsequat veniam ex lobortis. Commodoconsequat nulla in enim vulputate consectetuer at eum. Consequat aliquip consequat esse euismod velit volutpat. Exerci enim molestie accumsan eum et tincidunt ut. Facilisis volutpat dolore enim vero ipsum ipsum blandit molestie. Autem in lobortis hendrerit eros. ".
+
+<urn:uuid:1045423008> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17818045119>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-22T15:39:06";
+	nmo:receivedDate "2009-01-09T15:30:33";
+	nmo:plainTextMessageContent "In duis nulla ut iriure consequat consequatvel velit amet quis veniamquis vel at. Zzril iusto erat facilisis ut iustoodio accumsan elitsed iustoodio. Qui augue te ad feugait feugiat illum at duis eum suscipit suscipit iusto. Enim duis dolore nulla iriuredolor iriuredolor ex blandit nibh tincidunt. Lobortis facilisi odio molestie blandit amet eufeugiat blandit autem commodoconsequat augue vel. Nostrud vel esse nostrud dignissim etaccumsan eros. ".
+
+<urn:uuid:1427199766> a nco:PersonContact; 
+	nco:fullname "Huey Yarborough";
+	nco:nameGiven "Huey";
+	nco:nameFamily "Yarborough";
+	nco:birthDate "1942-05-29";
+	nco:hasAffiliation "Punch Press Operator";
+	nco:hasEmailAddress <mailto:huey yarborough autemfeugiat tv>;
+	nco:hasPhoneNumber <tel:+17818045119>;
+	nco:hasPostalAddress <urn:uuid:8368168>.
+
+<urn:uuid:1037946052> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1427199766>;
+	nmo:sentDate "2009-01-12T16:00:03";
+	nmo:receivedDate "2009-01-12T16:00:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "huey yarborough autemfeugiat tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1792426769>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "enichols utiusto gov"];
+	nmo:messageSubject "Invulputate et praesent et veniam amet. ";
+	nmo:plainTextMessageContent "Duis at consectetuer minim. At eufeugiat iustoodio lorem eum invulputate enim et nostrud velit feugiat eros vero. ".
+
+<urn:uuid:586530341> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1427199766>;
+	nmo:sentDate "2009-01-19T15:59:13";
+	nmo:receivedDate "2009-01-19T15:59:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "huey yarborough autemfeugiat tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Et et suscipit commodo nibh luptatumzzril aliquip suscipit aliquam qui duis at in commodo. ";
+	nmo:plainTextMessageContent "Tincidunt esse hendrerit ut vel. ".
+
+<urn:uuid:1936599356> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1427199766>;
+	nmo:sentDate "2008-11-07T15:28:02";
+	nmo:receivedDate "2008-11-07T15:28:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "huey yarborough autemfeugiat tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1418636141>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ashlee hayward aliquipipsum gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Sit tation ut nisl amet consequat. ";
+	nmo:plainTextMessageContent "Aliquip etaccumsan ad adipiscing esse dignissim. ".
+
+<urn:uuid:831944578> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1427199766>;
+	nmo:sentDate "2008-08-24T16:06:02";
+	nmo:receivedDate "2008-08-24T16:06:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "huey yarborough autemfeugiat tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:594723562>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "harlan aponte facilisiseufeugiat org"];
+	nmo:messageSubject "Velit facilisi ipsum feugait ad. ";
+	nmo:plainTextMessageContent "In esse minim zzril ad erat. Velit doloremagna luptatum ex duis. ".
+
+<urn:uuid:593869396> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1427199766>;
+	nmo:sentDate "2008-12-18T15:51:33";
+	nmo:receivedDate "2008-12-18T15:51:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "huey yarborough autemfeugiat tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:623862122>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bernadine williford delenitaugueat info"];
+	nmo:messageSubject "Autem eum adipiscing eu molestie praesent minim facilisis in. ";
+	nmo:plainTextMessageContent "Ex iriure tationullamcorper nostrud suscipit molestie. ".
+
+<urn:uuid:1555934375> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1427199766>;
+	nmo:sentDate "2009-01-16T16:06:09";
+	nmo:receivedDate "2009-01-16T16:06:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "huey yarborough autemfeugiat tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ex hendrerit te amet. ";
+	nmo:plainTextMessageContent "Zzril laoreet aliquip Utwisi ad. Eu ut nonummy ullamcorper. ".
+
+<urn:uuid:1520977591> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1427199766>;
+	nmo:sentDate "2008-10-27T15:14:01";
+	nmo:receivedDate "2008-10-27T15:14:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "huey yarborough autemfeugiat tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Et tationullamcorper doloremagna augue duis accumsan tincidunt molestie luptatumzzril ad eu facilisis exerci. ";
+	nmo:plainTextMessageContent "Autem iustoodio ea diam doloremagna consequatvel in ipsum. ".
+
+<urn:uuid:411993930> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1427199766>;
+	nmo:sentDate "2008-01-20T15:14:25";
+	nmo:receivedDate "2008-01-20T15:15:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "huey yarborough autemfeugiat tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Qui vero praesent invulputate dolor qui esse. ";
+	nmo:plainTextMessageContent "Dolore suscipit ipsum sit. ".
+
+<urn:uuid:1876216332> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1427199766>;
+	nmo:sentDate "2008-07-27T15:31:16";
+	nmo:receivedDate "2008-07-27T15:31:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "huey yarborough autemfeugiat tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Consequatvel Utwisi commodoconsequat blandit. ";
+	nmo:plainTextMessageContent "Illum wisi autem tationullamcorper minim elitsed esse ipsum feugait iusto te. ".
+
+<urn:uuid:1031121383> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1427199766>;
+	nmo:sentDate "2008-06-08T16:00:15";
+	nmo:receivedDate "2008-06-08T16:00:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "huey yarborough autemfeugiat tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Autem adipiscing etaccumsan nibh. ";
+	nmo:plainTextMessageContent "Aliquip tation iustoodio ut vero autem augue illum ad veniam duis vero. ".
+
+<urn:uuid:1868443510> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1427199766>;
+	nmo:sentDate "2008-09-28T15:31:27";
+	nmo:receivedDate "2008-09-28T15:31:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "huey yarborough autemfeugiat tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ut dolore duis nonummy delenit suscipit consequat veniamquis delenit blandit. ";
+	nmo:plainTextMessageContent "Ex in wisi autem commodoconsequat ea facilisis hendrerit commodoconsequat tationullamcorper qui elitsed te aliquip. ".
+
+<urn:uuid:336258768> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1427199766>;
+	nmo:sentDate "2008-09-28T15:59:43";
+	nmo:receivedDate "2008-09-28T16:00:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "huey yarborough autemfeugiat tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1155348940>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "wblaylock luptatumzzriliusto org"];
+	nmo:messageSubject "Vel nibh velit tincidunt. ";
+	nmo:plainTextMessageContent "Molestie nostrud sit luptatumzzril eufeugiat dolor diam eufeugiat ut in. Hendrerit euismod qui iriuredolor wisi facilisis nulla. ".
+
+<urn:uuid:1110860965> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1427199766>;
+	nmo:sentDate "2008-07-26T15:22:18";
+	nmo:receivedDate "2008-07-26T15:22:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "huey yarborough autemfeugiat tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1057515380>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cshultz dolorluptatumzzril com"];
+	nmo:bcc <urn:uuid:1519631925>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "pstevens nonummyvel edu"];
+	nmo:messageSubject "Zzril doloremagna qui erat invulputate dolore diam aliquam odio nostrud at. ";
+	nmo:plainTextMessageContent "Nonummy ipsum vero feugait et nislut iriure dolor tation vero at ad dolore quis. ".
+
+<urn:uuid:1018044415> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1427199766>;
+	nmo:sentDate "2008-02-12T16:09:33";
+	nmo:receivedDate "2008-02-12T16:10:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "huey yarborough autemfeugiat tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1281249229>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "glenn crandall exvel tv"];
+	nmo:messageSubject "Ex vulputate elitsed velit vero praesent delenitaugue aliquip illum eum et. ";
+	nmo:plainTextMessageContent "Ex eum vel in minim. ".
+
+<urn:uuid:2095921926> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1427199766>;
+	nmo:sentDate "2008-04-05T15:46:35";
+	nmo:receivedDate "2008-04-05T15:47:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "huey yarborough autemfeugiat tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:594723562>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "harlan aponte facilisiseufeugiat org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Hendrerit tincidunt dolor vel nulla nislut eros veniam et euismod. ";
+	nmo:plainTextMessageContent "Et eu adipiscing commodoconsequat at nisl erat feugait delenit facilisis ut ut te illum. ".
+
+<urn:uuid:1530661084> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01270" ;
+	nco:locality "Windsor" ;
+	nco:streetAddress "3562 Lakeside Trail" .
+
+<mailto:kcuster molestieexerci eu> a nco:EmailAddress; 
+	nco:emailAddress "kcuster molestieexerci eu".
+
+<urn:uuid:1498245520> a nco:PersonContact; 
+	nco:fullname "Katina Custer";
+	nco:nameGiven "Katina";
+	nco:nameFamily "Custer";
+	nco:birthDate "1942-12-01";
+	nco:hasAffiliation "Helper Electrician";
+	nco:hasEmailAddress <mailto:kcuster molestieexerci eu>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:1530661084>.
+
+<urn:uuid:2060203283> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07204" ;
+	nco:locality "Roselle Park" ;
+	nco:streetAddress "773 Scruggs Circle" .
+
+<mailto:bpack incommodoconsequat eu> a nco:EmailAddress; 
+	nco:emailAddress "bpack incommodoconsequat eu".
+
+<urn:uuid:803109988> a nco:PersonContact; 
+	nco:fullname "Brad Pack";
+	nco:nameGiven "Brad";
+	nco:nameFamily "Pack";
+	nco:birthDate "1943-01-28";
+	nco:hasAffiliation "Operator Conveyor System";
+	nco:hasEmailAddress <mailto:bpack incommodoconsequat eu>;
+	nco:hasPostalAddress <urn:uuid:2060203283>.
+
+<urn:uuid:2087870470> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:803109988>;
+	nmo:sentDate "2008-06-29T15:46:38";
+	nmo:receivedDate "2008-06-29T15:46:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bpack incommodoconsequat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1400004387>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "catalina ornelas quisad info"];
+	nmo:messageSubject "Ex velit ea eros nibh iusto vel minim accumsan molestie iriure nostrud facilisis in. ";
+	nmo:plainTextMessageContent "Erat nostrud zzril dignissim iriure aliquam illum facilisis molestie nostrud. Et nulla lobortis nostrud vero enim iusto autem duis veniamquis autem. ".
+
+<urn:uuid:191060108> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:803109988>;
+	nmo:sentDate "2009-01-24T15:32:52";
+	nmo:receivedDate "2009-01-24T15:33:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bpack incommodoconsequat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2054219978>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "oprosser invulputateat net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Ea suscipit ut te vero ex facilisi te commodo commodo molestie. ";
+	nmo:plainTextMessageContent "Eros commodoconsequat veniamquis nislut nisl duis ullamcorper amet esse nislut. ".
+
+<urn:uuid:1830364502> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:803109988>;
+	nmo:sentDate "2008-05-08T15:45:28";
+	nmo:receivedDate "2008-05-08T15:45:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bpack incommodoconsequat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iriuredolor eros at diam esse nostrud feugiat iustoodio nulla nislut veniam consequatvel feugait et. ";
+	nmo:plainTextMessageContent "Dolore facilisi suscipit enim. ".
+
+<urn:uuid:938324422> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:803109988>;
+	nmo:sentDate "2008-10-24T16:09:33";
+	nmo:receivedDate "2008-10-24T16:09:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bpack incommodoconsequat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:337010795>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dharry eaipsum tv"];
+	nmo:bcc <urn:uuid:1741930266>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "tammi brookshire duissuscipit us"];
+	nmo:messageSubject "Blandit eufeugiat vel ex aliquip feugiat eros. ";
+	nmo:plainTextMessageContent "Delenitaugue aliquip eum hendrerit vel commodoconsequat iusto vero erat zzril. ".
+
+<urn:uuid:540696719> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:803109988>;
+	nmo:sentDate "2008-06-14T15:57:15";
+	nmo:receivedDate "2008-06-14T15:58:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bpack incommodoconsequat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1885960472>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rogelio hornsby dolorUtwisi eu"];
+	nmo:messageSubject "Vulputate dolore te at. ";
+	nmo:plainTextMessageContent "Dolor facilisis zzril te nulla. ".
+
+<urn:uuid:126265874> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:803109988>;
+	nmo:sentDate "2008-08-02T15:38:48";
+	nmo:receivedDate "2008-08-02T15:39:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bpack incommodoconsequat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1017899314>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "mfelder molestielorem info"];
+	nmo:messageSubject "Suscipit te nonummy facilisis enim erat in luptatum erat veniam lobortis consectetuer iriure eros. ";
+	nmo:plainTextMessageContent "Nostrud euismod nislut velit odio in vel lobortis at tation feugait. Nisl molestie ad nibh ad vero luptatumzzril iriuredolor te in elitsed. ".
+
+<urn:uuid:662587611> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:803109988>;
+	nmo:sentDate "2008-12-14T15:17:24";
+	nmo:receivedDate "2008-12-14T15:17:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bpack incommodoconsequat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:576986041>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "procha feugaitautem gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "In minim eum exerci. ";
+	nmo:plainTextMessageContent "Nostrud esse dolore iriure luptatumzzril et iriure duis diam. Eum minim dolor dolore praesent. ".
+
+<urn:uuid:751269494> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:803109988>;
+	nmo:sentDate "2008-02-29T15:28:29";
+	nmo:receivedDate "2008-02-29T15:29:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bpack incommodoconsequat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2101703494>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "glen rider nibhpraesent us"];
+	nmo:bcc <urn:uuid:1907362982>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "bob wendt suscipitadipiscing com"];
+	nmo:messageSubject "Euismod iusto eros nulla vel facilisi hendrerit dolor autem ex duis consequatvel dolore. ";
+	nmo:plainTextMessageContent "Molestie suscipit suscipit dignissim vel diam blandit iriuredolor hendrerit augue lobortis eros. Veniam feugait praesent in suscipit nulla. ".
+
+<urn:uuid:1859752352> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:803109988>;
+	nmo:sentDate "2008-03-29T16:04:22";
+	nmo:receivedDate "2008-03-29T16:04:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bpack incommodoconsequat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Duis hendrerit lobortis amet facilisi praesent. ";
+	nmo:plainTextMessageContent "Diam suscipit eum dignissim amet tation ut ut. ".
+
+<urn:uuid:240846324> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:803109988>;
+	nmo:sentDate "2008-04-14T15:28:47";
+	nmo:receivedDate "2008-04-14T15:29:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bpack incommodoconsequat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1752497668>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lcousins illumex eu"];
+	nmo:messageSubject "Vel iustoodio exerci facilisi in consequat vel facilisi et luptatum duis. ";
+	nmo:plainTextMessageContent "Ad te ad qui exerci facilisi ullamcorper. ".
+
+<urn:uuid:2007887330> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:803109988>;
+	nmo:sentDate "2008-10-20T15:52:44";
+	nmo:receivedDate "2008-10-20T15:53:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bpack incommodoconsequat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1623058252>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "nora akin odionulla eu"];
+	nmo:bcc <urn:uuid:1066127943>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "curt chesser etnulla tv"];
+	nmo:messageSubject "Luptatum commodo ipsum euismod tincidunt erat commodo consequatvel iriuredolor hendrerit. ";
+	nmo:plainTextMessageContent "Blandit et et nislut eu dolor at. ".
+
+<urn:uuid:1988854113> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:803109988>;
+	nmo:sentDate "2008-09-15T15:35:54";
+	nmo:receivedDate "2008-09-15T15:36:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bpack incommodoconsequat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Illum aliquip consequatvel et hendrerit consectetuer. ";
+	nmo:plainTextMessageContent "Molestie laoreet etaccumsan in nostrud praesent consectetuer esse lobortis ipsum molestie. Te velit commodo ut in eum autem nulla eros velit adipiscing. ".
+
+<urn:uuid:823563466> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:803109988>;
+	nmo:sentDate "2008-03-30T16:00:11";
+	nmo:receivedDate "2008-03-30T16:00:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bpack incommodoconsequat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:322828221>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "nannie whitlow veniamquisullamcorper info"];
+	nmo:messageSubject "Veniam suscipit aliquip autem amet commodo feugiat feugiat tincidunt. ";
+	nmo:plainTextMessageContent "Autem blandit eufeugiat ut nostrud amet. ".
+
+<urn:uuid:1775995569> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:803109988>;
+	nmo:sentDate "2008-04-05T16:01:56";
+	nmo:receivedDate "2008-04-05T16:02:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bpack incommodoconsequat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1277100631>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ldahl facilisieufeugiat edu"];
+	nmo:messageSubject "Autem aliquip volutpat luptatum iriure at. ";
+	nmo:plainTextMessageContent "Duis duis facilisi in esse laoreet invulputate duis etaccumsan. Doloremagna ut ad commodoconsequat vel esse. ".
+
+<urn:uuid:1670608199> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15220" ;
+	nco:locality "Pittsburgh" ;
+	nco:streetAddress "2822 Hayden Street" .
+
+<mailto:mpepper feugaitveniam us> a nco:EmailAddress; 
+	nco:emailAddress "mpepper feugaitveniam us".
+
+<tel:+18452183261> a nco:PhoneNumber; 
+	nco:phoneNumber "(845)218-3261".
+
+<urn:uuid:1531518849> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18452183261>]; 
+	nmo:duration 36; 
+	nmo:sentDate "2008-07-09T15:34:55". 
+
+<urn:uuid:1739123096> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18452183261>]; 
+	nmo:duration 3; 
+	nmo:sentDate "2008-08-18T16:00:58". 
+
+<urn:uuid:1163957899> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18452183261>]; 
+	nmo:duration 38; 
+	nmo:receivedDate "2008-08-09T15:40:44". 
+
+<urn:uuid:1767584733> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18452183261>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-06T15:39:35";
+	nmo:receivedDate "2008-03-24T16:03:39";
+	nmo:plainTextMessageContent "Autem tincidunt vel duis dolore velit facilisi veniam dignissim minim feugait ut suscipit vel. Accumsan nulla eros ipsum ex luptatumzzril vel iustoodio nostrud elitsed eros diam. Luptatum illum vero illum euismod blandit qui nulla duis lorem vero vulputate. Nisl eros facilisis dolore et nostrud et esse in exerci vulputate volutpat ullamcorper ad. ".
+
+<urn:uuid:1750778656> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18452183261>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-10T16:04:48";
+	nmo:receivedDate "2008-05-20T15:28:44";
+	nmo:plainTextMessageContent "Lobortis feugiat iriuredolor velit tationullamcorper velit. Ex praesent exerci odio. Et consequat hendrerit nulla eufeugiat blandit eufeugiat qui illum delenit. Consequat consequatvel facilisis veniamquis hendrerit hendrerit wisi sit erat. Vel delenitaugue tationullamcorper velit iriure tation iriure tation doloremagna ut. ".
+
+<urn:uuid:227539836> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18452183261>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-05T16:10:19";
+	nmo:receivedDate "2008-05-31T16:08:53";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Eum commodoconsequat consequatvel eum qui wisi amet velit ex iustoodio lobortis dolor suscipit dignissim. Commodoconsequat hendrerit aliquip luptatum. Vero et zzril ea eum at at dolor qui. Dolore minim duis invulputate. Ut commodoconsequat blandit facilisi dolore delenitaugue autem facilisi doloremagna facilisis nostrud duis. Ea velit commodoconsequat vel dignissim at iriuredolor tincidunt ex enim feugait velit quis. Etaccumsan in et facilisis ex. ".
+
+<urn:uuid:182552405> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18452183261>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-27T16:05:57";
+	nmo:receivedDate "2008-12-01T16:07:41";
+	nmo:plainTextMessageContent "Qui exerci tationullamcorper minim praesent ut illum invulputate dolor. Nulla nulla iustoodio ut. Consequatvel feugait ut nisl ea facilisi in delenitaugue dignissim blandit doloremagna dolore. Suscipit qui zzril facilisi ea luptatum iriure duis at iusto nonummy. Minim illum nulla consequatvel duis velit facilisis enim delenitaugue dolore nislut et zzril. Dignissim ipsum vero facilisi consequatvel doloremagna ad enim. Diam nulla aliquam in molestie eros diam velit lobortis dolore laoreet. ".
+
+<urn:uuid:759255649> a nco:PersonContact; 
+	nco:fullname "Mickey Pepper";
+	nco:nameGiven "Mickey";
+	nco:nameFamily "Pepper";
+	nco:birthDate "1942-10-31";
+	nco:hasAffiliation "Service Engineer";
+	nco:hasEmailAddress <mailto:mpepper feugaitveniam us>;
+	nco:hasPhoneNumber <tel:+18452183261>;
+	nco:hasPostalAddress <urn:uuid:1670608199>.
+
+<urn:uuid:1461991470> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03457" ;
+	nco:locality "Nelson" ;
+	nco:streetAddress "8039 Woodsong Parkway" .
+
+<mailto:princess lockett etea us> a nco:EmailAddress; 
+	nco:emailAddress "princess lockett etea us".
+
+<tel:+15186614224> a nco:PhoneNumber; 
+	nco:phoneNumber "(518)661-4224".
+
+<urn:uuid:908311088> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15186614224>]; 
+	nmo:duration 47; 
+	nmo:sentDate "2009-02-08T15:44:12". 
+
+<urn:uuid:812998719> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15186614224>]; 
+	nmo:duration 30; 
+	nmo:receivedDate "2008-01-18T15:45:20". 
+
+<urn:uuid:440473610> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15186614224>]; 
+	nmo:duration 36; 
+	nmo:receivedDate "2009-02-04T15:42:51". 
+
+<urn:uuid:1738499039> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15186614224>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-17T15:28:07";
+	nmo:receivedDate "2008-11-06T16:03:08";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Doloremagna blandit nulla dignissim sit etaccumsan lorem etaccumsan iustoodio duis. Quis autem lorem blandit feugait eum nonummy luptatumzzril. Feugiat eum aliquam tincidunt dolore facilisis ea nislut blandit iusto. Iriure dolore ex adipiscing augue nulla esse exerci accumsan aliquam tationullamcorper consequatvel dolore veniamquis. Quis elitsed ea erat iustoodio nonummy delenitaugue molestie facilisi iriure. ".
+
+<urn:uuid:168513626> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15186614224>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-02T15:57:20";
+	nmo:receivedDate "2008-08-30T15:38:30";
+	nmo:plainTextMessageContent "Amet ex veniam tation dolore exerci esse delenitaugue. Praesent enim illum minim praesent ad. Esse aliquip ut tincidunt eros ut eros. Facilisi nostrud quis sit praesent blandit ut eum adipiscing wisi. Ipsum dolor esse veniam nulla elitsed lorem luptatumzzril facilisi dignissim. ".
+
+<urn:uuid:138064877> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15186614224>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-31T16:10:24";
+	nmo:receivedDate "2008-12-09T15:25:00";
+	nmo:plainTextMessageContent "Delenit qui wisi minim amet doloremagna minim vero veniamquis luptatum ut ut ut. Vel nulla enim eros lobortis praesent in eros feugiat vero iustoodio qui suscipit in. Aliquip te odio eu at enim eum molestie molestie. Consequatvel amet nostrud tation. Nonummy augue dolore et te quis volutpat minim te suscipit. ".
+
+<urn:uuid:1960809459> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15186614224>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-25T15:52:28";
+	nmo:receivedDate "2008-02-04T15:59:38";
+	nmo:plainTextMessageContent "Adipiscing aliquip velit et esse facilisis molestie nulla at. Ad illum lobortis hendrerit dignissim. Vel duis augue commodoconsequat ullamcorper duis elitsed dolore iustoodio veniamquis hendrerit eufeugiat. Tincidunt ex commodoconsequat etaccumsan esse iriure luptatum luptatum vero. Iriure molestie nulla veniamquis autem diam velit enim autem et. Commodoconsequat iusto adipiscing commodo ad nostrud esse in facilisi aliquam. Vero eros in ipsum veniam tation esse vero. ".
+
+<urn:uuid:1593732197> a nco:PersonContact; 
+	nco:fullname "Princess Lockett";
+	nco:nameGiven "Princess";
+	nco:nameFamily "Lockett";
+	nco:birthDate "1942-08-18";
+	nco:hasAffiliation "Window Repairer";
+	nco:hasEmailAddress <mailto:princess lockett etea us>;
+	nco:hasPhoneNumber <tel:+15186614224>;
+	nco:hasPostalAddress <urn:uuid:1461991470>.
+
+<urn:uuid:1698508551> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:935965686>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Illum iusto molestie sit sit zzril at commodoconsequat exerci invulputate suscipit ut. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-19T15:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-19T17:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:935965686>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:752895543> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08049" ;
+	nco:locality "Magnolia" ;
+	nco:streetAddress "5145 Pyron Oaks Circle" .
+
+<mailto:chas kenny utduis com> a nco:EmailAddress; 
+	nco:emailAddress "chas kenny utduis com".
+
+<urn:uuid:1793096451> a nco:PersonContact; 
+	nco:fullname "Chas Kenny";
+	nco:nameGiven "Chas";
+	nco:nameFamily "Kenny";
+	nco:birthDate "1943-01-20";
+	nco:hasAffiliation "Chemical Plant Manager";
+	nco:hasEmailAddress <mailto:chas kenny utduis com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:752895543>.
+
+<urn:uuid:1641975075> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03282" ;
+	nco:locality "Wentworth" ;
+	nco:streetAddress "525 Ashbrook Way" .
+
+<mailto:pmercado nullaea gov> a nco:EmailAddress; 
+	nco:emailAddress "pmercado nullaea gov".
+
+<xmpp:pearlie mercado gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Pearlie Mercado" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Autem facilisis dolore ea ullamcorper nulla vel ut consequat aliquip nostrud feugait molestie. " ;
+	nco:imID "pearlie mercado gmail com".
+
+<urn:uuid:1833835093> a nco:PersonContact; 
+	nco:fullname "Pearlie Mercado";
+	nco:nameGiven "Pearlie";
+	nco:nameFamily "Mercado";
+	nco:birthDate "1943-02-27";
+	nco:hasAffiliation "Crane Operator Overhead";
+	nco:hasEmailAddress <mailto:pmercado nullaea gov>;
+	nco:hasIMAccount <xmpp:pearlie mercado gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:1641975075>.
+
+<urn:uuid:1655037986> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1833835093>;
+	nmo:sentDate "2008-07-08T16:00:42";
+	nmo:receivedDate "2008-07-08T16:01:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "pmercado nullaea gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:623862122>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bernadine williford delenitaugueat info"];
+	nmo:messageSubject "Te nislut hendrerit iustoodio facilisi eros dignissim lorem duis. ";
+	nmo:plainTextMessageContent "Nonummy velit eros nostrud. Dolore facilisi laoreet wisi ipsum dolore etaccumsan. ".
+
+<urn:uuid:1579052909> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1833835093>;
+	nmo:sentDate "2008-05-27T15:55:44";
+	nmo:receivedDate "2008-05-27T15:56:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "pmercado nullaea gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1497173871>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gmorgan etdolore org"];
+	nmo:bcc <urn:uuid:871110616>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ywhitmire duisaugue us"];
+	nmo:messageSubject "Autem eu velit eum. ";
+	nmo:plainTextMessageContent "Eu odio ut facilisis luptatumzzril tationullamcorper vulputate dolore velit. Utwisi in invulputate autem enim ut ut nostrud. ".
+
+<urn:uuid:1271780481> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1833835093>;
+	nmo:sentDate "2008-12-20T15:29:12";
+	nmo:receivedDate "2008-12-20T15:29:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "pmercado nullaea gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Autem nostrud facilisis nulla facilisi. ";
+	nmo:plainTextMessageContent "Autem ea invulputate dolore illum consequat lorem luptatum dolore velit augue. Ea ut augue exerci illum et. ".
+
+<urn:uuid:11616583> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1833835093>;
+	nmo:sentDate "2008-11-11T15:22:06";
+	nmo:receivedDate "2008-11-11T15:22:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "pmercado nullaea gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:538749018>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "fabian marcum veroeros edu"];
+	nmo:messageSubject "Suscipit dolore facilisi consectetuer erat commodoconsequat. ";
+	nmo:plainTextMessageContent "Commodo eum ex enim etaccumsan quis commodoconsequat esse dolore ad ullamcorper blandit blandit facilisis. Autem elitsed at ea accumsan volutpat et iriuredolor et nislut nostrud augue. ".
+
+<urn:uuid:625415372> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1833835093>;
+	nmo:sentDate "2008-09-24T15:29:49";
+	nmo:receivedDate "2008-09-24T15:30:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "pmercado nullaea gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Consectetuer suscipit consectetuer suscipit veniam tationullamcorper laoreet. ";
+	nmo:plainTextMessageContent "Molestie ut eufeugiat ipsum. ".
+
+<urn:uuid:1321852118> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1833835093>;
+	nmo:sentDate "2008-07-02T15:23:15";
+	nmo:receivedDate "2008-07-02T15:24:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "pmercado nullaea gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1491117925>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "krystle stout nullaluptatumzzril net"];
+	nmo:bcc <urn:uuid:644136477>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "itoscano lobortisad org"];
+	nmo:messageSubject "Eros lobortis iustoodio enim. ";
+	nmo:plainTextMessageContent "Consequat odio commodo dolore. Nostrud feugiat dolore invulputate ad nonummy qui wisi eum luptatumzzril duis nonummy duis. ".
+
+<urn:uuid:454546908> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1833835093>;
+	nmo:sentDate "2008-03-05T15:17:23";
+	nmo:receivedDate "2008-03-05T15:17:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "pmercado nullaea gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1378362548>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rsorrell praesentduis tv"];
+	nmo:messageSubject "Suscipit eros dignissim molestie te nibh commodoconsequat iusto tincidunt exerci hendrerit lorem hendrerit ad. ";
+	nmo:plainTextMessageContent "Eum luptatumzzril eum at adipiscing. ".
+
+<urn:uuid:1042446248> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1833835093>;
+	nmo:sentDate "2009-01-05T15:25:41";
+	nmo:receivedDate "2009-01-05T15:26:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "pmercado nullaea gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2133236974>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kylie piazza eumvelit edu"];
+	nmo:messageSubject "Dolore enim veniamquis Utwisi consectetuer ex vero dolore velit lorem ex illum. ";
+	nmo:plainTextMessageContent "Dolore vel euismod feugait laoreet eufeugiat at. Molestie duis veniam duis quis at dolore euismod autem dolor aliquip nibh iusto. ".
+
+<urn:uuid:393984882> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1833835093>;
+	nmo:sentDate "2008-09-20T16:01:32";
+	nmo:receivedDate "2008-09-20T16:01:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "pmercado nullaea gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Nulla vel facilisi sit consequat. ";
+	nmo:plainTextMessageContent "Illum dolore duis hendrerit in consequatvel minim vero commodoconsequat exerci hendrerit autem hendrerit. ".
+
+<urn:uuid:455712190> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1833835093>;
+	nmo:sentDate "2008-11-19T15:32:36";
+	nmo:receivedDate "2008-11-19T15:32:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "pmercado nullaea gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1293629604>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cswafford wisieros info"];
+	nmo:bcc <urn:uuid:871110616>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ywhitmire duisaugue us"];
+	nmo:messageSubject "Nibh consequat eros augue laoreet ut nibh dignissim nostrud. ";
+	nmo:plainTextMessageContent "In nonummy lobortis te in augue veniamquis exerci dignissim aliquip dolore vel lobortis illum. ".
+
+<urn:uuid:1127280049> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1833835093>;
+	nmo:sentDate "2008-12-22T15:24:43";
+	nmo:receivedDate "2008-12-22T15:24:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "pmercado nullaea gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:729570015>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "pearline mcmahon nibhdiam tv"];
+	nmo:bcc <urn:uuid:693002361>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rdonnelly etaccumsannostrud info"];
+	nmo:messageSubject "Eros lorem nislut nibh delenitaugue in enim ut. ";
+	nmo:plainTextMessageContent "Facilisis lobortis aliquip iriuredolor dolore nonummy quis praesent. Esse quis et dolore nostrud diam molestie nisl at. ".
+
+<urn:uuid:1680466020> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1833835093>;
+	nmo:sentDate "2008-03-01T15:26:53";
+	nmo:receivedDate "2008-03-01T15:27:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "pmercado nullaea gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Laoreet nulla laoreet iriuredolor facilisi invulputate. ";
+	nmo:plainTextMessageContent "Augue duis dolore aliquip esse nonummy velit lorem te et duis. ".
+
+<urn:uuid:1540577709> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1833835093>;
+	nmo:sentDate "2008-07-23T15:18:05";
+	nmo:receivedDate "2008-07-23T15:18:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "pmercado nullaea gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:78814138>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mcoates commodoconsequatea eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Etaccumsan nibh ullamcorper luptatumzzril. ";
+	nmo:plainTextMessageContent "Facilisis volutpat etaccumsan qui. Praesent nisl commodoconsequat te eum ea nulla illum. ".
+
+<urn:uuid:1190522755> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1833835093>;
+	nmo:sentDate "2008-08-25T15:26:54";
+	nmo:receivedDate "2008-08-25T15:27:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "pmercado nullaea gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1365315065>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "fmarler ametesse net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Et feugait commodoconsequat facilisi aliquip. ";
+	nmo:plainTextMessageContent "Consectetuer Utwisi praesent praesent aliquip eum nislut nulla facilisis vero feugiat hendrerit ut. Facilisis eu te tationullamcorper lobortis tincidunt nisl ea augue. ".
+
+<urn:uuid:218291337> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1833835093>;
+	nmo:sentDate "2008-09-07T15:45:23";
+	nmo:receivedDate "2008-09-07T15:46:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "pmercado nullaea gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:559889693>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rkatz luptatumzzrilelitsed info"];
+	nmo:bcc <urn:uuid:1131028915>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "sheinz erosminim org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Consequat vero eum blandit in amet vero aliquip velit facilisi enim ea minim veniam. ";
+	nmo:plainTextMessageContent "Nostrud lobortis delenitaugue vero iustoodio nisl qui accumsan at facilisi veniamquis nonummy commodoconsequat. ".
+
+<urn:uuid:2145192680> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1833835093>;
+	nmo:sentDate "2009-01-20T15:17:04";
+	nmo:receivedDate "2009-01-20T15:17:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "pmercado nullaea gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Praesent dolore nostrud autem lorem invulputate laoreet iriuredolor eum ullamcorper sit. ";
+	nmo:plainTextMessageContent "Ut nisl accumsan dolore dolor. Et sit nulla aliquip vel duis nislut duis ut iustoodio. ".
+
+<urn:uuid:2060373076> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1833835093>;
+	nmo:sentDate "2008-05-16T16:07:04";
+	nmo:receivedDate "2008-05-16T16:07:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "pmercado nullaea gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ullamcorper adipiscing feugait aliquip lobortis odio eros. ";
+	nmo:plainTextMessageContent "Laoreet delenitaugue eum suscipit in exerci tationullamcorper blandit ea sit iustoodio dolore. ".
+
+<urn:uuid:766940701> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1833835093>;
+	nmo:sentDate "2008-02-10T15:44:41";
+	nmo:receivedDate "2008-02-10T15:45:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "pmercado nullaea gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla iusto eu dolore iustoodio ut et. ";
+	nmo:plainTextMessageContent "Duis nostrud illum tation dolore velit enim. ".
+
+<urn:uuid:1157293697> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1833835093>;
+	nmo:sentDate "2008-05-31T15:59:48";
+	nmo:receivedDate "2008-05-31T16:00:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "pmercado nullaea gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1278268675>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "plemon duiseum com"];
+	nmo:messageSubject "Ex vel invulputate tincidunt nulla consequatvel delenit duis. ";
+	nmo:plainTextMessageContent "Laoreet dolore erat nulla vel duis consequatvel lorem tationullamcorper consequat. ".
+
+<urn:uuid:1047773278> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1833835093>;
+	nmo:sentDate "2008-07-14T15:55:48";
+	nmo:receivedDate "2008-07-14T15:56:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "pmercado nullaea gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:687070534>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "adoolittle velitad org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Molestie aliquam veniam dolore blandit. ";
+	nmo:plainTextMessageContent "Esse tincidunt etaccumsan lobortis. Enim invulputate iriure consequat vero feugiat commodoconsequat suscipit nislut zzril et eum blandit. ".
+
+<urn:uuid:766400913> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1833835093>;
+	nmo:sentDate "2008-01-30T15:21:24";
+	nmo:receivedDate "2008-01-30T15:21:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "pmercado nullaea gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Praesent dolore doloremagna tincidunt exerci commodoconsequat commodoconsequat suscipit euismod. ";
+	nmo:plainTextMessageContent "Duis nibh lorem nostrud eufeugiat. Molestie duis eum iriuredolor. ".
+
+<urn:uuid:179240790> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1833835093>;
+	nmo:sentDate "2008-03-08T15:34:22";
+	nmo:receivedDate "2008-03-08T15:35:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "pmercado nullaea gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1132553444>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dennis harter lobortiset com"];
+	nmo:messageSubject "Iriuredolor qui iustoodio nonummy veniamquis vulputate nulla euismod velit sit dolor. ";
+	nmo:plainTextMessageContent "Molestie nulla eros at illum commodo. ".
+
+<urn:uuid:1973764412> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1833835093>;
+	nmo:sentDate "2008-02-17T15:11:50";
+	nmo:receivedDate "2008-02-17T15:12:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "pmercado nullaea gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:135134967>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kip cooks velittation org"];
+	nmo:messageSubject "Ipsum dignissim iustoodio nostrud blandit enim laoreet qui dolor dolore. ";
+	nmo:plainTextMessageContent "Blandit qui odio molestie dignissim ad nulla velit et eum duis. Ex illum nostrud esse. ".
+
+<urn:uuid:1330763569> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1833835093>;
+	nmo:sentDate "2008-08-14T15:16:18";
+	nmo:receivedDate "2008-08-14T15:16:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "pmercado nullaea gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vero tation nonummy iustoodio dolor ullamcorper nostrud delenitaugue. ";
+	nmo:plainTextMessageContent "Autem augue iriuredolor ad ipsum augue duis augue eum consectetuer molestie. ".
+
+<urn:uuid:1237400564> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1833835093>;
+	nmo:sentDate "2008-04-19T15:42:42";
+	nmo:receivedDate "2008-04-19T15:43:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "pmercado nullaea gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolor commodoconsequat dolore nulla vero vero et iusto commodoconsequat dolore iriuredolor facilisis. ";
+	nmo:plainTextMessageContent "Vero augue eros nibh lobortis. ".
+
+<urn:uuid:1825920261> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1833835093>;
+	nmo:sentDate "2008-08-16T15:45:20";
+	nmo:receivedDate "2008-08-16T15:45:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "pmercado nullaea gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ullamcorper vel accumsan vel hendrerit ut esse quis dolore commodo eu duis feugiat. ";
+	nmo:plainTextMessageContent "Delenitaugue et lorem et qui veniam veniam esse in. ".
+
+<urn:uuid:734248699> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07999" ;
+	nco:locality "Whippany" ;
+	nco:streetAddress "8421 Tending Lane" .
+
+<mailto:coleman salas enimmolestie info> a nco:EmailAddress; 
+	nco:emailAddress "coleman salas enimmolestie info".
+
+<urn:uuid:922128104> a nco:PersonContact; 
+	nco:fullname "Coleman Salas";
+	nco:nameGiven "Coleman";
+	nco:nameFamily "Salas";
+	nco:birthDate "1943-01-22";
+	nco:hasAffiliation "Claims Administrator";
+	nco:hasEmailAddress <mailto:coleman salas enimmolestie info>;
+	nco:hasPostalAddress <urn:uuid:734248699>.
+
+<urn:uuid:286606958> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11782" ;
+	nco:locality "Sayville" ;
+	nco:streetAddress "5648 Briar Knoll Trail" .
+
+<mailto:lstauffer tedolor tv> a nco:EmailAddress; 
+	nco:emailAddress "lstauffer tedolor tv".
+
+<urn:uuid:1700200115> a nco:PersonContact; 
+	nco:fullname "Leone Stauffer";
+	nco:nameGiven "Leone";
+	nco:nameFamily "Stauffer";
+	nco:birthDate "1943-01-26";
+	nco:hasAffiliation "Denture Finisher";
+	nco:hasEmailAddress <mailto:lstauffer tedolor tv>;
+	nco:hasPostalAddress <urn:uuid:286606958>.
+
+<urn:uuid:534270904> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04556" ;
+	nco:locality "Edgecomb" ;
+	nco:streetAddress "2012 Swenson Lane" .
+
+<mailto:esturgeon sitquis com> a nco:EmailAddress; 
+	nco:emailAddress "esturgeon sitquis com".
+
+<urn:uuid:1105413027> a nco:PersonContact; 
+	nco:fullname "Elyse Sturgeon";
+	nco:nameGiven "Elyse";
+	nco:nameFamily "Sturgeon";
+	nco:birthDate "1942-09-12";
+	nco:hasAffiliation "Calibrator";
+	nco:hasEmailAddress <mailto:esturgeon sitquis com>;
+	nco:hasPostalAddress <urn:uuid:534270904>.
+
+<urn:uuid:796170445> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:90736525>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Eros enim velit suscipit vero. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-02T14:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-02T16:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:90736525>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1384473038> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10451" ;
+	nco:locality "Bronx" ;
+	nco:streetAddress "5062 Port Charlotte Way" .
+
+<mailto:latrice ritchey eroste com> a nco:EmailAddress; 
+	nco:emailAddress "latrice ritchey eroste com".
+
+<tel:+16077279509> a nco:PhoneNumber; 
+	nco:phoneNumber "(607)727-9509".
+
+<urn:uuid:1230317158> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16077279509>]; 
+	nmo:duration 30; 
+	nmo:sentDate "2008-09-06T15:41:41". 
+
+<urn:uuid:1537613215> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16077279509>]; 
+	nmo:duration 45; 
+	nmo:sentDate "2008-10-03T15:42:56". 
+
+<urn:uuid:448444970> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16077279509>]; 
+	nmo:duration 30; 
+	nmo:sentDate "2008-06-22T15:15:32". 
+
+<urn:uuid:1399407465> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16077279509>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-24T15:18:03";
+	nmo:receivedDate "2008-11-30T15:44:18";
+	nmo:plainTextMessageContent "Praesent autem dolore at doloremagna. Duis feugait ea dolore hendrerit. Aliquam exerci iusto tation commodo amet commodo commodo et. Volutpat vulputate illum duis quis augue consequat nulla duis. ".
+
+<urn:uuid:1421136686> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16077279509>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-19T15:47:14";
+	nmo:receivedDate "2008-01-20T16:01:23";
+	nmo:plainTextMessageContent "Ullamcorper minim consequat nulla nislut et at enim te ex minim vulputate. Iriuredolor Utwisi tation ullamcorper nostrud eros zzril elitsed eum. Blandit dignissim wisi veniamquis duis minim. Praesent iriuredolor et molestie praesent facilisi nulla adipiscing dolore duis vero commodo etaccumsan at. Consectetuer duis erat nonummy blandit enim delenitaugue ipsum vel etaccumsan iriuredolor amet. ".
+
+<urn:uuid:2096718972> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16077279509>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-26T15:25:19";
+	nmo:receivedDate "2008-07-06T16:01:14";
+	nmo:plainTextMessageContent "Et enim consequatvel laoreet duis odio sit minim commodoconsequat facilisi minim. Molestie consequat nulla ea veniamquis zzril illum aliquam nibh consequat feugait elitsed autem. Ea accumsan dignissim nisl quis feugait duis nostrud iriure quis. Nostrud dolore elitsed dignissim diam esse enim delenitaugue vel amet. ".
+
+<urn:uuid:459685417> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16077279509>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-12T16:05:41";
+	nmo:receivedDate "2008-05-17T15:43:26";
+	nmo:plainTextMessageContent "Duis praesent esse te qui feugait velit dolore in eros. In autem ullamcorper tincidunt et. Vero Utwisi hendrerit autem luptatum eros ex laoreet erat praesent. Vel duis dolor luptatumzzril doloremagna. Suscipit vero ut eu eu accumsan blandit. Tationullamcorper facilisis zzril exerci hendrerit. ".
+
+<urn:uuid:1140967797> a nco:PersonContact; 
+	nco:fullname "Latrice Ritchey";
+	nco:nameGiven "Latrice";
+	nco:nameFamily "Ritchey";
+	nco:birthDate "1942-09-30";
+	nco:hasAffiliation "Aid Operating Room";
+	nco:hasEmailAddress <mailto:latrice ritchey eroste com>;
+	nco:hasPhoneNumber <tel:+16077279509>;
+	nco:hasPostalAddress <urn:uuid:1384473038>.
+
+<urn:uuid:1279874491> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1140967797>;
+	nmo:sentDate "2009-01-24T15:38:59";
+	nmo:receivedDate "2009-01-24T15:39:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latrice ritchey eroste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1072823837>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lorraine carrico etut net"];
+	nmo:messageSubject "Ad eufeugiat amet nislut feugiat veniamquis minim aliquip elitsed. ";
+	nmo:plainTextMessageContent "Feugait feugait vel illum zzril. ".
+
+<urn:uuid:1779536477> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1140967797>;
+	nmo:sentDate "2008-07-22T15:13:02";
+	nmo:receivedDate "2008-07-22T15:13:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latrice ritchey eroste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:22869447>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "belmore inblandit eu"];
+	nmo:messageSubject "Eros nulla exerci duis suscipit delenit tincidunt facilisi Utwisi in. ";
+	nmo:plainTextMessageContent "Ad nulla vel enim tationullamcorper luptatumzzril in autem aliquip ipsum facilisi. ".
+
+<urn:uuid:1904642887> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1140967797>;
+	nmo:sentDate "2008-11-04T15:58:14";
+	nmo:receivedDate "2008-11-04T15:58:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latrice ritchey eroste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:684538636>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "loyd dubois consectetuermolestie com"];
+	nmo:messageSubject "Esse ut eros te. ";
+	nmo:plainTextMessageContent "Nisl lobortis molestie facilisis. ".
+
+<urn:uuid:776781190> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1140967797>;
+	nmo:sentDate "2009-01-01T15:34:47";
+	nmo:receivedDate "2009-01-01T15:35:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latrice ritchey eroste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "At invulputate ea lorem zzril minim facilisis iriure amet velit illum veniamquis vel. ";
+	nmo:plainTextMessageContent "Utwisi iusto euismod minim eum qui autem quis. ".
+
+<urn:uuid:1559976874> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1140967797>;
+	nmo:sentDate "2008-03-25T15:13:42";
+	nmo:receivedDate "2008-03-25T15:14:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latrice ritchey eroste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:900364855>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "omaupin veroadipiscing org"];
+	nmo:messageSubject "Vel et luptatumzzril esse etaccumsan duis illum invulputate ex. ";
+	nmo:plainTextMessageContent "Te commodoconsequat commodo vel ex autem te lobortis te erat consequat ipsum at. ".
+
+<urn:uuid:1089965666> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1140967797>;
+	nmo:sentDate "2009-01-14T15:36:50";
+	nmo:receivedDate "2009-01-14T15:37:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latrice ritchey eroste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:948613802>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "birdie fagan adipiscingvelit edu"];
+	nmo:bcc <urn:uuid:536466710>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "vcromwell delenitaugueveniamquis com"];
+	nmo:messageSubject "Nulla aliquip ut velit ut feugait Utwisi enim ullamcorper ad ad ad feugait euismod. ";
+	nmo:plainTextMessageContent "Aliquip laoreet tation lorem duis. Delenitaugue diam nibh facilisi feugait accumsan. ".
+
+<urn:uuid:1868759508> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1140967797>;
+	nmo:sentDate "2008-07-14T15:52:25";
+	nmo:receivedDate "2008-07-14T15:52:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latrice ritchey eroste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolor consequatvel consequat eum. ";
+	nmo:plainTextMessageContent "Vero eu enim commodo. ".
+
+<urn:uuid:675860780> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1140967797>;
+	nmo:sentDate "2008-05-13T15:18:02";
+	nmo:receivedDate "2008-05-13T15:18:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latrice ritchey eroste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Laoreet accumsan aliquip ipsum illum eros te facilisis facilisi ea. ";
+	nmo:plainTextMessageContent "Hendrerit praesent vero dolor. ".
+
+<urn:uuid:2102565920> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1140967797>;
+	nmo:sentDate "2008-06-24T15:50:06";
+	nmo:receivedDate "2008-06-24T15:50:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latrice ritchey eroste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:584541222>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "garry roche telaoreet edu"];
+	nmo:messageSubject "Suscipit ad feugiat facilisis zzril. ";
+	nmo:plainTextMessageContent "Minim eufeugiat esse consequat qui. ".
+
+<urn:uuid:1988110267> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1140967797>;
+	nmo:sentDate "2008-11-28T16:01:14";
+	nmo:receivedDate "2008-11-28T16:02:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latrice ritchey eroste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:460750400>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "leon fortney facilisiqui org"];
+	nmo:messageSubject "Laoreet iriure dolor eros qui eros te. ";
+	nmo:plainTextMessageContent "Dignissim minim veniam velit qui ex autem. ".
+
+<urn:uuid:109498615> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1140967797>;
+	nmo:sentDate "2008-09-10T15:43:50";
+	nmo:receivedDate "2008-09-10T15:44:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latrice ritchey eroste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1728460819>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "zackary haney vulputatepraesent org"];
+	nmo:bcc <urn:uuid:126650642>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "mdunn delenitfeugait eu"];
+	nmo:messageSubject "Ipsum velit te ullamcorper vel commodo esse vero. ";
+	nmo:plainTextMessageContent "Molestie in duis ut iriuredolor nulla ipsum aliquip laoreet. ".
+
+<urn:uuid:579782803> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1140967797>;
+	nmo:sentDate "2008-06-01T15:36:02";
+	nmo:receivedDate "2008-06-01T15:37:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latrice ritchey eroste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Quis accumsan vero erat erat delenitaugue minim aliquip nulla facilisis. ";
+	nmo:plainTextMessageContent "Feugait dolore in vero consequat. ".
+
+<urn:uuid:1601058073> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1140967797>;
+	nmo:sentDate "2008-08-14T15:45:14";
+	nmo:receivedDate "2008-08-14T15:45:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latrice ritchey eroste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2085013917>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "vredding dignissimat net"];
+	nmo:messageSubject "Lobortis in ex ea zzril Utwisi invulputate nibh elitsed enim eum nostrud. ";
+	nmo:plainTextMessageContent "Nisl in qui molestie zzril nislut aliquip dolore. ".
+
+<urn:uuid:1776343452> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1140967797>;
+	nmo:sentDate "2009-01-07T15:21:57";
+	nmo:receivedDate "2009-01-07T15:22:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latrice ritchey eroste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ut iusto autem ut commodoconsequat nostrud. ";
+	nmo:plainTextMessageContent "Te praesent hendrerit invulputate wisi. Minim in volutpat feugait dolor nisl nulla lorem. ".
+
+<urn:uuid:1952754567> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1140967797>;
+	nmo:sentDate "2008-06-19T15:24:21";
+	nmo:receivedDate "2008-06-19T15:24:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latrice ritchey eroste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Adipiscing duis facilisi vel tation aliquip. ";
+	nmo:plainTextMessageContent "Erat illum blandit blandit enim praesent lobortis facilisis laoreet vel aliquip at volutpat. In ipsum facilisi delenitaugue luptatumzzril vel. ".
+
+<urn:uuid:226035426> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1140967797>;
+	nmo:sentDate "2009-01-08T15:55:45";
+	nmo:receivedDate "2009-01-08T15:56:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latrice ritchey eroste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Utwisi adipiscing suscipit ut blandit vulputate molestie tincidunt luptatumzzril feugait dignissim. ";
+	nmo:plainTextMessageContent "Consequat consequatvel autem te. ".
+
+<urn:uuid:864639670> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1140967797>;
+	nmo:sentDate "2008-09-13T15:34:31";
+	nmo:receivedDate "2008-09-13T15:35:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latrice ritchey eroste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolor dolore blandit te duis eum volutpat commodoconsequat qui dolor iriuredolor eufeugiat. ";
+	nmo:plainTextMessageContent "Wisi nulla vero eros dolore nulla. ".
+
+<urn:uuid:1883965866> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1140967797>;
+	nmo:sentDate "2008-02-04T15:24:07";
+	nmo:receivedDate "2008-02-04T15:24:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latrice ritchey eroste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:293484636>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "slamb exdolor info"];
+	nmo:messageSubject "In eros et quis et eufeugiat feugait lobortis ea zzril ad delenit nisl. ";
+	nmo:plainTextMessageContent "Lobortis vel autem quis nisl ut tincidunt blandit erat. Vero te dolore blandit tation dignissim qui vel eros iriuredolor et ex eufeugiat. ".
+
+<urn:uuid:404436272> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1140967797>;
+	nmo:sentDate "2008-02-02T16:08:14";
+	nmo:receivedDate "2008-02-02T16:08:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latrice ritchey eroste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:690308340>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "fcurry tinciduntte org"];
+	nmo:messageSubject "Exerci ad enim ad ut iriure quis zzril. ";
+	nmo:plainTextMessageContent "Dolor invulputate minim eufeugiat minim nostrud elitsed aliquip vel facilisis vero dolor lorem in. Illum minim erat commodo dignissim etaccumsan et veniam velit dolor minim commodoconsequat. ".
+
+<urn:uuid:1160512611> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1140967797>;
+	nmo:sentDate "2008-10-01T15:50:47";
+	nmo:receivedDate "2008-10-01T15:50:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "latrice ritchey eroste com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Accumsan wisi eu facilisis consequat molestie facilisis lorem feugait adipiscing dolore facilisi amet. ";
+	nmo:plainTextMessageContent "Tincidunt sit luptatumzzril nulla. ".
+
+<urn:uuid:1156553527> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10249" ;
+	nco:locality "New York" ;
+	nco:streetAddress "3186 Myeron Street" .
+
+<mailto:dona knox duisnonummy gov> a nco:EmailAddress; 
+	nco:emailAddress "dona knox duisnonummy gov".
+
+<urn:uuid:1329532355> a nco:PersonContact; 
+	nco:fullname "Dona Knox";
+	nco:nameGiven "Dona";
+	nco:nameFamily "Knox";
+	nco:birthDate "1942-06-16";
+	nco:hasAffiliation "Welding Supervisor";
+	nco:hasEmailAddress <mailto:dona knox duisnonummy gov>;
+	nco:hasPostalAddress <urn:uuid:1156553527>.
+
+<urn:uuid:935434890> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12811" ;
+	nco:locality "Bakers Mills" ;
+	nco:streetAddress "447 Mardite Drive" .
+
+<mailto:hhoskins minimet tv> a nco:EmailAddress; 
+	nco:emailAddress "hhoskins minimet tv".
+
+<urn:uuid:399612896> a nco:PersonContact; 
+	nco:fullname "Hanna Hoskins";
+	nco:nameGiven "Hanna";
+	nco:nameFamily "Hoskins";
+	nco:birthDate "1942-11-21";
+	nco:hasAffiliation "Stock Handler";
+	nco:hasEmailAddress <mailto:hhoskins minimet tv>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:935434890>.
+
+<urn:uuid:1989472229> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13639" ;
+	nco:locality "Fine" ;
+	nco:streetAddress "5428 Stillbrook Lane" .
+
+<mailto:opratt tationminim net> a nco:EmailAddress; 
+	nco:emailAddress "opratt tationminim net".
+
+<urn:uuid:1475073135> a nco:PersonContact; 
+	nco:fullname "Opal Pratt";
+	nco:nameGiven "Opal";
+	nco:nameFamily "Pratt";
+	nco:birthDate "1942-04-12";
+	nco:hasAffiliation "Executive Chef 1";
+	nco:hasEmailAddress <mailto:opratt tationminim net>;
+	nco:hasPostalAddress <urn:uuid:1989472229>.
+
+<urn:uuid:1895729524> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14203" ;
+	nco:locality "Buffalo" ;
+	nco:streetAddress "8134 Crye Crest Drive" .
+
+<mailto:whitney bartley inin com> a nco:EmailAddress; 
+	nco:emailAddress "whitney bartley inin com".
+
+<urn:uuid:375480420> a nco:PersonContact; 
+	nco:fullname "Whitney Bartley";
+	nco:nameGiven "Whitney";
+	nco:nameFamily "Bartley";
+	nco:birthDate "1943-02-20";
+	nco:hasAffiliation "Astronomer";
+	nco:hasEmailAddress <mailto:whitney bartley inin com>;
+	nco:hasPostalAddress <urn:uuid:1895729524>.
+
+<urn:uuid:1349656208> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:375480420>;
+	nmo:sentDate "2008-09-21T15:44:48";
+	nmo:receivedDate "2008-09-21T15:45:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "whitney bartley inin com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Amet veniam tincidunt vel at hendrerit nulla elitsed euismod at dolore illum autem dolore. ";
+	nmo:plainTextMessageContent "In autem dignissim iustoodio ut feugait iusto blandit luptatum zzril iriuredolor ex ea nostrud. Suscipit te enim quis ut duis. ".
+
+<urn:uuid:528950937> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:375480420>;
+	nmo:sentDate "2008-11-03T16:10:20";
+	nmo:receivedDate "2008-11-03T16:11:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "whitney bartley inin com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vero luptatum laoreet facilisis feugait enim praesent. ";
+	nmo:plainTextMessageContent "Diam consequat exerci consequat iriuredolor lobortis dignissim consequat iustoodio minim ex facilisis. ".
+
+<urn:uuid:106195275> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:375480420>;
+	nmo:sentDate "2008-03-09T15:58:36";
+	nmo:receivedDate "2008-03-09T15:59:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "whitney bartley inin com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1482424376>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageSubject "Aliquip dolor in lobortis consequat exerci eufeugiat laoreet aliquam exerci. ";
+	nmo:plainTextMessageContent "Aliquip dignissim Utwisi exerci quis suscipit enim erat consequat. Ut nulla iusto ut. ".
+
+<urn:uuid:928067999> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:375480420>;
+	nmo:sentDate "2009-01-27T15:37:07";
+	nmo:receivedDate "2009-01-27T15:38:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "whitney bartley inin com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1550016473>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "vtoro advolutpat tv"];
+	nmo:messageSubject "Nulla iriure lobortis molestie nostrud ad minim augue eros at aliquip commodoconsequat in hendrerit. ";
+	nmo:plainTextMessageContent "Iriuredolor molestie luptatum nislut qui blandit praesent ut. Augue amet aliquip feugait diam luptatumzzril eum nulla. ".
+
+<urn:uuid:156445722> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:375480420>;
+	nmo:sentDate "2009-01-24T15:41:27";
+	nmo:receivedDate "2009-01-24T15:42:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "whitney bartley inin com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Veniamquis nulla molestie at nulla erat enim feugait eum enim qui illum in. ";
+	nmo:plainTextMessageContent "Feugait consequat dolore veniam nostrud invulputate euismod dolore eros blandit illum suscipit nislut esse. Minim dolore ex etaccumsan. ".
+
+<urn:uuid:2095308865> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:375480420>;
+	nmo:sentDate "2008-07-25T15:32:00";
+	nmo:receivedDate "2008-07-25T15:32:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "whitney bartley inin com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1952393535>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "enid polanco nostrudvel eu"];
+	nmo:messageSubject "At in praesent ea dolor facilisis et dolore vulputate. ";
+	nmo:plainTextMessageContent "Tincidunt ipsum suscipit aliquip eum dignissim feugiat feugait dignissim minim tationullamcorper hendrerit tincidunt. Nulla praesent enim dolore consequat at. ".
+
+<urn:uuid:2052756731> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:375480420>;
+	nmo:sentDate "2009-02-13T15:15:44";
+	nmo:receivedDate "2009-02-13T15:16:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "whitney bartley inin com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "At eufeugiat nulla blandit. ";
+	nmo:plainTextMessageContent "Nulla vulputate veniamquis et illum ut facilisi veniamquis erat eros aliquip duis facilisi quis. ".
+
+<urn:uuid:1601534283> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:375480420>;
+	nmo:sentDate "2008-04-28T15:56:42";
+	nmo:receivedDate "2008-04-28T15:56:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "whitney bartley inin com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:22869447>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "belmore inblandit eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Vero adipiscing elitsed praesent iriure dolore qui esse consequat etaccumsan ad. ";
+	nmo:plainTextMessageContent "Doloremagna diam dolor ullamcorper. Veniamquis ex qui et ut iustoodio consectetuer nisl duis nostrud. ".
+
+<urn:uuid:606293074> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:375480420>;
+	nmo:sentDate "2009-01-13T15:36:24";
+	nmo:receivedDate "2009-01-13T15:36:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "whitney bartley inin com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1203353125>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "alange molestiequis info"];
+	nmo:messageSubject "Aliquip dolore te nonummy. ";
+	nmo:plainTextMessageContent "Nonummy ut iusto blandit ex hendrerit vel nisl illum eu elitsed te. Te praesent dignissim nulla ad. ".
+
+<urn:uuid:1400767975> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:375480420>;
+	nmo:sentDate "2008-01-21T15:55:21";
+	nmo:receivedDate "2008-01-21T15:55:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "whitney bartley inin com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1076224336>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "thartley loremdoloremagna gov"];
+	nmo:messageSubject "Amet iustoodio feugait vel lobortis at feugait. ";
+	nmo:plainTextMessageContent "Ad molestie blandit nibh autem minim nislut volutpat at ea at. ".
+
+<urn:uuid:79627573> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:375480420>;
+	nmo:sentDate "2008-08-24T15:39:18";
+	nmo:receivedDate "2008-08-24T15:40:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "whitney bartley inin com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:992852623>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kyle chan verovel eu"];
+	nmo:bcc <urn:uuid:1089894973>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "linnie grenier suscipitautem org"];
+	nmo:messageSubject "Utwisi hendrerit dignissim eros consequatvel molestie. ";
+	nmo:plainTextMessageContent "Dolore dolore et quis facilisi nulla. ".
+
+<urn:uuid:1824177087> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:375480420>;
+	nmo:sentDate "2008-10-27T15:13:23";
+	nmo:receivedDate "2008-10-27T15:13:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "whitney bartley inin com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1969243184>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jdavenport nostrudiustoodio tv"];
+	nmo:messageSubject "Nostrud nibh ad at laoreet nislut feugait ea. ";
+	nmo:plainTextMessageContent "Iustoodio volutpat in facilisis consequat enim vero commodo at dolore et. ".
+
+<urn:uuid:767372039> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:375480420>;
+	nmo:sentDate "2008-04-14T15:12:58";
+	nmo:receivedDate "2008-04-14T15:13:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "whitney bartley inin com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iriure ut commodo esse accumsan molestie iustoodio in ex nislut nulla facilisis. ";
+	nmo:plainTextMessageContent "Ea ut nulla suscipit nulla wisi dolore facilisis nibh. Autem iusto te tation eu Utwisi vel. ".
+
+<urn:uuid:1589339629> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:375480420>;
+	nmo:sentDate "2008-01-30T15:23:22";
+	nmo:receivedDate "2008-01-30T15:23:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "whitney bartley inin com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ex praesent minim consectetuer facilisi nibh eum ut molestie delenit nulla volutpat. ";
+	nmo:plainTextMessageContent "Nulla luptatumzzril dolore feugait. Nostrud nonummy at dolor wisi. ".
+
+<urn:uuid:538549936> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:375480420>;
+	nmo:sentDate "2008-05-24T15:18:28";
+	nmo:receivedDate "2008-05-24T15:18:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "whitney bartley inin com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1691678526>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "sheena montes teillum us"];
+	nmo:messageSubject "Delenit autem facilisis veniam amet nostrud facilisi. ";
+	nmo:plainTextMessageContent "Eufeugiat eu in adipiscing euismod esse delenit dolor dolore iriure. ".
+
+<urn:uuid:733137017> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:375480420>;
+	nmo:sentDate "2008-05-16T16:06:35";
+	nmo:receivedDate "2008-05-16T16:07:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "whitney bartley inin com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:91683601>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dhoward eterat com"];
+	nmo:messageSubject "Molestie veniam ut wisi nulla nostrud eros et praesent invulputate consectetuer. ";
+	nmo:plainTextMessageContent "Nostrud te qui eu illum dignissim amet facilisi lorem eu. ".
+
+<urn:uuid:1730283129> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:375480420>;
+	nmo:sentDate "2008-05-03T15:48:29";
+	nmo:receivedDate "2008-05-03T15:49:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "whitney bartley inin com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1155348940>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "wblaylock luptatumzzriliusto org"];
+	nmo:messageSubject "Iustoodio tincidunt consequat suscipit autem eum velit minim facilisi diam dignissim qui amet qui. ";
+	nmo:plainTextMessageContent "Eros facilisi eros blandit nulla tation. ".
+
+<urn:uuid:408538912> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:375480420>;
+	nmo:sentDate "2008-03-20T15:59:53";
+	nmo:receivedDate "2008-03-20T16:00:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "whitney bartley inin com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Esse quis praesent delenit ut in lobortis nulla praesent. ";
+	nmo:plainTextMessageContent "Augue amet eufeugiat dolore iriuredolor in tincidunt qui lorem elitsed at dolore ad veniam. ".
+
+<urn:uuid:642822503> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:375480420>;
+	nmo:sentDate "2008-08-07T15:47:16";
+	nmo:receivedDate "2008-08-07T15:48:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "whitney bartley inin com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Dolore vero duis invulputate vulputate. ";
+	nmo:plainTextMessageContent "In doloremagna velit exerci vero minim zzril illum. Molestie nulla esse vero nostrud dolor nislut duis. ".
+
+<urn:uuid:351441903> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:375480420>;
+	nmo:sentDate "2008-08-15T15:43:59";
+	nmo:receivedDate "2008-08-15T15:44:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "whitney bartley inin com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:91081363>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "jayne milton odiofacilisis eu"];
+	nmo:messageSubject "Elitsed consectetuer hendrerit lorem iustoodio iustoodio praesent praesent augue eum eros et feugait tation. ";
+	nmo:plainTextMessageContent "Te commodoconsequat at ea dolor hendrerit exerci consequatvel lorem et in augue. ".
+
+<urn:uuid:720871917> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:375480420>;
+	nmo:sentDate "2008-08-31T15:42:32";
+	nmo:receivedDate "2008-08-31T15:42:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "whitney bartley inin com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Dolor feugait blandit nostrud nulla luptatumzzril vel autem ullamcorper autem minim. ";
+	nmo:plainTextMessageContent "Aliquam feugait vel ipsum vero. ".
+
+<urn:uuid:2068488358> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:375480420>;
+	nmo:sentDate "2008-06-26T15:52:31";
+	nmo:receivedDate "2008-06-26T15:53:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "whitney bartley inin com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:912424357>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mseay utdiam edu"];
+	nmo:messageSubject "Nibh et nonummy diam. ";
+	nmo:plainTextMessageContent "Invulputate et esse nulla augue velit delenitaugue luptatumzzril euismod ut dolore molestie ea te. Delenitaugue in veniam blandit commodo dignissim quis veniamquis aliquip. ".
+
+<urn:uuid:2053709512> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:375480420>;
+	nmo:sentDate "2008-04-21T16:02:02";
+	nmo:receivedDate "2008-04-21T16:02:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "whitney bartley inin com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:108775584>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "agiles lobortisblandit edu"];
+	nmo:messageSubject "Autem velit suscipit odio esse minim iriure in odio duis tationullamcorper. ";
+	nmo:plainTextMessageContent "Facilisis suscipit nulla adipiscing feugait te hendrerit commodo ea commodo veniam ut lorem. ".
+
+<urn:uuid:1343630196> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:375480420>;
+	nmo:sentDate "2008-03-29T15:58:34";
+	nmo:receivedDate "2008-03-29T15:58:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "whitney bartley inin com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:685539446>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ashley shearer odiodolore com"];
+	nmo:messageSubject "At ut vero duis iusto molestie vel velit vel euismod tincidunt ut qui commodoconsequat. ";
+	nmo:plainTextMessageContent "Exerci zzril iriure molestie duis laoreet. Hendrerit autem enim lorem exerci exerci at dolore. ".
+
+<urn:uuid:1141743228> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:375480420>;
+	nmo:sentDate "2009-01-08T15:24:19";
+	nmo:receivedDate "2009-01-08T15:24:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "whitney bartley inin com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Tation iusto vero feugait vel sit autem dolor vulputate iriure exerci nulla duis velit. ";
+	nmo:plainTextMessageContent "Etaccumsan feugiat blandit esse odio lorem suscipit dolore nostrud consectetuer facilisis eum illum erat. ".
+
+<urn:uuid:83890151> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:375480420>;
+	nmo:sentDate "2008-04-08T15:48:24";
+	nmo:receivedDate "2008-04-08T15:49:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "whitney bartley inin com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nisl aliquip eum luptatum exerci ut. ";
+	nmo:plainTextMessageContent "Velit minim molestie consequat qui diam aliquam laoreet in esse. Consequat elitsed te consectetuer esse dignissim facilisis. ".
+
+<urn:uuid:679746625> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10158" ;
+	nco:locality "New York" ;
+	nco:streetAddress "6755 New England Avenue" .
+
+<mailto:connie metzger utdolore edu> a nco:EmailAddress; 
+	nco:emailAddress "connie metzger utdolore edu".
+
+<tel:+16317208290> a nco:PhoneNumber; 
+	nco:phoneNumber "(631)720-8290".
+
+<urn:uuid:1956924984> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16317208290>]; 
+	nmo:duration 13; 
+	nmo:sentDate "2008-01-16T15:29:28". 
+
+<urn:uuid:871892725> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16317208290>]; 
+	nmo:duration 20; 
+	nmo:receivedDate "2008-09-08T15:41:59". 
+
+<urn:uuid:1311775698> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16317208290>]; 
+	nmo:duration 23; 
+	nmo:receivedDate "2009-01-03T15:26:47". 
+
+<urn:uuid:1616883498> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16317208290>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-12T16:09:52";
+	nmo:receivedDate "2009-01-14T15:46:08";
+	nmo:plainTextMessageContent "Ad velit ea veniam ad suscipit praesent eros ipsum tincidunt autem delenitaugue augue. Te at enim iriuredolor duis aliquam ullamcorper in elitsed diam. Ex et consequat lobortis velit qui duis augue amet nulla. Vel blandit duis ea esse vero praesent odio eum facilisi erat ea suscipit. Luptatumzzril aliquip tation lobortis duis iustoodio zzril consequat velit in volutpat delenitaugue at. ".
+
+<urn:uuid:179407659> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16317208290>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-28T15:53:13";
+	nmo:receivedDate "2008-08-10T15:37:35";
+	nmo:plainTextMessageContent "Ad feugiat dignissim blandit delenitaugue nonummy exerci sit dolore eum qui. Consectetuer esse facilisi feugiat vel laoreet doloremagna aliquip. Duis laoreet autem nibh consequat. Commodoconsequat delenitaugue blandit dolore nibh in amet. Eum euismod duis hendrerit suscipit dignissim duis etaccumsan nostrud odio facilisis blandit. Nibh luptatum ut dolore exerci vel ut lobortis facilisis lorem esse vel. Veniam tincidunt nostrud vero consectetuer velit accumsan molestie amet at blandit blandit ut. ".
+
+<urn:uuid:1387754604> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16317208290>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-24T15:25:08";
+	nmo:receivedDate "2008-03-05T15:43:21";
+	nmo:plainTextMessageContent "Aliquip et volutpat dolore. Ipsum vel et vel dolor ea elitsed aliquip tation aliquip exerci odio facilisi. Ut ea dignissim feugait ex qui nulla iriure nulla etaccumsan enim suscipit eros tationullamcorper. Veniam veniam accumsan aliquip in vel tationullamcorper duis diam eum laoreet praesent iriuredolor. Duis te diam at velit tation vel. Exerci in molestie dignissim odio. Dolore ut ea autem dignissim ad vulputate doloremagna suscipit esse commodo. ".
+
+<urn:uuid:289873159> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16317208290>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-26T16:04:54";
+	nmo:receivedDate "2008-10-31T16:10:31";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Iusto dignissim veniam et ex at nulla consequatvel adipiscing eros elitsed. Ut exerci vel delenit nonummy velit duis. In blandit facilisi duis etaccumsan. Iustoodio accumsan nulla nulla vero dolor velit te duis nulla suscipit nulla iriure. ".
+
+<urn:uuid:1921353261> a nco:PersonContact; 
+	nco:fullname "Connie Metzger";
+	nco:nameGiven "Connie";
+	nco:nameFamily "Metzger";
+	nco:birthDate "1942-11-10";
+	nco:hasAffiliation "Engineering Technician Civil";
+	nco:hasEmailAddress <mailto:connie metzger utdolore edu>;
+	nco:hasPhoneNumber <tel:+16317208290>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:679746625>.
+
+<urn:uuid:606354008> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1921353261>;
+	nmo:sentDate "2008-07-06T15:41:45";
+	nmo:receivedDate "2008-07-06T15:41:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "connie metzger utdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1023183852>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cojeda etvelit info"];
+	nmo:bcc <urn:uuid:1278268675>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "plemon duiseum com"];
+	nmo:messageSubject "Amet consectetuer ipsum adipiscing dignissim nonummy dignissim tation. ";
+	nmo:plainTextMessageContent "Ut nulla delenit nulla. Vel ullamcorper minim ipsum odio dignissim qui in praesent ex hendrerit. ".
+
+<urn:uuid:423335841> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1921353261>;
+	nmo:sentDate "2008-03-15T15:57:24";
+	nmo:receivedDate "2008-03-15T15:57:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "connie metzger utdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1812174858>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "prust illumet org"];
+	nmo:messageSubject "Eum iriure iriuredolor iriuredolor ut duis te feugiat doloremagna dolore ex consectetuer. ";
+	nmo:plainTextMessageContent "Nulla illum et facilisis duis in. Tationullamcorper augue iusto et nislut ut euismod et dolor elitsed laoreet eros veniamquis nisl. ".
+
+<urn:uuid:1032362219> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1921353261>;
+	nmo:sentDate "2008-08-08T15:39:03";
+	nmo:receivedDate "2008-08-08T15:39:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "connie metzger utdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore etaccumsan vel facilisis dolore etaccumsan suscipit. ";
+	nmo:plainTextMessageContent "Dignissim aliquip suscipit eu duis luptatum. ".
+
+<urn:uuid:139884366> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1921353261>;
+	nmo:sentDate "2008-04-05T16:10:36";
+	nmo:receivedDate "2008-04-05T16:10:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "connie metzger utdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:497888515>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lester ruffin enimex tv"];
+	nmo:messageSubject "Feugiat ut eu eum autem et autem at praesent at minim Utwisi. ";
+	nmo:plainTextMessageContent "In nibh eum commodo ullamcorper ex vel dolore ex vel commodo. ".
+
+<urn:uuid:327642808> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1921353261>;
+	nmo:sentDate "2008-05-23T15:24:07";
+	nmo:receivedDate "2008-05-23T15:24:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "connie metzger utdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Ut vel te in ex luptatumzzril feugait consequat nibh exerci ad. ";
+	nmo:plainTextMessageContent "In vero nulla molestie facilisi facilisis. ".
+
+<urn:uuid:1637529865> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1921353261>;
+	nmo:sentDate "2008-06-22T15:37:13";
+	nmo:receivedDate "2008-06-22T15:38:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "connie metzger utdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:125504131>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "andreas nathan velitlorem net"];
+	nmo:messageSubject "Hendrerit tationullamcorper Utwisi vulputate qui nisl vulputate hendrerit autem. ";
+	nmo:plainTextMessageContent "Zzril enim accumsan diam praesent dolore hendrerit consequat nibh iustoodio. ".
+
+<urn:uuid:332742622> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1921353261>;
+	nmo:sentDate "2008-06-04T15:12:30";
+	nmo:receivedDate "2008-06-04T15:12:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "connie metzger utdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1398759367>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dmarcus velveniamquis gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Eum ad duis nulla laoreet ut Utwisi nostrud. ";
+	nmo:plainTextMessageContent "Blandit dignissim commodo ex consequat delenitaugue. Et ad te in ea commodoconsequat wisi minim aliquam aliquam etaccumsan. ".
+
+<urn:uuid:1799797833> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1921353261>;
+	nmo:sentDate "2008-11-26T15:33:05";
+	nmo:receivedDate "2008-11-26T15:33:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "connie metzger utdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1060563519>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "degan praesentaliquam eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Euismod nostrud et nonummy vero commodoconsequat duis consectetuer dolore molestie et. ";
+	nmo:plainTextMessageContent "Tincidunt elitsed luptatum invulputate feugait iriure enim dolor exerci nulla ut qui molestie. At lobortis consectetuer nulla accumsan molestie dolore ut. ".
+
+<urn:uuid:300932480> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1921353261>;
+	nmo:sentDate "2008-12-18T15:56:28";
+	nmo:receivedDate "2008-12-18T15:57:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "connie metzger utdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1361528731>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "wwilber duisex gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Tincidunt augue blandit praesent ipsum wisi euismod te. ";
+	nmo:plainTextMessageContent "Ad euismod eufeugiat facilisis accumsan consectetuer consectetuer dolor augue laoreet vel nonummy hendrerit luptatum. ".
+
+<urn:uuid:2008400567> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1921353261>;
+	nmo:sentDate "2008-07-10T15:59:48";
+	nmo:receivedDate "2008-07-10T16:00:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "connie metzger utdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Duis dolor velit in lorem aliquam exerci aliquam tation etaccumsan nostrud suscipit dolore. ";
+	nmo:plainTextMessageContent "Enim dolore duis eum. Etaccumsan blandit feugait erat iriure et. ".
+
+<urn:uuid:1698695552> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1921353261>;
+	nmo:sentDate "2009-01-04T15:44:17";
+	nmo:receivedDate "2009-01-04T15:44:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "connie metzger utdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1091309697>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rbearden doloremagnate gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Duis dolore Utwisi eum dolor facilisi. ";
+	nmo:plainTextMessageContent "Nulla veniam dolore erat facilisi feugiat ea. ".
+
+<urn:uuid:1758244133> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1921353261>;
+	nmo:sentDate "2009-01-21T15:26:39";
+	nmo:receivedDate "2009-01-21T15:27:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "connie metzger utdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1450774023>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "maurice gregory minimvel edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Dignissim esse nostrud blandit vero. ";
+	nmo:plainTextMessageContent "Ullamcorper facilisi nulla praesent erat minim qui aliquip blandit et praesent. ".
+
+<urn:uuid:1748894787> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1921353261>;
+	nmo:sentDate "2008-04-02T15:15:59";
+	nmo:receivedDate "2008-04-02T15:16:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "connie metzger utdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1238728405>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "larchuleta doloremagnairiure gov"];
+	nmo:messageSubject "Exerci exerci qui ut duis ex velit iusto duis facilisi accumsan nostrud. ";
+	nmo:plainTextMessageContent "Tation ut consectetuer et autem delenitaugue nulla consequatvel iustoodio lorem dolor dignissim te. Invulputate vel ea volutpat nibh vel dolore doloremagna eum eu. ".
+
+<urn:uuid:1253737787> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1921353261>;
+	nmo:sentDate "2009-02-03T16:06:03";
+	nmo:receivedDate "2009-02-03T16:06:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "connie metzger utdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1812174858>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "prust illumet org"];
+	nmo:messageSubject "Invulputate facilisi Utwisi doloremagna tation feugiat dolore ut vulputate duis odio minim iustoodio vel. ";
+	nmo:plainTextMessageContent "Euismod augue luptatum minim te eufeugiat iusto lorem augue. ".
+
+<urn:uuid:439318135> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1921353261>;
+	nmo:sentDate "2008-07-21T15:55:08";
+	nmo:receivedDate "2008-07-21T15:55:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "connie metzger utdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:117061683>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lilia brennan velnostrud org"];
+	nmo:messageSubject "Luptatumzzril vel in molestie ipsum facilisis Utwisi iriure. ";
+	nmo:plainTextMessageContent "In et ut dolor consequatvel ullamcorper dolore nonummy aliquip in Utwisi ullamcorper velit et. ".
+
+<urn:uuid:227369868> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1921353261>;
+	nmo:sentDate "2008-08-06T15:34:32";
+	nmo:receivedDate "2008-08-06T15:34:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "connie metzger utdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2039589981>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "clarissa christmas blanditexerci org"];
+	nmo:messageSubject "Dolore ex et minim doloremagna delenit autem laoreet ea tation lorem euismod. ";
+	nmo:plainTextMessageContent "Aliquam te eum qui dolore duis doloremagna facilisi duis facilisi. Ad blandit nulla vel vel nostrud. ".
+
+<urn:uuid:361034849> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1921353261>;
+	nmo:sentDate "2008-11-27T16:06:51";
+	nmo:receivedDate "2008-11-27T16:07:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "connie metzger utdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "At qui feugait aliquip doloremagna te molestie consequatvel suscipit nulla illum ex elitsed. ";
+	nmo:plainTextMessageContent "Consequatvel te ea ea praesent nostrud consequat iriuredolor iustoodio enim. ".
+
+<urn:uuid:852855564> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1921353261>;
+	nmo:sentDate "2008-11-22T15:45:26";
+	nmo:receivedDate "2008-11-22T15:45:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "connie metzger utdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Eu erat velit dolor in euismod tation tincidunt feugiat invulputate blandit dolor. ";
+	nmo:plainTextMessageContent "Et facilisi adipiscing euismod te. ".
+
+<urn:uuid:522134294> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1921353261>;
+	nmo:sentDate "2008-07-03T15:57:48";
+	nmo:receivedDate "2008-07-03T15:58:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "connie metzger utdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iusto dolore nibh sit in et. ";
+	nmo:plainTextMessageContent "Dolore velit blandit aliquip wisi dolore commodoconsequat minim luptatumzzril eros duis vero. Suscipit commodo ipsum enim. ".
+
+<urn:uuid:1226298064> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1921353261>;
+	nmo:sentDate "2008-03-19T15:34:09";
+	nmo:receivedDate "2008-03-19T15:34:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "connie metzger utdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "In ad iriuredolor suscipit eros velit suscipit commodoconsequat volutpat euismod ea praesent. ";
+	nmo:plainTextMessageContent "Duis aliquam ad eufeugiat blandit dolor. Aliquip elitsed feugiat vulputate in invulputate iustoodio eum et in iusto duis consequat feugait. ".
+
+<urn:uuid:1641830381> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04553" ;
+	nco:locality "Newcastle" ;
+	nco:streetAddress "6050 Belgrave Street" .
+
+<mailto:eusebio somers dignissimwisi us> a nco:EmailAddress; 
+	nco:emailAddress "eusebio somers dignissimwisi us".
+
+<urn:uuid:897035333> a nco:PersonContact; 
+	nco:fullname "Eusebio Somers";
+	nco:nameGiven "Eusebio";
+	nco:nameFamily "Somers";
+	nco:birthDate "1942-11-05";
+	nco:hasAffiliation "Biostatistician";
+	nco:hasEmailAddress <mailto:eusebio somers dignissimwisi us>;
+	nco:hasPostalAddress <urn:uuid:1641830381>.
+
+<urn:uuid:359293407> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04677" ;
+	nco:locality "Sorrento" ;
+	nco:streetAddress "1129 Eversholt Drive" .
+
+<mailto:manglin eanulla org> a nco:EmailAddress; 
+	nco:emailAddress "manglin eanulla org".
+
+<urn:uuid:1449430637> a nco:PersonContact; 
+	nco:fullname "Marissa Anglin";
+	nco:nameGiven "Marissa";
+	nco:nameFamily "Anglin";
+	nco:birthDate "1942-12-11";
+	nco:hasAffiliation "Engineering Supervisor Manufacturing";
+	nco:hasEmailAddress <mailto:manglin eanulla org>;
+	nco:hasPostalAddress <urn:uuid:359293407>.
+
+<urn:uuid:2090310232> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04019" ;
+	nco:locality "Cliff Island" ;
+	nco:streetAddress "3141 Cranberry Hill Drive" .
+
+<mailto:mkeefe nostruddignissim us> a nco:EmailAddress; 
+	nco:emailAddress "mkeefe nostruddignissim us".
+
+<tel:+16467327118> a nco:PhoneNumber; 
+	nco:phoneNumber "(646)732-7118".
+
+<urn:uuid:1977813747> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16467327118>]; 
+	nmo:duration 46; 
+	nmo:sentDate "2008-02-26T15:43:49". 
+
+<urn:uuid:1949676920> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16467327118>]; 
+	nmo:duration 30; 
+	nmo:sentDate "2008-10-11T15:51:45". 
+
+<urn:uuid:705872001> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16467327118>]; 
+	nmo:duration 11; 
+	nmo:sentDate "2008-06-13T16:03:55". 
+
+<urn:uuid:966863366> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16467327118>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-06T16:05:22";
+	nmo:receivedDate "2008-07-13T16:09:03";
+	nmo:plainTextMessageContent "Laoreet accumsan feugiat veniamquis at aliquam nostrud. Eufeugiat ipsum dolor te consequat delenitaugue zzril. Nostrud wisi vero dignissim dignissim eros delenitaugue hendrerit. In qui lorem dolore in delenit ad augue dolor dolor blandit et dolore. Aliquam quis in at vel eu in. Ad eros eum vel qui zzril ex dolor ut. Enim dolore velit ullamcorper euismod nisl ex dolor ut. ".
+
+<urn:uuid:1736261789> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16467327118>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-07T15:42:32";
+	nmo:receivedDate "2008-11-22T15:28:29";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Duis facilisi etaccumsan qui vero facilisis dolor tation ea ut dolor autem luptatumzzril facilisi. Et molestie erat illum facilisis qui et suscipit. Autem feugiat facilisi lobortis blandit praesent enim lobortis odio commodoconsequat hendrerit ut. In qui ullamcorper eufeugiat dolor wisi suscipit volutpat eum augue tationullamcorper velit. ".
+
+<urn:uuid:1273191662> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16467327118>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-04T15:53:04";
+	nmo:receivedDate "2008-06-11T15:21:10";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Dolore te aliquip exerci exerci aliquip exerci ad enim amet. Te delenit dignissim feugait feugiat. Nulla nulla ut vel feugiat ex ex hendrerit consequatvel velit duis luptatum molestie. Commodoconsequat ullamcorper velit odio eum at dignissim vero. Vero ut lobortis etaccumsan exerci dolor consequat feugait tincidunt volutpat et. Facilisis nostrud invulputate dignissim exerci ullamcorper exerci eros delenitaugue vulputate et nostrud. ".
+
+<urn:uuid:500210070> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16467327118>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-05T15:53:53";
+	nmo:receivedDate "2008-10-18T15:23:31";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Feugait dolor qui iustoodio. Eum euismod hendrerit iriure at nulla vero commodoconsequat nostrud lorem dolore feugait molestie. Elitsed augue tincidunt in consequatvel. Laoreet duis eros hendrerit ipsum ipsum qui elitsed exerci te facilisis at aliquip nostrud. Ea nislut etaccumsan invulputate enim eros ad vero zzril blandit eum ullamcorper aliquam. Nulla nibh nulla dolor autem. ".
+
+<urn:uuid:991214089> a nco:PersonContact; 
+	nco:fullname "Mickey Keefe";
+	nco:nameGiven "Mickey";
+	nco:nameFamily "Keefe";
+	nco:birthDate "1942-03-29";
+	nco:hasAffiliation "Laundry/Dry Cleaning Manager";
+	nco:hasEmailAddress <mailto:mkeefe nostruddignissim us>;
+	nco:hasPhoneNumber <tel:+16467327118>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:2090310232>.
+
+<urn:uuid:2081096402> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01350" ;
+	nco:locality "Monroe Bridge" ;
+	nco:streetAddress "2358 Maple Drive" .
+
+<mailto:jwoods feugaitvero net> a nco:EmailAddress; 
+	nco:emailAddress "jwoods feugaitvero net".
+
+<xmpp:jocelyn woods gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Jocelyn Woods" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Velit adipiscing laoreet veniamquis et molestie ut odio exerci. " ;
+	nco:imID "jocelyn woods gmail com".
+
+<tel:+16031539623> a nco:PhoneNumber; 
+	nco:phoneNumber "(603)153-9623".
+
+<urn:uuid:757347836> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16031539623>]; 
+	nmo:duration 7; 
+	nmo:receivedDate "2008-03-27T16:01:41". 
+
+<urn:uuid:424641955> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16031539623>]; 
+	nmo:duration 12; 
+	nmo:receivedDate "2008-03-01T15:35:02". 
+
+<urn:uuid:610071310> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16031539623>]; 
+	nmo:duration 21; 
+	nmo:receivedDate "2009-01-12T15:35:36". 
+
+<urn:uuid:62504986> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16031539623>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-27T15:26:04";
+	nmo:receivedDate "2008-11-02T15:53:52";
+	nmo:plainTextMessageContent "Consectetuer veniamquis volutpat eufeugiat in vulputate nostrud aliquam consectetuer duis. Suscipit eum minim tincidunt aliquip dolore nulla vel esse qui esse. Et dolore molestie minim odio velit iustoodio. Aliquip iusto qui nulla. Doloremagna aliquam suscipit dolore odio Utwisi iusto molestie lobortis commodo te qui vel eum. ".
+
+<urn:uuid:325250350> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16031539623>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-10T15:48:20";
+	nmo:receivedDate "2008-12-09T15:40:45";
+	nmo:plainTextMessageContent "Wisi ipsum vel at hendrerit euismod in iriuredolor elitsed facilisi ea aliquam. Euismod aliquip iustoodio consequat illum blandit duis luptatum ut. Odio vulputate ad hendrerit hendrerit sit aliquip augue luptatumzzril enim diam eum ad. Dolore autem lorem consequat augue luptatum et qui enim dolore eros commodo diam. Nulla duis vulputate vulputate eros dolor. Delenitaugue etaccumsan delenit feugiat. ".
+
+<urn:uuid:242586115> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16031539623>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-28T15:43:38";
+	nmo:receivedDate "2009-02-13T15:45:36";
+	nmo:plainTextMessageContent "Diam tationullamcorper ullamcorper nibh. Iusto dolor vel vel autem amet dolore dolore. Eros nibh nulla in lorem ipsum illum at hendrerit. Eum nislut vero commodo dignissim. Ut vel eum ad velit lorem blandit duis eros nislut lorem ex. ".
+
+<urn:uuid:1228274607> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16031539623>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-12T15:47:39";
+	nmo:receivedDate "2008-08-25T15:15:15";
+	nmo:plainTextMessageContent "Te lorem dolore ut et in minim hendrerit euismod. Consequat hendrerit doloremagna sit luptatum commodoconsequat tation odio autem nonummy aliquam veniamquis eros. Lobortis in praesent enim feugait consequat duis zzril eufeugiat facilisi. Commodoconsequat luptatum tation et facilisi amet te nisl dolor nulla molestie. ".
+
+<urn:uuid:1992298265> a nco:PersonContact; 
+	nco:fullname "Jocelyn Woods";
+	nco:nameGiven "Jocelyn";
+	nco:nameFamily "Woods";
+	nco:birthDate "1942-11-11";
+	nco:hasAffiliation "Assistant Branch Manager 2 Bank";
+	nco:hasEmailAddress <mailto:jwoods feugaitvero net>;
+	nco:hasPhoneNumber <tel:+16031539623>;
+	nco:hasIMAccount <xmpp:jocelyn woods gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:2081096402>.
+
+<urn:uuid:470237736> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13804" ;
+	nco:locality "Masonville" ;
+	nco:streetAddress "1566 San Augustine Way" .
+
+<mailto:micah bounds elitsedblandit org> a nco:EmailAddress; 
+	nco:emailAddress "micah bounds elitsedblandit org".
+
+<xmpp:micah bounds gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Micah Bounds" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Vel duis at nulla nostrud adipiscing aliquip veniamquis in tationullamcorper praesent molestie velit nonummy. " ;
+	nco:imID "micah bounds gmail com".
+
+<urn:uuid:2002209486> a nco:PersonContact; 
+	nco:fullname "Micah Bounds";
+	nco:nameGiven "Micah";
+	nco:nameFamily "Bounds";
+	nco:birthDate "1943-02-23";
+	nco:hasAffiliation "Methods and Procedures Analyst";
+	nco:hasEmailAddress <mailto:micah bounds elitsedblandit org>;
+	nco:hasIMAccount <xmpp:micah bounds gmail com>;
+	nco:hasPostalAddress <urn:uuid:470237736>.
+
+<urn:uuid:224314027> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:2044297040>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Et doloremagna tincidunt elitsed aliquip vel commodo adipiscing elitsed consequat nisl minim enim. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-14T19:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-14T21:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:2044297040>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1505490373> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2002209486>;
+	nmo:sentDate "2009-01-18T16:09:43";
+	nmo:receivedDate "2009-01-18T16:09:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "micah bounds elitsedblandit org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Tincidunt erat minim feugiat dignissim hendrerit eufeugiat enim esse eum nulla doloremagna doloremagna et. ";
+	nmo:plainTextMessageContent "Lobortis facilisis exerci aliquam consequat vel aliquam commodo elitsed autem velit nulla eum commodoconsequat. ".
+
+<urn:uuid:369024049> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03468" ;
+	nco:locality "West Peterborough" ;
+	nco:streetAddress "5007 Grenville Trail" .
+
+<mailto:charley swartz tationullamcorperenim info> a nco:EmailAddress; 
+	nco:emailAddress "charley swartz tationullamcorperenim info".
+
+<urn:uuid:100172550> a nco:PersonContact; 
+	nco:fullname "Charley Swartz";
+	nco:nameGiven "Charley";
+	nco:nameFamily "Swartz";
+	nco:birthDate "1942-11-19";
+	nco:hasAffiliation "Maid";
+	nco:hasEmailAddress <mailto:charley swartz tationullamcorperenim info>;
+	nco:hasPostalAddress <urn:uuid:369024049>.
+
+<urn:uuid:994834746> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1634351996>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Hendrerit delenit delenitaugue blandit iriuredolor ipsum veniamquis vulputate consequat at diam vero praesent consectetuer. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-19T17:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-19T19:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1634351996>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1643352212> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04932" ;
+	nco:locality "Dixmont" ;
+	nco:streetAddress "7220 Green Twig Cove" .
+
+<mailto:nwhitten illumdolore edu> a nco:EmailAddress; 
+	nco:emailAddress "nwhitten illumdolore edu".
+
+<urn:uuid:659563845> a nco:PersonContact; 
+	nco:fullname "Nina Whitten";
+	nco:nameGiven "Nina";
+	nco:nameFamily "Whitten";
+	nco:birthDate "1943-02-10";
+	nco:hasAffiliation "Engineer Reliability";
+	nco:hasEmailAddress <mailto:nwhitten illumdolore edu>;
+	nco:hasPostalAddress <urn:uuid:1643352212>.
+
+<urn:uuid:1067258071> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14614" ;
+	nco:locality "Rochester" ;
+	nco:streetAddress "5790 Fountainside Cove" .
+
+<mailto:scarlett long molestiesuscipit edu> a nco:EmailAddress; 
+	nco:emailAddress "scarlett long molestiesuscipit edu".
+
+<xmpp:scarlett long gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Scarlett Long" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Dolor lorem commodo ut etaccumsan quis minim augue nulla et hendrerit duis. " ;
+	nco:imID "scarlett long gmail com".
+
+<tel:+16098825923> a nco:PhoneNumber; 
+	nco:phoneNumber "(609)882-5923".
+
+<urn:uuid:763919136> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16098825923>]; 
+	nmo:duration 3; 
+	nmo:sentDate "2008-05-27T15:44:41". 
+
+<urn:uuid:1180071975> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16098825923>]; 
+	nmo:duration 22; 
+	nmo:sentDate "2008-01-30T15:22:00". 
+
+<urn:uuid:639625764> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16098825923>]; 
+	nmo:duration 29; 
+	nmo:receivedDate "2008-02-17T15:55:25". 
+
+<urn:uuid:2017783890> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16098825923>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-15T15:33:36";
+	nmo:receivedDate "2009-01-02T15:21:45";
+	nmo:plainTextMessageContent "Commodo commodo etaccumsan et facilisis suscipit minim augue praesent blandit ut. Dolor minim blandit nisl nibh. Praesent facilisis feugiat dignissim diam facilisis consequat suscipit. Illum in dignissim dolore praesent aliquip ex erat praesent facilisi in. Ad ea elitsed lobortis nislut amet feugait ad suscipit delenitaugue enim delenitaugue vel. ".
+
+<urn:uuid:1002370181> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16098825923>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-18T15:31:32";
+	nmo:receivedDate "2008-06-15T15:34:31";
+	nmo:plainTextMessageContent "Commodo et et vel nisl elitsed delenitaugue ad tation. Blandit iriure erat aliquip at praesent delenitaugue luptatumzzril veniamquis nonummy. Iusto eros elitsed exerci elitsed qui etaccumsan. Veniamquis luptatumzzril praesent autem sit eros sit in dolore iriuredolor. Molestie exerci duis eros lorem lobortis eum molestie enim. ".
+
+<urn:uuid:999215810> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16098825923>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-22T15:49:54";
+	nmo:receivedDate "2008-03-29T15:40:30";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Illum nostrud tincidunt ut qui aliquip nisl dolore wisi exerci te vulputate nonummy. Dolore iriure blandit vero qui nulla eros. Suscipit eufeugiat aliquip nostrud suscipit tation delenit commodo. Ea consequat iusto ea illum ex enim at eros ut hendrerit feugait. Nulla doloremagna et ex suscipit wisi enim in commodo tation facilisi lorem te. Exerci vero facilisi facilisi ut. Ut facilisi in nulla facilisis ut enim consequat exerci hendrerit molestie duis. ".
+
+<urn:uuid:807634653> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16098825923>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-20T15:11:56";
+	nmo:receivedDate "2008-11-18T16:00:37";
+	nmo:plainTextMessageContent "In dolor nislut nisl erat nulla facilisi facilisi nislut. Nostrud vel amet laoreet blandit iriuredolor volutpat duis ad delenit nulla at etaccumsan. Ad augue velit nibh luptatum nulla nisl veniam in minim. Delenitaugue nostrud at duis aliquam. Invulputate minim suscipit dolor nonummy ipsum doloremagna. Nibh consequat at et consectetuer et velit. Duis lobortis facilisi nostrud aliquip aliquip dignissim dolore in. ".
+
+<urn:uuid:1920675473> a nco:PersonContact; 
+	nco:fullname "Scarlett Long";
+	nco:nameGiven "Scarlett";
+	nco:nameFamily "Long";
+	nco:birthDate "1942-08-05";
+	nco:hasAffiliation "Support Services Head";
+	nco:hasEmailAddress <mailto:scarlett long molestiesuscipit edu>;
+	nco:hasPhoneNumber <tel:+16098825923>;
+	nco:hasIMAccount <xmpp:scarlett long gmail com>;
+	nco:hasPostalAddress <urn:uuid:1067258071>.
+
+<urn:uuid:972383149> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:430186630>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Esse enim adipiscing delenit minim tationullamcorper veniam invulputate in. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-28T16:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-28T17:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:430186630>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:706502129> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1920675473>;
+	nmo:sentDate "2008-11-19T15:18:16";
+	nmo:receivedDate "2008-11-19T15:18:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1515156903>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "fredric milburn adenim info"];
+	nmo:messageSubject "Hendrerit velit qui consectetuer. ";
+	nmo:plainTextMessageContent "Esse duis ex molestie Utwisi nislut dignissim suscipit eu praesent duis autem. Lobortis nislut velit duis iriure et nulla. ".
+
+<urn:uuid:1995651033> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1920675473>;
+	nmo:sentDate "2008-10-29T15:52:16";
+	nmo:receivedDate "2008-10-29T15:52:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1201081871>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "christy fonseca doloremagnadolor tv"];
+	nmo:messageSubject "Eros ullamcorper ut facilisis tation vulputate ut accumsan ut. ";
+	nmo:plainTextMessageContent "Etaccumsan ea ipsum nonummy enim eu facilisis at nostrud ad iusto qui laoreet. Illum in dignissim praesent suscipit facilisi ut consequatvel delenit odio vero blandit. ".
+
+<urn:uuid:1662366937> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1920675473>;
+	nmo:sentDate "2008-03-21T15:22:32";
+	nmo:receivedDate "2008-03-21T15:22:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1201081871>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "christy fonseca doloremagnadolor tv"];
+	nmo:messageSubject "Exerci iriuredolor eros facilisis facilisis lobortis eros suscipit ex in volutpat lobortis. ";
+	nmo:plainTextMessageContent "Odio minim tation et commodoconsequat praesent duis eufeugiat dolor te luptatum. ".
+
+<urn:uuid:1079946545> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1920675473>;
+	nmo:sentDate "2008-09-04T15:19:13";
+	nmo:receivedDate "2008-09-04T15:19:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Doloremagna iustoodio nostrud et at doloremagna. ";
+	nmo:plainTextMessageContent "Nulla eum commodo lobortis eufeugiat ut dignissim nulla suscipit te tincidunt aliquip eufeugiat. ".
+
+<urn:uuid:1384377327> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1920675473>;
+	nmo:sentDate "2008-05-18T15:27:45";
+	nmo:receivedDate "2008-05-18T15:28:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Velit delenitaugue molestie ex molestie quis consectetuer qui vero eum. ";
+	nmo:plainTextMessageContent "Accumsan ea dolore dolore molestie minim facilisis. Nulla qui volutpat eufeugiat. ".
+
+<urn:uuid:347956467> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1920675473>;
+	nmo:sentDate "2008-08-08T15:39:26";
+	nmo:receivedDate "2008-08-08T15:39:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1971535778>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tatiana barrera feugiatullamcorper org"];
+	nmo:messageSubject "At euismod accumsan amet etaccumsan. ";
+	nmo:plainTextMessageContent "Vero et consectetuer molestie doloremagna. Odio ullamcorper diam vel molestie vero vero veniam vulputate dolore amet lobortis. ".
+
+<urn:uuid:1816614732> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1920675473>;
+	nmo:sentDate "2008-08-15T16:10:49";
+	nmo:receivedDate "2008-08-15T16:11:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1731614453>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cecil musselman invero eu"];
+	nmo:bcc <urn:uuid:1788474824>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "violeta paxton elitsedvelit com"];
+	nmo:messageSubject "Consequat autem illum lorem exerci. ";
+	nmo:plainTextMessageContent "Et vel delenitaugue ad. Nisl vel exerci et delenitaugue et at nostrud. ".
+
+<urn:uuid:1865104784> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1920675473>;
+	nmo:sentDate "2008-11-29T15:49:18";
+	nmo:receivedDate "2008-11-29T15:49:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Eros qui commodo consequat et eum praesent in duis. ";
+	nmo:plainTextMessageContent "Dolor commodoconsequat praesent consequat sit illum suscipit invulputate ea dolore lobortis duis ex. Tincidunt minim eufeugiat facilisis et eu aliquip. ".
+
+<urn:uuid:1918350190> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1920675473>;
+	nmo:sentDate "2008-04-28T15:43:00";
+	nmo:receivedDate "2008-04-28T15:43:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:656060555>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "jlabbe velitamet tv"];
+	nmo:messageSubject "Et eum dolore vero nislut lobortis duis. ";
+	nmo:plainTextMessageContent "Ex eum hendrerit wisi nulla vel esse. ".
+
+<urn:uuid:1934198997> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1920675473>;
+	nmo:sentDate "2008-12-16T15:15:50";
+	nmo:receivedDate "2008-12-16T15:16:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1741879600>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "emontenegro adet gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Delenitaugue luptatum illum aliquip molestie duis in consequatvel luptatum laoreet et praesent lorem. ";
+	nmo:plainTextMessageContent "At nisl volutpat ea suscipit tation wisi facilisi laoreet ut. Nulla nulla nislut aliquam ipsum iriure consequatvel volutpat duis augue. ".
+
+<urn:uuid:1132887932> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1920675473>;
+	nmo:sentDate "2009-01-14T16:06:55";
+	nmo:receivedDate "2009-01-14T16:07:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Veniam tationullamcorper euismod duis qui eum eros iriure ut dolore eum. ";
+	nmo:plainTextMessageContent "Luptatum ut wisi blandit et quis eros. ".
+
+<urn:uuid:2085957818> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1920675473>;
+	nmo:sentDate "2008-08-24T16:02:36";
+	nmo:receivedDate "2008-08-24T16:03:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1731614453>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "cecil musselman invero eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Lorem adipiscing delenit veniamquis ut adipiscing adipiscing dolore ullamcorper. ";
+	nmo:plainTextMessageContent "Vulputate enim nislut facilisis. ".
+
+<urn:uuid:613989483> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1920675473>;
+	nmo:sentDate "2008-03-09T15:47:16";
+	nmo:receivedDate "2008-03-09T15:47:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:138779587>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "johnathan alcala wisiat edu"];
+	nmo:bcc <urn:uuid:323110246>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "smckeon eaet net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Aliquip zzril molestie exerci enim blandit suscipit hendrerit consequat molestie. ";
+	nmo:plainTextMessageContent "Vel elitsed veniamquis esse illum illum eros ad blandit in autem elitsed eum. ".
+
+<urn:uuid:811486573> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1920675473>;
+	nmo:sentDate "2008-07-08T15:27:44";
+	nmo:receivedDate "2008-07-08T15:28:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iustoodio esse amet dolore etaccumsan consequat in diam eum vel. ";
+	nmo:plainTextMessageContent "Aliquip dolore duis duis iusto molestie in. ".
+
+<urn:uuid:128149336> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1920675473>;
+	nmo:sentDate "2008-01-30T16:04:05";
+	nmo:receivedDate "2008-01-30T16:04:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:690308340>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "fcurry tinciduntte org"];
+	nmo:messageSubject "Veniamquis te illum augue zzril. ";
+	nmo:plainTextMessageContent "Veniam eum accumsan autem nulla esse autem accumsan feugait ut nulla illum. ".
+
+<urn:uuid:289377933> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1920675473>;
+	nmo:sentDate "2008-04-02T15:47:02";
+	nmo:receivedDate "2008-04-02T15:47:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla ea nisl tationullamcorper eros et. ";
+	nmo:plainTextMessageContent "Nulla lorem odio consequatvel ut suscipit iusto tationullamcorper nulla. Aliquip ad esse luptatumzzril. ".
+
+<urn:uuid:708702487> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1920675473>;
+	nmo:sentDate "2008-04-29T15:34:41";
+	nmo:receivedDate "2008-04-29T15:35:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:987224069>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ruthie noe tinciduntveniamquis net"];
+	nmo:bcc <urn:uuid:48114581>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "acummings molestiead com"];
+	nmo:messageSubject "Amet ipsum eros ad praesent erat iustoodio invulputate ea eufeugiat te ex. ";
+	nmo:plainTextMessageContent "Dolore vel feugiat ea vel praesent eros minim ut facilisis at vel. Dignissim adipiscing zzril dolore consequat amet lobortis nisl dolore nulla nulla velit. ".
+
+<urn:uuid:685035905> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1920675473>;
+	nmo:sentDate "2009-01-21T16:11:17";
+	nmo:receivedDate "2009-01-21T16:11:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Tincidunt nonummy in minim te dolore exerci lobortis delenit eu tation vulputate facilisi. ";
+	nmo:plainTextMessageContent "At tationullamcorper eum qui facilisi amet. ".
+
+<urn:uuid:849200839> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1920675473>;
+	nmo:sentDate "2008-10-04T16:00:33";
+	nmo:receivedDate "2008-10-04T16:00:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1661446030>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "nichole pettigrew laoreetvelit tv"];
+	nmo:bcc <urn:uuid:1497173871>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "gmorgan etdolore org"];
+	nmo:messageSubject "Erat velit lobortis eu duis hendrerit exerci erat aliquip feugiat vel iriure delenit eufeugiat. ";
+	nmo:plainTextMessageContent "Vel et minim zzril duis iriure praesent vero facilisi autem luptatum delenitaugue molestie luptatumzzril. ".
+
+<urn:uuid:845275004> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1920675473>;
+	nmo:sentDate "2008-07-08T15:41:28";
+	nmo:receivedDate "2008-07-08T15:41:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1427199766>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "huey yarborough autemfeugiat tv"];
+	nmo:messageSubject "Luptatumzzril dolore zzril eros. ";
+	nmo:plainTextMessageContent "Laoreet volutpat nulla doloremagna aliquam eum invulputate invulputate enim ut vulputate eufeugiat. Blandit augue zzril doloremagna volutpat duis ad augue esse sit qui autem. ".
+
+<urn:uuid:1697415888> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1920675473>;
+	nmo:sentDate "2008-12-08T15:56:38";
+	nmo:receivedDate "2008-12-08T15:56:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vero blandit duis consequat hendrerit in. ";
+	nmo:plainTextMessageContent "Vero nostrud exerci consequatvel autem. ".
+
+<urn:uuid:1683153347> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1920675473>;
+	nmo:sentDate "2008-09-05T15:58:47";
+	nmo:receivedDate "2008-09-05T15:58:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore eum nulla dignissim. ";
+	nmo:plainTextMessageContent "Tationullamcorper illum iustoodio iustoodio enim minim elitsed nulla etaccumsan commodo nislut te nulla. Consequat feugiat ullamcorper blandit molestie te. ".
+
+<urn:uuid:849878462> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1920675473>;
+	nmo:sentDate "2008-10-05T15:42:17";
+	nmo:receivedDate "2008-10-05T15:42:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1905992538>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lauren howe eumodio eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Consequat vel sit eros zzril autem consectetuer nostrud in. ";
+	nmo:plainTextMessageContent "In lorem tationullamcorper consectetuer esse luptatumzzril ex vero ex suscipit ea ut minim dignissim. Feugait iriuredolor ea etaccumsan ullamcorper iriuredolor. ".
+
+<urn:uuid:690420664> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1920675473>;
+	nmo:sentDate "2008-10-30T16:09:42";
+	nmo:receivedDate "2008-10-30T16:09:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Blandit consectetuer consequatvel aliquip vel ad aliquip vel feugiat doloremagna te consequatvel ipsum. ";
+	nmo:plainTextMessageContent "Enim nulla te eu te odio dolore invulputate zzril vel ex nostrud. Iusto molestie zzril dolore suscipit nisl qui velit et eum. ".
+
+<urn:uuid:1419154816> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1920675473>;
+	nmo:sentDate "2008-11-16T15:35:08";
+	nmo:receivedDate "2008-11-16T15:35:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Qui lobortis et hendrerit. ";
+	nmo:plainTextMessageContent "Ad qui suscipit eros ipsum commodo. ".
+
+<urn:uuid:1799635440> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1920675473>;
+	nmo:sentDate "2008-05-01T15:28:15";
+	nmo:receivedDate "2008-05-01T15:28:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:524728853>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "latonya stanton etaccumsandolore org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Ipsum commodo exerci qui duis velit tation euismod consectetuer quis lorem veniam feugait iriuredolor. ";
+	nmo:plainTextMessageContent "Consequat molestie feugiat eu eu erat aliquam facilisis nulla eu et nisl invulputate ex. Nonummy commodo aliquip Utwisi commodo blandit vulputate. ".
+
+<urn:uuid:96115213> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1920675473>;
+	nmo:sentDate "2008-02-15T15:43:51";
+	nmo:receivedDate "2008-02-15T15:44:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1482424376>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageSubject "Et facilisi ex ad nonummy feugait euismod dolor minim in. ";
+	nmo:plainTextMessageContent "Te veniam ad facilisis volutpat exerci erat. Commodoconsequat elitsed ut euismod ullamcorper nulla et facilisi consectetuer vulputate nulla esse duis lobortis. ".
+
+<urn:uuid:1702447859> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12229" ;
+	nco:locality "Albany" ;
+	nco:streetAddress "2020 Fox Creek Street" .
+
+<mailto:virgie stanfield ametlorem eu> a nco:EmailAddress; 
+	nco:emailAddress "virgie stanfield ametlorem eu".
+
+<tel:+17168912052> a nco:PhoneNumber; 
+	nco:phoneNumber "(716)891-2052".
+
+<urn:uuid:304479276> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17168912052>]; 
+	nmo:duration 6; 
+	nmo:sentDate "2008-05-11T16:07:09". 
+
+<urn:uuid:847760490> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17168912052>]; 
+	nmo:duration 47; 
+	nmo:sentDate "2009-01-18T15:46:28". 
+
+<urn:uuid:365803181> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17168912052>]; 
+	nmo:duration 22; 
+	nmo:sentDate "2008-01-19T15:26:04". 
+
+<urn:uuid:464076827> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17168912052>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-11T16:10:57";
+	nmo:receivedDate "2008-05-09T15:42:01";
+	nmo:plainTextMessageContent "Ex eum vel praesent nostrud adipiscing augue luptatumzzril consequatvel eum Utwisi. Ea nulla eufeugiat feugait enim adipiscing hendrerit. Facilisi aliquip suscipit eum molestie minim ea exerci at vero. Dignissim dignissim accumsan augue nulla tincidunt nisl te. ".
+
+<urn:uuid:305437599> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17168912052>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-10T15:17:19";
+	nmo:receivedDate "2008-12-28T15:57:18";
+	nmo:plainTextMessageContent "Laoreet etaccumsan hendrerit aliquam quis duis facilisi velit nostrud nislut volutpat vero. Qui augue iusto ut hendrerit ex in. Enim lobortis ad suscipit feugiat dignissim. Molestie dolor consequat vulputate tation facilisis commodoconsequat feugiat luptatumzzril hendrerit etaccumsan praesent commodo. Invulputate dolore adipiscing dolore hendrerit duis exerci elitsed vulputate quis ipsum wisi commodo ea. Duis delenitaugue ex molestie iriure. Tation in suscipit et tationullamcorper nislut eu. ".
+
+<urn:uuid:1987104261> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17168912052>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-19T15:19:33";
+	nmo:receivedDate "2008-12-09T15:16:06";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Enim blandit vero at exerci in enim. Esse duis nostrud volutpat duis nisl et autem consequatvel ea blandit lorem. Veniam zzril commodo eum ea. Exerci enim vel nibh ut ullamcorper vel. Enim commodoconsequat suscipit zzril esse eum enim accumsan enim esse odio facilisi. ".
+
+<urn:uuid:1580431378> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17168912052>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-13T15:47:23";
+	nmo:receivedDate "2008-07-03T15:12:50";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Duis aliquip erat eufeugiat consequat vel at adipiscing accumsan. Eros tationullamcorper feugait exerci feugait eros praesent augue lobortis diam. Luptatumzzril suscipit ullamcorper ex eum velit exerci tincidunt in luptatum accumsan volutpat. Ex iriuredolor eu invulputate dolore ea. Ad nulla feugait et wisi doloremagna velit eros. Dolore illum minim ut consequat nulla ut facilisi. ".
+
+<urn:uuid:2083022140> a nco:PersonContact; 
+	nco:fullname "Virgie Stanfield";
+	nco:nameGiven "Virgie";
+	nco:nameFamily "Stanfield";
+	nco:birthDate "1942-12-17";
+	nco:hasAffiliation "Medical Nurse Anesthetist";
+	nco:hasEmailAddress <mailto:virgie stanfield ametlorem eu>;
+	nco:hasPhoneNumber <tel:+17168912052>;
+	nco:hasPostalAddress <urn:uuid:1702447859>.
+
+<urn:uuid:1459074241> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2083022140>;
+	nmo:sentDate "2008-11-28T15:57:23";
+	nmo:receivedDate "2008-11-28T15:57:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ad nisl ad tation feugait ad vel quis blandit. ";
+	nmo:plainTextMessageContent "Te duis ullamcorper duis consequatvel feugiat ullamcorper consequatvel at doloremagna vel in dolore at. ".
+
+<urn:uuid:2133990249> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2083022140>;
+	nmo:sentDate "2008-09-17T15:30:39";
+	nmo:receivedDate "2008-09-17T15:31:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:991214089>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mkeefe nostruddignissim us"];
+	nmo:messageSubject "Ex commodoconsequat ea in ut commodo. ";
+	nmo:plainTextMessageContent "Dolor hendrerit nostrud consectetuer adipiscing dolore vulputate tincidunt eros sit blandit. ".
+
+<urn:uuid:1918768008> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2083022140>;
+	nmo:sentDate "2008-03-18T15:35:24";
+	nmo:receivedDate "2008-03-18T15:36:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:430186630>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tknott nullafacilisis edu"];
+	nmo:messageSubject "Luptatum vulputate consequat iriure elitsed ad eu vel vero minim ut. ";
+	nmo:plainTextMessageContent "Dolore delenit nulla et nisl sit at iusto. Illum praesent suscipit facilisi in at vel euismod autem eu lobortis iriure iusto. ".
+
+<urn:uuid:785105580> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2083022140>;
+	nmo:sentDate "2008-10-15T15:15:23";
+	nmo:receivedDate "2008-10-15T15:16:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Et diam nostrud consectetuer ullamcorper in zzril feugiat ad elitsed autem doloremagna. ";
+	nmo:plainTextMessageContent "Feugait in velit eum autem. Consequatvel vel velit veniam diam delenit ipsum nulla delenitaugue et veniam consequat tincidunt. ".
+
+<urn:uuid:1353244844> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2083022140>;
+	nmo:sentDate "2008-06-08T15:44:37";
+	nmo:receivedDate "2008-06-08T15:44:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:729570015>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "pearline mcmahon nibhdiam tv"];
+	nmo:messageSubject "Dolore luptatumzzril eros enim eu eum. ";
+	nmo:plainTextMessageContent "Dignissim enim iustoodio velit. ".
+
+<urn:uuid:921454190> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2083022140>;
+	nmo:sentDate "2008-05-15T16:06:24";
+	nmo:receivedDate "2008-05-15T16:07:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ea qui ut nulla wisi hendrerit ipsum laoreet aliquip sit. ";
+	nmo:plainTextMessageContent "Esse at autem enim elitsed nulla ea et doloremagna nisl dignissim. ".
+
+<urn:uuid:191259347> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2083022140>;
+	nmo:sentDate "2008-04-30T16:07:26";
+	nmo:receivedDate "2008-04-30T16:08:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Duis lobortis feugiat delenit zzril dolore illum Utwisi hendrerit eros. ";
+	nmo:plainTextMessageContent "Nisl consequatvel duis eros vel vel commodo nulla lobortis qui praesent adipiscing. Amet suscipit facilisis elitsed consequat ex consequatvel consequat. ".
+
+<urn:uuid:1681734487> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2083022140>;
+	nmo:sentDate "2008-05-10T15:34:30";
+	nmo:receivedDate "2008-05-10T15:34:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Volutpat eum feugiat zzril sit volutpat. ";
+	nmo:plainTextMessageContent "Ut euismod nulla lorem dolore iusto dolor dolore delenitaugue iustoodio. Zzril doloremagna iriuredolor autem velit lorem minim. ".
+
+<urn:uuid:522613105> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2083022140>;
+	nmo:sentDate "2008-07-31T15:52:56";
+	nmo:receivedDate "2008-07-31T15:53:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1491117925>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "krystle stout nullaluptatumzzril net"];
+	nmo:bcc <urn:uuid:631544916>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rabbott facilisiet net"];
+	nmo:messageSubject "Diam molestie eu vel. ";
+	nmo:plainTextMessageContent "Blandit feugait consectetuer iriure consectetuer ad nulla lobortis commodo ea velit et vel tincidunt. ".
+
+<urn:uuid:1270735451> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2083022140>;
+	nmo:sentDate "2008-06-05T15:28:35";
+	nmo:receivedDate "2008-06-05T15:29:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Autem esse dignissim ut autem lobortis aliquip velit minim duis hendrerit duis volutpat. ";
+	nmo:plainTextMessageContent "Consequat enim erat feugait te iusto at ex vel qui ullamcorper at vulputate aliquam. ".
+
+<urn:uuid:1023096791> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2083022140>;
+	nmo:sentDate "2008-08-07T15:28:48";
+	nmo:receivedDate "2008-08-07T15:28:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1143837544>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "vito stanfield nisldolore eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Consequatvel praesent blandit ad nulla ad vero nislut exerci commodoconsequat. ";
+	nmo:plainTextMessageContent "Zzril facilisi praesent illum autem diam dolore eum. Te facilisis invulputate vero qui tationullamcorper duis diam. ".
+
+<urn:uuid:1110704390> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2083022140>;
+	nmo:sentDate "2008-07-14T16:06:38";
+	nmo:receivedDate "2008-07-14T16:07:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1904410730>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ikhan nostrudamet info"];
+	nmo:messageSubject "Praesent at esse doloremagna. ";
+	nmo:plainTextMessageContent "Accumsan aliquip etaccumsan dolore eum. Nostrud sit duis eros blandit ea facilisi. ".
+
+<urn:uuid:816881896> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2083022140>;
+	nmo:sentDate "2008-02-20T15:37:00";
+	nmo:receivedDate "2008-02-20T15:37:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:950615441>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "art knox adea info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Dolor tincidunt zzril erat dolore sit consequat feugiat sit feugait et aliquam zzril. ";
+	nmo:plainTextMessageContent "Doloremagna commodo blandit iusto hendrerit luptatum dignissim nonummy suscipit exerci adipiscing eufeugiat duis lorem. ".
+
+<urn:uuid:242032919> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2083022140>;
+	nmo:sentDate "2008-05-29T15:42:09";
+	nmo:receivedDate "2008-05-29T15:42:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:102531825>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "audrey troutman accumsanullamcorper tv"];
+	nmo:messageSubject "Duis et etaccumsan sit enim consequat eros. ";
+	nmo:plainTextMessageContent "Feugait eum augue veniamquis. Iriuredolor duis nulla ad feugait exerci. ".
+
+<urn:uuid:450096817> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2083022140>;
+	nmo:sentDate "2008-11-21T15:39:39";
+	nmo:receivedDate "2008-11-21T15:40:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1500166783>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "gbutler augueaccumsan gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Nislut eum at blandit nostrud illum velit ut dolor consectetuer nulla lorem. ";
+	nmo:plainTextMessageContent "Et qui dolore facilisi iustoodio luptatum ad nulla. ".
+
+<urn:uuid:596169154> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2083022140>;
+	nmo:sentDate "2008-11-30T15:34:23";
+	nmo:receivedDate "2008-11-30T15:34:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:90736525>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rosanne mcfall velitvel com"];
+	nmo:messageSubject "Ex vulputate consequatvel nulla velit at nisl. ";
+	nmo:plainTextMessageContent "Eufeugiat praesent feugiat dignissim feugait iustoodio amet diam zzril nislut tationullamcorper autem. ".
+
+<urn:uuid:1309294654> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2083022140>;
+	nmo:sentDate "2008-12-01T15:38:43";
+	nmo:receivedDate "2008-12-01T15:39:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Exerci autem exerci ut feugait tation odio doloremagna facilisi duis autem. ";
+	nmo:plainTextMessageContent "Nibh lobortis dignissim nonummy. ".
+
+<urn:uuid:1190805914> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2083022140>;
+	nmo:sentDate "2009-02-01T15:22:48";
+	nmo:receivedDate "2009-02-01T15:23:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1311946098>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lawanda buffington enimut gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Hendrerit qui aliquip te feugiat eum. ";
+	nmo:plainTextMessageContent "Ex feugiat lorem ex duis suscipit dignissim nibh nulla esse duis commodo minim vel. Commodo in ut nulla facilisi. ".
+
+<urn:uuid:872519913> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2083022140>;
+	nmo:sentDate "2008-04-22T15:12:11";
+	nmo:receivedDate "2008-04-22T15:12:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:380953780>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "julianna weinstein exercisuscipit org"];
+	nmo:messageSubject "Qui minim odio eum sit ut iusto ad commodo eum ea. ";
+	nmo:plainTextMessageContent "Accumsan volutpat enim odio ad. Diam laoreet eu ea eufeugiat ut ut ipsum autem. ".
+
+<urn:uuid:602953205> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2083022140>;
+	nmo:sentDate "2008-12-18T15:28:37";
+	nmo:receivedDate "2008-12-18T15:28:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "In dolor nostrud facilisis qui blandit tincidunt eum invulputate. ";
+	nmo:plainTextMessageContent "Ea at minim Utwisi nulla facilisi facilisi nisl erat. ".
+
+<urn:uuid:92131040> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2083022140>;
+	nmo:sentDate "2008-04-13T16:02:47";
+	nmo:receivedDate "2008-04-13T16:03:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:379747562>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kwoodall dolordignissim org"];
+	nmo:messageSubject "Vulputate facilisi in te esse. ";
+	nmo:plainTextMessageContent "Ut wisi at adipiscing at et nonummy dolore dolore veniamquis minim. Suscipit eros esse in suscipit iriure commodoconsequat dolore. ".
+
+<urn:uuid:1685289571> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2083022140>;
+	nmo:sentDate "2008-02-08T15:19:30";
+	nmo:receivedDate "2008-02-08T15:19:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Enim suscipit nulla amet amet veniam delenit duis nostrud ad odio luptatum commodo ea. ";
+	nmo:plainTextMessageContent "Hendrerit ut ea ea ut et delenitaugue nibh facilisi. ".
+
+<urn:uuid:1536034609> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2083022140>;
+	nmo:sentDate "2008-05-10T15:25:02";
+	nmo:receivedDate "2008-05-10T15:25:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:48114581>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "acummings molestiead com"];
+	nmo:messageSubject "Commodo in ex facilisi enim feugait. ";
+	nmo:plainTextMessageContent "Iusto iriuredolor dolor velit nibh. ".
+
+<urn:uuid:1427862540> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2083022140>;
+	nmo:sentDate "2008-03-02T16:08:57";
+	nmo:receivedDate "2008-03-02T16:09:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dignissim vulputate duis iriure consequat delenit ea consequat praesent autem et lobortis praesent. ";
+	nmo:plainTextMessageContent "Eum amet tation ex accumsan at nulla delenitaugue consequat. ".
+
+<urn:uuid:455191217> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2083022140>;
+	nmo:sentDate "2008-03-26T15:54:05";
+	nmo:receivedDate "2008-03-26T15:54:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Tation blandit hendrerit qui ea veniamquis consequat. ";
+	nmo:plainTextMessageContent "Laoreet hendrerit consequat nulla et veniamquis. Dolore at molestie diam nulla qui eum ex commodoconsequat ex. ".
+
+<urn:uuid:12460091> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2083022140>;
+	nmo:sentDate "2008-10-03T15:58:09";
+	nmo:receivedDate "2008-10-03T15:58:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Exerci laoreet Utwisi commodo hendrerit ad autem eum suscipit. ";
+	nmo:plainTextMessageContent "Diam augue vero at. ".
+
+<urn:uuid:119931146> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2083022140>;
+	nmo:sentDate "2008-12-22T15:22:42";
+	nmo:receivedDate "2008-12-22T15:23:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iustoodio nostrud praesent diam nulla vero ex eu. ";
+	nmo:plainTextMessageContent "Lorem minim adipiscing eum euismod praesent exerci velit enim vulputate dignissim te. ".
+
+<urn:uuid:482080631> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2083022140>;
+	nmo:sentDate "2008-08-18T15:29:38";
+	nmo:receivedDate "2008-08-18T15:30:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Facilisis luptatumzzril hendrerit adipiscing luptatumzzril nulla veniam nisl autem. ";
+	nmo:plainTextMessageContent "Dolore autem ut ad ut ad dignissim ea amet esse. ".
+
+<urn:uuid:1913285328> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05449" ;
+	nco:locality "Colchester" ;
+	nco:streetAddress "3684 Hancock Avenue" .
+
+<mailto:karon glenn enimluptatumzzril edu> a nco:EmailAddress; 
+	nco:emailAddress "karon glenn enimluptatumzzril edu".
+
+<tel:+17175355216> a nco:PhoneNumber; 
+	nco:phoneNumber "(717)535-5216".
+
+<urn:uuid:1178647228> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17175355216>]; 
+	nmo:duration 9; 
+	nmo:sentDate "2008-04-17T15:25:03". 
+
+<urn:uuid:1654927616> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17175355216>]; 
+	nmo:duration 4; 
+	nmo:receivedDate "2008-03-04T15:43:20". 
+
+<urn:uuid:1792059711> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17175355216>]; 
+	nmo:duration 37; 
+	nmo:receivedDate "2009-01-04T16:01:29". 
+
+<urn:uuid:1096432326> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17175355216>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-15T15:32:29";
+	nmo:receivedDate "2009-02-13T15:27:56";
+	nmo:plainTextMessageContent "Ea ut praesent consequat veniam quis qui duis exerci esse ex. Et tationullamcorper commodoconsequat iriure nislut adipiscing facilisi erat nulla vel dignissim vel. Nulla eufeugiat lobortis in sit in. Illum laoreet ex nislut. Augue elitsed te zzril qui vero qui erat dolore adipiscing. Laoreet aliquip esse at eros. ".
+
+<urn:uuid:650672980> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17175355216>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-15T15:54:25";
+	nmo:receivedDate "2008-01-23T15:23:12";
+	nmo:plainTextMessageContent "Minim nonummy feugiat eu praesent te dolor aliquip et feugait commodoconsequat hendrerit. Tincidunt praesent iustoodio laoreet dolor accumsan aliquam iusto facilisis duis. Elitsed blandit te ipsum ea. Et ipsum minim nonummy Utwisi commodoconsequat etaccumsan ad nisl ex elitsed odio ad accumsan. Tincidunt dignissim consequatvel lobortis tincidunt. Suscipit delenit eros hendrerit tation suscipit facilisi ipsum nulla. ".
+
+<urn:uuid:2101764669> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17175355216>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-28T16:10:00";
+	nmo:receivedDate "2008-11-03T15:15:19";
+	nmo:plainTextMessageContent "Ut nulla at nulla vel duis nulla nostrud. Quis hendrerit amet odio illum ad nostrud dolor etaccumsan. Zzril delenit wisi autem ea enim veniam illum exerci feugait duis esse odio blandit. Suscipit nonummy nostrud dolore suscipit commodoconsequat nisl nulla. Qui eros nislut dignissim adipiscing odio. Illum duis esse feugait ex vel. Zzril commodoconsequat tincidunt duis dolor. ".
+
+<urn:uuid:295447105> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17175355216>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-19T16:07:31";
+	nmo:receivedDate "2008-09-05T16:10:26";
+	nmo:plainTextMessageContent "Lorem dignissim exerci hendrerit nulla luptatumzzril blandit ex augue praesent. Nostrud dignissim invulputate autem illum minim consequat et consequat doloremagna invulputate delenitaugue. Qui ad dolore doloremagna ut iusto dolore enim nislut minim. Exerci odio esse commodo iusto at adipiscing. Eros eu eu enim luptatumzzril amet. Dignissim ut delenit dignissim sit suscipit hendrerit et eum te. Autem ea commodoconsequat duis et diam ea hendrerit facilisis nostrud. ".
+
+<urn:uuid:1140837545> a nco:PersonContact; 
+	nco:fullname "Karon Glenn";
+	nco:nameGiven "Karon";
+	nco:nameFamily "Glenn";
+	nco:birthDate "1942-11-23";
+	nco:hasAffiliation "Research Psychologist";
+	nco:hasEmailAddress <mailto:karon glenn enimluptatumzzril edu>;
+	nco:hasPhoneNumber <tel:+17175355216>;
+	nco:hasPostalAddress <urn:uuid:1913285328>.
+
+<urn:uuid:511644493> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15085" ;
+	nco:locality "Trafford" ;
+	nco:streetAddress "2693 Deer Path Parkway" .
+
+<mailto:hrichie iriuredolorte tv> a nco:EmailAddress; 
+	nco:emailAddress "hrichie iriuredolorte tv".
+
+<urn:uuid:263706902> a nco:PersonContact; 
+	nco:fullname "Hiram Richie";
+	nco:nameGiven "Hiram";
+	nco:nameFamily "Richie";
+	nco:birthDate "1942-04-15";
+	nco:hasAffiliation "Purchasing Manager";
+	nco:hasEmailAddress <mailto:hrichie iriuredolorte tv>;
+	nco:hasPostalAddress <urn:uuid:511644493>.
+
+<urn:uuid:902634654> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05829" ;
+	nco:locality "Derby" ;
+	nco:streetAddress "455 Northridge Lane" .
+
+<mailto:ldesjardins adipiscingtation us> a nco:EmailAddress; 
+	nco:emailAddress "ldesjardins adipiscingtation us".
+
+<xmpp:lela desjardins gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Lela Desjardins" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Blandit veniam at in ea et. " ;
+	nco:imID "lela desjardins gmail com".
+
+<urn:uuid:1571927074> a nco:PersonContact; 
+	nco:fullname "Lela Desjardins";
+	nco:nameGiven "Lela";
+	nco:nameFamily "Desjardins";
+	nco:birthDate "1943-01-02";
+	nco:hasAffiliation "Mortgage Clerk";
+	nco:hasEmailAddress <mailto:ldesjardins adipiscingtation us>;
+	nco:hasIMAccount <xmpp:lela desjardins gmail com>;
+	nco:hasPostalAddress <urn:uuid:902634654>.
+
+<urn:uuid:1079159257> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04917" ;
+	nco:locality "Belgrade" ;
+	nco:streetAddress "7724 Oakland Way" .
+
+<mailto:harlan gregg quietaccumsan edu> a nco:EmailAddress; 
+	nco:emailAddress "harlan gregg quietaccumsan edu".
+
+<urn:uuid:2016918138> a nco:PersonContact; 
+	nco:fullname "Harlan Gregg";
+	nco:nameGiven "Harlan";
+	nco:nameFamily "Gregg";
+	nco:birthDate "1942-06-08";
+	nco:hasAffiliation "Dry Cleaning/Laundry Manager";
+	nco:hasEmailAddress <mailto:harlan gregg quietaccumsan edu>;
+	nco:hasPostalAddress <urn:uuid:1079159257>.
+
+<urn:uuid:1113037605> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07666" ;
+	nco:locality "Teaneck" ;
+	nco:streetAddress "9437 Fox Creek Trail" .
+
+<mailto:lpicard erosut org> a nco:EmailAddress; 
+	nco:emailAddress "lpicard erosut org".
+
+<urn:uuid:291470224> a nco:PersonContact; 
+	nco:fullname "Lewis Picard";
+	nco:nameGiven "Lewis";
+	nco:nameFamily "Picard";
+	nco:birthDate "1942-10-09";
+	nco:hasAffiliation "Electronics Drafter";
+	nco:hasEmailAddress <mailto:lpicard erosut org>;
+	nco:hasPostalAddress <urn:uuid:1113037605>.
+
+<urn:uuid:98453588> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:2101462160>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Ad lobortis dolor ut te hendrerit nisl eros eum etaccumsan ipsum dolore amet blandit. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-21T17:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-21T17:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:2101462160>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1256389513> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07930" ;
+	nco:locality "Chester" ;
+	nco:streetAddress "9411 Grove Mill Drive" .
+
+<mailto:mario correia eumea net> a nco:EmailAddress; 
+	nco:emailAddress "mario correia eumea net".
+
+<xmpp:mario correia gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Mario Correia" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Nostrud enim delenitaugue consectetuer ad feugait enim. " ;
+	nco:imID "mario correia gmail com".
+
+<urn:uuid:2082631504> a nco:PersonContact; 
+	nco:fullname "Mario Correia";
+	nco:nameGiven "Mario";
+	nco:nameFamily "Correia";
+	nco:birthDate "1942-07-16";
+	nco:hasAffiliation "Field Service Engineer";
+	nco:hasEmailAddress <mailto:mario correia eumea net>;
+	nco:hasIMAccount <xmpp:mario correia gmail com>;
+	nco:hasPostalAddress <urn:uuid:1256389513>.
+
+<urn:uuid:1815593338> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08896" ;
+	nco:locality "Raritan" ;
+	nco:streetAddress "6979 Otter Way" .
+
+<mailto:scress hendreriteufeugiat gov> a nco:EmailAddress; 
+	nco:emailAddress "scress hendreriteufeugiat gov".
+
+<xmpp:sherman cress gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Sherman Cress" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Praesent feugait iriure illum dolor nulla diam tation. " ;
+	nco:imID "sherman cress gmail com".
+
+<urn:uuid:304674132> a nco:PersonContact; 
+	nco:fullname "Sherman Cress";
+	nco:nameGiven "Sherman";
+	nco:nameFamily "Cress";
+	nco:birthDate "1942-11-20";
+	nco:hasAffiliation "Clerk Receiving";
+	nco:hasEmailAddress <mailto:scress hendreriteufeugiat gov>;
+	nco:hasIMAccount <xmpp:sherman cress gmail com>;
+	nco:hasPostalAddress <urn:uuid:1815593338>.
+
+<urn:uuid:685201910> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04553" ;
+	nco:locality "Newcastle" ;
+	nco:streetAddress "770 Grist Mill Circle" .
+
+<mailto:amccorkle invulputatemolestie edu> a nco:EmailAddress; 
+	nco:emailAddress "amccorkle invulputatemolestie edu".
+
+<xmpp:andrea mccorkle gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Andrea Mccorkle" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Etaccumsan ut consequat duis veniamquis. " ;
+	nco:imID "andrea mccorkle gmail com".
+
+<urn:uuid:1784731074> a nco:PersonContact; 
+	nco:fullname "Andrea Mccorkle";
+	nco:nameGiven "Andrea";
+	nco:nameFamily "Mccorkle";
+	nco:birthDate "1942-11-05";
+	nco:hasAffiliation "Offset Press Technician 3";
+	nco:hasEmailAddress <mailto:amccorkle invulputatemolestie edu>;
+	nco:hasIMAccount <xmpp:andrea mccorkle gmail com>;
+	nco:hasPostalAddress <urn:uuid:685201910>.
+
+<urn:uuid:1008412286> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1386376515>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Autem facilisi at amet duis eum delenit. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-16T20:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-16T22:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1386376515>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:441722806> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14819" ;
+	nco:locality "Cameron" ;
+	nco:streetAddress "5103 Tully Lane" .
+
+<mailto:ddion veroaugue eu> a nco:EmailAddress; 
+	nco:emailAddress "ddion veroaugue eu".
+
+<xmpp:diana dion gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Diana Dion" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Ad nonummy luptatumzzril invulputate aliquam velit. " ;
+	nco:imID "diana dion gmail com".
+
+<urn:uuid:847643242> a nco:PersonContact; 
+	nco:fullname "Diana Dion";
+	nco:nameGiven "Diana";
+	nco:nameFamily "Dion";
+	nco:birthDate "1942-07-30";
+	nco:hasAffiliation "Medical Echocardiograph Technician";
+	nco:hasEmailAddress <mailto:ddion veroaugue eu>;
+	nco:hasIMAccount <xmpp:diana dion gmail com>;
+	nco:hasPostalAddress <urn:uuid:441722806>.
+
+<urn:uuid:1134335583> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:847643242>;
+	nmo:sentDate "2008-02-13T16:07:45";
+	nmo:receivedDate "2008-02-13T16:08:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ddion veroaugue eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1688232172>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jfrizzell facilisiconsequat org"];
+	nmo:bcc <urn:uuid:1449430637>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "manglin eanulla org"];
+	nmo:messageSubject "Suscipit ut vel veniamquis odio nulla suscipit feugait duis ullamcorper nislut. ";
+	nmo:plainTextMessageContent "Doloremagna hendrerit augue qui feugait duis esse te eros duis ut suscipit. ".
+
+<urn:uuid:1802531187> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:847643242>;
+	nmo:sentDate "2009-01-31T15:52:01";
+	nmo:receivedDate "2009-01-31T15:52:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ddion veroaugue eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:497888515>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lester ruffin enimex tv"];
+	nmo:messageSubject "Sit dolore autem nulla dolore enim. ";
+	nmo:plainTextMessageContent "Ut aliquip dolore autem te eum facilisi blandit praesent molestie velit. Vel dignissim ut dolore dolore autem diam odio adipiscing vulputate blandit. ".
+
+<urn:uuid:142928194> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:847643242>;
+	nmo:sentDate "2008-03-04T15:41:14";
+	nmo:receivedDate "2008-03-04T15:41:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ddion veroaugue eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1617595122>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mariano pringle facilisinonummy net"];
+	nmo:messageSubject "Duis vel ut etaccumsan nislut feugait dolore velit zzril feugiat qui. ";
+	nmo:plainTextMessageContent "Duis ut in odio molestie. Dolore nonummy vero volutpat. ".
+
+<urn:uuid:513492246> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:847643242>;
+	nmo:sentDate "2008-07-20T16:03:16";
+	nmo:receivedDate "2008-07-20T16:04:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ddion veroaugue eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ad facilisi autem luptatumzzril iriure eum accumsan at. ";
+	nmo:plainTextMessageContent "Consequatvel ipsum facilisis esse vel consequat consectetuer esse. Hendrerit illum qui consectetuer in nostrud molestie nulla. ".
+
+<urn:uuid:1864496147> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:847643242>;
+	nmo:sentDate "2008-10-09T15:13:26";
+	nmo:receivedDate "2008-10-09T15:14:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ddion veroaugue eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Volutpat diam qui et. ";
+	nmo:plainTextMessageContent "Utwisi molestie nostrud diam zzril ut diam tationullamcorper dolor. ".
+
+<urn:uuid:83053778> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:847643242>;
+	nmo:sentDate "2009-01-16T15:22:42";
+	nmo:receivedDate "2009-01-16T15:23:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ddion veroaugue eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1920675473>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Ullamcorper nonummy facilisi invulputate lobortis molestie facilisi augue zzril nulla minim dignissim. ";
+	nmo:plainTextMessageContent "Augue ex aliquam luptatumzzril nislut ut wisi duis. Enim vel tation hendrerit odio facilisi ea nulla praesent nulla minim eros. ".
+
+<urn:uuid:1754042874> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:847643242>;
+	nmo:sentDate "2008-07-12T16:00:22";
+	nmo:receivedDate "2008-07-12T16:00:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ddion veroaugue eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1400004387>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "catalina ornelas quisad info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Vero in eros consequat odio dignissim commodo hendrerit volutpat at lorem lorem aliquip sit. ";
+	nmo:plainTextMessageContent "Molestie augue duis nulla facilisis tation vel. ".
+
+<urn:uuid:1620702825> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:847643242>;
+	nmo:sentDate "2008-10-18T15:19:58";
+	nmo:receivedDate "2008-10-18T15:20:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ddion veroaugue eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1450774023>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "maurice gregory minimvel edu"];
+	nmo:messageSubject "Eros invulputate commodoconsequat vero aliquip lobortis doloremagna autem dolore ad dolore suscipit. ";
+	nmo:plainTextMessageContent "Zzril eros duis eum amet illum in illum nonummy. ".
+
+<urn:uuid:741253824> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:847643242>;
+	nmo:sentDate "2009-02-09T15:23:27";
+	nmo:receivedDate "2009-02-09T15:24:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ddion veroaugue eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1031736098>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lfritz Utwisiquis org"];
+	nmo:bcc <urn:uuid:91081363>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "jayne milton odiofacilisis eu"];
+	nmo:messageSubject "Iusto ad duis ea vel consequat duis blandit veniam illum exerci amet nislut. ";
+	nmo:plainTextMessageContent "Eu autem facilisi vel nulla accumsan. Blandit veniamquis minim etaccumsan vel exerci nulla qui augue eum. ".
+
+<urn:uuid:749648687> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:847643242>;
+	nmo:sentDate "2008-06-19T15:41:08";
+	nmo:receivedDate "2008-06-19T15:41:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ddion veroaugue eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Exerci odio illum illum nisl nisl esse lorem feugait diam ex. ";
+	nmo:plainTextMessageContent "Nulla minim veniam duis iriuredolor dignissim at tation ullamcorper veniamquis augue vel tincidunt. ".
+
+<urn:uuid:1649451205> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:847643242>;
+	nmo:sentDate "2009-02-01T16:02:32";
+	nmo:receivedDate "2009-02-01T16:02:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ddion veroaugue eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Ut velit iusto dignissim blandit nislut etaccumsan molestie esse vero. ";
+	nmo:plainTextMessageContent "Dignissim minim nostrud enim commodoconsequat ipsum at vero ex wisi tincidunt invulputate wisi euismod. ".
+
+<urn:uuid:398576046> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08321" ;
+	nco:locality "Fortescue" ;
+	nco:streetAddress "2859 Brook Bridge Way" .
+
+<mailto:esmeralda mooney praesentdelenit eu> a nco:EmailAddress; 
+	nco:emailAddress "esmeralda mooney praesentdelenit eu".
+
+<tel:+16035883827> a nco:PhoneNumber; 
+	nco:phoneNumber "(603)588-3827".
+
+<urn:uuid:1488848475> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16035883827>]; 
+	nmo:duration 22; 
+	nmo:receivedDate "2008-07-14T15:50:02". 
+
+<urn:uuid:630147380> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16035883827>]; 
+	nmo:duration 10; 
+	nmo:sentDate "2008-07-20T16:10:25". 
+
+<urn:uuid:1522197450> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16035883827>]; 
+	nmo:duration 47; 
+	nmo:sentDate "2008-02-04T15:50:49". 
+
+<urn:uuid:1678104305> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16035883827>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-18T15:50:57";
+	nmo:receivedDate "2008-03-14T15:16:07";
+	nmo:plainTextMessageContent "In aliquam iriure delenitaugue elitsed iusto blandit erat te nulla. Lorem dolor te tincidunt. Aliquip ex nulla velit duis. In dolore velit hendrerit eu ut quis nulla et dignissim. ".
+
+<urn:uuid:282473240> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16035883827>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-17T16:01:51";
+	nmo:receivedDate "2008-12-23T15:43:06";
+	nmo:plainTextMessageContent "Ea autem feugait blandit nibh suscipit delenitaugue dolore suscipit. Iriure qui dolore iriuredolor te erat velit nislut suscipit molestie Utwisi qui. Aliquip duis vero tation nulla praesent volutpat luptatumzzril exerci. In ullamcorper exerci ullamcorper commodoconsequat dignissim erat dolore consectetuer dolore commodoconsequat ut consequatvel. In velit at nulla. Facilisis dignissim ut nisl nibh vel delenit feugait ad. ".
+
+<urn:uuid:387835658> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16035883827>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-28T15:46:18";
+	nmo:receivedDate "2008-09-08T15:54:39";
+	nmo:plainTextMessageContent "Odio adipiscing vulputate veniam ex suscipit in. Eu in volutpat dignissim blandit duis iriuredolor facilisi zzril esse iriure. Ullamcorper nulla at autem doloremagna vel dolor vel. Amet nulla molestie dolor dolore luptatum laoreet nisl invulputate lobortis suscipit tincidunt commodoconsequat et. ".
+
+<urn:uuid:1919259000> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16035883827>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-05T15:56:01";
+	nmo:receivedDate "2008-09-19T16:06:40";
+	nmo:plainTextMessageContent "Invulputate qui duis velit facilisis nulla amet quis nostrud dignissim diam exerci. Elitsed et ad ut dolor eum zzril dignissim vel et qui et invulputate nisl. In consequat dignissim autem ut ullamcorper nulla et enim in. Dolore blandit dignissim amet dolore vero blandit. Ex esse dolore duis consequat minim feugait at exerci dolore eu te dignissim lobortis. Illum dolor duis feugiat dolore. ".
+
+<urn:uuid:1256182978> a nco:PersonContact; 
+	nco:fullname "Esmeralda Mooney";
+	nco:nameGiven "Esmeralda";
+	nco:nameFamily "Mooney";
+	nco:birthDate "1942-12-19";
+	nco:hasAffiliation "Production Coordinator";
+	nco:hasEmailAddress <mailto:esmeralda mooney praesentdelenit eu>;
+	nco:hasPhoneNumber <tel:+16035883827>;
+	nco:hasPostalAddress <urn:uuid:398576046>.
+
+<urn:uuid:927199041> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1186591986>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Nonummy eros consequat aliquip feugait exerci blandit ut accumsan et. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-05T17:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-05T19:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1186591986>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:219216558> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04743" ;
+	nco:locality "Fort Kent" ;
+	nco:streetAddress "5983 Painters Street" .
+
+<mailto:kelvin true molestieipsum com> a nco:EmailAddress; 
+	nco:emailAddress "kelvin true molestieipsum com".
+
+<urn:uuid:722554071> a nco:PersonContact; 
+	nco:fullname "Kelvin True";
+	nco:nameGiven "Kelvin";
+	nco:nameFamily "True";
+	nco:birthDate "1942-08-31";
+	nco:hasAffiliation "Applications Programmer";
+	nco:hasEmailAddress <mailto:kelvin true molestieipsum com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:219216558>.
+
+<urn:uuid:1751712903> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07881" ;
+	nco:locality "Wallpack Center" ;
+	nco:streetAddress "5828 Eben Circle" .
+
+<mailto:rod colson feugiatnonummy tv> a nco:EmailAddress; 
+	nco:emailAddress "rod colson feugiatnonummy tv".
+
+<urn:uuid:1354977639> a nco:PersonContact; 
+	nco:fullname "Rod Colson";
+	nco:nameGiven "Rod";
+	nco:nameFamily "Colson";
+	nco:birthDate "1942-04-03";
+	nco:hasAffiliation "Consultant Education";
+	nco:hasEmailAddress <mailto:rod colson feugiatnonummy tv>;
+	nco:hasPostalAddress <urn:uuid:1751712903>.
+
+<urn:uuid:1659439718> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12474" ;
+	nco:locality "Roxbury" ;
+	nco:streetAddress "2010 Macey Cove" .
+
+<mailto:rshackelford praesenteros org> a nco:EmailAddress; 
+	nco:emailAddress "rshackelford praesenteros org".
+
+<xmpp:ramiro shackelford gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Ramiro Shackelford" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Consequatvel aliquip at wisi molestie quis nulla ea commodoconsequat delenitaugue nulla. " ;
+	nco:imID "ramiro shackelford gmail com".
+
+<urn:uuid:1497351321> a nco:PersonContact; 
+	nco:fullname "Ramiro Shackelford";
+	nco:nameGiven "Ramiro";
+	nco:nameFamily "Shackelford";
+	nco:birthDate "1942-09-22";
+	nco:hasAffiliation "Underwriter Personal Lines";
+	nco:hasEmailAddress <mailto:rshackelford praesenteros org>;
+	nco:hasIMAccount <xmpp:ramiro shackelford gmail com>;
+	nco:hasPostalAddress <urn:uuid:1659439718>.
+
+<urn:uuid:763157202> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1497351321>;
+	nmo:sentDate "2008-04-08T15:55:55";
+	nmo:receivedDate "2008-04-08T15:55:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rshackelford praesenteros org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ad dolor dolore ex volutpat quis adipiscing illum. ";
+	nmo:plainTextMessageContent "Nulla commodoconsequat amet blandit nislut. Iustoodio et et blandit velit dignissim wisi te duis vero. ".
+
+<urn:uuid:1811861007> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1497351321>;
+	nmo:sentDate "2008-10-01T16:09:04";
+	nmo:receivedDate "2008-10-01T16:09:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rshackelford praesenteros org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:352129180>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kthao minimeros gov"];
+	nmo:messageSubject "Feugait praesent minim exerci. ";
+	nmo:plainTextMessageContent "Vero facilisi commodo nulla esse wisi consequat eros iriuredolor. ".
+
+<urn:uuid:665651938> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1497351321>;
+	nmo:sentDate "2008-06-24T15:34:14";
+	nmo:receivedDate "2008-06-24T15:34:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rshackelford praesenteros org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:595898593>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "zcasas hendreritullamcorper gov"];
+	nmo:messageSubject "Vulputate autem velit zzril. ";
+	nmo:plainTextMessageContent "Eu commodo nulla molestie elitsed. ".
+
+<urn:uuid:1006916065> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1497351321>;
+	nmo:sentDate "2008-11-17T15:42:51";
+	nmo:receivedDate "2008-11-17T15:43:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rshackelford praesenteros org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:737898680>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "nikki frazier luptatumea tv"];
+	nmo:messageSubject "Etaccumsan luptatumzzril aliquam nonummy ut facilisis odio feugait et feugait nulla eu. ";
+	nmo:plainTextMessageContent "Luptatumzzril minim iriure at aliquip. ".
+
+<urn:uuid:745630485> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1497351321>;
+	nmo:sentDate "2008-06-22T15:56:26";
+	nmo:receivedDate "2008-06-22T15:57:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rshackelford praesenteros org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eros dignissim ea et et lobortis dolor vero enim vel eros consectetuer. ";
+	nmo:plainTextMessageContent "Duis dolore eum qui veniamquis iusto ad accumsan eros. ".
+
+<urn:uuid:1049674443> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12872" ;
+	nco:locality "Severance" ;
+	nco:streetAddress "1810 Cardinal Way" .
+
+<mailto:jfurlong dignissimet us> a nco:EmailAddress; 
+	nco:emailAddress "jfurlong dignissimet us".
+
+<xmpp:jesse furlong gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Jesse Furlong" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Feugait zzril iusto dolore eufeugiat enim nibh exerci ullamcorper te duis nulla nibh. " ;
+	nco:imID "jesse furlong gmail com".
+
+<tel:+13473197928> a nco:PhoneNumber; 
+	nco:phoneNumber "(347)319-7928".
+
+<urn:uuid:65010951> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13473197928>]; 
+	nmo:duration 22; 
+	nmo:sentDate "2008-07-14T15:38:58". 
+
+<urn:uuid:880800335> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13473197928>]; 
+	nmo:duration 29; 
+	nmo:receivedDate "2009-01-15T15:29:53". 
+
+<urn:uuid:407275935> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13473197928>]; 
+	nmo:duration 1; 
+	nmo:sentDate "2008-03-27T15:25:06". 
+
+<urn:uuid:1692176370> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13473197928>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-14T15:59:14";
+	nmo:receivedDate "2008-02-25T15:36:00";
+	nmo:plainTextMessageContent "Praesent Utwisi esse iusto erat sit consequat eu elitsed vel facilisis nostrud diam. Laoreet vel suscipit ea. Consequat et vel vel dolore enim facilisi aliquam nulla consequat nostrud veniam consequat. In commodo nonummy hendrerit blandit eum praesent ex. Facilisi facilisis qui eufeugiat praesent facilisis dolor dolore tationullamcorper suscipit nibh. ".
+
+<urn:uuid:1413124374> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13473197928>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-23T15:21:21";
+	nmo:receivedDate "2008-07-27T15:26:22";
+	nmo:plainTextMessageContent "Eros facilisi qui vel nulla feugait Utwisi eu facilisis ut eum. Ex lorem delenitaugue illum eros velit zzril eu et ut nulla. Dolore velit dolore nulla feugait in Utwisi. Et blandit exerci volutpat tincidunt tation commodoconsequat quis lobortis blandit lobortis feugiat nulla. Vulputate nulla nulla enim ad laoreet suscipit etaccumsan. ".
+
+<urn:uuid:538076084> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13473197928>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-04T15:37:37";
+	nmo:receivedDate "2008-01-27T15:39:43";
+	nmo:plainTextMessageContent "Duis vulputate lobortis ad suscipit eros in commodoconsequat dolore. Aliquip accumsan delenit suscipit aliquam. Duis nostrud facilisi veniam autem augue. Dolore aliquam tation commodoconsequat. ".
+
+<urn:uuid:818936080> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13473197928>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-02T15:58:33";
+	nmo:receivedDate "2008-06-06T15:26:14";
+	nmo:plainTextMessageContent "Elitsed autem laoreet qui in delenit facilisi dignissim duis molestie. Et eros te delenit iustoodio ex diam duis delenitaugue nulla. Commodo accumsan ex vel dolor wisi iusto in ut vel facilisis ut. Feugiat invulputate diam laoreet lobortis ut odio et iusto. Nislut volutpat feugait illum nibh duis odio commodo eum enim vel vero quis ut. Iusto sit dolore ex exerci suscipit lorem eum eufeugiat consequatvel sit vulputate adipiscing iustoodio. Eum facilisis praesent enim in eufeugiat. ".
+
+<urn:uuid:1243773778> a nco:PersonContact; 
+	nco:fullname "Jesse Furlong";
+	nco:nameGiven "Jesse";
+	nco:nameFamily "Furlong";
+	nco:birthDate "1943-01-07";
+	nco:hasAffiliation "Manager Retail Store (Experience)";
+	nco:hasEmailAddress <mailto:jfurlong dignissimet us>;
+	nco:hasPhoneNumber <tel:+13473197928>;
+	nco:hasIMAccount <xmpp:jesse furlong gmail com>;
+	nco:hasPostalAddress <urn:uuid:1049674443>.
+
+<urn:uuid:1015702927> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05054" ;
+	nco:locality "North Thetford" ;
+	nco:streetAddress "6641 Bryn Mawr Way" .
+
+<mailto:pboland inconsequat edu> a nco:EmailAddress; 
+	nco:emailAddress "pboland inconsequat edu".
+
+<tel:+18028947664> a nco:PhoneNumber; 
+	nco:phoneNumber "(802)894-7664".
+
+<urn:uuid:1194956088> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18028947664>]; 
+	nmo:duration 26; 
+	nmo:sentDate "2008-01-22T16:09:58". 
+
+<urn:uuid:258251210> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18028947664>]; 
+	nmo:duration 1; 
+	nmo:sentDate "2008-08-03T16:04:26". 
+
+<urn:uuid:608133108> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18028947664>]; 
+	nmo:duration 3; 
+	nmo:sentDate "2008-03-21T15:56:52". 
+
+<urn:uuid:850115505> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18028947664>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-23T15:23:04";
+	nmo:receivedDate "2008-04-12T16:00:55";
+	nmo:plainTextMessageContent "Illum dolore vel vel nostrud aliquip ad. Nibh qui blandit consequat suscipit praesent minim dolor hendrerit nonummy dignissim illum. Enim eum aliquip blandit dolore. Consequatvel tation tincidunt suscipit nostrud nostrud duis te eros ut dolore. Vero nulla tincidunt aliquip enim delenitaugue ut praesent nostrud qui dignissim nisl. Consequatvel hendrerit luptatumzzril lorem luptatumzzril tincidunt delenitaugue vel. ".
+
+<urn:uuid:1746843321> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18028947664>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-08T15:56:33";
+	nmo:receivedDate "2008-06-17T15:18:40";
+	nmo:plainTextMessageContent "Nulla ex ullamcorper et qui te delenitaugue enim aliquip ut. Nonummy vel veniamquis molestie ut. Facilisis velit exerci veniam dolor ea aliquip nostrud adipiscing sit dolore. Iusto nostrud dolor elitsed. At in blandit suscipit dignissim consequat. Duis autem enim dolor vulputate molestie praesent velit. Lobortis invulputate nulla qui in ut volutpat aliquip wisi ut eros dolore hendrerit. ".
+
+<urn:uuid:1400130224> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18028947664>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-25T16:07:19";
+	nmo:receivedDate "2008-05-04T15:15:33";
+	nmo:plainTextMessageContent "Minim erat autem vero nulla doloremagna dignissim duis accumsan quis eros duis et enim. Ea aliquip consequat odio eum ut ea. Invulputate adipiscing exerci vel eufeugiat vulputate ut nonummy. Feugait hendrerit qui eum dignissim facilisis diam etaccumsan facilisis eufeugiat dignissim. Consequatvel nisl autem hendrerit vel molestie invulputate duis. ".
+
+<urn:uuid:1384302186> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18028947664>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-23T15:38:36";
+	nmo:receivedDate "2008-09-11T15:44:49";
+	nmo:plainTextMessageContent "Qui minim enim aliquam duis dolor at consequatvel duis volutpat duis. Consectetuer veniamquis velit dignissim at etaccumsan iriure zzril nibh praesent. Et facilisis nulla erat ea nostrud dolor nulla blandit quis. Dolor luptatum dolore eros te tincidunt dolor. ".
+
+<urn:uuid:542941629> a nco:PersonContact; 
+	nco:fullname "Preston Boland";
+	nco:nameGiven "Preston";
+	nco:nameFamily "Boland";
+	nco:birthDate "1943-02-25";
+	nco:hasAffiliation "Biochemist";
+	nco:hasEmailAddress <mailto:pboland inconsequat edu>;
+	nco:hasPhoneNumber <tel:+18028947664>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:1015702927>.
+
+<urn:uuid:1855469293> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:542941629>;
+	nmo:sentDate "2009-01-03T15:40:48";
+	nmo:receivedDate "2009-01-03T15:41:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "pboland inconsequat edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ad at facilisi ex aliquip vulputate blandit ad ut eum aliquip eu vel tincidunt. ";
+	nmo:plainTextMessageContent "Te illum veniamquis adipiscing tationullamcorper in velit. ".
+
+<urn:uuid:66132120> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03825" ;
+	nco:locality "Barrington" ;
+	nco:streetAddress "5987 River Reach Avenue" .
+
+<mailto:seymour stubbs etautem tv> a nco:EmailAddress; 
+	nco:emailAddress "seymour stubbs etautem tv".
+
+<xmpp:seymour stubbs gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Seymour Stubbs" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Dolore ut et illum etaccumsan dolore ea ad iriuredolor Utwisi ipsum. " ;
+	nco:imID "seymour stubbs gmail com".
+
+<urn:uuid:1202867565> a nco:PersonContact; 
+	nco:fullname "Seymour Stubbs";
+	nco:nameGiven "Seymour";
+	nco:nameFamily "Stubbs";
+	nco:birthDate "1943-01-27";
+	nco:hasAffiliation "Computer Methods Engineer";
+	nco:hasEmailAddress <mailto:seymour stubbs etautem tv>;
+	nco:hasIMAccount <xmpp:seymour stubbs gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:66132120>.
+
+<urn:uuid:1771748671> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05848" ;
+	nco:locality "Lower Waterford" ;
+	nco:streetAddress "1484 Woodthorpe Drive" .
+
+<mailto:acisneros hendreritnostrud net> a nco:EmailAddress; 
+	nco:emailAddress "acisneros hendreritnostrud net".
+
+<tel:+15169921129> a nco:PhoneNumber; 
+	nco:phoneNumber "(516)992-1129".
+
+<urn:uuid:2089658505> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15169921129>]; 
+	nmo:duration 37; 
+	nmo:sentDate "2008-12-21T15:55:25". 
+
+<urn:uuid:1868872599> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15169921129>]; 
+	nmo:duration 15; 
+	nmo:sentDate "2008-10-12T15:14:09". 
+
+<urn:uuid:638030619> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15169921129>]; 
+	nmo:duration 5; 
+	nmo:sentDate "2008-02-25T15:47:15". 
+
+<urn:uuid:1604069010> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15169921129>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-05T15:52:06";
+	nmo:receivedDate "2008-06-10T15:59:35";
+	nmo:plainTextMessageContent "Nulla et nibh zzril molestie nibh. Minim hendrerit elitsed Utwisi sit amet eu adipiscing nulla duis laoreet nisl esse. Odio duis eros blandit nostrud vero tincidunt. Autem praesent eros velit vero vulputate quis. Consectetuer aliquip et te nulla doloremagna. ".
+
+<urn:uuid:899645804> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15169921129>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-18T15:59:20";
+	nmo:receivedDate "2008-07-24T15:22:27";
+	nmo:plainTextMessageContent "Minim duis amet exerci nulla. Ex ut dolor et dolor molestie duis te tation. Nisl laoreet enim esse nulla elitsed vel invulputate. Eum molestie hendrerit duis consequat nulla etaccumsan nibh erat praesent hendrerit dignissim facilisi velit. Facilisi delenit zzril aliquip laoreet hendrerit dolore luptatum iusto commodoconsequat consectetuer vulputate ea. ".
+
+<urn:uuid:531250707> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15169921129>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-07T15:12:24";
+	nmo:receivedDate "2008-10-21T15:49:38";
+	nmo:plainTextMessageContent "Ullamcorper dignissim odio ipsum dolore consectetuer. Illum quis feugait delenit. Accumsan enim odio commodoconsequat nulla enim. Lorem wisi enim ex at lobortis tationullamcorper tation. Dolore dignissim eum at delenit eum. Qui ipsum vel molestie luptatumzzril nulla consequat dolor tationullamcorper minim dolor eum vel laoreet. Veniamquis praesent autem nulla facilisi volutpat dolore nostrud duis vel et consectetuer in nislut. ".
+
+<urn:uuid:293004285> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15169921129>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-15T15:32:47";
+	nmo:receivedDate "2009-01-16T15:35:06";
+	nmo:plainTextMessageContent "Esse at dolore facilisis feugiat eros. Augue ullamcorper laoreet velit euismod diam lobortis facilisi autem duis. Esse luptatum te consequat tationullamcorper lobortis volutpat facilisis. Nibh consequatvel nulla vero facilisis. ".
+
+<urn:uuid:808555867> a nco:PersonContact; 
+	nco:fullname "Alecia Cisneros";
+	nco:nameGiven "Alecia";
+	nco:nameFamily "Cisneros";
+	nco:birthDate "1942-12-16";
+	nco:hasAffiliation "Underwriter Property & Casual";
+	nco:hasEmailAddress <mailto:acisneros hendreritnostrud net>;
+	nco:hasPhoneNumber <tel:+15169921129>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:1771748671>.
+
+<urn:uuid:91871046> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10916" ;
+	nco:locality "Campbell Hall" ;
+	nco:streetAddress "5848 Shadeley Lane" .
+
+<mailto:tclevenger teiustoodio tv> a nco:EmailAddress; 
+	nco:emailAddress "tclevenger teiustoodio tv".
+
+<urn:uuid:1100613381> a nco:PersonContact; 
+	nco:fullname "Travis Clevenger";
+	nco:nameGiven "Travis";
+	nco:nameFamily "Clevenger";
+	nco:birthDate "1942-08-13";
+	nco:hasAffiliation "Loan Officer Commercial";
+	nco:hasEmailAddress <mailto:tclevenger teiustoodio tv>;
+	nco:hasPostalAddress <urn:uuid:91871046>.
+
+<urn:uuid:1534537518> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01302" ;
+	nco:locality "Greenfield" ;
+	nco:streetAddress "6753 Stillwater Drive" .
+
+<mailto:mbox eufacilisi tv> a nco:EmailAddress; 
+	nco:emailAddress "mbox eufacilisi tv".
+
+<urn:uuid:1665147320> a nco:PersonContact; 
+	nco:fullname "Marcus Box";
+	nco:nameGiven "Marcus";
+	nco:nameFamily "Box";
+	nco:birthDate "1942-10-28";
+	nco:hasAffiliation "Designer Package";
+	nco:hasEmailAddress <mailto:mbox eufacilisi tv>;
+	nco:hasPostalAddress <urn:uuid:1534537518>.
+
+<urn:uuid:1989062372> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1665147320>;
+	nmo:sentDate "2008-02-21T15:47:35";
+	nmo:receivedDate "2008-02-21T15:48:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mbox eufacilisi tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1475073135>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "opratt tationminim net"];
+	nmo:messageSubject "Nulla delenit nulla nislut facilisi iriure elitsed dolore ex dignissim eum augue consequat iusto. ";
+	nmo:plainTextMessageContent "Blandit tation volutpat feugait dolor consequatvel. Ut nulla ad diam ipsum doloremagna. ".
+
+<urn:uuid:1664686525> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1665147320>;
+	nmo:sentDate "2008-08-12T15:25:31";
+	nmo:receivedDate "2008-08-12T15:26:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mbox eufacilisi tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore ut hendrerit luptatum vel. ";
+	nmo:plainTextMessageContent "Exerci adipiscing et nulla vel luptatum ex exerci eu duis duis zzril molestie. Duis luptatumzzril ut erat euismod praesent in aliquam. ".
+
+<urn:uuid:2130429556> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1665147320>;
+	nmo:sentDate "2009-02-04T16:08:33";
+	nmo:receivedDate "2009-02-04T16:08:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mbox eufacilisi tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Amet duis amet dignissim facilisis blandit eu. ";
+	nmo:plainTextMessageContent "Praesent iriuredolor praesent accumsan qui hendrerit accumsan praesent feugiat vero facilisi nulla dolor. ".
+
+<urn:uuid:1987676510> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1665147320>;
+	nmo:sentDate "2008-08-22T16:02:55";
+	nmo:receivedDate "2008-08-22T16:03:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mbox eufacilisi tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1169855577>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "wilma vanmeter dolorecommodo edu"];
+	nmo:messageSubject "Feugait veniam blandit nostrud wisi facilisis vulputate eros facilisis dolor. ";
+	nmo:plainTextMessageContent "Qui luptatumzzril illum consequat dolore feugait ullamcorper consectetuer dolore odio. ".
+
+<urn:uuid:1144345333> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1665147320>;
+	nmo:sentDate "2008-02-14T15:40:26";
+	nmo:receivedDate "2008-02-14T15:40:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mbox eufacilisi tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1593126247>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "noreen watt dignissimfacilisi tv"];
+	nmo:messageSubject "Nulla exerci iriuredolor iusto eros. ";
+	nmo:plainTextMessageContent "Velit nulla molestie dolore commodo suscipit. ".
+
+<urn:uuid:355416402> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1665147320>;
+	nmo:sentDate "2008-03-01T15:16:37";
+	nmo:receivedDate "2008-03-01T15:17:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mbox eufacilisi tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Nulla nonummy suscipit vero zzril tation. ";
+	nmo:plainTextMessageContent "Vel iriuredolor dolore at facilisi vero. Molestie suscipit duis blandit euismod velit eum ex illum luptatumzzril iriure suscipit iustoodio hendrerit. ".
+
+<urn:uuid:1671537037> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1665147320>;
+	nmo:sentDate "2008-04-20T15:43:15";
+	nmo:receivedDate "2008-04-20T15:43:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mbox eufacilisi tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:291470224>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lpicard erosut org"];
+	nmo:messageSubject "Eum et consequatvel aliquip ipsum amet. ";
+	nmo:plainTextMessageContent "Ea delenit minim sit et aliquip ut vel delenit in invulputate dolor augue. ".
+
+<urn:uuid:167027798> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1665147320>;
+	nmo:sentDate "2008-02-18T15:43:40";
+	nmo:receivedDate "2008-02-18T15:44:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mbox eufacilisi tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vel at velit in velit doloremagna luptatumzzril. ";
+	nmo:plainTextMessageContent "Elitsed enim duis eros amet minim wisi. ".
+
+<urn:uuid:696524305> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1665147320>;
+	nmo:sentDate "2008-07-26T15:34:35";
+	nmo:receivedDate "2008-07-26T15:35:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mbox eufacilisi tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eum iusto vero eum velit nulla dolor nulla praesent duis et invulputate vel. ";
+	nmo:plainTextMessageContent "Esse dignissim velit facilisis iriure ea iriuredolor elitsed facilisis. Consequatvel minim dolore blandit luptatum dolore suscipit praesent. ".
+
+<urn:uuid:153880952> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1665147320>;
+	nmo:sentDate "2008-05-21T15:14:46";
+	nmo:receivedDate "2008-05-21T15:14:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mbox eufacilisi tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Eu minim at luptatumzzril facilisi nonummy Utwisi nulla lorem lobortis at luptatumzzril aliquam. ";
+	nmo:plainTextMessageContent "Nostrud nonummy nonummy hendrerit tation lobortis hendrerit diam. Molestie et dolore eros vel sit nulla eu nulla consequat. ".
+
+<urn:uuid:572976958> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08922" ;
+	nco:locality "New Brunswick" ;
+	nco:streetAddress "8595 Wolf River Parkway" .
+
+<mailto:lher odioconsequatvel com> a nco:EmailAddress; 
+	nco:emailAddress "lher odioconsequatvel com".
+
+<urn:uuid:67388568> a nco:PersonContact; 
+	nco:fullname "Lula Her";
+	nco:nameGiven "Lula";
+	nco:nameFamily "Her";
+	nco:birthDate "1942-10-03";
+	nco:hasAffiliation "Clerk Underwriting";
+	nco:hasEmailAddress <mailto:lher odioconsequatvel com>;
+	nco:hasPostalAddress <urn:uuid:572976958>.
+
+<urn:uuid:1869604275> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13664" ;
+	nco:locality "Morristown" ;
+	nco:streetAddress "1497 Rivard Avenue" .
+
+<mailto:valencia roller etdolore info> a nco:EmailAddress; 
+	nco:emailAddress "valencia roller etdolore info".
+
+<tel:+12128006425> a nco:PhoneNumber; 
+	nco:phoneNumber "(212)800-6425".
+
+<urn:uuid:238744452> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12128006425>]; 
+	nmo:duration 8; 
+	nmo:receivedDate "2008-03-21T15:20:29". 
+
+<urn:uuid:218446770> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12128006425>]; 
+	nmo:duration 26; 
+	nmo:sentDate "2008-11-03T15:13:15". 
+
+<urn:uuid:1574154831> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12128006425>]; 
+	nmo:duration 27; 
+	nmo:receivedDate "2008-12-08T16:08:38". 
+
+<urn:uuid:1826409691> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12128006425>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-16T15:18:54";
+	nmo:receivedDate "2008-05-01T15:42:57";
+	nmo:plainTextMessageContent "Lorem erat dignissim te hendrerit veniam molestie te tation ut ad at. Vel elitsed nisl adipiscing ex. Ad iriure iriure lorem diam eros. Ut accumsan erat nonummy zzril luptatum zzril. Sit aliquam ullamcorper nulla. ".
+
+<urn:uuid:1268179198> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12128006425>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-05T15:43:21";
+	nmo:receivedDate "2008-02-12T15:23:27";
+	nmo:plainTextMessageContent "Nulla facilisis ut ex nisl te suscipit in. Vulputate vero dolore nostrud enim te quis aliquam tincidunt velit nulla enim veniam wisi. Esse facilisis praesent iriuredolor ex veniamquis consequat ad at iusto dignissim minim minim ipsum. Eros etaccumsan esse consectetuer lobortis euismod vel praesent facilisis exerci. ".
+
+<urn:uuid:1377408308> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12128006425>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-10T16:09:15";
+	nmo:receivedDate "2008-07-31T15:55:29";
+	nmo:plainTextMessageContent "Iusto ex molestie delenitaugue. Zzril blandit odio invulputate ex ipsum exerci exerci. Consequat dolor nulla nulla autem facilisis delenit nostrud feugait eum te dolor nulla enim. Erat wisi commodo blandit. ".
+
+<urn:uuid:1864192798> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12128006425>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-21T15:22:47";
+	nmo:receivedDate "2008-07-15T15:28:08";
+	nmo:plainTextMessageContent "Velit feugait eros in molestie vero in eum at veniam etaccumsan quis nulla. Euismod luptatumzzril velit nonummy velit duis dolor vulputate et et molestie praesent. Dolore in molestie ut odio diam in tincidunt veniamquis iustoodio ea te. Duis dignissim accumsan dolor ut consequatvel nulla velit duis molestie ullamcorper lorem duis. Quis consequat quis dolor tationullamcorper iusto esse wisi dolore at ut molestie diam. ".
+
+<urn:uuid:987825419> a nco:PersonContact; 
+	nco:fullname "Valencia Roller";
+	nco:nameGiven "Valencia";
+	nco:nameFamily "Roller";
+	nco:birthDate "1942-09-28";
+	nco:hasAffiliation "Supervisor Programming";
+	nco:hasEmailAddress <mailto:valencia roller etdolore info>;
+	nco:hasPhoneNumber <tel:+12128006425>;
+	nco:hasPostalAddress <urn:uuid:1869604275>.
+
+<urn:uuid:567504384> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07311" ;
+	nco:locality "Jersey City" ;
+	nco:streetAddress "8542 Nova Scotia Street" .
+
+<mailto:dandersen volutpatiustoodio com> a nco:EmailAddress; 
+	nco:emailAddress "dandersen volutpatiustoodio com".
+
+<urn:uuid:1326861314> a nco:PersonContact; 
+	nco:fullname "Dante Andersen";
+	nco:nameGiven "Dante";
+	nco:nameFamily "Andersen";
+	nco:birthDate "1942-12-14";
+	nco:hasAffiliation "Numerical Control Programmer";
+	nco:hasEmailAddress <mailto:dandersen volutpatiustoodio com>;
+	nco:hasPostalAddress <urn:uuid:567504384>.
+
+<urn:uuid:1875429949> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13482" ;
+	nco:locality "West Burlington" ;
+	nco:streetAddress "9939 Paradise Way" .
+
+<mailto:wbeard dignissimenim us> a nco:EmailAddress; 
+	nco:emailAddress "wbeard dignissimenim us".
+
+<tel:+17164564382> a nco:PhoneNumber; 
+	nco:phoneNumber "(716)456-4382".
+
+<urn:uuid:89661132> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17164564382>]; 
+	nmo:duration 6; 
+	nmo:sentDate "2008-10-16T15:44:46". 
+
+<urn:uuid:1043382156> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17164564382>]; 
+	nmo:duration 16; 
+	nmo:receivedDate "2008-07-23T15:21:25". 
+
+<urn:uuid:145298768> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17164564382>]; 
+	nmo:duration 14; 
+	nmo:sentDate "2008-01-21T15:31:24". 
+
+<urn:uuid:891789576> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17164564382>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-11T15:34:32";
+	nmo:receivedDate "2008-01-24T15:45:52";
+	nmo:plainTextMessageContent "Consequatvel nibh minim zzril suscipit. Etaccumsan vero iusto at laoreet Utwisi nulla. Suscipit invulputate eros nulla dolor. Consequatvel euismod ea enim diam nostrud consequatvel nulla duis tation. ".
+
+<urn:uuid:1540440723> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17164564382>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-24T15:23:04";
+	nmo:receivedDate "2008-07-21T15:45:22";
+	nmo:plainTextMessageContent "Illum nisl velit in esse esse. Veniam lorem blandit veniamquis minim ut nostrud ex autem. Feugiat aliquip ad invulputate adipiscing in consequatvel nulla euismod facilisi feugait. Doloremagna et delenit lobortis enim lobortis commodoconsequat nisl laoreet eu vel. Vero exerci velit dignissim. Nulla nulla blandit illum suscipit. ".
+
+<urn:uuid:713457014> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17164564382>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-03T15:28:42";
+	nmo:receivedDate "2008-01-16T15:23:08";
+	nmo:plainTextMessageContent "Ipsum lobortis hendrerit euismod volutpat nostrud feugiat nulla. Vero veniamquis augue nostrud luptatum nulla. Feugait elitsed ad eros ipsum qui esse facilisi nulla ut nulla luptatumzzril diam adipiscing. Blandit doloremagna lorem duis nulla veniamquis iriuredolor. ".
+
+<urn:uuid:543951269> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17164564382>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-06T15:47:24";
+	nmo:receivedDate "2008-04-10T15:45:08";
+	nmo:plainTextMessageContent "Feugait hendrerit volutpat euismod te te exerci commodoconsequat et autem etaccumsan eu in lobortis. Ad elitsed enim in praesent exerci ipsum ullamcorper accumsan exerci. Molestie laoreet nulla minim facilisi. Vero minim ex duis velit consequat eum delenitaugue quis wisi duis. Nostrud consectetuer ut aliquip accumsan velit dolore aliquip at. Duis facilisis nulla laoreet vulputate consequatvel hendrerit qui ullamcorper duis te ad. ".
+
+<urn:uuid:1657622084> a nco:PersonContact; 
+	nco:fullname "Whitney Beard";
+	nco:nameGiven "Whitney";
+	nco:nameFamily "Beard";
+	nco:birthDate "1942-09-11";
+	nco:hasAffiliation "Cashiering Manager";
+	nco:hasEmailAddress <mailto:wbeard dignissimenim us>;
+	nco:hasPhoneNumber <tel:+17164564382>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:1875429949>.
+
+<urn:uuid:2037330900> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03777" ;
+	nco:locality "Orford" ;
+	nco:streetAddress "4735 Wheatstone Way" .
+
+<mailto:jsams lobortisillum tv> a nco:EmailAddress; 
+	nco:emailAddress "jsams lobortisillum tv".
+
+<urn:uuid:1822961743> a nco:PersonContact; 
+	nco:fullname "Janette Sams";
+	nco:nameGiven "Janette";
+	nco:nameFamily "Sams";
+	nco:birthDate "1942-10-30";
+	nco:hasAffiliation "Nurse First Aid";
+	nco:hasEmailAddress <mailto:jsams lobortisillum tv>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:2037330900>.
+
+<urn:uuid:1994546396> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1822961743>;
+	nmo:sentDate "2008-03-17T15:13:39";
+	nmo:receivedDate "2008-03-17T15:14:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jsams lobortisillum tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Praesent te euismod molestie diam duis et in accumsan. ";
+	nmo:plainTextMessageContent "Enim qui elitsed hendrerit consequatvel invulputate adipiscing. Eros commodo molestie iriure velit duis. ".
+
+<urn:uuid:638166666> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1822961743>;
+	nmo:sentDate "2008-07-25T15:38:41";
+	nmo:receivedDate "2008-07-25T15:39:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jsams lobortisillum tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Molestie facilisi accumsan ex facilisi. ";
+	nmo:plainTextMessageContent "Enim at eufeugiat duis consequat nulla duis. ".
+
+<urn:uuid:1521272336> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1822961743>;
+	nmo:sentDate "2008-05-05T16:05:50";
+	nmo:receivedDate "2008-05-05T16:06:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jsams lobortisillum tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Amet suscipit autem eros zzril vel etaccumsan aliquip autem ad exerci enim invulputate. ";
+	nmo:plainTextMessageContent "Autem hendrerit feugiat praesent ea luptatumzzril iriuredolor. Dolor ex eum delenitaugue nulla doloremagna etaccumsan commodoconsequat vero et. ".
+
+<urn:uuid:625241170> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1822961743>;
+	nmo:sentDate "2008-11-10T15:48:37";
+	nmo:receivedDate "2008-11-10T15:48:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jsams lobortisillum tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Volutpat suscipit minim sit autem duis amet eu ut iusto blandit consequatvel dolor laoreet. ";
+	nmo:plainTextMessageContent "Ea wisi iriure odio iriure etaccumsan suscipit odio iriure eros tincidunt luptatum consequatvel duis. ".
+
+<urn:uuid:2128413788> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1822961743>;
+	nmo:sentDate "2008-01-20T15:46:22";
+	nmo:receivedDate "2008-01-20T15:47:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jsams lobortisillum tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1922721634>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lvalencia innostrud gov"];
+	nmo:messageSubject "Duis ut lobortis tation feugait aliquip feugait lobortis ex vel exerci. ";
+	nmo:plainTextMessageContent "Autem ipsum commodo blandit nisl ex at luptatumzzril. ".
+
+<urn:uuid:1371822549> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1822961743>;
+	nmo:sentDate "2008-01-26T15:23:27";
+	nmo:receivedDate "2008-01-26T15:24:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jsams lobortisillum tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eum facilisis consequat ullamcorper exerci illum aliquam ipsum praesent vel ex minim. ";
+	nmo:plainTextMessageContent "Amet enim in ut. ".
+
+<urn:uuid:745571761> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1822961743>;
+	nmo:sentDate "2008-09-21T15:48:01";
+	nmo:receivedDate "2008-09-21T15:48:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jsams lobortisillum tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Consequat ea et hendrerit augue velit dolor ullamcorper nulla nulla nostrud augue et vel. ";
+	nmo:plainTextMessageContent "Vel feugait erat quis in vel vel. ".
+
+<urn:uuid:1445928185> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1822961743>;
+	nmo:sentDate "2008-07-04T15:24:21";
+	nmo:receivedDate "2008-07-04T15:24:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jsams lobortisillum tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Zzril et ea eu dignissim. ";
+	nmo:plainTextMessageContent "Nostrud tincidunt tationullamcorper ex augue molestie dolore dolore. Iriuredolor nulla hendrerit tation velit. ".
+
+<urn:uuid:62321056> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1822961743>;
+	nmo:sentDate "2009-01-31T15:32:40";
+	nmo:receivedDate "2009-01-31T15:33:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jsams lobortisillum tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ullamcorper dolore blandit autem ut elitsed euismod duis velit dolore iriure. ";
+	nmo:plainTextMessageContent "Wisi odio zzril duis autem et. Ea consequatvel ullamcorper wisi praesent ex vero et commodo minim vel luptatum vero dignissim. ".
+
+<urn:uuid:620591488> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1822961743>;
+	nmo:sentDate "2008-12-06T15:27:58";
+	nmo:receivedDate "2008-12-06T15:28:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jsams lobortisillum tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1792426769>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "enichols utiusto gov"];
+	nmo:messageSubject "Blandit invulputate accumsan molestie iustoodio vel blandit exerci. ";
+	nmo:plainTextMessageContent "Vulputate veniam iusto luptatumzzril velit ut. Esse velit feugait molestie suscipit duis doloremagna nulla feugait. ".
+
+<urn:uuid:1861123983> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1822961743>;
+	nmo:sentDate "2009-01-22T15:21:58";
+	nmo:receivedDate "2009-01-22T15:22:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jsams lobortisillum tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:690308340>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "fcurry tinciduntte org"];
+	nmo:messageSubject "Illum facilisis consequat hendrerit praesent invulputate consectetuer invulputate. ";
+	nmo:plainTextMessageContent "Molestie nostrud at iusto molestie ipsum vero molestie in. ".
+
+<urn:uuid:72628659> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1822961743>;
+	nmo:sentDate "2008-08-29T15:41:25";
+	nmo:receivedDate "2008-08-29T15:41:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jsams lobortisillum tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Praesent laoreet duis wisi hendrerit vel ex adipiscing erat nibh luptatum praesent nonummy erat. ";
+	nmo:plainTextMessageContent "Dolore vulputate quis luptatum autem aliquam iusto dolore dolore dolor in Utwisi duis. ".
+
+<urn:uuid:1641442698> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1822961743>;
+	nmo:sentDate "2008-06-29T15:55:50";
+	nmo:receivedDate "2008-06-29T15:56:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jsams lobortisillum tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ex consectetuer nulla iustoodio lorem nulla luptatum ad in luptatum ea veniam amet exerci. ";
+	nmo:plainTextMessageContent "Hendrerit feugiat praesent feugait ea iriuredolor. Autem dolor accumsan autem tation praesent. ".
+
+<urn:uuid:1746952562> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1822961743>;
+	nmo:sentDate "2009-02-12T15:36:45";
+	nmo:receivedDate "2009-02-12T15:37:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jsams lobortisillum tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:912424357>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "mseay utdiam edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Diam iriuredolor eu suscipit. ";
+	nmo:plainTextMessageContent "Diam Utwisi te ad. Velit tation lorem consequat euismod in duis odio invulputate dignissim te consequatvel. ".
+
+<urn:uuid:376976384> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1822961743>;
+	nmo:sentDate "2008-01-28T15:24:49";
+	nmo:receivedDate "2008-01-28T15:25:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jsams lobortisillum tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dignissim ea nostrud aliquip nibh consequat eum ad ut illum te in exerci volutpat. ";
+	nmo:plainTextMessageContent "Ea tincidunt dolor enim odio commodo dignissim consequat ipsum exerci vel et. Enim aliquam dolore facilisis hendrerit dolore tation adipiscing at nisl. ".
+
+<urn:uuid:435935912> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06143" ;
+	nco:locality "Hartford" ;
+	nco:streetAddress "7406 Mayfield Avenue" .
+
+<mailto:ramon douglass esseconsequat tv> a nco:EmailAddress; 
+	nco:emailAddress "ramon douglass esseconsequat tv".
+
+<urn:uuid:782704568> a nco:PersonContact; 
+	nco:fullname "Ramon Douglass";
+	nco:nameGiven "Ramon";
+	nco:nameFamily "Douglass";
+	nco:birthDate "1942-08-10";
+	nco:hasAffiliation "Chief Hospital Engineer";
+	nco:hasEmailAddress <mailto:ramon douglass esseconsequat tv>;
+	nco:hasPostalAddress <urn:uuid:435935912>.
+
+<urn:uuid:494857977> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:502583690>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Delenit nibh adipiscing erat eu nisl veniam eu vulputate praesent consequat. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-20T15:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-20T17:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:502583690>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1781067031> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06830" ;
+	nco:locality "Greenwich" ;
+	nco:streetAddress "3991 Kimbrough Grove Circle" .
+
+<mailto:tgarza duisduis org> a nco:EmailAddress; 
+	nco:emailAddress "tgarza duisduis org".
+
+<urn:uuid:610944268> a nco:PersonContact; 
+	nco:fullname "Trista Garza";
+	nco:nameGiven "Trista";
+	nco:nameFamily "Garza";
+	nco:birthDate "1942-06-08";
+	nco:hasAffiliation "Therapist Recreational";
+	nco:hasEmailAddress <mailto:tgarza duisduis org>;
+	nco:hasPostalAddress <urn:uuid:1781067031>.
+
+<urn:uuid:1795008852> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03813" ;
+	nco:locality "Center Conway" ;
+	nco:streetAddress "9338 Staples Avenue" .
+
+<mailto:latonia overby consequatpraesent net> a nco:EmailAddress; 
+	nco:emailAddress "latonia overby consequatpraesent net".
+
+<urn:uuid:125519721> a nco:PersonContact; 
+	nco:fullname "Latonia Overby";
+	nco:nameGiven "Latonia";
+	nco:nameFamily "Overby";
+	nco:birthDate "1943-01-04";
+	nco:hasAffiliation "Analyst Planning";
+	nco:hasEmailAddress <mailto:latonia overby consequatpraesent net>;
+	nco:hasPostalAddress <urn:uuid:1795008852>.
+
+<urn:uuid:367598793> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06607" ;
+	nco:locality "Bridgeport" ;
+	nco:streetAddress "2594 Millstone Street" .
+
+<mailto:sweiss exluptatumzzril net> a nco:EmailAddress; 
+	nco:emailAddress "sweiss exluptatumzzril net".
+
+<urn:uuid:1877149055> a nco:PersonContact; 
+	nco:fullname "Stacy Weiss";
+	nco:nameGiven "Stacy";
+	nco:nameFamily "Weiss";
+	nco:birthDate "1942-06-13";
+	nco:hasAffiliation "IT Scientist";
+	nco:hasEmailAddress <mailto:sweiss exluptatumzzril net>;
+	nco:hasPostalAddress <urn:uuid:367598793>.
+
+<urn:uuid:2142048725> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1186591986>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Iustoodio eros eros nulla elitsed luptatum illum dolor amet exerci velit hendrerit facilisi tincidunt. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-08T15:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-08T17:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1186591986>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:2087034249> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05751" ;
+	nco:locality "Killington" ;
+	nco:streetAddress "6236 Deer Parkway" .
+
+<mailto:aalfred duisad us> a nco:EmailAddress; 
+	nco:emailAddress "aalfred duisad us".
+
+<xmpp:arlie alfred gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Arlie Alfred" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Nonummy etaccumsan ex nulla laoreet ad lorem. " ;
+	nco:imID "arlie alfred gmail com".
+
+<urn:uuid:1685091325> a nco:PersonContact; 
+	nco:fullname "Arlie Alfred";
+	nco:nameGiven "Arlie";
+	nco:nameFamily "Alfred";
+	nco:birthDate "1942-05-25";
+	nco:hasAffiliation "Clerk Photo Shop";
+	nco:hasEmailAddress <mailto:aalfred duisad us>;
+	nco:hasIMAccount <xmpp:arlie alfred gmail com>;
+	nco:hasPostalAddress <urn:uuid:2087034249>.
+
+<urn:uuid:1819065566> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14898" ;
+	nco:locality "Woodhull" ;
+	nco:streetAddress "5520 Thornbrook Drive" .
+
+<mailto:rvetter etiusto info> a nco:EmailAddress; 
+	nco:emailAddress "rvetter etiusto info".
+
+<xmpp:romona vetter gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Romona Vetter" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Velit doloremagna eu velit iriure hendrerit facilisis facilisi vel. " ;
+	nco:imID "romona vetter gmail com".
+
+<urn:uuid:1322450359> a nco:PersonContact; 
+	nco:fullname "Romona Vetter";
+	nco:nameGiven "Romona";
+	nco:nameFamily "Vetter";
+	nco:birthDate "1942-07-16";
+	nco:hasAffiliation "Refuse Truck Driver";
+	nco:hasEmailAddress <mailto:rvetter etiusto info>;
+	nco:hasIMAccount <xmpp:romona vetter gmail com>;
+	nco:hasPostalAddress <urn:uuid:1819065566>.
+
+<urn:uuid:722321356> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11746" ;
+	nco:locality "Huntington Station" ;
+	nco:streetAddress "2756 Siward Lane" .
+
+<mailto:tamera spurlock nullairiuredolor eu> a nco:EmailAddress; 
+	nco:emailAddress "tamera spurlock nullairiuredolor eu".
+
+<xmpp:tamera spurlock gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Tamera Spurlock" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Esse consequat commodo eu. " ;
+	nco:imID "tamera spurlock gmail com".
+
+<urn:uuid:564700584> a nco:PersonContact; 
+	nco:fullname "Tamera Spurlock";
+	nco:nameGiven "Tamera";
+	nco:nameFamily "Spurlock";
+	nco:birthDate "1942-12-04";
+	nco:hasAffiliation "Assembler Metal Fabricator";
+	nco:hasEmailAddress <mailto:tamera spurlock nullairiuredolor eu>;
+	nco:hasIMAccount <xmpp:tamera spurlock gmail com>;
+	nco:hasPostalAddress <urn:uuid:722321356>.
+
+<urn:uuid:1348081672> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12239" ;
+	nco:locality "Albany" ;
+	nco:streetAddress "2815 Green Twig Circle" .
+
+<mailto:evaught nisleufeugiat org> a nco:EmailAddress; 
+	nco:emailAddress "evaught nisleufeugiat org".
+
+<urn:uuid:1138833926> a nco:PersonContact; 
+	nco:fullname "Emilia Vaught";
+	nco:nameGiven "Emilia";
+	nco:nameFamily "Vaught";
+	nco:birthDate "1942-03-30";
+	nco:hasAffiliation "Banking Proof Machine Operator";
+	nco:hasEmailAddress <mailto:evaught nisleufeugiat org>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:1348081672>.
+
+<urn:uuid:2134884211> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1138833926>;
+	nmo:sentDate "2008-05-19T15:41:39";
+	nmo:receivedDate "2008-05-19T15:41:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "evaught nisleufeugiat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Feugait eros esse te consectetuer wisi dolore autem diam aliquip dolore at. ";
+	nmo:plainTextMessageContent "Elitsed nonummy at dolor lorem delenit blandit blandit facilisis aliquip veniamquis esse veniamquis. ".
+
+<urn:uuid:172792022> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1138833926>;
+	nmo:sentDate "2008-03-19T16:11:08";
+	nmo:receivedDate "2008-03-19T16:12:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "evaught nisleufeugiat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nisl dolor consequat hendrerit Utwisi dolor volutpat tationullamcorper aliquam velit dolore delenitaugue. ";
+	nmo:plainTextMessageContent "Suscipit velit hendrerit dignissim iusto feugiat ullamcorper volutpat velit amet. ".
+
+<urn:uuid:1480491989> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1138833926>;
+	nmo:sentDate "2008-02-27T15:13:40";
+	nmo:receivedDate "2008-02-27T15:13:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "evaught nisleufeugiat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:821096230>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "tfaulk laoreetnislut eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Accumsan suscipit dolor ut veniamquis velit. ";
+	nmo:plainTextMessageContent "Ullamcorper feugiat feugiat etaccumsan ea. ".
+
+<urn:uuid:179926584> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1138833926>;
+	nmo:sentDate "2008-04-22T16:07:50";
+	nmo:receivedDate "2008-04-22T16:08:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "evaught nisleufeugiat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1283372838>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kfisher essedolor org"];
+	nmo:messageSubject "Delenitaugue sit elitsed te te exerci iriuredolor dignissim facilisi wisi zzril suscipit aliquip. ";
+	nmo:plainTextMessageContent "Feugiat dignissim aliquam vel lobortis iustoodio wisi nislut molestie autem. Nonummy ut dolore ad. ".
+
+<urn:uuid:565204836> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1138833926>;
+	nmo:sentDate "2008-06-01T15:21:25";
+	nmo:receivedDate "2008-06-01T15:21:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "evaught nisleufeugiat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Sit ut ex esse blandit aliquam accumsan te minim nulla. ";
+	nmo:plainTextMessageContent "Dolore facilisi dignissim quis feugait blandit autem dolore odio autem. Praesent molestie in nislut. ".
+
+<urn:uuid:1356136619> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1138833926>;
+	nmo:sentDate "2008-12-13T15:17:35";
+	nmo:receivedDate "2008-12-13T15:18:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "evaught nisleufeugiat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Enim velit suscipit autem dolor erat veniamquis eum lobortis iriure consequat. ";
+	nmo:plainTextMessageContent "Laoreet nibh et vel et iriure nisl blandit facilisis consectetuer vel. ".
+
+<urn:uuid:1210744905> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1138833926>;
+	nmo:sentDate "2008-09-20T15:22:39";
+	nmo:receivedDate "2008-09-20T15:23:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "evaught nisleufeugiat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1658361309>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "melanie duff lobortisat net"];
+	nmo:bcc <urn:uuid:430186630>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "tknott nullafacilisis edu"];
+	nmo:messageSubject "Te vel diam facilisi commodo. ";
+	nmo:plainTextMessageContent "Dignissim dolor blandit exerci luptatum nisl dignissim odio at eros. ".
+
+<urn:uuid:1756720185> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1138833926>;
+	nmo:sentDate "2008-07-06T15:32:55";
+	nmo:receivedDate "2008-07-06T15:33:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "evaught nisleufeugiat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Augue wisi esse enim adipiscing nonummy feugait ipsum ea consequat dolore nulla qui commodoconsequat. ";
+	nmo:plainTextMessageContent "Iustoodio consectetuer praesent feugiat at dolor qui nulla illum. ".
+
+<urn:uuid:2124875143> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1138833926>;
+	nmo:sentDate "2008-03-23T15:34:53";
+	nmo:receivedDate "2008-03-23T15:35:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "evaught nisleufeugiat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1145447484>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "vlangford eumodio org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Volutpat augue autem autem qui sit volutpat feugait suscipit. ";
+	nmo:plainTextMessageContent "Esse velit elitsed tation ut iriuredolor tationullamcorper doloremagna nulla laoreet minim et nostrud esse. Volutpat sit eros enim dignissim eum te tation eros. ".
+
+<urn:uuid:1802317965> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1138833926>;
+	nmo:sentDate "2008-01-15T16:10:19";
+	nmo:receivedDate "2008-01-15T16:10:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "evaught nisleufeugiat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:539239127>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "max mendenhall dolorefacilisi info"];
+	nmo:messageSubject "Minim dignissim facilisi quis illum commodo augue et nulla dignissim tincidunt molestie zzril te. ";
+	nmo:plainTextMessageContent "Esse invulputate exerci nulla minim duis et nisl ut iusto sit autem. Amet et et lobortis commodo eros suscipit et blandit facilisis vulputate adipiscing Utwisi. ".
+
+<urn:uuid:520041355> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1138833926>;
+	nmo:sentDate "2008-09-01T16:02:11";
+	nmo:receivedDate "2008-09-01T16:02:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "evaught nisleufeugiat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:67388568>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lher odioconsequatvel com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Lobortis feugiat ipsum dolore. ";
+	nmo:plainTextMessageContent "Ex at odio invulputate dolore sit ullamcorper ex illum in praesent. In consequatvel velit nulla velit molestie qui luptatum invulputate nislut duis. ".
+
+<urn:uuid:839673048> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1138833926>;
+	nmo:sentDate "2008-01-22T15:19:31";
+	nmo:receivedDate "2008-01-22T15:19:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "evaught nisleufeugiat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Erat enim dolor esse. ";
+	nmo:plainTextMessageContent "Veniam tation et duis tationullamcorper et sit dignissim dolore ea duis enim volutpat adipiscing. ".
+
+<urn:uuid:1827180945> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1138833926>;
+	nmo:sentDate "2008-02-25T15:31:22";
+	nmo:receivedDate "2008-02-25T15:32:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "evaught nisleufeugiat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1495836444>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "vhamilton esseblandit us"];
+	nmo:messageSubject "Nibh minim nostrud euismod duis ut minim quis. ";
+	nmo:plainTextMessageContent "Aliquip commodo euismod eum quis ullamcorper vel duis ex ad. ".
+
+<urn:uuid:798263836> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1138833926>;
+	nmo:sentDate "2008-12-27T15:13:07";
+	nmo:receivedDate "2008-12-27T15:14:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "evaught nisleufeugiat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nislut erat facilisi iriure iustoodio erat adipiscing te tincidunt ad. ";
+	nmo:plainTextMessageContent "Esse etaccumsan duis esse in feugait. Dolore erat autem vel nulla volutpat in sit lobortis enim te. ".
+
+<urn:uuid:1954486652> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04481" ;
+	nco:locality "Sebec" ;
+	nco:streetAddress "1277 Wickchester Way" .
+
+<mailto:jfitch facilisiea org> a nco:EmailAddress; 
+	nco:emailAddress "jfitch facilisiea org".
+
+<urn:uuid:311581703> a nco:PersonContact; 
+	nco:fullname "Justina Fitch";
+	nco:nameGiven "Justina";
+	nco:nameFamily "Fitch";
+	nco:birthDate "1942-06-07";
+	nco:hasAffiliation "Machine Shop Numeric Control Setup Operator";
+	nco:hasEmailAddress <mailto:jfitch facilisiea org>;
+	nco:hasPostalAddress <urn:uuid:1954486652>.
+
+<urn:uuid:1156858430> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "RI" ;
+	nco:postalcode "02906" ;
+	nco:locality "Providence" ;
+	nco:streetAddress "8847 Apahon Street" .
+
+<mailto:wmorrison luptatumdolore com> a nco:EmailAddress; 
+	nco:emailAddress "wmorrison luptatumdolore com".
+
+<xmpp:williams morrison gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Williams Morrison" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Iustoodio iriuredolor ullamcorper wisi vel veniamquis vero nislut nisl dolore dolore consequatvel lobortis nulla. " ;
+	nco:imID "williams morrison gmail com".
+
+<tel:+19171392976> a nco:PhoneNumber; 
+	nco:phoneNumber "(917)139-2976".
+
+<urn:uuid:1187912113> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19171392976>]; 
+	nmo:duration 13; 
+	nmo:sentDate "2008-02-20T15:18:06". 
+
+<urn:uuid:349036569> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19171392976>]; 
+	nmo:duration 47; 
+	nmo:sentDate "2008-07-12T15:58:24". 
+
+<urn:uuid:28058461> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19171392976>]; 
+	nmo:duration 15; 
+	nmo:receivedDate "2008-04-22T16:09:22". 
+
+<urn:uuid:2012095746> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19171392976>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-02T16:01:24";
+	nmo:receivedDate "2008-08-29T15:16:29";
+	nmo:plainTextMessageContent "Nulla duis et odio erat molestie aliquip autem enim. Vel nostrud molestie lobortis exerci velit in diam at dolore molestie augue duis. Doloremagna odio dolor aliquip vero esse facilisi delenit aliquip facilisi. Nulla ipsum nibh delenit veniamquis vero duis dolore. Nostrud iusto facilisis eros facilisis hendrerit vel veniamquis exerci. Minim accumsan autem esse veniam in facilisis delenit facilisis ut nibh. ".
+
+<urn:uuid:743144393> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19171392976>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-16T15:27:14";
+	nmo:receivedDate "2008-10-08T16:02:21";
+	nmo:plainTextMessageContent "Ex et enim diam nisl vero duis esse. Iustoodio exerci iriure ut volutpat facilisi vulputate vel facilisis velit vel minim vero. Veniam at invulputate amet consequat ea ut aliquam eum ea eros euismod. Vel invulputate ad wisi illum zzril. Odio tincidunt vel suscipit blandit commodoconsequat. ".
+
+<urn:uuid:1345660267> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19171392976>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-27T15:16:37";
+	nmo:receivedDate "2008-02-08T15:29:15";
+	nmo:plainTextMessageContent "Enim exerci eum molestie autem nostrud quis. Nislut in consequatvel volutpat Utwisi eum lorem at in in lobortis wisi. Eros luptatum eum sit vero iriure esse te doloremagna blandit amet blandit vulputate lobortis. Lorem et blandit iustoodio ea iriuredolor. Lobortis commodo vulputate velit veniamquis hendrerit veniamquis molestie in. Nonummy commodoconsequat sit suscipit blandit adipiscing duis augue eros minim et luptatum qui. Molestie dolore vero dolore at dolor ipsum nostrud nulla volutpat praesent. ".
+
+<urn:uuid:408418023> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19171392976>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-03T15:53:04";
+	nmo:receivedDate "2008-04-26T15:15:19";
+	nmo:plainTextMessageContent "Eufeugiat luptatum duis nulla ea minim consequat Utwisi amet. Nisl lobortis iriure enim elitsed facilisi at ad eu. Vel consequat ipsum minim iriuredolor eum dignissim ea enim nisl duis nostrud facilisi. Ad consequat blandit esse. Diam ex qui consectetuer ex odio luptatum vero aliquip in enim nonummy blandit dolore. Autem dignissim blandit commodoconsequat quis feugiat facilisis. Euismod praesent enim wisi nostrud accumsan nostrud esse illum odio te autem esse lorem. ".
+
+<urn:uuid:1152862564> a nco:PersonContact; 
+	nco:fullname "Williams Morrison";
+	nco:nameGiven "Williams";
+	nco:nameFamily "Morrison";
+	nco:birthDate "1942-09-13";
+	nco:hasAffiliation "Banking Teller Loan";
+	nco:hasEmailAddress <mailto:wmorrison luptatumdolore com>;
+	nco:hasPhoneNumber <tel:+19171392976>;
+	nco:hasIMAccount <xmpp:williams morrison gmail com>;
+	nco:hasPostalAddress <urn:uuid:1156858430>.
+
+<urn:uuid:38371273> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10105" ;
+	nco:locality "New York" ;
+	nco:streetAddress "3363 Teddington Circle" .
+
+<mailto:ashaver iustoodiofeugiat org> a nco:EmailAddress; 
+	nco:emailAddress "ashaver iustoodiofeugiat org".
+
+<urn:uuid:471732534> a nco:PersonContact; 
+	nco:fullname "Arnoldo Shaver";
+	nco:nameGiven "Arnoldo";
+	nco:nameFamily "Shaver";
+	nco:birthDate "1942-08-23";
+	nco:hasAffiliation "Bus Driver";
+	nco:hasEmailAddress <mailto:ashaver iustoodiofeugiat org>;
+	nco:hasPostalAddress <urn:uuid:38371273>.
+
+<urn:uuid:1440577896> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11366" ;
+	nco:locality "Fresh Meadows" ;
+	nco:streetAddress "9733 Threadneedle Lane" .
+
+<mailto:edmundo clanton tedignissim net> a nco:EmailAddress; 
+	nco:emailAddress "edmundo clanton tedignissim net".
+
+<urn:uuid:1506970833> a nco:PersonContact; 
+	nco:fullname "Edmundo Clanton";
+	nco:nameGiven "Edmundo";
+	nco:nameFamily "Clanton";
+	nco:birthDate "1943-02-26";
+	nco:hasAffiliation "Director Student Services";
+	nco:hasEmailAddress <mailto:edmundo clanton tedignissim net>;
+	nco:hasPostalAddress <urn:uuid:1440577896>.
+
+<urn:uuid:1682992886> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07879" ;
+	nco:locality "Tranquility" ;
+	nco:streetAddress "6 Oak Hill Drive" .
+
+<mailto:pgleason ametveniamquis tv> a nco:EmailAddress; 
+	nco:emailAddress "pgleason ametveniamquis tv".
+
+<tel:+16079876161> a nco:PhoneNumber; 
+	nco:phoneNumber "(607)987-6161".
+
+<urn:uuid:892787913> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16079876161>]; 
+	nmo:duration 9; 
+	nmo:sentDate "2008-03-03T15:39:22". 
+
+<urn:uuid:729618177> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16079876161>]; 
+	nmo:duration 25; 
+	nmo:receivedDate "2008-11-12T15:42:14". 
+
+<urn:uuid:404986785> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16079876161>]; 
+	nmo:duration 44; 
+	nmo:receivedDate "2008-02-02T15:57:29". 
+
+<urn:uuid:22333797> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16079876161>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-11T15:56:29";
+	nmo:receivedDate "2008-11-02T15:36:12";
+	nmo:plainTextMessageContent "Facilisi hendrerit qui lobortis ex consequatvel. Hendrerit ullamcorper feugiat autem ad etaccumsan. Consequat zzril veniamquis ad eufeugiat. Ipsum feugiat wisi delenit facilisis ad minim veniam consectetuer iriuredolor. Enim vero ut in erat vel lobortis in autem. Facilisi dolor dolor duis ut esse minim ad autem esse dolore praesent esse sit. Adipiscing eros lobortis praesent tincidunt ut nibh velit illum wisi feugait aliquam. ".
+
+<urn:uuid:1006405385> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16079876161>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-22T15:23:58";
+	nmo:receivedDate "2009-02-12T15:43:56";
+	nmo:plainTextMessageContent "Nulla molestie duis ea vel ut vel hendrerit delenit ea dignissim. Luptatumzzril enim facilisi exerci ut iriuredolor minim eum. Duis molestie dignissim minim. Invulputate facilisi qui vero erat facilisi veniam vulputate euismod consectetuer. Enim wisi facilisi illum. Ex iustoodio nisl duis iriuredolor. Exerci eu velit ut nulla et nulla veniam ad nisl. ".
+
+<urn:uuid:127134827> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16079876161>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-28T15:37:21";
+	nmo:receivedDate "2008-12-25T15:44:17";
+	nmo:plainTextMessageContent "Quis ex suscipit blandit te dolore quis ut et molestie praesent delenit eum nisl. Illum duis eros dolor dolore. Invulputate ad vel vel dolore invulputate blandit minim. Esse illum nisl te blandit ex hendrerit in at. ".
+
+<urn:uuid:2013305058> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16079876161>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-20T16:04:28";
+	nmo:receivedDate "2008-12-01T16:00:18";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Praesent nulla enim autem at suscipit amet. Commodo ex autem ullamcorper veniamquis consequatvel tationullamcorper consequat dolor erat sit. Nulla commodoconsequat delenitaugue commodo. Molestie iustoodio et iusto. ".
+
+<urn:uuid:777115927> a nco:PersonContact; 
+	nco:fullname "Phoebe Gleason";
+	nco:nameGiven "Phoebe";
+	nco:nameFamily "Gleason";
+	nco:birthDate "1942-07-05";
+	nco:hasAffiliation "LAN/WAN Administrator";
+	nco:hasEmailAddress <mailto:pgleason ametveniamquis tv>;
+	nco:hasPhoneNumber <tel:+16079876161>;
+	nco:hasPostalAddress <urn:uuid:1682992886>.
+
+<urn:uuid:738796413> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1435085020>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Dolore blandit consectetuer feugait tation doloremagna aliquip facilisis euismod wisi. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-05T15:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-05T17:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1435085020>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1473405908> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11735" ;
+	nco:locality "Farmingdale" ;
+	nco:streetAddress "4663 Mer Rouge Cove" .
+
+<mailto:samantha chastain duisnulla info> a nco:EmailAddress; 
+	nco:emailAddress "samantha chastain duisnulla info".
+
+<urn:uuid:120098792> a nco:PersonContact; 
+	nco:fullname "Samantha Chastain";
+	nco:nameGiven "Samantha";
+	nco:nameFamily "Chastain";
+	nco:birthDate "1943-01-19";
+	nco:hasAffiliation "IT Operator Data Entry";
+	nco:hasEmailAddress <mailto:samantha chastain duisnulla info>;
+	nco:hasPostalAddress <urn:uuid:1473405908>.
+
+<urn:uuid:236535873> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11416" ;
+	nco:locality "Ozone Park" ;
+	nco:streetAddress "2597 Wolf Bend Parkway" .
+
+<mailto:werner tirado nullavel info> a nco:EmailAddress; 
+	nco:emailAddress "werner tirado nullavel info".
+
+<urn:uuid:1848776139> a nco:PersonContact; 
+	nco:fullname "Werner Tirado";
+	nco:nameGiven "Werner";
+	nco:nameFamily "Tirado";
+	nco:birthDate "1943-02-01";
+	nco:hasAffiliation "Representative Marketing";
+	nco:hasEmailAddress <mailto:werner tirado nullavel info>;
+	nco:hasPostalAddress <urn:uuid:236535873>.
+
+<urn:uuid:1743419042> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1476835931>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Ut suscipit eum eros eros nulla te. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-20T19:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-20T20:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1476835931>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1637280118> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07763" ;
+	nco:locality "Tennent" ;
+	nco:streetAddress "7605 Myrtle Circle" .
+
+<mailto:dwinston atet org> a nco:EmailAddress; 
+	nco:emailAddress "dwinston atet org".
+
+<urn:uuid:2142013632> a nco:PersonContact; 
+	nco:fullname "Dorcas Winston";
+	nco:nameGiven "Dorcas";
+	nco:nameFamily "Winston";
+	nco:birthDate "1942-07-02";
+	nco:hasAffiliation "Computer Programming Manager";
+	nco:hasEmailAddress <mailto:dwinston atet org>;
+	nco:hasPostalAddress <urn:uuid:1637280118>.
+
+<urn:uuid:1225193797> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05648" ;
+	nco:locality "Calais" ;
+	nco:streetAddress "326 Kinship Trail" .
+
+<mailto:ccamara etiustoodio us> a nco:EmailAddress; 
+	nco:emailAddress "ccamara etiustoodio us".
+
+<urn:uuid:1871197626> a nco:PersonContact; 
+	nco:fullname "Carmela Camara";
+	nco:nameGiven "Carmela";
+	nco:nameFamily "Camara";
+	nco:birthDate "1942-10-09";
+	nco:hasAffiliation "Technologist Ultrasound";
+	nco:hasEmailAddress <mailto:ccamara etiustoodio us>;
+	nco:hasPostalAddress <urn:uuid:1225193797>.
+
+<urn:uuid:2093701556> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:528727234>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Nulla hendrerit aliquip at hendrerit feugait eum consequatvel wisi. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-15T12:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-15T13:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:528727234>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1385645230> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1871197626>;
+	nmo:sentDate "2008-05-05T15:38:52";
+	nmo:receivedDate "2008-05-05T15:39:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ccamara etiustoodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:47994502>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "apitcher ineu tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Tincidunt vero augue in iustoodio iusto dolore tationullamcorper at. ";
+	nmo:plainTextMessageContent "Eros vel commodoconsequat nonummy velit adipiscing consequatvel dolore facilisis vel ullamcorper. Tation invulputate dolore dignissim nulla iusto. ".
+
+<urn:uuid:415186800> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1871197626>;
+	nmo:sentDate "2008-02-04T15:38:23";
+	nmo:receivedDate "2008-02-04T15:38:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ccamara etiustoodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:341290597>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mhoy suscipitfacilisi info"];
+	nmo:bcc <urn:uuid:1721164798>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "leo brothers nostrudnostrud tv"];
+	nmo:messageSubject "Veniam duis feugiat erat lorem lorem odio duis nostrud ex in. ";
+	nmo:plainTextMessageContent "Laoreet et consequatvel dignissim suscipit facilisi ut praesent luptatum commodo nulla. ".
+
+<urn:uuid:579251699> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1871197626>;
+	nmo:sentDate "2008-03-25T15:36:03";
+	nmo:receivedDate "2008-03-25T15:36:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ccamara etiustoodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Autem aliquip et exerci enim nulla duis eu invulputate in. ";
+	nmo:plainTextMessageContent "Facilisi erat delenitaugue nulla ut luptatumzzril nulla. ".
+
+<urn:uuid:1028558431> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1871197626>;
+	nmo:sentDate "2008-11-14T15:23:16";
+	nmo:receivedDate "2008-11-14T15:24:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ccamara etiustoodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:801482573>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "latonia baldwin loremad tv"];
+	nmo:messageSubject "Consequatvel autem velit in ullamcorper dolor nislut in exerci vero te. ";
+	nmo:plainTextMessageContent "In augue at facilisis. Nulla ad duis lobortis qui molestie hendrerit vulputate aliquam vel vel. ".
+
+<urn:uuid:55911849> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1871197626>;
+	nmo:sentDate "2008-04-24T15:59:53";
+	nmo:receivedDate "2008-04-24T16:00:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ccamara etiustoodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1658361309>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "melanie duff lobortisat net"];
+	nmo:messageSubject "Aliquip nibh feugait eufeugiat facilisi etaccumsan duis adipiscing facilisi qui in doloremagna erat dolore. ";
+	nmo:plainTextMessageContent "Ipsum velit dolore in exerci ex ut. Lobortis illum facilisi tation. ".
+
+<urn:uuid:161616952> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1871197626>;
+	nmo:sentDate "2008-06-01T15:53:44";
+	nmo:receivedDate "2008-06-01T15:53:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ccamara etiustoodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1583763352>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "burt layman inet gov"];
+	nmo:messageSubject "Eros dolore dolore ex vel consectetuer diam Utwisi duis ea facilisis zzril laoreet nostrud. ";
+	nmo:plainTextMessageContent "Erat autem molestie volutpat vero nulla et. ".
+
+<urn:uuid:370054479> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1871197626>;
+	nmo:sentDate "2008-01-28T15:44:13";
+	nmo:receivedDate "2008-01-28T15:44:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ccamara etiustoodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:897035333>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "eusebio somers dignissimwisi us"];
+	nmo:messageSubject "Ut nostrud ipsum blandit blandit eros. ";
+	nmo:plainTextMessageContent "Nostrud ad ut consequat facilisis. Luptatum velit consequat dolore commodoconsequat zzril dolor duis ea in ut. ".
+
+<urn:uuid:399091724> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1871197626>;
+	nmo:sentDate "2008-10-31T15:49:46";
+	nmo:receivedDate "2008-10-31T15:50:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ccamara etiustoodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1717832073>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "vtracey doloreiriuredolor info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Veniamquis blandit duis eum vel nulla blandit eros. ";
+	nmo:plainTextMessageContent "In dolor duis illum at wisi. Vero consectetuer suscipit in enim eu doloremagna vel molestie laoreet ea consequatvel. ".
+
+<urn:uuid:1447571594> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1871197626>;
+	nmo:sentDate "2008-04-27T16:09:25";
+	nmo:receivedDate "2008-04-27T16:09:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ccamara etiustoodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iusto ex iusto te te ad illum. ";
+	nmo:plainTextMessageContent "Exerci nibh veniamquis lorem. ".
+
+<urn:uuid:1743882739> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1871197626>;
+	nmo:sentDate "2008-01-15T16:05:12";
+	nmo:receivedDate "2008-01-15T16:06:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ccamara etiustoodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Tincidunt nulla ex lobortis exerci dolore esse illum amet praesent. ";
+	nmo:plainTextMessageContent "Ut augue wisi eros. Sit vel luptatumzzril illum iusto. ".
+
+<urn:uuid:200317577> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1871197626>;
+	nmo:sentDate "2008-12-23T16:03:53";
+	nmo:receivedDate "2008-12-23T16:04:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ccamara etiustoodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Elitsed autem commodoconsequat blandit et enim. ";
+	nmo:plainTextMessageContent "Eu lobortis elitsed eros vel. Enim vero in laoreet odio ut veniamquis volutpat velit qui diam. ".
+
+<urn:uuid:1526193685> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1871197626>;
+	nmo:sentDate "2008-04-15T15:52:11";
+	nmo:receivedDate "2008-04-15T15:52:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ccamara etiustoodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Te euismod commodoconsequat sit eros luptatumzzril commodoconsequat eu. ";
+	nmo:plainTextMessageContent "Luptatumzzril ipsum in qui enim exerci dolore. ".
+
+<urn:uuid:351939649> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1871197626>;
+	nmo:sentDate "2008-02-12T15:16:58";
+	nmo:receivedDate "2008-02-12T15:17:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ccamara etiustoodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vero te in hendrerit Utwisi duis facilisis in vel dolor esse invulputate laoreet. ";
+	nmo:plainTextMessageContent "Exerci in odio tationullamcorper. Lorem commodoconsequat nulla facilisis hendrerit aliquip hendrerit in aliquam dolor velit at nostrud lobortis. ".
+
+<urn:uuid:1811819258> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1871197626>;
+	nmo:sentDate "2008-01-15T16:07:13";
+	nmo:receivedDate "2008-01-15T16:07:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ccamara etiustoodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:36048330>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "grosales atduis net"];
+	nmo:bcc <urn:uuid:1019694491>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "mayra withrow eaveniam edu"];
+	nmo:messageSubject "Dolore exerci facilisi nibh Utwisi ad ea nislut eu sit aliquip dolor tincidunt dolor. ";
+	nmo:plainTextMessageContent "Facilisis exerci vel vero quis et nulla odio duis nulla nislut minim adipiscing. ".
+
+<urn:uuid:690342285> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1871197626>;
+	nmo:sentDate "2008-03-23T15:47:10";
+	nmo:receivedDate "2008-03-23T15:47:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ccamara etiustoodio us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore suscipit feugait augue commodo. ";
+	nmo:plainTextMessageContent "Volutpat nonummy ea facilisis laoreet iustoodio etaccumsan dolor nislut at. Ea molestie nulla euismod autem in ut molestie suscipit consequat. ".
+
+<urn:uuid:567942477> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10501" ;
+	nco:locality "Amawalk" ;
+	nco:streetAddress "8628 Chesley Drive" .
+
+<mailto:jamaal guthrie eufeugiatfacilisis net> a nco:EmailAddress; 
+	nco:emailAddress "jamaal guthrie eufeugiatfacilisis net".
+
+<urn:uuid:864157315> a nco:PersonContact; 
+	nco:fullname "Jamaal Guthrie";
+	nco:nameGiven "Jamaal";
+	nco:nameFamily "Guthrie";
+	nco:birthDate "1942-12-04";
+	nco:hasAffiliation "Therapy Assistant Occupational";
+	nco:hasEmailAddress <mailto:jamaal guthrie eufeugiatfacilisis net>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:567942477>.
+
+<urn:uuid:1028581008> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864157315>;
+	nmo:sentDate "2008-11-07T16:04:35";
+	nmo:receivedDate "2008-11-07T16:05:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jamaal guthrie eufeugiatfacilisis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1321002477>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "guadalupe post utin us"];
+	nmo:bcc <urn:uuid:1748618073>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dhooper nostrudnisl info"];
+	nmo:messageSubject "Delenitaugue tationullamcorper molestie delenitaugue illum tincidunt vero te in lorem esse quis. ";
+	nmo:plainTextMessageContent "Et veniam ex dignissim adipiscing. Ullamcorper dignissim adipiscing hendrerit aliquip ut duis ea molestie nibh in et erat. ".
+
+<urn:uuid:192184158> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864157315>;
+	nmo:sentDate "2008-07-01T15:45:19";
+	nmo:receivedDate "2008-07-01T15:45:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jamaal guthrie eufeugiatfacilisis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Adipiscing molestie vel aliquam esse veniamquis dolore blandit dolor feugiat wisi consectetuer. ";
+	nmo:plainTextMessageContent "Eu commodo suscipit consequat delenit hendrerit vero nonummy facilisi. Nonummy te eros blandit et ut amet luptatumzzril autem. ".
+
+<urn:uuid:103125518> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864157315>;
+	nmo:sentDate "2008-06-14T15:12:54";
+	nmo:receivedDate "2008-06-14T15:13:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jamaal guthrie eufeugiatfacilisis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:991214089>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mkeefe nostruddignissim us"];
+	nmo:messageSubject "Odio dolore vel commodo minim in autem lobortis dolore facilisi enim nulla praesent vulputate. ";
+	nmo:plainTextMessageContent "Velit adipiscing duis te ipsum nibh minim eum dolore blandit ex. ".
+
+<urn:uuid:502141300> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864157315>;
+	nmo:sentDate "2008-12-08T15:33:50";
+	nmo:receivedDate "2008-12-08T15:34:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jamaal guthrie eufeugiatfacilisis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1166218547>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kparadis iustoet us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Augue augue feugait iriuredolor velit commodoconsequat delenitaugue praesent qui te. ";
+	nmo:plainTextMessageContent "Tation enim in enim esse illum nulla ipsum. ".
+
+<urn:uuid:889737482> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864157315>;
+	nmo:sentDate "2008-09-09T15:34:00";
+	nmo:receivedDate "2008-09-09T15:34:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jamaal guthrie eufeugiatfacilisis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1482424376>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "etta michel feugaitconsectetuer gov"];
+	nmo:messageSubject "Utwisi quis esse consequatvel vero consequatvel facilisi hendrerit ex ea. ";
+	nmo:plainTextMessageContent "Esse feugait nulla qui lobortis vel praesent in iusto feugait. Erat illum ea te aliquip facilisi. ".
+
+<urn:uuid:6789003> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864157315>;
+	nmo:sentDate "2008-09-20T16:07:44";
+	nmo:receivedDate "2008-09-20T16:08:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jamaal guthrie eufeugiatfacilisis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisis nisl aliquip in illum vero et lorem. ";
+	nmo:plainTextMessageContent "Diam vel erat adipiscing adipiscing vel ut vulputate in iriuredolor eu suscipit. Ea suscipit hendrerit nostrud praesent. ".
+
+<urn:uuid:1903799501> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864157315>;
+	nmo:sentDate "2009-01-29T15:31:10";
+	nmo:receivedDate "2009-01-29T15:31:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jamaal guthrie eufeugiatfacilisis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1154247600>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "aterry zzrilautem tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Aliquam lobortis vulputate aliquam accumsan odio ex duis adipiscing ex nulla nisl. ";
+	nmo:plainTextMessageContent "Blandit zzril qui nulla. ".
+
+<urn:uuid:725613925> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864157315>;
+	nmo:sentDate "2008-03-25T15:17:00";
+	nmo:receivedDate "2008-03-25T15:17:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jamaal guthrie eufeugiatfacilisis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:305294561>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "anderson plante dolorlobortis gov"];
+	nmo:messageSubject "Te hendrerit consequat iustoodio blandit facilisis ex consequatvel ad augue doloremagna. ";
+	nmo:plainTextMessageContent "Nonummy velit lobortis illum blandit. ".
+
+<urn:uuid:847640290> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864157315>;
+	nmo:sentDate "2008-06-19T15:12:55";
+	nmo:receivedDate "2008-06-19T15:13:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jamaal guthrie eufeugiatfacilisis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Euismod minim suscipit quis molestie luptatum dolore suscipit delenitaugue. ";
+	nmo:plainTextMessageContent "Invulputate ex facilisi facilisi eros euismod diam ut ullamcorper dolore at minim vero. ".
+
+<urn:uuid:1174222324> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864157315>;
+	nmo:sentDate "2008-09-22T15:17:38";
+	nmo:receivedDate "2008-09-22T15:18:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jamaal guthrie eufeugiatfacilisis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla exerci dolore dignissim ut vel. ";
+	nmo:plainTextMessageContent "Wisi dolor vel ex amet. Feugait luptatum enim feugait luptatum at in ipsum hendrerit veniamquis nulla. ".
+
+<urn:uuid:1405870591> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864157315>;
+	nmo:sentDate "2008-06-03T15:16:57";
+	nmo:receivedDate "2008-06-03T15:17:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jamaal guthrie eufeugiatfacilisis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Minim blandit lobortis consequatvel in autem et ex augue. ";
+	nmo:plainTextMessageContent "Tation lobortis veniamquis augue minim velit qui autem nulla iriuredolor vel blandit te nostrud. ".
+
+<urn:uuid:2047199085> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864157315>;
+	nmo:sentDate "2008-08-05T15:43:44";
+	nmo:receivedDate "2008-08-05T15:44:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jamaal guthrie eufeugiatfacilisis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1476835931>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "temery etfacilisi com"];
+	nmo:messageSubject "Dolore enim delenit quis accumsan enim luptatum te nulla in. ";
+	nmo:plainTextMessageContent "In qui doloremagna dignissim at. At molestie esse nulla commodo velit diam nonummy nonummy illum vulputate lorem vel duis. ".
+
+<urn:uuid:1615539441> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864157315>;
+	nmo:sentDate "2008-10-08T15:59:25";
+	nmo:receivedDate "2008-10-08T16:00:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jamaal guthrie eufeugiatfacilisis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "At luptatum feugait ut velit. ";
+	nmo:plainTextMessageContent "Vero consequat vel te tation nulla diam elitsed nulla. Eros nulla erat aliquam consequat. ".
+
+<urn:uuid:2063423508> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864157315>;
+	nmo:sentDate "2008-03-08T15:42:31";
+	nmo:receivedDate "2008-03-08T15:42:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jamaal guthrie eufeugiatfacilisis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Sit wisi minim facilisis in dignissim ipsum vulputate duis. ";
+	nmo:plainTextMessageContent "Molestie nulla vero vero iustoodio. ".
+
+<urn:uuid:914025910> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864157315>;
+	nmo:sentDate "2008-12-31T15:14:45";
+	nmo:receivedDate "2008-12-31T15:14:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jamaal guthrie eufeugiatfacilisis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1857965994>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "nathanael roberson dolorut org"];
+	nmo:messageSubject "Minim nulla nostrud consequatvel adipiscing illum nulla molestie nostrud nulla aliquam minim eu. ";
+	nmo:plainTextMessageContent "Praesent ut vulputate nisl. In vel tincidunt enim. ".
+
+<urn:uuid:1465076428> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864157315>;
+	nmo:sentDate "2009-01-12T15:55:42";
+	nmo:receivedDate "2009-01-12T15:55:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jamaal guthrie eufeugiatfacilisis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisi blandit nulla eu feugait delenit accumsan enim duis nulla. ";
+	nmo:plainTextMessageContent "Ea te esse vel in etaccumsan autem facilisi erat at commodoconsequat. ".
+
+<urn:uuid:1845626518> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864157315>;
+	nmo:sentDate "2008-03-15T15:46:24";
+	nmo:receivedDate "2008-03-15T15:46:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jamaal guthrie eufeugiatfacilisis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nostrud te dignissim at laoreet dolore velit feugait ad in. ";
+	nmo:plainTextMessageContent "Volutpat nibh in wisi ea consequat delenitaugue lobortis ex. Vel invulputate velit hendrerit ut veniamquis. ".
+
+<urn:uuid:406596532> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864157315>;
+	nmo:sentDate "2008-06-17T15:54:13";
+	nmo:receivedDate "2008-06-17T15:54:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jamaal guthrie eufeugiatfacilisis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:460750400>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "leon fortney facilisiqui org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Nostrud feugiat tation nulla ut luptatumzzril iriuredolor. ";
+	nmo:plainTextMessageContent "Vel iriure dolore praesent in aliquam. ".
+
+<urn:uuid:1772933249> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864157315>;
+	nmo:sentDate "2008-12-02T16:08:29";
+	nmo:receivedDate "2008-12-02T16:09:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jamaal guthrie eufeugiatfacilisis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1489738063>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "alin eumduis us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Feugait illum autem invulputate dolore nibh autem ad nulla velit exerci consequat te ut. ";
+	nmo:plainTextMessageContent "Lorem facilisi in exerci. Commodo commodo amet ea ad luptatumzzril. ".
+
+<urn:uuid:249738655> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864157315>;
+	nmo:sentDate "2008-06-06T15:18:37";
+	nmo:receivedDate "2008-06-06T15:18:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jamaal guthrie eufeugiatfacilisis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dignissim ad qui nulla. ";
+	nmo:plainTextMessageContent "Esse tation facilisi exerci vero luptatum. Etaccumsan facilisi lobortis exerci suscipit eum consectetuer at qui. ".
+
+<urn:uuid:2127911074> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864157315>;
+	nmo:sentDate "2009-01-16T15:22:20";
+	nmo:receivedDate "2009-01-16T15:22:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jamaal guthrie eufeugiatfacilisis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:108775584>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "agiles lobortisblandit edu"];
+	nmo:messageSubject "Qui nostrud molestie velit exerci eros. ";
+	nmo:plainTextMessageContent "At dignissim exerci consequat. ".
+
+<urn:uuid:866744047> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864157315>;
+	nmo:sentDate "2008-09-22T16:10:16";
+	nmo:receivedDate "2008-09-22T16:10:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jamaal guthrie eufeugiatfacilisis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1752497668>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lcousins illumex eu"];
+	nmo:bcc <urn:uuid:589353724>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "sherri zimmer praesentnislut tv"];
+	nmo:messageSubject "Dolore amet nisl eum consequat exerci molestie minim dolor ut minim etaccumsan elitsed minim. ";
+	nmo:plainTextMessageContent "Feugait illum esse in exerci facilisis iriuredolor doloremagna ea exerci odio eum vero. Velit illum iriuredolor consequat nostrud ea et hendrerit. ".
+
+<urn:uuid:983690890> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864157315>;
+	nmo:sentDate "2008-05-09T15:30:30";
+	nmo:receivedDate "2008-05-09T15:31:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jamaal guthrie eufeugiatfacilisis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla consequat vel eros suscipit duis dolore blandit accumsan dolor dignissim ea. ";
+	nmo:plainTextMessageContent "Ex etaccumsan blandit lobortis ea diam dignissim facilisi feugait dolore. ".
+
+<urn:uuid:233882521> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:864157315>;
+	nmo:sentDate "2008-06-15T15:13:16";
+	nmo:receivedDate "2008-06-15T15:13:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jamaal guthrie eufeugiatfacilisis net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Autem volutpat delenit vero esse qui tation esse molestie dolor. ";
+	nmo:plainTextMessageContent "Duis vel te consequat dolor duis ex. Nisl suscipit blandit amet dolore at duis nulla facilisi. ".
+
+<urn:uuid:1293674897> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06471" ;
+	nco:locality "North Branford" ;
+	nco:streetAddress "7353 Oldridge Street" .
+
+<mailto:colton scherer blanditsit tv> a nco:EmailAddress; 
+	nco:emailAddress "colton scherer blanditsit tv".
+
+<urn:uuid:559989889> a nco:PersonContact; 
+	nco:fullname "Colton Scherer";
+	nco:nameGiven "Colton";
+	nco:nameFamily "Scherer";
+	nco:birthDate "1942-08-18";
+	nco:hasAffiliation "Switchboard Operator";
+	nco:hasEmailAddress <mailto:colton scherer blanditsit tv>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:1293674897>.
+
+<urn:uuid:1648393760> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559989889>;
+	nmo:sentDate "2008-09-01T16:05:45";
+	nmo:receivedDate "2008-09-01T16:06:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colton scherer blanditsit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Accumsan Utwisi blandit elitsed augue in. ";
+	nmo:plainTextMessageContent "Lorem diam nostrud wisi nonummy vulputate. ".
+
+<urn:uuid:1014135159> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559989889>;
+	nmo:sentDate "2008-06-20T15:55:31";
+	nmo:receivedDate "2008-06-20T15:56:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colton scherer blanditsit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:320867035>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "colin wynne velitveniamquis com"];
+	nmo:bcc <urn:uuid:1400004387>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "catalina ornelas quisad info"];
+	nmo:messageSubject "Ipsum facilisis Utwisi eros feugait eros tationullamcorper. ";
+	nmo:plainTextMessageContent "Eros esse blandit minim. Ut luptatumzzril Utwisi invulputate laoreet in quis in tincidunt. ".
+
+<urn:uuid:1699177621> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559989889>;
+	nmo:sentDate "2008-05-31T15:51:15";
+	nmo:receivedDate "2008-05-31T15:51:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colton scherer blanditsit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ut eum eros ut praesent wisi facilisi commodo hendrerit esse luptatum aliquam. ";
+	nmo:plainTextMessageContent "Qui exerci exerci luptatum molestie elitsed feugait. ".
+
+<urn:uuid:154954029> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559989889>;
+	nmo:sentDate "2008-03-04T15:40:06";
+	nmo:receivedDate "2008-03-04T15:40:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colton scherer blanditsit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1792426769>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "enichols utiusto gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Minim velit eu consectetuer iriure wisi vel vel enim. ";
+	nmo:plainTextMessageContent "Delenit vel nulla esse eum in facilisi nibh nibh. ".
+
+<urn:uuid:501924162> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559989889>;
+	nmo:sentDate "2008-09-22T15:58:28";
+	nmo:receivedDate "2008-09-22T15:58:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colton scherer blanditsit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Feugait lobortis qui eum eros suscipit eros et dolore esse dignissim. ";
+	nmo:plainTextMessageContent "Autem vero nulla ex aliquam zzril at duis delenit. ".
+
+<urn:uuid:922991847> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559989889>;
+	nmo:sentDate "2009-01-01T15:59:19";
+	nmo:receivedDate "2009-01-01T15:59:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colton scherer blanditsit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:397548624>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bsellars erossuscipit tv"];
+	nmo:messageSubject "Ipsum feugait quis esse iriure illum eum facilisi feugait. ";
+	nmo:plainTextMessageContent "Delenit adipiscing aliquip nostrud illum suscipit at nostrud enim nislut eum. Consequat nulla molestie wisi duis sit ad nonummy nulla luptatumzzril velit zzril tationullamcorper hendrerit. ".
+
+<urn:uuid:1203128122> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559989889>;
+	nmo:sentDate "2008-11-16T15:12:38";
+	nmo:receivedDate "2008-11-16T15:13:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colton scherer blanditsit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Wisi dolore duis aliquam eros luptatumzzril consequat delenit ad. ";
+	nmo:plainTextMessageContent "Commodo commodoconsequat eum qui illum eum facilisis veniamquis nislut iustoodio dignissim duis accumsan. Ut nulla zzril feugait molestie in nislut veniamquis et suscipit tation. ".
+
+<urn:uuid:564943564> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559989889>;
+	nmo:sentDate "2008-01-30T16:01:43";
+	nmo:receivedDate "2008-01-30T16:01:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colton scherer blanditsit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1892587189>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "marcie banner volutpatvelit eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Nulla lobortis at ex lobortis nonummy at consectetuer adipiscing. ";
+	nmo:plainTextMessageContent "Duis feugiat molestie nisl duis. ".
+
+<urn:uuid:310935455> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559989889>;
+	nmo:sentDate "2008-01-29T15:13:53";
+	nmo:receivedDate "2008-01-29T15:13:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colton scherer blanditsit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1593126247>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "noreen watt dignissimfacilisi tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Nostrud autem esse tincidunt vero in nostrud erat lorem in. ";
+	nmo:plainTextMessageContent "Ut ullamcorper et vel molestie esse sit eu ad iriure et duis. Ea wisi feugait duis dolor vel veniamquis luptatum consequat iustoodio nulla et. ".
+
+<urn:uuid:384834327> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559989889>;
+	nmo:sentDate "2008-07-09T15:48:47";
+	nmo:receivedDate "2008-07-09T15:49:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colton scherer blanditsit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Suscipit hendrerit ad nulla eum luptatumzzril Utwisi in consequat veniamquis ut etaccumsan ut. ";
+	nmo:plainTextMessageContent "Dignissim iriuredolor lobortis commodo aliquip nonummy ut ea ad autem facilisi luptatumzzril. Augue nulla lorem suscipit ut esse dignissim nulla ad facilisi consequat et. ".
+
+<urn:uuid:118282164> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559989889>;
+	nmo:sentDate "2008-05-31T15:52:36";
+	nmo:receivedDate "2008-05-31T15:53:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colton scherer blanditsit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1748618073>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dhooper nostrudnisl info"];
+	nmo:messageSubject "Dolor dolore dolore commodo suscipit in dignissim ut odio ad qui velit at. ";
+	nmo:plainTextMessageContent "Minim iriuredolor dolore eufeugiat aliquip at quis iustoodio exerci veniam feugait vulputate. Duis aliquam tation enim autem consequat veniam dignissim commodo consequat te molestie ullamcorper. ".
+
+<urn:uuid:1429863358> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:559989889>;
+	nmo:sentDate "2008-06-06T15:52:57";
+	nmo:receivedDate "2008-06-06T15:53:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colton scherer blanditsit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Augue ea aliquip te odio dignissim laoreet dignissim iriure facilisi. ";
+	nmo:plainTextMessageContent "Diam ut facilisis te commodo nostrud autem eum at. ".
+
+<urn:uuid:2047353954> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12843" ;
+	nco:locality "Johnsburg" ;
+	nco:streetAddress "1137 Honeye Circle" .
+
+<mailto:mbright minimnulla org> a nco:EmailAddress; 
+	nco:emailAddress "mbright minimnulla org".
+
+<xmpp:melisa bright gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Melisa Bright" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Delenit dolor nostrud consequat eufeugiat elitsed ut hendrerit amet consequatvel facilisi velit veniam. " ;
+	nco:imID "melisa bright gmail com".
+
+<urn:uuid:1844111838> a nco:PersonContact; 
+	nco:fullname "Melisa Bright";
+	nco:nameGiven "Melisa";
+	nco:nameFamily "Bright";
+	nco:birthDate "1942-04-22";
+	nco:hasAffiliation "Superintendent Building";
+	nco:hasEmailAddress <mailto:mbright minimnulla org>;
+	nco:hasIMAccount <xmpp:melisa bright gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:2047353954>.
+
+<urn:uuid:286084766> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06704" ;
+	nco:locality "Waterbury" ;
+	nco:streetAddress "625 Walking Horse Trail" .
+
+<mailto:rosina ferrer duiseros edu> a nco:EmailAddress; 
+	nco:emailAddress "rosina ferrer duiseros edu".
+
+<xmpp:rosina ferrer gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Rosina Ferrer" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Vel doloremagna ullamcorper esse erat duis praesent elitsed invulputate iusto feugait nibh praesent ut. " ;
+	nco:imID "rosina ferrer gmail com".
+
+<urn:uuid:1371683154> a nco:PersonContact; 
+	nco:fullname "Rosina Ferrer";
+	nco:nameGiven "Rosina";
+	nco:nameFamily "Ferrer";
+	nco:birthDate "1942-09-12";
+	nco:hasAffiliation "Central Office Operator";
+	nco:hasEmailAddress <mailto:rosina ferrer duiseros edu>;
+	nco:hasIMAccount <xmpp:rosina ferrer gmail com>;
+	nco:hasPostalAddress <urn:uuid:286084766>.
+
+<urn:uuid:2120610061> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1371683154>;
+	nmo:sentDate "2008-07-23T15:29:22";
+	nmo:receivedDate "2008-07-23T15:29:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rosina ferrer duiseros edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla dolore enim consequatvel quis te duis sit feugiat quis eu. ";
+	nmo:plainTextMessageContent "At molestie facilisis feugait in veniam illum diam nulla vero velit. Tincidunt vel blandit lorem iustoodio quis augue. ".
+
+<urn:uuid:1512481129> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1371683154>;
+	nmo:sentDate "2008-03-15T15:59:30";
+	nmo:receivedDate "2008-03-15T15:59:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rosina ferrer duiseros edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1154247600>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "aterry zzrilautem tv"];
+	nmo:messageSubject "Praesent iriure te lobortis lobortis te aliquip veniamquis. ";
+	nmo:plainTextMessageContent "Elitsed euismod minim tincidunt dolore nulla consequatvel et zzril nisl nulla. ".
+
+<urn:uuid:1008923305> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1371683154>;
+	nmo:sentDate "2009-01-13T15:24:46";
+	nmo:receivedDate "2009-01-13T15:25:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rosina ferrer duiseros edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Ad augue adipiscing doloremagna velit laoreet. ";
+	nmo:plainTextMessageContent "Wisi eum eum enim praesent luptatumzzril tation autem dignissim esse diam. ".
+
+<urn:uuid:355992815> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1371683154>;
+	nmo:sentDate "2008-09-03T15:40:36";
+	nmo:receivedDate "2008-09-03T15:40:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rosina ferrer duiseros edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:69420491>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "juan gaskins molestieautem edu"];
+	nmo:bcc <urn:uuid:1752873309>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "jaclyn ventura iustoodiolaoreet gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Velit suscipit ad elitsed blandit et consequatvel eufeugiat nislut molestie. ";
+	nmo:plainTextMessageContent "In ipsum delenitaugue augue ullamcorper ea facilisis suscipit eros enim dolore volutpat sit. Te feugiat hendrerit enim et aliquam ex eum tincidunt ullamcorper. ".
+
+<urn:uuid:1348157035> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1371683154>;
+	nmo:sentDate "2008-11-27T16:11:19";
+	nmo:receivedDate "2008-11-27T16:11:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rosina ferrer duiseros edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:136227770>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "sgreer dignissimsuscipit edu"];
+	nmo:messageSubject "Vero praesent lobortis duis ut exerci sit veniam nostrud praesent ut. ";
+	nmo:plainTextMessageContent "Nostrud dolore ea hendrerit nonummy zzril luptatum luptatumzzril dignissim enim volutpat iusto vel velit. ".
+
+<urn:uuid:34790386> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1371683154>;
+	nmo:sentDate "2008-10-18T16:07:15";
+	nmo:receivedDate "2008-10-18T16:07:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rosina ferrer duiseros edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1031736098>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lfritz Utwisiquis org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Aliquip facilisi tationullamcorper euismod eum. ";
+	nmo:plainTextMessageContent "Ex consequat iriure ut exerci ea eros. ".
+
+<urn:uuid:1688551344> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1371683154>;
+	nmo:sentDate "2008-07-16T15:35:44";
+	nmo:receivedDate "2008-07-16T15:35:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rosina ferrer duiseros edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:86339083>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cmorgan iustoodioeuismod com"];
+	nmo:messageSubject "Feugiat blandit hendrerit blandit dolore eros autem qui. ";
+	nmo:plainTextMessageContent "Ut nibh nonummy vulputate autem blandit illum eros dolore nostrud et in wisi. ".
+
+<urn:uuid:2071121710> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1371683154>;
+	nmo:sentDate "2008-08-31T15:53:56";
+	nmo:receivedDate "2008-08-31T15:54:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rosina ferrer duiseros edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1599744065>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jc gipson elitseddignissim tv"];
+	nmo:messageSubject "Eum feugiat tincidunt nostrud quis esse facilisis tincidunt minim molestie nostrud at Utwisi. ";
+	nmo:plainTextMessageContent "Molestie exerci autem volutpat tationullamcorper et nulla vulputate nulla ad ea nulla. ".
+
+<urn:uuid:759011068> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1371683154>;
+	nmo:sentDate "2008-11-14T15:20:15";
+	nmo:receivedDate "2008-11-14T15:20:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rosina ferrer duiseros edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1920675473>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "scarlett long molestiesuscipit edu"];
+	nmo:messageSubject "Te hendrerit iustoodio nulla eufeugiat. ";
+	nmo:plainTextMessageContent "Ea dolor dolor iriuredolor blandit doloremagna qui dolore facilisi at exerci at diam. Ex aliquam at blandit autem et tincidunt et Utwisi dolore nulla. ".
+
+<urn:uuid:1077851932> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1371683154>;
+	nmo:sentDate "2008-04-18T15:50:07";
+	nmo:receivedDate "2008-04-18T15:50:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rosina ferrer duiseros edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisi tincidunt aliquip enim dolore et doloremagna wisi dolore. ";
+	nmo:plainTextMessageContent "Duis nostrud vero eu duis. ".
+
+<urn:uuid:2075797206> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1371683154>;
+	nmo:sentDate "2008-02-11T15:18:11";
+	nmo:receivedDate "2008-02-11T15:18:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rosina ferrer duiseros edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1611859765>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "nathanial wiley quienim net"];
+	nmo:messageSubject "Dignissim velit consequat facilisis at aliquip duis augue esse. ";
+	nmo:plainTextMessageContent "Esse facilisi diam vero ut praesent. Nonummy delenitaugue dignissim nulla augue dolore delenit veniamquis ullamcorper vel praesent dolore. ".
+
+<urn:uuid:1105412562> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1371683154>;
+	nmo:sentDate "2009-01-17T15:56:05";
+	nmo:receivedDate "2009-01-17T15:56:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rosina ferrer duiseros edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Veniam delenitaugue esse ex wisi laoreet ipsum commodo dolore luptatumzzril eros. ";
+	nmo:plainTextMessageContent "Eu ipsum consequat feugait nisl nislut et veniam nulla iriure. Blandit veniamquis veniamquis eros. ".
+
+<urn:uuid:1449510962> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1371683154>;
+	nmo:sentDate "2008-09-30T15:27:37";
+	nmo:receivedDate "2008-09-30T15:27:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rosina ferrer duiseros edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ad facilisi consequat velit blandit blandit ea nisl nislut nulla facilisi et consectetuer diam. ";
+	nmo:plainTextMessageContent "Doloremagna dolore ut aliquip nibh ad. Facilisi velit ullamcorper iriure dolor. ".
+
+<urn:uuid:1280342359> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1371683154>;
+	nmo:sentDate "2008-02-04T15:42:47";
+	nmo:receivedDate "2008-02-04T15:43:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rosina ferrer duiseros edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Qui etaccumsan iustoodio aliquip veniamquis lobortis quis lobortis. ";
+	nmo:plainTextMessageContent "Consequat suscipit dolore iriure invulputate veniam volutpat duis consectetuer nisl ex minim facilisis. Ad consequatvel blandit et nonummy et delenit odio Utwisi blandit et enim. ".
+
+<urn:uuid:161317795> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07945" ;
+	nco:locality "Mendham" ;
+	nco:streetAddress "4394 Deer Path Street" .
+
+<mailto:tsayers facilisiiriuredolor us> a nco:EmailAddress; 
+	nco:emailAddress "tsayers facilisiiriuredolor us".
+
+<tel:+18458881265> a nco:PhoneNumber; 
+	nco:phoneNumber "(845)888-1265".
+
+<urn:uuid:846896783> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18458881265>]; 
+	nmo:duration 27; 
+	nmo:receivedDate "2009-02-09T15:37:15". 
+
+<urn:uuid:1481830371> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18458881265>]; 
+	nmo:duration 0; 
+	nmo:sentDate "2008-08-13T15:58:28". 
+
+<urn:uuid:1377984253> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18458881265>]; 
+	nmo:duration 30; 
+	nmo:receivedDate "2008-12-27T16:02:33". 
+
+<urn:uuid:165350138> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18458881265>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-09T15:57:15";
+	nmo:receivedDate "2008-03-13T15:24:54";
+	nmo:plainTextMessageContent "Duis vel veniamquis commodo feugiat velit commodo velit ea enim. Blandit dolore tation tincidunt molestie delenit lorem ad. Exerci qui ipsum in ea feugait. Accumsan at aliquip doloremagna eum ut ipsum. ".
+
+<urn:uuid:2078488276> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18458881265>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-04T15:46:39";
+	nmo:receivedDate "2008-05-27T15:50:29";
+	nmo:plainTextMessageContent "Et feugait velit delenit facilisis dignissim consequatvel exerci duis diam ea esse nonummy autem. Minim in eufeugiat blandit ea duis feugiat lobortis te iusto molestie vero eufeugiat nulla. Ut augue vero accumsan iustoodio tation duis eros erat accumsan luptatum vel esse. Odio doloremagna nulla adipiscing dignissim vulputate vero eum nostrud suscipit et consequat ad. ".
+
+<urn:uuid:1172970545> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18458881265>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-09T15:47:56";
+	nmo:receivedDate "2008-07-16T15:17:32";
+	nmo:plainTextMessageContent "Ea nulla ut vel iusto. Consequatvel lobortis ad nostrud adipiscing amet qui minim. Feugait duis Utwisi in quis vel luptatum commodoconsequat blandit odio nislut dolore. Iusto facilisi esse augue nonummy nislut molestie. Nostrud dolore ad dolor hendrerit molestie molestie facilisi ea Utwisi. ".
+
+<urn:uuid:176854255> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18458881265>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-28T16:01:29";
+	nmo:receivedDate "2009-02-13T15:48:56";
+	nmo:plainTextMessageContent "Dignissim Utwisi nulla ut esse eros blandit zzril luptatumzzril blandit dolore in. Commodoconsequat tationullamcorper nibh nisl ad euismod nulla nonummy quis. Facilisi eum sit luptatumzzril luptatum aliquip wisi et adipiscing minim dolor consequat. Vel illum dolore amet ut at. At suscipit invulputate vel vel te consectetuer dolore velit. ".
+
+<urn:uuid:842439056> a nco:PersonContact; 
+	nco:fullname "Tricia Sayers";
+	nco:nameGiven "Tricia";
+	nco:nameFamily "Sayers";
+	nco:birthDate "1942-12-30";
+	nco:hasAffiliation "Chemist Food";
+	nco:hasEmailAddress <mailto:tsayers facilisiiriuredolor us>;
+	nco:hasPhoneNumber <tel:+18458881265>;
+	nco:hasPostalAddress <urn:uuid:161317795>.
+
+<urn:uuid:1961869186> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05838" ;
+	nco:locality "East Saint Johnsbury" ;
+	nco:streetAddress "4121 Howard Trail" .
+
+<mailto:icoffman minimpraesent net> a nco:EmailAddress; 
+	nco:emailAddress "icoffman minimpraesent net".
+
+<xmpp:isidro coffman gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Isidro Coffman" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Facilisi aliquip eum nibh aliquam vulputate dolor tincidunt ex hendrerit. " ;
+	nco:imID "isidro coffman gmail com".
+
+<urn:uuid:204965412> a nco:PersonContact; 
+	nco:fullname "Isidro Coffman";
+	nco:nameGiven "Isidro";
+	nco:nameFamily "Coffman";
+	nco:birthDate "1942-03-14";
+	nco:hasAffiliation "Hearing Therapist";
+	nco:hasEmailAddress <mailto:icoffman minimpraesent net>;
+	nco:hasIMAccount <xmpp:isidro coffman gmail com>;
+	nco:hasPostalAddress <urn:uuid:1961869186>.
+
+<urn:uuid:604704423> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10548" ;
+	nco:locality "Montrose" ;
+	nco:streetAddress "3038 Ashstone Lane" .
+
+<mailto:erick alcorn consequatvelat com> a nco:EmailAddress; 
+	nco:emailAddress "erick alcorn consequatvelat com".
+
+<xmpp:erick alcorn gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Erick Alcorn" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Minim lorem nonummy vel. " ;
+	nco:imID "erick alcorn gmail com".
+
+<urn:uuid:28315002> a nco:PersonContact; 
+	nco:fullname "Erick Alcorn";
+	nco:nameGiven "Erick";
+	nco:nameFamily "Alcorn";
+	nco:birthDate "1943-02-15";
+	nco:hasAffiliation "Credit & Collection Supervisor";
+	nco:hasEmailAddress <mailto:erick alcorn consequatvelat com>;
+	nco:hasIMAccount <xmpp:erick alcorn gmail com>;
+	nco:hasPostalAddress <urn:uuid:604704423>.
+
+<urn:uuid:1967367196> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:538578001>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Blandit duis velit in feugait aliquip ut et facilisis velit te aliquam facilisi iriuredolor. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-18T18:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-18T18:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:538578001>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1137249602> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04549" ;
+	nco:locality "Isle Of Springs" ;
+	nco:streetAddress "9332 Foster Dale Street" .
+
+<mailto:sarah goolsby atadipiscing org> a nco:EmailAddress; 
+	nco:emailAddress "sarah goolsby atadipiscing org".
+
+<urn:uuid:1446071403> a nco:PersonContact; 
+	nco:fullname "Sarah Goolsby";
+	nco:nameGiven "Sarah";
+	nco:nameFamily "Goolsby";
+	nco:birthDate "1942-10-11";
+	nco:hasAffiliation "School Administrator (Primary/High School)";
+	nco:hasEmailAddress <mailto:sarah goolsby atadipiscing org>;
+	nco:hasPostalAddress <urn:uuid:1137249602>.
+
+<urn:uuid:1568233027> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08601" ;
+	nco:locality "Trenton" ;
+	nco:streetAddress "4896 Dewhurst Parkway" .
+
+<mailto:jburns eumconsequatvel org> a nco:EmailAddress; 
+	nco:emailAddress "jburns eumconsequatvel org".
+
+<urn:uuid:942457954> a nco:PersonContact; 
+	nco:fullname "Janna Burns";
+	nco:nameGiven "Janna";
+	nco:nameFamily "Burns";
+	nco:birthDate "1942-04-25";
+	nco:hasAffiliation "Monitor Alarm Signal";
+	nco:hasEmailAddress <mailto:jburns eumconsequatvel org>;
+	nco:hasPostalAddress <urn:uuid:1568233027>.
+
+<urn:uuid:51021757> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15230" ;
+	nco:locality "Pittsburgh" ;
+	nco:streetAddress "1549 Anns Trail" .
+
+<mailto:lcervantes wisiut org> a nco:EmailAddress; 
+	nco:emailAddress "lcervantes wisiut org".
+
+<urn:uuid:1207156982> a nco:PersonContact; 
+	nco:fullname "Lucile Cervantes";
+	nco:nameGiven "Lucile";
+	nco:nameFamily "Cervantes";
+	nco:birthDate "1943-02-16";
+	nco:hasAffiliation "Garment Inspector";
+	nco:hasEmailAddress <mailto:lcervantes wisiut org>;
+	nco:hasPostalAddress <urn:uuid:51021757>.
+
+<urn:uuid:828896374> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "RI" ;
+	nco:postalcode "02915" ;
+	nco:locality "Riverside" ;
+	nco:streetAddress "7702 Darby Dan Trail" .
+
+<mailto:fwhitt doloredolor info> a nco:EmailAddress; 
+	nco:emailAddress "fwhitt doloredolor info".
+
+<urn:uuid:813171418> a nco:PersonContact; 
+	nco:fullname "Ferdinand Whitt";
+	nco:nameGiven "Ferdinand";
+	nco:nameFamily "Whitt";
+	nco:birthDate "1942-08-30";
+	nco:hasAffiliation "Process Design Analyst";
+	nco:hasEmailAddress <mailto:fwhitt doloredolor info>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:828896374>.
+
+<urn:uuid:2143842725> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:813171418>;
+	nmo:sentDate "2008-10-30T15:18:49";
+	nmo:receivedDate "2008-10-30T15:19:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "fwhitt doloredolor info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:943337132>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kbaines enimipsum eu"];
+	nmo:messageSubject "Zzril te feugiat aliquip vel te at. ";
+	nmo:plainTextMessageContent "Vulputate volutpat consequatvel ipsum facilisis vero ad ipsum volutpat. Dignissim nisl ex eu nostrud euismod aliquam facilisi. ".
+
+<urn:uuid:1059304729> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02206" ;
+	nco:locality "Boston" ;
+	nco:streetAddress "2874 Havershire Avenue" .
+
+<mailto:celeste hylton euismodnonummy gov> a nco:EmailAddress; 
+	nco:emailAddress "celeste hylton euismodnonummy gov".
+
+<urn:uuid:2044513950> a nco:PersonContact; 
+	nco:fullname "Celeste Hylton";
+	nco:nameGiven "Celeste";
+	nco:nameFamily "Hylton";
+	nco:birthDate "1943-01-13";
+	nco:hasAffiliation "Occupational Therapist";
+	nco:hasEmailAddress <mailto:celeste hylton euismodnonummy gov>;
+	nco:hasPostalAddress <urn:uuid:1059304729>.
+
+<urn:uuid:1688667657> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02494" ;
+	nco:locality "Needham Heights" ;
+	nco:streetAddress "5695 Hidden Valley Avenue" .
+
+<mailto:tcosgrove hendreritfeugait com> a nco:EmailAddress; 
+	nco:emailAddress "tcosgrove hendreritfeugait com".
+
+<urn:uuid:1911248550> a nco:PersonContact; 
+	nco:fullname "Theodore Cosgrove";
+	nco:nameGiven "Theodore";
+	nco:nameFamily "Cosgrove";
+	nco:birthDate "1943-01-13";
+	nco:hasAffiliation "Surveillance System Monitor";
+	nco:hasEmailAddress <mailto:tcosgrove hendreritfeugait com>;
+	nco:hasPostalAddress <urn:uuid:1688667657>.
+
+<urn:uuid:549164716> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1911248550>;
+	nmo:sentDate "2008-04-18T15:13:12";
+	nmo:receivedDate "2008-04-18T15:13:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:705055222>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cprather etconsectetuer org"];
+	nmo:messageSubject "Dignissim velit nulla dignissim iustoodio velit iustoodio esse. ";
+	nmo:plainTextMessageContent "Sit doloremagna ullamcorper enim ex. Nibh feugait duis accumsan. ".
+
+<urn:uuid:201155727> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1911248550>;
+	nmo:sentDate "2008-09-10T15:56:33";
+	nmo:receivedDate "2008-09-10T15:57:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla eum duis praesent in tincidunt vel blandit delenitaugue ut zzril. ";
+	nmo:plainTextMessageContent "Praesent in nibh ut. ".
+
+<urn:uuid:769336438> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1911248550>;
+	nmo:sentDate "2009-01-18T15:51:51";
+	nmo:receivedDate "2009-01-18T15:52:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:660911760>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "carroll east dignissimquis gov"];
+	nmo:messageSubject "Qui dignissim autem consequat dolore commodo quis nostrud molestie iustoodio qui. ";
+	nmo:plainTextMessageContent "Diam veniamquis suscipit consectetuer nislut qui duis illum eufeugiat. Ad amet ad duis molestie facilisis eum nulla. ".
+
+<urn:uuid:254813712> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1911248550>;
+	nmo:sentDate "2008-01-26T15:14:37";
+	nmo:receivedDate "2008-01-26T15:15:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1892587189>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "marcie banner volutpatvelit eu"];
+	nmo:messageSubject "Ad hendrerit nulla molestie. ";
+	nmo:plainTextMessageContent "Minim wisi ut vel in duis delenitaugue. ".
+
+<urn:uuid:656912251> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1911248550>;
+	nmo:sentDate "2008-10-09T15:43:28";
+	nmo:receivedDate "2008-10-09T15:44:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1691678526>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "sheena montes teillum us"];
+	nmo:messageSubject "Ipsum ipsum in hendrerit consectetuer consectetuer ad hendrerit nostrud et vulputate invulputate exerci tationullamcorper. ";
+	nmo:plainTextMessageContent "Duis delenitaugue suscipit ea in te accumsan nisl. Vel te sit in esse accumsan. ".
+
+<urn:uuid:2033867662> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1911248550>;
+	nmo:sentDate "2008-06-17T15:21:46";
+	nmo:receivedDate "2008-06-17T15:21:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolor aliquip volutpat zzril nostrud accumsan at iriuredolor. ";
+	nmo:plainTextMessageContent "Praesent dolor luptatumzzril iriure facilisis ex in iusto. ".
+
+<urn:uuid:2045747166> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1911248550>;
+	nmo:sentDate "2008-08-05T15:25:33";
+	nmo:receivedDate "2008-08-05T15:25:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Hendrerit ut accumsan feugiat eum dolor velit esse esse iriure duis nibh. ";
+	nmo:plainTextMessageContent "Iriuredolor duis eros tationullamcorper zzril nisl. Luptatum ut adipiscing ipsum aliquip diam autem duis dolore nulla. ".
+
+<urn:uuid:67522818> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1911248550>;
+	nmo:sentDate "2008-03-06T15:29:11";
+	nmo:receivedDate "2008-03-06T15:29:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1260986816>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "alberto gunter blanditdolor net"];
+	nmo:messageSubject "Aliquip ut euismod aliquip nulla hendrerit eu aliquip feugiat nulla blandit enim velit ea. ";
+	nmo:plainTextMessageContent "Iusto eufeugiat enim lorem illum Utwisi nislut consequat suscipit ut. Esse veniamquis zzril esse dolore dolor. ".
+
+<urn:uuid:774267271> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1911248550>;
+	nmo:sentDate "2008-07-10T15:49:06";
+	nmo:receivedDate "2008-07-10T15:49:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ad minim dolore nonummy eufeugiat iustoodio etaccumsan blandit dolor et qui. ";
+	nmo:plainTextMessageContent "Iusto dignissim eu molestie esse te invulputate illum minim iriuredolor dolore molestie. Ea delenitaugue accumsan tation praesent commodo dignissim doloremagna ex iriuredolor veniam nulla et. ".
+
+<urn:uuid:2019109866> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1911248550>;
+	nmo:sentDate "2008-07-01T15:59:42";
+	nmo:receivedDate "2008-07-01T16:00:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1568703838>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "colin guevara autemeum com"];
+	nmo:messageSubject "In dolore nulla eros. ";
+	nmo:plainTextMessageContent "Nulla feugait nulla consequat in tation. Enim et doloremagna dolore consectetuer ea dolor zzril feugait eros nisl eum. ".
+
+<urn:uuid:297321412> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1911248550>;
+	nmo:sentDate "2008-05-26T15:35:25";
+	nmo:receivedDate "2008-05-26T15:36:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore nostrud commodo veniam praesent esse veniam. ";
+	nmo:plainTextMessageContent "Dignissim erat duis consectetuer enim ut facilisis amet velit duis. ".
+
+<urn:uuid:252690108> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1911248550>;
+	nmo:sentDate "2009-01-31T16:02:58";
+	nmo:receivedDate "2009-01-31T16:03:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1208101714>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ggood inut org"];
+	nmo:messageSubject "Doloremagna doloremagna quis eros in tation te facilisis dignissim. ";
+	nmo:plainTextMessageContent "In qui consequat lorem diam autem qui tationullamcorper nulla. Exerci et lobortis ad iusto dolore erat molestie. ".
+
+<urn:uuid:1059157684> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1911248550>;
+	nmo:sentDate "2009-01-25T16:06:14";
+	nmo:receivedDate "2009-01-25T16:06:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Nostrud hendrerit quis dolore in delenit odio aliquip. ";
+	nmo:plainTextMessageContent "Luptatum te praesent dolore vel esse. Dolore iusto iustoodio facilisi consequat at nisl in praesent. ".
+
+<urn:uuid:1524318990> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1911248550>;
+	nmo:sentDate "2008-02-07T15:32:26";
+	nmo:receivedDate "2008-02-07T15:33:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ea suscipit ut ex nulla. ";
+	nmo:plainTextMessageContent "Vero ut dolore delenit diam esse consequat wisi in duis. Aliquip luptatum duis tincidunt nonummy praesent. ".
+
+<urn:uuid:916205500> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1911248550>;
+	nmo:sentDate "2008-09-19T15:13:18";
+	nmo:receivedDate "2008-09-19T15:13:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1677533879>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "angelita spillman quifacilisis info"];
+	nmo:messageSubject "Facilisi laoreet exerci facilisis in eufeugiat iustoodio molestie ex dolor nulla zzril euismod. ";
+	nmo:plainTextMessageContent "Et consequat in iriure nonummy duis facilisi duis autem. ".
+
+<urn:uuid:529612448> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1911248550>;
+	nmo:sentDate "2008-06-28T15:16:20";
+	nmo:receivedDate "2008-06-28T15:17:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ipsum vero augue at. ";
+	nmo:plainTextMessageContent "Nonummy nisl nostrud eros sit lobortis vero dolor autem nulla at duis invulputate. Ea quis invulputate nostrud nulla delenitaugue ex. ".
+
+<urn:uuid:1394991776> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1911248550>;
+	nmo:sentDate "2008-10-24T16:05:58";
+	nmo:receivedDate "2008-10-24T16:06:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:559889693>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rkatz luptatumzzrilelitsed info"];
+	nmo:messageSubject "Illum facilisi ut vel augue molestie minim velit luptatum dolor molestie ad. ";
+	nmo:plainTextMessageContent "Veniamquis adipiscing duis qui minim eufeugiat sit ipsum. ".
+
+<urn:uuid:1391559792> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1911248550>;
+	nmo:sentDate "2008-06-02T15:12:09";
+	nmo:receivedDate "2008-06-02T15:12:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla euismod delenit et vel facilisis esse facilisis. ";
+	nmo:plainTextMessageContent "Ad eufeugiat iustoodio aliquip. ".
+
+<urn:uuid:233527999> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1911248550>;
+	nmo:sentDate "2008-09-26T16:05:19";
+	nmo:receivedDate "2008-09-26T16:06:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "In lorem ut eros wisi eu in lorem ea. ";
+	nmo:plainTextMessageContent "In volutpat autem vulputate. Lobortis lobortis invulputate exerci euismod tation minim. ".
+
+<urn:uuid:1401240700> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1911248550>;
+	nmo:sentDate "2008-03-06T15:15:03";
+	nmo:receivedDate "2008-03-06T15:15:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1850881686>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dwells nibhaliquam gov"];
+	nmo:messageSubject "Dolor augue blandit nostrud commodoconsequat odio duis nulla ut dignissim ut duis. ";
+	nmo:plainTextMessageContent "Aliquip vel delenit delenit molestie aliquam duis. Sit qui suscipit consequat Utwisi nostrud exerci dignissim feugait dolore minim eros. ".
+
+<urn:uuid:901722688> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1911248550>;
+	nmo:sentDate "2009-01-14T15:32:53";
+	nmo:receivedDate "2009-01-14T15:33:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1759192110>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageSubject "Dolore ut et ad odio ex. ";
+	nmo:plainTextMessageContent "Erat commodo zzril facilisi sit nostrud enim enim erat. Vero quis amet etaccumsan illum aliquip qui erat ut esse etaccumsan esse. ".
+
+<urn:uuid:412218638> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1911248550>;
+	nmo:sentDate "2008-06-18T15:27:39";
+	nmo:receivedDate "2008-06-18T15:28:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:158101260>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lbarnette quidoloremagna com"];
+	nmo:messageSubject "Velit in nulla eum enim nostrud diam feugait lorem in commodo. ";
+	nmo:plainTextMessageContent "Duis veniamquis nulla facilisi eufeugiat esse lobortis eros. Vel nibh consectetuer ex nostrud nostrud volutpat ut ex. ".
+
+<urn:uuid:1169299036> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1911248550>;
+	nmo:sentDate "2008-05-31T15:58:28";
+	nmo:receivedDate "2008-05-31T15:59:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ad wisi delenitaugue nibh vel facilisi dolore te ad ut vel feugait. ";
+	nmo:plainTextMessageContent "Tation luptatum nisl feugait consequatvel qui minim exerci esse ad praesent lorem vel. ".
+
+<urn:uuid:1759948895> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1911248550>;
+	nmo:sentDate "2009-01-06T16:01:43";
+	nmo:receivedDate "2009-01-06T16:02:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1446071403>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "sarah goolsby atadipiscing org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Ut vel nulla at dolore adipiscing consectetuer odio veniamquis. ";
+	nmo:plainTextMessageContent "Tincidunt eros feugait volutpat iriuredolor aliquam vel at nisl ipsum duis. At dolor luptatumzzril consectetuer aliquip facilisis eum lorem dolore esse illum commodoconsequat lorem. ".
+
+<urn:uuid:1809674345> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1911248550>;
+	nmo:sentDate "2008-12-29T15:53:42";
+	nmo:receivedDate "2008-12-29T15:54:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Odio esse molestie commodoconsequat wisi enim. ";
+	nmo:plainTextMessageContent "Aliquam in diam esse qui ut ea eufeugiat nostrud. ".
+
+<urn:uuid:1376987534> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1911248550>;
+	nmo:sentDate "2008-02-26T15:30:42";
+	nmo:receivedDate "2008-02-26T15:31:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1752497668>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lcousins illumex eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Duis tationullamcorper commodoconsequat enim luptatum veniamquis duis. ";
+	nmo:plainTextMessageContent "Feugait eum vulputate suscipit etaccumsan illum tation in volutpat. ".
+
+<urn:uuid:805180350> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1911248550>;
+	nmo:sentDate "2008-10-21T16:10:09";
+	nmo:receivedDate "2008-10-21T16:10:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:842439056>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tsayers facilisiiriuredolor us"];
+	nmo:messageSubject "Nulla accumsan nisl dolore luptatum ex. ";
+	nmo:plainTextMessageContent "Ullamcorper veniamquis tincidunt te eu. Sit vulputate duis ipsum et ut nostrud veniamquis enim ad eros nibh ad. ".
+
+<urn:uuid:1149023690> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07309" ;
+	nco:locality "Jersey City" ;
+	nco:streetAddress "2309 Knollwood Way" .
+
+<mailto:lziegler duiset us> a nco:EmailAddress; 
+	nco:emailAddress "lziegler duiset us".
+
+<xmpp:louis ziegler gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Louis Ziegler" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Ipsum diam qui illum duis iriure duis iusto nulla dolore dignissim. " ;
+	nco:imID "louis ziegler gmail com".
+
+<urn:uuid:1351632911> a nco:PersonContact; 
+	nco:fullname "Louis Ziegler";
+	nco:nameGiven "Louis";
+	nco:nameFamily "Ziegler";
+	nco:birthDate "1943-03-06";
+	nco:hasAffiliation "Electroplater";
+	nco:hasEmailAddress <mailto:lziegler duiset us>;
+	nco:hasIMAccount <xmpp:louis ziegler gmail com>;
+	nco:hasPostalAddress <urn:uuid:1149023690>.
+
+<urn:uuid:688947132> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05361" ;
+	nco:locality "Whitingham" ;
+	nco:streetAddress "4792 Square Lake Way" .
+
+<mailto:shood teUtwisi com> a nco:EmailAddress; 
+	nco:emailAddress "shood teUtwisi com".
+
+<xmpp:shelton hood gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Shelton Hood" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Accumsan autem ad luptatumzzril amet adipiscing blandit dolore vel amet ut nulla. " ;
+	nco:imID "shelton hood gmail com".
+
+<urn:uuid:525051443> a nco:PersonContact; 
+	nco:fullname "Shelton Hood";
+	nco:nameGiven "Shelton";
+	nco:nameFamily "Hood";
+	nco:birthDate "1942-06-06";
+	nco:hasAffiliation "Billing Clerk Medical";
+	nco:hasEmailAddress <mailto:shood teUtwisi com>;
+	nco:hasIMAccount <xmpp:shelton hood gmail com>;
+	nco:hasPostalAddress <urn:uuid:688947132>.
+
+<urn:uuid:1482795782> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05455" ;
+	nco:locality "Fairfield" ;
+	nco:streetAddress "231 Boulinwood Street" .
+
+<mailto:hong oshea veladipiscing tv> a nco:EmailAddress; 
+	nco:emailAddress "hong oshea veladipiscing tv".
+
+<xmpp:hong oshea gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Hong Oshea" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Commodoconsequat volutpat exerci minim ad dolore euismod velit. " ;
+	nco:imID "hong oshea gmail com".
+
+<tel:+14455963422> a nco:PhoneNumber; 
+	nco:phoneNumber "(445)596-3422".
+
+<urn:uuid:1218919483> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14455963422>]; 
+	nmo:duration 50; 
+	nmo:receivedDate "2008-12-11T15:13:34". 
+
+<urn:uuid:2127831438> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14455963422>]; 
+	nmo:duration 15; 
+	nmo:receivedDate "2009-01-02T15:19:19". 
+
+<urn:uuid:1376990498> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14455963422>]; 
+	nmo:duration 26; 
+	nmo:sentDate "2008-04-06T15:14:00". 
+
+<urn:uuid:1902039372> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14455963422>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-12T15:46:22";
+	nmo:receivedDate "2008-01-25T15:58:45";
+	nmo:plainTextMessageContent "Eros erat lobortis nostrud vero ut commodoconsequat iusto autem ex nisl eum nostrud adipiscing. Euismod sit vel qui vero. Hendrerit elitsed hendrerit vero nostrud. In vero consequatvel minim duis facilisis illum vel eros. ".
+
+<urn:uuid:96863437> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14455963422>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-19T15:12:02";
+	nmo:receivedDate "2008-09-16T15:24:07";
+	nmo:plainTextMessageContent "Aliquip ut praesent vel. Blandit at adipiscing hendrerit vero. Accumsan vero ad illum facilisis euismod. Doloremagna duis elitsed esse eufeugiat eum ut. Consequat eros eufeugiat iriure veniamquis in wisi luptatumzzril eros. Dignissim molestie euismod nostrud Utwisi nibh iusto consequat dolore ea accumsan. Eum et ex minim consequat enim augue consequat delenit duis. ".
+
+<urn:uuid:1830669105> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14455963422>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-22T15:17:37";
+	nmo:receivedDate "2008-11-11T15:41:06";
+	nmo:plainTextMessageContent "Eum tincidunt in nisl ad molestie feugait invulputate volutpat aliquip in diam et te. Erat vero molestie velit vel ex ut minim. Aliquam dolore ut te in facilisi nisl dolor quis adipiscing feugait blandit. Dolore qui blandit nonummy et hendrerit aliquam dolore ea feugait ut dolor molestie. ".
+
+<urn:uuid:1397751105> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14455963422>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-05T15:23:28";
+	nmo:receivedDate "2008-09-06T15:54:34";
+	nmo:plainTextMessageContent "Veniam delenitaugue dolor blandit. Blandit hendrerit molestie luptatum suscipit nisl dignissim lobortis feugait sit at dolore enim. Lorem facilisi enim vero ex. Wisi et nulla facilisi nonummy nulla consequat qui luptatum in suscipit praesent vulputate laoreet. Ipsum dolor dolor ad duis esse ea commodoconsequat et. Utwisi esse commodo invulputate nulla enim autem illum consequat in iriuredolor. At at facilisis duis tincidunt at enim hendrerit at qui ea ad. ".
+
+<urn:uuid:1405323794> a nco:PersonContact; 
+	nco:fullname "Hong Oshea";
+	nco:nameGiven "Hong";
+	nco:nameFamily "Oshea";
+	nco:birthDate "1942-11-22";
+	nco:hasAffiliation "Supervisor Operating Systems Programming";
+	nco:hasEmailAddress <mailto:hong oshea veladipiscing tv>;
+	nco:hasPhoneNumber <tel:+14455963422>;
+	nco:hasIMAccount <xmpp:hong oshea gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:1482795782>.
+
+<urn:uuid:1082146272> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1650976324>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Qui at facilisi facilisis tincidunt nulla suscipit feugait eros iustoodio. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-15T19:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-15T19:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1650976324>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:508496617> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07064" ;
+	nco:locality "Port Reading" ;
+	nco:streetAddress "4842 Knollwood Avenue" .
+
+<mailto:greg dasilva nibhtationullamcorper com> a nco:EmailAddress; 
+	nco:emailAddress "greg dasilva nibhtationullamcorper com".
+
+<urn:uuid:1675075664> a nco:PersonContact; 
+	nco:fullname "Greg Dasilva";
+	nco:nameGiven "Greg";
+	nco:nameFamily "Dasilva";
+	nco:birthDate "1942-11-03";
+	nco:hasAffiliation "Import/Export Clerk";
+	nco:hasEmailAddress <mailto:greg dasilva nibhtationullamcorper com>;
+	nco:hasPostalAddress <urn:uuid:508496617>.
+
+<urn:uuid:444014471> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1544166072>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Duis sit tationullamcorper delenitaugue illum ipsum feugait blandit iusto. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-15T20:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-15T20:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1544166072>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1935206071> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1675075664>;
+	nmo:sentDate "2009-01-15T16:07:25";
+	nmo:receivedDate "2009-01-15T16:08:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "greg dasilva nibhtationullamcorper com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1497173871>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "gmorgan etdolore org"];
+	nmo:messageSubject "Consequat aliquip praesent consectetuer ullamcorper blandit. ";
+	nmo:plainTextMessageContent "Autem veniam nostrud eros velit illum. ".
+
+<urn:uuid:1088737993> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1675075664>;
+	nmo:sentDate "2008-11-16T15:54:14";
+	nmo:receivedDate "2008-11-16T15:54:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "greg dasilva nibhtationullamcorper com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:204965412>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "icoffman minimpraesent net"];
+	nmo:bcc <urn:uuid:2068553785>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "tyron keene iustonislut us"];
+	nmo:messageSubject "Qui te commodoconsequat elitsed facilisis nulla facilisi minim wisi doloremagna. ";
+	nmo:plainTextMessageContent "Accumsan delenit veniamquis hendrerit tationullamcorper consequat dolore. ".
+
+<urn:uuid:937042130> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1675075664>;
+	nmo:sentDate "2008-12-09T15:26:48";
+	nmo:receivedDate "2008-12-09T15:27:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "greg dasilva nibhtationullamcorper com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Iriuredolor eu in volutpat feugiat minim quis duis te. ";
+	nmo:plainTextMessageContent "Luptatumzzril autem duis hendrerit dolore ipsum feugiat dolor tation lobortis in feugiat zzril. ".
+
+<urn:uuid:2097347260> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1675075664>;
+	nmo:sentDate "2008-05-15T15:44:56";
+	nmo:receivedDate "2008-05-15T15:45:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "greg dasilva nibhtationullamcorper com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consequatvel iustoodio diam nostrud commodoconsequat wisi. ";
+	nmo:plainTextMessageContent "Laoreet enim zzril dolore. Ut dignissim nulla iriure eufeugiat esse veniam suscipit dignissim delenit veniamquis nibh. ".
+
+<urn:uuid:1756125258> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1675075664>;
+	nmo:sentDate "2008-12-19T15:48:51";
+	nmo:receivedDate "2008-12-19T15:49:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "greg dasilva nibhtationullamcorper com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:800660757>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "gil fogarty nulladelenitaugue net"];
+	nmo:messageSubject "Praesent lorem tincidunt ut vulputate veniamquis tation enim iriure praesent adipiscing vel consequat. ";
+	nmo:plainTextMessageContent "Praesent veniamquis autem consequat augue consequat eu hendrerit adipiscing feugiat hendrerit enim. Velit diam te vel. ".
+
+<urn:uuid:1252832955> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1675075664>;
+	nmo:sentDate "2008-05-02T15:46:29";
+	nmo:receivedDate "2008-05-02T15:46:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "greg dasilva nibhtationullamcorper com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Praesent duis vel velit vero minim autem facilisi dignissim feugait in. ";
+	nmo:plainTextMessageContent "Facilisis exerci consequatvel consequat sit nisl at facilisis enim commodoconsequat. ".
+
+<urn:uuid:295433443> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1675075664>;
+	nmo:sentDate "2009-01-17T15:19:23";
+	nmo:receivedDate "2009-01-17T15:19:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "greg dasilva nibhtationullamcorper com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:2020713750>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ivory bartels inaliquam com"];
+	nmo:messageSubject "Dolore te eufeugiat delenitaugue dignissim facilisi. ";
+	nmo:plainTextMessageContent "Eum iusto ut illum in te doloremagna augue duis te delenitaugue ut hendrerit enim. Nulla iriuredolor consectetuer hendrerit wisi te nislut enim wisi iriuredolor. ".
+
+<urn:uuid:1963203850> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1675075664>;
+	nmo:sentDate "2008-11-12T15:17:02";
+	nmo:receivedDate "2008-11-12T15:17:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "greg dasilva nibhtationullamcorper com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Molestie consequat aliquam tationullamcorper. ";
+	nmo:plainTextMessageContent "Praesent nisl facilisis enim iriuredolor nulla zzril. ".
+
+<urn:uuid:982788206> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1675075664>;
+	nmo:sentDate "2008-12-22T15:20:14";
+	nmo:receivedDate "2008-12-22T15:21:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "greg dasilva nibhtationullamcorper com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:388325571>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "beatrice hudson auguetationullamcorper net"];
+	nmo:bcc <urn:uuid:1238728405>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "larchuleta doloremagnairiure gov"];
+	nmo:messageSubject "Luptatumzzril commodoconsequat qui tincidunt vel hendrerit ea tationullamcorper dolore nonummy esse facilisis. ";
+	nmo:plainTextMessageContent "Praesent et volutpat tincidunt facilisis. ".
+
+<urn:uuid:899227212> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1675075664>;
+	nmo:sentDate "2008-10-02T15:13:19";
+	nmo:receivedDate "2008-10-02T15:13:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "greg dasilva nibhtationullamcorper com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:114605023>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "sadcock duisenim gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Ea esse qui consectetuer vel nulla aliquip qui. ";
+	nmo:plainTextMessageContent "Molestie nulla veniamquis minim velit consequatvel veniamquis dolore praesent ex. ".
+
+<urn:uuid:1698248619> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1675075664>;
+	nmo:sentDate "2008-08-23T15:14:12";
+	nmo:receivedDate "2008-08-23T15:14:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "greg dasilva nibhtationullamcorper com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2016461997>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mpeter feugaitut us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Erat doloremagna tincidunt commodoconsequat suscipit volutpat. ";
+	nmo:plainTextMessageContent "Ipsum iriuredolor dolore at praesent esse doloremagna commodoconsequat. Hendrerit qui duis lobortis molestie ex et vel dolor praesent volutpat in iriure esse. ".
+
+<urn:uuid:883293382> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1675075664>;
+	nmo:sentDate "2008-12-10T15:40:05";
+	nmo:receivedDate "2008-12-10T15:40:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "greg dasilva nibhtationullamcorper com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1498245520>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kcuster molestieexerci eu"];
+	nmo:messageSubject "Consequat aliquip qui consequat exerci vero ut illum enim erat etaccumsan. ";
+	nmo:plainTextMessageContent "Diam veniam minim quis euismod autem consequat enim tincidunt ad dolore praesent invulputate. ".
+
+<urn:uuid:580186592> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1675075664>;
+	nmo:sentDate "2008-10-07T15:43:09";
+	nmo:receivedDate "2008-10-07T15:43:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "greg dasilva nibhtationullamcorper com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2039589981>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "clarissa christmas blanditexerci org"];
+	nmo:messageSubject "Feugait feugait vero tationullamcorper. ";
+	nmo:plainTextMessageContent "In qui Utwisi volutpat dolor tincidunt vel lobortis nulla. ".
+
+<urn:uuid:448620887> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1675075664>;
+	nmo:sentDate "2009-02-05T15:26:01";
+	nmo:receivedDate "2009-02-05T15:26:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "greg dasilva nibhtationullamcorper com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Tation lorem in dolore vel duis suscipit duis eum in dignissim. ";
+	nmo:plainTextMessageContent "In nulla autem velit elitsed vulputate nibh minim facilisi eu Utwisi ullamcorper eum in. ".
+
+<urn:uuid:853053204> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1675075664>;
+	nmo:sentDate "2008-08-09T15:41:02";
+	nmo:receivedDate "2008-08-09T15:41:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "greg dasilva nibhtationullamcorper com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Lobortis vel esse sit volutpat commodoconsequat iriuredolor adipiscing ex. ";
+	nmo:plainTextMessageContent "At facilisis Utwisi adipiscing invulputate. ".
+
+<urn:uuid:1121172621> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1675075664>;
+	nmo:sentDate "2008-03-14T15:35:44";
+	nmo:receivedDate "2008-03-14T15:36:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "greg dasilva nibhtationullamcorper com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1691330588>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "mbrinkman consequatdignissim gov"];
+	nmo:messageSubject "Nisl nulla at volutpat nulla qui hendrerit facilisis etaccumsan volutpat. ";
+	nmo:plainTextMessageContent "Commodo duis facilisis qui blandit eufeugiat. ".
+
+<urn:uuid:119449162> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1675075664>;
+	nmo:sentDate "2009-01-26T15:32:20";
+	nmo:receivedDate "2009-01-26T15:32:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "greg dasilva nibhtationullamcorper com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla aliquip blandit dolore in adipiscing suscipit eum ad. ";
+	nmo:plainTextMessageContent "Nulla volutpat lobortis molestie Utwisi praesent hendrerit dignissim sit eros erat nonummy. Nonummy vulputate facilisi tationullamcorper in duis duis wisi in. ".
+
+<urn:uuid:1754688756> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1675075664>;
+	nmo:sentDate "2008-05-30T15:46:14";
+	nmo:receivedDate "2008-05-30T15:46:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "greg dasilva nibhtationullamcorper com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Aliquam eros iriure iriuredolor blandit exerci dignissim vel et hendrerit. ";
+	nmo:plainTextMessageContent "Suscipit praesent facilisis lobortis in odio exerci suscipit amet duis vero facilisis laoreet praesent. Qui laoreet praesent lorem. ".
+
+<urn:uuid:979616698> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1675075664>;
+	nmo:sentDate "2008-02-28T15:44:35";
+	nmo:receivedDate "2008-02-28T15:45:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "greg dasilva nibhtationullamcorper com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Velit nulla invulputate vel luptatumzzril minim in te in velit tation. ";
+	nmo:plainTextMessageContent "Nulla delenit feugiat iustoodio et te ut veniamquis. ".
+
+<urn:uuid:361443251> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1675075664>;
+	nmo:sentDate "2008-07-23T15:48:56";
+	nmo:receivedDate "2008-07-23T15:49:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "greg dasilva nibhtationullamcorper com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Aliquam eu facilisis erat qui qui nulla consequatvel euismod euismod te. ";
+	nmo:plainTextMessageContent "Tincidunt minim vel tincidunt vero eum eum ea ut erat sit luptatum. Vulputate tation delenitaugue feugiat commodoconsequat nostrud praesent invulputate iustoodio nulla delenitaugue veniam suscipit minim. ".
+
+<urn:uuid:1501926486> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01370" ;
+	nco:locality "Shelburne Falls" ;
+	nco:streetAddress "2050 Oak Bend Drive" .
+
+<mailto:lwashburn volutpatmolestie info> a nco:EmailAddress; 
+	nco:emailAddress "lwashburn volutpatmolestie info".
+
+<tel:+18603755477> a nco:PhoneNumber; 
+	nco:phoneNumber "(860)375-5477".
+
+<urn:uuid:25301557> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18603755477>]; 
+	nmo:duration 15; 
+	nmo:receivedDate "2008-04-25T15:39:10". 
+
+<urn:uuid:595278855> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18603755477>]; 
+	nmo:duration 25; 
+	nmo:receivedDate "2009-02-13T15:26:45". 
+
+<urn:uuid:562638857> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18603755477>]; 
+	nmo:duration 21; 
+	nmo:receivedDate "2008-03-13T15:55:10". 
+
+<urn:uuid:1591007701> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18603755477>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-01T15:56:54";
+	nmo:receivedDate "2008-05-03T16:00:54";
+	nmo:plainTextMessageContent "Eros velit in nostrud facilisis eros eros ut. Iriuredolor eum consequatvel ex nulla ea consectetuer suscipit lobortis. Eum amet velit esse eu in velit in. Feugiat consequatvel autem enim. ".
+
+<urn:uuid:812472402> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18603755477>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-28T15:49:11";
+	nmo:receivedDate "2008-09-09T15:46:24";
+	nmo:plainTextMessageContent "Vel minim amet exerci minim. Sit vero exerci qui quis accumsan consequat iriure hendrerit consequatvel nulla. Iriure at nostrud ut dolore vero iustoodio ut sit. Duis enim consequatvel nulla eum hendrerit. ".
+
+<urn:uuid:11552914> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18603755477>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-18T15:19:19";
+	nmo:receivedDate "2008-09-02T15:52:04";
+	nmo:plainTextMessageContent "Eufeugiat dolor consequatvel blandit nibh vero velit consectetuer. Autem molestie dolore ea nisl. Dolor dolor illum autem elitsed et facilisi feugiat vulputate commodo. Wisi dolore iusto eum enim dolore minim enim adipiscing feugait blandit ex vero. ".
+
+<urn:uuid:778557233> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18603755477>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-11T15:24:32";
+	nmo:receivedDate "2008-07-11T15:18:29";
+	nmo:plainTextMessageContent "Accumsan ut autem eros duis ea. Suscipit exerci praesent molestie ullamcorper ad duis praesent molestie etaccumsan blandit. Ea ut luptatumzzril ea veniamquis ex nonummy dolor. Commodo et nulla illum lobortis et dolore dolore tincidunt nulla quis. Nulla feugait tationullamcorper et molestie ex ad. Suscipit vel dolore veniam at exerci blandit feugait luptatumzzril hendrerit in facilisis. Illum lorem facilisi accumsan ad nulla velit. ".
+
+<urn:uuid:1276383388> a nco:PersonContact; 
+	nco:fullname "Larry Washburn";
+	nco:nameGiven "Larry";
+	nco:nameFamily "Washburn";
+	nco:birthDate "1942-07-04";
+	nco:hasAffiliation "Medical X-Ray Technician";
+	nco:hasEmailAddress <mailto:lwashburn volutpatmolestie info>;
+	nco:hasPhoneNumber <tel:+18603755477>;
+	nco:hasPostalAddress <urn:uuid:1501926486>.
+
+<urn:uuid:1801579711> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1441706018>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Exerci etaccumsan blandit facilisis exerci vero erat duis feugait luptatumzzril in. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-16T16:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-16T18:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1441706018>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1900504044> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1276383388>;
+	nmo:sentDate "2008-05-10T15:23:08";
+	nmo:receivedDate "2008-05-10T15:23:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lwashburn volutpatmolestie info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iriure hendrerit feugait ex molestie iriuredolor zzril qui consequatvel nislut. ";
+	nmo:plainTextMessageContent "Dolor amet lorem vulputate facilisi consequat nostrud. Blandit ex volutpat suscipit velit iriure dolor. ".
+
+<urn:uuid:2002998530> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1276383388>;
+	nmo:sentDate "2008-08-07T15:56:31";
+	nmo:receivedDate "2008-08-07T15:57:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lwashburn volutpatmolestie info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1748618073>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dhooper nostrudnisl info"];
+	nmo:bcc <urn:uuid:649214947>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "nescobedo blanditdolor eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Dolore augue ut iusto feugait tationullamcorper eros adipiscing qui dolore facilisis delenitaugue dolore. ";
+	nmo:plainTextMessageContent "Zzril wisi etaccumsan facilisi nostrud tation iriuredolor doloremagna luptatum vero ad vel. Et molestie ut exerci nostrud elitsed eu vero ea autem duis. ".
+
+<urn:uuid:1332795405> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1276383388>;
+	nmo:sentDate "2008-11-30T15:58:47";
+	nmo:receivedDate "2008-11-30T15:59:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lwashburn volutpatmolestie info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2044297040>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "alden lombard odiodolor net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Nulla ipsum praesent vel molestie vel nulla nulla blandit commodo dolore nulla dignissim ad. ";
+	nmo:plainTextMessageContent "Duis nulla aliquam sit nislut ad wisi eros duis veniam diam. ".
+
+<urn:uuid:149537590> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1276383388>;
+	nmo:sentDate "2008-03-01T15:27:11";
+	nmo:receivedDate "2008-03-01T15:27:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lwashburn volutpatmolestie info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:759255649>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mpepper feugaitveniam us"];
+	nmo:bcc <urn:uuid:1140837545>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "karon glenn enimluptatumzzril edu"];
+	nmo:messageSubject "Vel ad ea praesent nisl. ";
+	nmo:plainTextMessageContent "Consequat ea minim nislut blandit esse facilisis dolore iriuredolor dolor dignissim delenit laoreet. Feugait adipiscing duis tationullamcorper tationullamcorper duis lobortis etaccumsan adipiscing tationullamcorper nibh invulputate commodo exerci. ".
+
+<urn:uuid:1000341785> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1276383388>;
+	nmo:sentDate "2008-11-14T15:35:37";
+	nmo:receivedDate "2008-11-14T15:36:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lwashburn volutpatmolestie info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1152477340>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "toneal admolestie us"];
+	nmo:bcc <urn:uuid:1169855577>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "wilma vanmeter dolorecommodo edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Nulla ea aliquip duis illum lobortis veniamquis. ";
+	nmo:plainTextMessageContent "Laoreet hendrerit qui euismod vulputate. Facilisis in ad hendrerit dolore consequat exerci. ".
+
+<urn:uuid:1498003251> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1276383388>;
+	nmo:sentDate "2008-03-28T15:33:52";
+	nmo:receivedDate "2008-03-28T15:34:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lwashburn volutpatmolestie info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vel facilisis vel odio elitsed. ";
+	nmo:plainTextMessageContent "Facilisis dolor nisl volutpat aliquam molestie consequatvel exerci te minim lobortis. ".
+
+<urn:uuid:664019740> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1276383388>;
+	nmo:sentDate "2008-08-02T16:06:51";
+	nmo:receivedDate "2008-08-02T16:07:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lwashburn volutpatmolestie info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "In consequat facilisis te dolore suscipit eros vulputate. ";
+	nmo:plainTextMessageContent "Vel feugiat eros ullamcorper et. ".
+
+<urn:uuid:925444711> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1276383388>;
+	nmo:sentDate "2008-02-11T15:17:59";
+	nmo:receivedDate "2008-02-11T15:18:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lwashburn volutpatmolestie info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1657586885>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "truman kidd illumte tv"];
+	nmo:messageSubject "Diam nostrud qui odio nibh ut enim in. ";
+	nmo:plainTextMessageContent "Augue dignissim illum exerci at eum hendrerit etaccumsan eu tationullamcorper vel in. Esse odio exerci luptatumzzril lorem dignissim esse ullamcorper esse ut ipsum praesent. ".
+
+<urn:uuid:1292476826> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1276383388>;
+	nmo:sentDate "2008-10-02T16:02:26";
+	nmo:receivedDate "2008-10-02T16:02:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lwashburn volutpatmolestie info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla volutpat minim delenitaugue luptatum. ";
+	nmo:plainTextMessageContent "Qui enim luptatumzzril ipsum et. Nulla dolor ut eum aliquip molestie commodoconsequat dolore hendrerit blandit dolor. ".
+
+<urn:uuid:268880627> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1276383388>;
+	nmo:sentDate "2008-07-28T16:07:58";
+	nmo:receivedDate "2008-07-28T16:08:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lwashburn volutpatmolestie info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nonummy hendrerit eum dignissim duis. ";
+	nmo:plainTextMessageContent "Dolore tationullamcorper nostrud blandit molestie luptatumzzril ad autem. Velit minim tationullamcorper luptatumzzril in dolore. ".
+
+<urn:uuid:733168234> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1276383388>;
+	nmo:sentDate "2008-07-11T15:56:38";
+	nmo:receivedDate "2008-07-11T15:57:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lwashburn volutpatmolestie info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Molestie at nulla diam ut blandit et duis odio qui vero minim. ";
+	nmo:plainTextMessageContent "Euismod tincidunt illum ex dignissim commodo laoreet eum tation facilisi doloremagna. ".
+
+<urn:uuid:787991206> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1276383388>;
+	nmo:sentDate "2008-11-08T15:47:02";
+	nmo:receivedDate "2008-11-08T15:47:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lwashburn volutpatmolestie info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Suscipit augue blandit ad adipiscing enim ad. ";
+	nmo:plainTextMessageContent "Consequatvel vel tationullamcorper vero ut iriure facilisis amet ea nisl vel dolore ea. Qui esse Utwisi at. ".
+
+<urn:uuid:2121678062> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1276383388>;
+	nmo:sentDate "2008-10-26T15:20:39";
+	nmo:receivedDate "2008-10-26T15:20:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lwashburn volutpatmolestie info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1871197626>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ccamara etiustoodio us"];
+	nmo:messageSubject "Dignissim aliquip eum ex iriure adipiscing blandit illum te. ";
+	nmo:plainTextMessageContent "Ex ullamcorper aliquam tationullamcorper esse molestie invulputate. Praesent ea lobortis wisi. ".
+
+<urn:uuid:671746096> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1276383388>;
+	nmo:sentDate "2008-08-05T16:06:56";
+	nmo:receivedDate "2008-08-05T16:07:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lwashburn volutpatmolestie info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1822961743>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jsams lobortisillum tv"];
+	nmo:messageSubject "Nislut ad dolore molestie praesent aliquip dolor delenit in dolore dolore. ";
+	nmo:plainTextMessageContent "Luptatum in veniam dolor vel sit te qui qui consequat adipiscing te. ".
+
+<urn:uuid:296757522> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1276383388>;
+	nmo:sentDate "2008-05-09T16:07:04";
+	nmo:receivedDate "2008-05-09T16:07:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lwashburn volutpatmolestie info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eufeugiat exerci esse enim enim consectetuer duis elitsed esse. ";
+	nmo:plainTextMessageContent "Molestie lobortis dolore facilisi ex aliquip. Elitsed vel enim dolore in duis iriuredolor. ".
+
+<urn:uuid:1517135526> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1276383388>;
+	nmo:sentDate "2008-04-12T15:50:35";
+	nmo:receivedDate "2008-04-12T15:51:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lwashburn volutpatmolestie info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nislut autem doloremagna facilisis amet feugait minim autem tincidunt tation feugait enim adipiscing tationullamcorper. ";
+	nmo:plainTextMessageContent "Eum exerci nulla ex lorem et tation vero hendrerit in et. Qui veniamquis et veniamquis in minim nulla vero molestie nostrud. ".
+
+<urn:uuid:1330170945> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1276383388>;
+	nmo:sentDate "2009-01-20T15:48:28";
+	nmo:receivedDate "2009-01-20T15:49:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lwashburn volutpatmolestie info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nostrud facilisi iustoodio accumsan duis ipsum nulla et ad te. ";
+	nmo:plainTextMessageContent "Consequatvel consequat facilisis ex te feugait vulputate dolor ea nulla eum. Tationullamcorper euismod autem odio sit diam odio nulla tation te. ".
+
+<urn:uuid:1776320955> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1276383388>;
+	nmo:sentDate "2008-08-20T15:13:59";
+	nmo:receivedDate "2008-08-20T15:14:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lwashburn volutpatmolestie info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1405323794>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "hong oshea veladipiscing tv"];
+	nmo:bcc <urn:uuid:1091309697>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rbearden doloremagnate gov"];
+	nmo:messageSubject "Eum ut laoreet volutpat eum diam quis te minim etaccumsan vel luptatum. ";
+	nmo:plainTextMessageContent "Nostrud eros wisi et suscipit ut lobortis Utwisi volutpat ex. ".
+
+<urn:uuid:1288228234> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1276383388>;
+	nmo:sentDate "2008-09-16T15:59:03";
+	nmo:receivedDate "2008-09-16T15:59:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lwashburn volutpatmolestie info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:2044297040>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "alden lombard odiodolor net"];
+	nmo:messageSubject "Feugiat sit etaccumsan dolore dolore vero te suscipit veniamquis ut aliquip. ";
+	nmo:plainTextMessageContent "Lobortis in consequat aliquam duis aliquip esse facilisis exerci duis in. Dolore duis hendrerit dolore. ".
+
+<urn:uuid:629323249> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1276383388>;
+	nmo:sentDate "2008-04-26T15:35:28";
+	nmo:receivedDate "2008-04-26T15:35:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lwashburn volutpatmolestie info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1759192110>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:bcc <urn:uuid:78814138>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "mcoates commodoconsequatea eu"];
+	nmo:messageSubject "Consequatvel qui nisl ex ex illum nislut dignissim nulla quis praesent molestie. ";
+	nmo:plainTextMessageContent "Dolore duis zzril dignissim euismod aliquam qui. Dolore illum delenitaugue at nisl praesent nostrud. ".
+
+<urn:uuid:860460875> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1276383388>;
+	nmo:sentDate "2008-03-03T16:07:04";
+	nmo:receivedDate "2008-03-03T16:07:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lwashburn volutpatmolestie info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1395960551>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gay landrum ipsumveniamquis net"];
+	nmo:messageSubject "Sit tation duis aliquam ipsum minim praesent. ";
+	nmo:plainTextMessageContent "Nostrud iustoodio nulla hendrerit invulputate ullamcorper dolore. Velit amet minim minim autem autem at te commodoconsequat accumsan dolore. ".
+
+<urn:uuid:1665993704> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10581" ;
+	nco:locality "Rye" ;
+	nco:streetAddress "1371 Caylors Wood Lane" .
+
+<mailto:larriaga nislutillum us> a nco:EmailAddress; 
+	nco:emailAddress "larriaga nislutillum us".
+
+<xmpp:letha arriaga gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Letha Arriaga" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Ipsum tation zzril nostrud consequat et euismod facilisis hendrerit exerci nulla tationullamcorper. " ;
+	nco:imID "letha arriaga gmail com".
+
+<urn:uuid:943376788> a nco:PersonContact; 
+	nco:fullname "Letha Arriaga";
+	nco:nameGiven "Letha";
+	nco:nameFamily "Arriaga";
+	nco:birthDate "1942-09-29";
+	nco:hasAffiliation "Supervisor Sales";
+	nco:hasEmailAddress <mailto:larriaga nislutillum us>;
+	nco:hasIMAccount <xmpp:letha arriaga gmail com>;
+	nco:hasPostalAddress <urn:uuid:1665993704>.
+
+<urn:uuid:1692772417> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:595898593>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Ad nulla nostrud enim nislut lorem velit diam ea laoreet. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-06T18:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-06T19:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:595898593>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1348639978> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13066" ;
+	nco:locality "Fayetteville" ;
+	nco:streetAddress "7913 Forest Drive" .
+
+<mailto:mlevin luptatumzzrilblandit edu> a nco:EmailAddress; 
+	nco:emailAddress "mlevin luptatumzzrilblandit edu".
+
+<tel:+12073645743> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)364-5743".
+
+<urn:uuid:187090812> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12073645743>]; 
+	nmo:duration 41; 
+	nmo:sentDate "2008-03-09T15:25:21". 
+
+<urn:uuid:1814726422> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12073645743>]; 
+	nmo:duration 49; 
+	nmo:receivedDate "2008-05-04T15:21:57". 
+
+<urn:uuid:1437003669> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12073645743>]; 
+	nmo:duration 41; 
+	nmo:receivedDate "2008-02-23T15:17:06". 
+
+<urn:uuid:1627434620> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12073645743>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-21T16:10:50";
+	nmo:receivedDate "2008-10-08T15:55:07";
+	nmo:plainTextMessageContent "Vulputate ex qui iustoodio feugait at vel lobortis. Iustoodio enim aliquip quis tation feugiat minim. Erat nostrud vel vulputate nisl. Augue esse delenitaugue minim ex delenitaugue facilisi. Iustoodio diam illum consectetuer ea delenit. ".
+
+<urn:uuid:603219247> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12073645743>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-17T15:38:39";
+	nmo:receivedDate "2008-07-25T15:22:54";
+	nmo:plainTextMessageContent "Esse ex dolore ex facilisis. Eum veniam ad enim suscipit dolore. Commodo aliquip nonummy facilisi aliquip. Ut ea Utwisi tationullamcorper consequat euismod vulputate ea elitsed illum commodoconsequat autem. ".
+
+<urn:uuid:271666309> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12073645743>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-15T15:20:21";
+	nmo:receivedDate "2008-07-24T15:22:04";
+	nmo:plainTextMessageContent "Laoreet suscipit iustoodio consequat te ex hendrerit. Molestie delenitaugue nulla lobortis enim nulla nislut in autem ad quis duis tation. Volutpat ad eu nulla vel ullamcorper dignissim luptatum autem eum. At duis dignissim ex esse iusto consectetuer zzril eufeugiat ex nulla feugait. Veniamquis esse illum facilisis invulputate ullamcorper dignissim dolore et tationullamcorper. Et ut te blandit facilisis nulla consequatvel ut quis. ".
+
+<urn:uuid:843681592> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12073645743>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-19T15:27:30";
+	nmo:receivedDate "2008-03-02T16:04:21";
+	nmo:plainTextMessageContent "Etaccumsan te Utwisi nulla ipsum dolore nulla esse iusto. Dolore iriuredolor nibh vulputate consequatvel nisl facilisi duis. Autem ad dolore et suscipit lobortis volutpat esse iriuredolor doloremagna minim ipsum. Nostrud zzril volutpat ut feugait dignissim dolore veniamquis. Ex suscipit odio tation esse dolore at enim nulla tincidunt. Lorem ut dolore vel eros vel aliquam laoreet. Nisl nonummy velit feugait. ".
+
+<urn:uuid:400003819> a nco:PersonContact; 
+	nco:fullname "Mitchel Levin";
+	nco:nameGiven "Mitchel";
+	nco:nameFamily "Levin";
+	nco:birthDate "1942-10-02";
+	nco:hasAffiliation "Medical Veterinary Technician";
+	nco:hasEmailAddress <mailto:mlevin luptatumzzrilblandit edu>;
+	nco:hasPhoneNumber <tel:+12073645743>;
+	nco:hasPostalAddress <urn:uuid:1348639978>.
+
+<urn:uuid:1313938222> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15432" ;
+	nco:locality "Dunlevy" ;
+	nco:streetAddress "4995 Mcvay Parkway" .
+
+<mailto:marc bryson iriuredolorex info> a nco:EmailAddress; 
+	nco:emailAddress "marc bryson iriuredolorex info".
+
+<urn:uuid:801370808> a nco:PersonContact; 
+	nco:fullname "Marc Bryson";
+	nco:nameGiven "Marc";
+	nco:nameFamily "Bryson";
+	nco:birthDate "1942-05-29";
+	nco:hasAffiliation "Nursing Services Instructor";
+	nco:hasEmailAddress <mailto:marc bryson iriuredolorex info>;
+	nco:hasPostalAddress <urn:uuid:1313938222>.
+
+<urn:uuid:447628968> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:801370808>;
+	nmo:sentDate "2008-08-22T15:23:43";
+	nmo:receivedDate "2008-08-22T15:24:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc bryson iriuredolorex info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1074437036>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rredman blanditodio net"];
+	nmo:messageSubject "Dolore lobortis eum eum ex. ";
+	nmo:plainTextMessageContent "Duis hendrerit at feugiat in nostrud amet. Consequat eum vel feugiat ad ut ut amet. ".
+
+<urn:uuid:1642814941> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:801370808>;
+	nmo:sentDate "2008-02-01T15:12:40";
+	nmo:receivedDate "2008-02-01T15:13:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc bryson iriuredolorex info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:78814138>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "mcoates commodoconsequatea eu"];
+	nmo:messageSubject "Iriure eufeugiat minim eum vero te. ";
+	nmo:plainTextMessageContent "Exerci at hendrerit qui feugait dolore exerci dolore duis. ".
+
+<urn:uuid:994890187> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:801370808>;
+	nmo:sentDate "2008-03-12T15:24:15";
+	nmo:receivedDate "2008-03-12T15:24:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc bryson iriuredolorex info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2101462160>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "chowes adipiscingnisl eu"];
+	nmo:messageSubject "Enim ad lobortis dolore elitsed invulputate. ";
+	nmo:plainTextMessageContent "Invulputate doloremagna te lobortis consequat vero minim iriuredolor lobortis dolore duis commodoconsequat in nostrud. ".
+
+<urn:uuid:638210293> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:801370808>;
+	nmo:sentDate "2008-11-17T16:08:47";
+	nmo:receivedDate "2008-11-17T16:09:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc bryson iriuredolorex info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:808555867>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "acisneros hendreritnostrud net"];
+	nmo:messageSubject "Nibh vel feugiat praesent in exerci veniam erat eu ut te et. ";
+	nmo:plainTextMessageContent "Zzril doloremagna feugait augue wisi dignissim nibh. Te ad volutpat sit commodoconsequat amet feugiat et delenit feugait nostrud ex molestie adipiscing. ".
+
+<urn:uuid:1265924966> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:801370808>;
+	nmo:sentDate "2008-09-09T15:41:34";
+	nmo:receivedDate "2008-09-09T15:42:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc bryson iriuredolorex info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Et qui dolor invulputate ad diam exerci esse te eum duis eu dignissim quis. ";
+	nmo:plainTextMessageContent "Commodo aliquam vel nibh tincidunt facilisis te feugait augue nisl in ea. Vulputate dolore nostrud iustoodio adipiscing praesent iustoodio zzril illum eum nulla. ".
+
+<urn:uuid:1661847489> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:801370808>;
+	nmo:sentDate "2008-03-15T15:15:25";
+	nmo:receivedDate "2008-03-15T15:15:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc bryson iriuredolorex info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Quis praesent dolore ad. ";
+	nmo:plainTextMessageContent "Esse ullamcorper luptatumzzril nostrud nisl esse hendrerit ut wisi consectetuer duis ut luptatumzzril. ".
+
+<urn:uuid:878511608> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:801370808>;
+	nmo:sentDate "2008-04-13T15:38:49";
+	nmo:receivedDate "2008-04-13T15:39:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc bryson iriuredolorex info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Blandit at nulla esse facilisi ut delenitaugue ad nisl feugait luptatum consequatvel. ";
+	nmo:plainTextMessageContent "Et nulla etaccumsan ea veniam nibh erat hendrerit augue iusto at doloremagna laoreet. Enim facilisis in commodoconsequat velit illum autem ut nulla in enim enim aliquam. ".
+
+<urn:uuid:152170266> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:801370808>;
+	nmo:sentDate "2008-08-23T15:26:07";
+	nmo:receivedDate "2008-08-23T15:26:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc bryson iriuredolorex info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:888438289>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "alden barrows quidolore eu"];
+	nmo:messageSubject "Molestie duis tation adipiscing eum ex. ";
+	nmo:plainTextMessageContent "Nostrud et ex feugait. Aliquam exerci consequat elitsed dolore nostrud volutpat ex et erat commodoconsequat dolor quis. ".
+
+<urn:uuid:78396684> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:801370808>;
+	nmo:sentDate "2008-09-01T15:52:28";
+	nmo:receivedDate "2008-09-01T15:52:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc bryson iriuredolorex info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consequat ullamcorper doloremagna ex delenitaugue facilisi te facilisi lorem nostrud delenitaugue vulputate nonummy minim. ";
+	nmo:plainTextMessageContent "Duis eros enim eum blandit. ".
+
+<urn:uuid:500974998> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:801370808>;
+	nmo:sentDate "2008-10-31T15:31:06";
+	nmo:receivedDate "2008-10-31T15:31:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc bryson iriuredolorex info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Duis eu eufeugiat at vel ut quis molestie duis eufeugiat erat. ";
+	nmo:plainTextMessageContent "Lorem tation enim sit veniam etaccumsan. ".
+
+<urn:uuid:996984635> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:801370808>;
+	nmo:sentDate "2008-03-29T15:35:19";
+	nmo:receivedDate "2008-03-29T15:35:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc bryson iriuredolorex info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1712416799>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "agrider tinciduntluptatumzzril org"];
+	nmo:bcc <urn:uuid:1281249229>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "glenn crandall exvel tv"];
+	nmo:messageSubject "Tincidunt ut nibh ex et consectetuer consequatvel te praesent. ";
+	nmo:plainTextMessageContent "Delenit lobortis zzril volutpat nulla facilisis vel veniam molestie dignissim hendrerit minim feugait molestie. In esse iustoodio vel. ".
+
+<urn:uuid:900605234> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:801370808>;
+	nmo:sentDate "2008-10-16T15:15:19";
+	nmo:receivedDate "2008-10-16T15:16:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc bryson iriuredolorex info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1169442880>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "wkozak odionulla us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Velit hendrerit ad qui nonummy accumsan te. ";
+	nmo:plainTextMessageContent "Esse amet eum ullamcorper Utwisi veniam consequat autem duis laoreet laoreet minim qui. Eu molestie iusto odio volutpat nulla etaccumsan minim. ".
+
+<urn:uuid:2067357356> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:801370808>;
+	nmo:sentDate "2009-01-17T15:50:04";
+	nmo:receivedDate "2009-01-17T15:50:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc bryson iriuredolorex info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1267287784>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageSubject "Praesent facilisis qui luptatumzzril ea erat ea zzril commodo eufeugiat sit commodo augue. ";
+	nmo:plainTextMessageContent "Ad sit exerci tationullamcorper duis delenitaugue consequatvel suscipit molestie illum. ".
+
+<urn:uuid:854166523> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:801370808>;
+	nmo:sentDate "2008-08-16T15:12:09";
+	nmo:receivedDate "2008-08-16T15:12:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc bryson iriuredolorex info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:693945116>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "brett gagnon facilisisminim net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Te dolore esse dignissim eros ut dolor vulputate consequat veniam hendrerit praesent. ";
+	nmo:plainTextMessageContent "Ad facilisi ea eum hendrerit ea facilisi dolore. Nislut ea adipiscing eufeugiat nibh amet facilisi lorem dolore nulla invulputate nislut. ".
+
+<urn:uuid:1723511432> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:801370808>;
+	nmo:sentDate "2008-03-15T15:20:54";
+	nmo:receivedDate "2008-03-15T15:21:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc bryson iriuredolorex info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:471903942>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mfairbanks loremet tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Dolore euismod et ut velit duis nostrud eu ad te esse qui luptatum. ";
+	nmo:plainTextMessageContent "Tincidunt lobortis Utwisi duis. ".
+
+<urn:uuid:1486727946> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:801370808>;
+	nmo:sentDate "2008-04-17T15:54:56";
+	nmo:receivedDate "2008-04-17T15:55:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc bryson iriuredolorex info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iriure esse ipsum feugait nislut commodoconsequat. ";
+	nmo:plainTextMessageContent "In et augue euismod suscipit duis at illum nostrud. Vel at eufeugiat consectetuer feugait. ".
+
+<urn:uuid:296744292> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:801370808>;
+	nmo:sentDate "2008-02-18T15:22:10";
+	nmo:receivedDate "2008-02-18T15:22:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc bryson iriuredolorex info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nibh velit ad lobortis hendrerit illum lobortis eros doloremagna ullamcorper. ";
+	nmo:plainTextMessageContent "At consequatvel iusto tation et hendrerit duis eu adipiscing eros minim. ".
+
+<urn:uuid:1113125769> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:801370808>;
+	nmo:sentDate "2008-06-24T16:10:23";
+	nmo:receivedDate "2008-06-24T16:11:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc bryson iriuredolorex info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1620105064>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kvilla nullaluptatumzzril edu"];
+	nmo:messageSubject "Elitsed Utwisi dolore nulla te vero suscipit blandit nonummy luptatumzzril feugait dolore at esse. ";
+	nmo:plainTextMessageContent "Suscipit dolore eros qui dolore. Ex aliquip praesent quis delenit consectetuer invulputate at ut suscipit in. ".
+
+<urn:uuid:1334777432> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:801370808>;
+	nmo:sentDate "2008-11-06T16:00:31";
+	nmo:receivedDate "2008-11-06T16:00:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc bryson iriuredolorex info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1434632836>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "acarlson dolorduis info"];
+	nmo:messageSubject "At eum odio ad. ";
+	nmo:plainTextMessageContent "Vulputate diam exerci vero eum facilisi. Ut ullamcorper dolor nulla nostrud eum duis ad et molestie. ".
+
+<urn:uuid:1623790168> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "RI" ;
+	nco:postalcode "02828" ;
+	nco:locality "Greenville" ;
+	nco:streetAddress "6098 Kimberley Cove" .
+
+<mailto:ssturm blanditullamcorper info> a nco:EmailAddress; 
+	nco:emailAddress "ssturm blanditullamcorper info".
+
+<urn:uuid:470305951> a nco:PersonContact; 
+	nco:fullname "Soon Sturm";
+	nco:nameGiven "Soon";
+	nco:nameFamily "Sturm";
+	nco:birthDate "1942-05-27";
+	nco:hasAffiliation "Maintenance Technician PC";
+	nco:hasEmailAddress <mailto:ssturm blanditullamcorper info>;
+	nco:hasPostalAddress <urn:uuid:1623790168>.
+
+<urn:uuid:1796073373> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08823" ;
+	nco:locality "Franklin Park" ;
+	nco:streetAddress "8502 Green Twig Way" .
+
+<mailto:marcelino tracy doloremagnaex tv> a nco:EmailAddress; 
+	nco:emailAddress "marcelino tracy doloremagnaex tv".
+
+<urn:uuid:1043241244> a nco:PersonContact; 
+	nco:fullname "Marcelino Tracy";
+	nco:nameGiven "Marcelino";
+	nco:nameFamily "Tracy";
+	nco:birthDate "1943-02-12";
+	nco:hasAffiliation "Overhead Crane Operator";
+	nco:hasEmailAddress <mailto:marcelino tracy doloremagnaex tv>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:1796073373>.
+
+<urn:uuid:78474791> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15433" ;
+	nco:locality "East Millsboro" ;
+	nco:streetAddress "607 Croixwood Street" .
+
+<mailto:jhill doloremagnadignissim eu> a nco:EmailAddress; 
+	nco:emailAddress "jhill doloremagnadignissim eu".
+
+<urn:uuid:1583419384> a nco:PersonContact; 
+	nco:fullname "Jesse Hill";
+	nco:nameGiven "Jesse";
+	nco:nameFamily "Hill";
+	nco:birthDate "1943-01-08";
+	nco:hasAffiliation "Environmental Manager Engineering";
+	nco:hasEmailAddress <mailto:jhill doloremagnadignissim eu>;
+	nco:hasPostalAddress <urn:uuid:78474791>.
+
+<urn:uuid:2003669472> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01059" ;
+	nco:locality "North Amherst" ;
+	nco:streetAddress "4936 Havenhurst Avenue" .
+
+<mailto:leastman hendreritfeugait info> a nco:EmailAddress; 
+	nco:emailAddress "leastman hendreritfeugait info".
+
+<xmpp:leland eastman gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Leland Eastman" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Illum in sit aliquip luptatum ut ea. " ;
+	nco:imID "leland eastman gmail com".
+
+<tel:+17748795162> a nco:PhoneNumber; 
+	nco:phoneNumber "(774)879-5162".
+
+<urn:uuid:387957989> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17748795162>]; 
+	nmo:duration 37; 
+	nmo:sentDate "2008-11-16T15:45:50". 
+
+<urn:uuid:388473340> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17748795162>]; 
+	nmo:duration 25; 
+	nmo:receivedDate "2008-04-28T15:37:07". 
+
+<urn:uuid:145827213> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17748795162>]; 
+	nmo:duration 46; 
+	nmo:receivedDate "2008-10-29T15:58:30". 
+
+<urn:uuid:1102580918> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17748795162>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-25T15:30:10";
+	nmo:receivedDate "2008-02-02T15:49:29";
+	nmo:plainTextMessageContent "Et commodoconsequat iriuredolor qui commodo invulputate feugait odio ad dolor vulputate vero ea iusto. Tationullamcorper enim enim et consequat duis. Diam aliquip ut praesent consequatvel veniam consequat in. Euismod ipsum dignissim autem velit consequat delenit facilisis. Feugait ad invulputate molestie autem velit facilisi amet illum vero. Volutpat ut qui nislut tationullamcorper qui. Zzril eum commodoconsequat tation nulla dolore eros iustoodio aliquip in. ".
+
+<urn:uuid:1926093152> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17748795162>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-21T15:56:01";
+	nmo:receivedDate "2008-03-31T15:19:25";
+	nmo:plainTextMessageContent "Nulla in eu autem suscipit facilisis sit laoreet nonummy ipsum quis ullamcorper commodoconsequat in. Facilisi minim iriure vel esse nulla. Enim eros nisl eu te velit velit elitsed veniam hendrerit ullamcorper dolor. Enim delenitaugue te commodo te veniam facilisis ipsum laoreet eros. Augue lobortis luptatum in tincidunt ad nulla nulla aliquip. ".
+
+<urn:uuid:1262718993> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17748795162>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-31T15:28:51";
+	nmo:receivedDate "2008-09-26T15:36:43";
+	nmo:plainTextMessageContent "Etaccumsan duis ea amet dolor. Aliquam autem lobortis enim ex vero commodoconsequat veniam te eum duis luptatumzzril ea consectetuer. Amet praesent lobortis praesent suscipit et. Molestie odio aliquip dignissim suscipit consectetuer duis in ullamcorper. Facilisi facilisi ea dolore eum luptatum ex ea iriuredolor. In dolore dolor ullamcorper qui autem blandit nulla vero. Suscipit velit luptatum iriuredolor ut facilisi vel iriuredolor. ".
+
+<urn:uuid:1816579514> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17748795162>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-18T15:42:19";
+	nmo:receivedDate "2008-04-29T16:08:04";
+	nmo:plainTextMessageContent "Vero laoreet et luptatum wisi enim te te tation facilisis et. Ut volutpat odio molestie dolore autem autem ullamcorper esse nostrud feugiat ut delenit. Ipsum duis velit ea velit invulputate exerci adipiscing eu praesent. Dolore feugait vero euismod nibh vel nostrud hendrerit te te molestie. Hendrerit elitsed dolore aliquam dignissim. Minim nulla nisl vel eufeugiat duis accumsan autem illum praesent ea vulputate. ".
+
+<urn:uuid:1542370204> a nco:PersonContact; 
+	nco:fullname "Leland Eastman";
+	nco:nameGiven "Leland";
+	nco:nameFamily "Eastman";
+	nco:birthDate "1943-01-06";
+	nco:hasAffiliation "Order Processing Clerk";
+	nco:hasEmailAddress <mailto:leastman hendreritfeugait info>;
+	nco:hasPhoneNumber <tel:+17748795162>;
+	nco:hasIMAccount <xmpp:leland eastman gmail com>;
+	nco:hasPostalAddress <urn:uuid:2003669472>.
+
+<urn:uuid:1801658093> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07950" ;
+	nco:locality "Morris Plains" ;
+	nco:streetAddress "1508 Manor Woods Parkway" .
+
+<mailto:rchisolm inqui info> a nco:EmailAddress; 
+	nco:emailAddress "rchisolm inqui info".
+
+<urn:uuid:253585491> a nco:PersonContact; 
+	nco:fullname "Rex Chisolm";
+	nco:nameGiven "Rex";
+	nco:nameFamily "Chisolm";
+	nco:birthDate "1942-08-31";
+	nco:hasAffiliation "Primary School Teacher";
+	nco:hasEmailAddress <mailto:rchisolm inqui info>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:1801658093>.
+
+<urn:uuid:2019584721> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:253585491>;
+	nmo:sentDate "2008-12-08T15:37:53";
+	nmo:receivedDate "2008-12-08T15:38:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rchisolm inqui info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Diam et duis odio esse wisi hendrerit. ";
+	nmo:plainTextMessageContent "Erat te ullamcorper ea elitsed blandit elitsed qui. ".
+
+<urn:uuid:88226159> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:253585491>;
+	nmo:sentDate "2008-06-03T15:40:33";
+	nmo:receivedDate "2008-06-03T15:40:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rchisolm inqui info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eros wisi nibh dolore. ";
+	nmo:plainTextMessageContent "Iriure duis veniamquis nostrud doloremagna dolore. Invulputate nulla dolore zzril. ".
+
+<urn:uuid:1314630647> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:253585491>;
+	nmo:sentDate "2008-02-04T15:30:50";
+	nmo:receivedDate "2008-02-04T15:31:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rchisolm inqui info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:173299576>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:bcc <urn:uuid:1152477340>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "toneal admolestie us"];
+	nmo:messageSubject "Eum autem accumsan ut exerci praesent ad suscipit luptatumzzril nonummy dolor invulputate. ";
+	nmo:plainTextMessageContent "Dignissim tationullamcorper ipsum in augue erat qui vel nulla. Exerci praesent ut facilisi facilisis vero. ".
+
+<urn:uuid:203412881> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:253585491>;
+	nmo:sentDate "2009-01-27T16:06:07";
+	nmo:receivedDate "2009-01-27T16:07:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rchisolm inqui info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1877149055>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "sweiss exluptatumzzril net"];
+	nmo:messageSubject "Te adipiscing enim facilisi ea blandit suscipit suscipit illum iriuredolor veniam iusto eu. ";
+	nmo:plainTextMessageContent "Delenitaugue eufeugiat blandit dignissim. ".
+
+<urn:uuid:1992842760> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:253585491>;
+	nmo:sentDate "2008-08-26T16:07:38";
+	nmo:receivedDate "2008-08-26T16:07:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rchisolm inqui info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Enim illum autem illum iriuredolor. ";
+	nmo:plainTextMessageContent "Duis nislut commodoconsequat augue et luptatumzzril dolore. Ut lobortis accumsan praesent ad luptatum feugiat hendrerit nibh nulla veniam dolor duis. ".
+
+<urn:uuid:1206974695> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:253585491>;
+	nmo:sentDate "2008-06-17T15:47:34";
+	nmo:receivedDate "2008-06-17T15:48:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rchisolm inqui info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1476835931>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "temery etfacilisi com"];
+	nmo:messageSubject "Laoreet te Utwisi diam tincidunt. ";
+	nmo:plainTextMessageContent "Facilisis illum nonummy minim dolore vulputate blandit nulla te veniam lorem dolore veniamquis. ".
+
+<urn:uuid:247301370> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:253585491>;
+	nmo:sentDate "2009-01-03T15:46:40";
+	nmo:receivedDate "2009-01-03T15:47:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rchisolm inqui info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:379747562>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kwoodall dolordignissim org"];
+	nmo:messageSubject "Commodoconsequat doloremagna te at eu delenit euismod ipsum eros ad wisi te invulputate. ";
+	nmo:plainTextMessageContent "Quis dolore suscipit ut dolore esse amet. ".
+
+<urn:uuid:330003163> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:253585491>;
+	nmo:sentDate "2009-01-01T15:46:00";
+	nmo:receivedDate "2009-01-01T15:46:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rchisolm inqui info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1248407591>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "octavio hutto inte us"];
+	nmo:messageSubject "Luptatum nulla in vel eum duis minim. ";
+	nmo:plainTextMessageContent "Consequat delenitaugue ea luptatumzzril et exerci vero eros iusto eufeugiat consectetuer elitsed ut eu. Tincidunt tationullamcorper molestie eum nulla commodoconsequat nonummy nulla autem sit delenitaugue eum. ".
+
+<urn:uuid:1755043032> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:253585491>;
+	nmo:sentDate "2008-02-22T15:20:05";
+	nmo:receivedDate "2008-02-22T15:20:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rchisolm inqui info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2083022140>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:bcc <urn:uuid:1132553444>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dennis harter lobortiset com"];
+	nmo:messageSubject "Odio facilisi luptatum vero enim aliquip dolor tation hendrerit nisl lobortis ad quis suscipit. ";
+	nmo:plainTextMessageContent "Velit lorem dolore ut wisi nibh consequatvel feugait feugait dolore aliquam nulla dignissim ex. ".
+
+<urn:uuid:1206768295> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:253585491>;
+	nmo:sentDate "2009-01-05T15:33:07";
+	nmo:receivedDate "2009-01-05T15:33:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rchisolm inqui info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ipsum enim luptatumzzril laoreet dolore ex. ";
+	nmo:plainTextMessageContent "Iustoodio suscipit delenit consequat. ".
+
+<urn:uuid:1462223543> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:253585491>;
+	nmo:sentDate "2008-06-16T15:35:43";
+	nmo:receivedDate "2008-06-16T15:36:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rchisolm inqui info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1110307194>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "twila spear doloreeum tv"];
+	nmo:bcc <urn:uuid:1576350578>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "michal littlefield hendreritodio eu"];
+	nmo:messageSubject "Qui aliquam enim eum lorem commodo. ";
+	nmo:plainTextMessageContent "Ea esse nibh nisl qui ipsum dolore. ".
+
+<urn:uuid:2014122821> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:253585491>;
+	nmo:sentDate "2009-02-17T15:59:21";
+	nmo:receivedDate "2009-02-17T16:00:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rchisolm inqui info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1155348940>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "wblaylock luptatumzzriliusto org"];
+	nmo:messageSubject "Et dolore vero ea vel eufeugiat invulputate dolor ut illum. ";
+	nmo:plainTextMessageContent "Nonummy aliquam euismod elitsed facilisis iriure facilisis nonummy ut velit dignissim invulputate. ".
+
+<urn:uuid:2131952356> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:253585491>;
+	nmo:sentDate "2009-01-04T15:57:05";
+	nmo:receivedDate "2009-01-04T15:57:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rchisolm inqui info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Amet duis luptatum exerci odio dolor nibh. ";
+	nmo:plainTextMessageContent "Lorem esse augue molestie aliquip volutpat vulputate velit autem et praesent aliquam commodoconsequat. Velit velit amet accumsan luptatum velit at delenitaugue etaccumsan qui ex nisl. ".
+
+<urn:uuid:351045035> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:253585491>;
+	nmo:sentDate "2008-02-16T15:13:36";
+	nmo:receivedDate "2008-02-16T15:13:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rchisolm inqui info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:2125966341>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "penriquez velitexerci eu"];
+	nmo:messageSubject "Wisi molestie commodoconsequat molestie. ";
+	nmo:plainTextMessageContent "Suscipit dolore eufeugiat nislut tincidunt adipiscing hendrerit tincidunt praesent nisl nulla duis dolore zzril. Ut nulla delenit vel elitsed ad tationullamcorper feugiat lorem ex praesent duis. ".
+
+<urn:uuid:1419280337> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12498" ;
+	nco:locality "Woodstock" ;
+	nco:streetAddress "7181 Farindon Trail" .
+
+<mailto:kromo nibhfeugait org> a nco:EmailAddress; 
+	nco:emailAddress "kromo nibhfeugait org".
+
+<urn:uuid:537429412> a nco:PersonContact; 
+	nco:fullname "Kesha Romo";
+	nco:nameGiven "Kesha";
+	nco:nameFamily "Romo";
+	nco:birthDate "1942-12-14";
+	nco:hasAffiliation "Teller Bank";
+	nco:hasEmailAddress <mailto:kromo nibhfeugait org>;
+	nco:hasPostalAddress <urn:uuid:1419280337>.
+
+<urn:uuid:1677288812> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10571" ;
+	nco:locality "Pleasantville" ;
+	nco:streetAddress "7682 Parkwood Drive" .
+
+<mailto:rosie prieto utduis com> a nco:EmailAddress; 
+	nco:emailAddress "rosie prieto utduis com".
+
+<xmpp:rosie prieto gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Rosie Prieto" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Facilisis autem quis ut hendrerit iriuredolor nibh ut nulla aliquam lorem. " ;
+	nco:imID "rosie prieto gmail com".
+
+<tel:+17244845848> a nco:PhoneNumber; 
+	nco:phoneNumber "(724)484-5848".
+
+<urn:uuid:478019761> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17244845848>]; 
+	nmo:duration 38; 
+	nmo:sentDate "2008-08-14T15:45:59". 
+
+<urn:uuid:1266203938> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17244845848>]; 
+	nmo:duration 39; 
+	nmo:receivedDate "2008-07-27T16:09:56". 
+
+<urn:uuid:1297559741> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17244845848>]; 
+	nmo:duration 1; 
+	nmo:sentDate "2008-03-15T15:23:51". 
+
+<urn:uuid:1931952167> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17244845848>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-02T15:42:59";
+	nmo:receivedDate "2008-12-14T15:31:01";
+	nmo:plainTextMessageContent "Invulputate vero dolore nonummy exerci erat vel duis elitsed augue ea consequat qui. Ipsum qui facilisi esse. Feugiat dignissim luptatum euismod praesent ea. Minim amet eufeugiat vel nostrud iriuredolor etaccumsan exerci praesent ad ea. Nulla ad dolore nulla euismod nulla in nonummy veniamquis tincidunt dignissim hendrerit minim. Adipiscing autem autem et volutpat et nonummy volutpat vero. ".
+
+<urn:uuid:1759499057> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17244845848>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-26T15:46:36";
+	nmo:receivedDate "2008-02-03T16:02:11";
+	nmo:plainTextMessageContent "Enim in dolore aliquip lobortis accumsan delenit autem velit nibh vulputate eum consequat. Nulla velit luptatumzzril eum augue suscipit iriure nulla te. Tation nisl consectetuer lobortis nulla. Suscipit feugait enim eros ea vel vero. Feugiat duis diam luptatum luptatum erat facilisis. Esse velit duis nostrud vulputate consequatvel feugait eu lobortis. ".
+
+<urn:uuid:1932680888> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17244845848>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-29T15:27:27";
+	nmo:receivedDate "2008-03-27T15:18:10";
+	nmo:plainTextMessageContent "Vero accumsan in te aliquam suscipit eros veniamquis tation esse. Dolore consequat vero suscipit doloremagna erat suscipit nibh autem exerci at ullamcorper ut illum. Nisl vero nulla tincidunt eros vel feugiat enim. Hendrerit hendrerit commodoconsequat hendrerit ut aliquip te facilisi sit quis. Praesent dolore veniam amet zzril amet hendrerit. Ut veniamquis in dolor duis eum elitsed vel tationullamcorper te iusto. Blandit ullamcorper et lobortis eros delenitaugue et iriure laoreet eum vero ad aliquam. ".
+
+<urn:uuid:489164159> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17244845848>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-10T15:29:10";
+	nmo:receivedDate "2008-08-27T15:31:15";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Elitsed dolor et ipsum eum nostrud vel ex. Sit tincidunt vero nislut feugiat nonummy nulla. Molestie ex vero commodoconsequat et vel facilisis lobortis dolor wisi. Feugiat ut te feugait feugait erat in dolore. Illum eum delenit at nulla facilisis in vulputate nibh illum ea suscipit et. Commodo veniamquis exerci ex adipiscing augue. ".
+
+<urn:uuid:961328314> a nco:PersonContact; 
+	nco:fullname "Rosie Prieto";
+	nco:nameGiven "Rosie";
+	nco:nameFamily "Prieto";
+	nco:birthDate "1943-03-06";
+	nco:hasAffiliation "Biochemist";
+	nco:hasEmailAddress <mailto:rosie prieto utduis com>;
+	nco:hasPhoneNumber <tel:+17244845848>;
+	nco:hasIMAccount <xmpp:rosie prieto gmail com>;
+	nco:hasPostalAddress <urn:uuid:1677288812>.
+
+<urn:uuid:1424570805> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:276265312>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Eum minim nulla vero te in suscipit accumsan veniam vel minim enim nostrud amet. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-02T12:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-02T13:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:276265312>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1367245271> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02105" ;
+	nco:locality "Boston" ;
+	nco:streetAddress "4944 Quant Drive" .
+
+<mailto:myoder loremea info> a nco:EmailAddress; 
+	nco:emailAddress "myoder loremea info".
+
+<urn:uuid:506079169> a nco:PersonContact; 
+	nco:fullname "Micheal Yoder";
+	nco:nameGiven "Micheal";
+	nco:nameFamily "Yoder";
+	nco:birthDate "1942-11-04";
+	nco:hasAffiliation "Medical Podiatrist";
+	nco:hasEmailAddress <mailto:myoder loremea info>;
+	nco:hasPostalAddress <urn:uuid:1367245271>.
+
+<urn:uuid:150265099> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1013299977>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Accumsan et feugait in exerci velit eu iusto dignissim nisl. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-04T12:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-04T13:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1013299977>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:41467127> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01931" ;
+	nco:locality "Gloucester" ;
+	nco:streetAddress "4725 Cedar Lane Lane" .
+
+<mailto:gayle bronson autemin com> a nco:EmailAddress; 
+	nco:emailAddress "gayle bronson autemin com".
+
+<urn:uuid:1181655845> a nco:PersonContact; 
+	nco:fullname "Gayle Bronson";
+	nco:nameGiven "Gayle";
+	nco:nameFamily "Bronson";
+	nco:birthDate "1942-12-07";
+	nco:hasAffiliation "Operator Woodworking Machine";
+	nco:hasEmailAddress <mailto:gayle bronson autemin com>;
+	nco:hasPostalAddress <urn:uuid:41467127>.
+
+<urn:uuid:1120273405> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:125519721>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Ut consequatvel veniam nisl in laoreet Utwisi. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-25T16:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-25T17:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:125519721>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1253582877> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06726" ;
+	nco:locality "Waterbury" ;
+	nco:streetAddress "7956 Bavarian Avenue" .
+
+<mailto:del ahmed loremhendrerit net> a nco:EmailAddress; 
+	nco:emailAddress "del ahmed loremhendrerit net".
+
+<urn:uuid:1615081497> a nco:PersonContact; 
+	nco:fullname "Del Ahmed";
+	nco:nameGiven "Del";
+	nco:nameFamily "Ahmed";
+	nco:birthDate "1942-09-01";
+	nco:hasAffiliation "Bricklayer";
+	nco:hasEmailAddress <mailto:del ahmed loremhendrerit net>;
+	nco:hasPostalAddress <urn:uuid:1253582877>.
+
+<urn:uuid:1911952663> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1615081497>;
+	nmo:sentDate "2009-02-06T15:35:51";
+	nmo:receivedDate "2009-02-06T15:36:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "del ahmed loremhendrerit net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1892587189>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "marcie banner volutpatvelit eu"];
+	nmo:messageSubject "Dignissim vel duis nibh ex consectetuer facilisi delenitaugue. ";
+	nmo:plainTextMessageContent "Vel consequatvel enim commodoconsequat consequat veniam duis lorem. Molestie ipsum erat augue exerci delenitaugue. ".
+
+<urn:uuid:1861442624> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1615081497>;
+	nmo:sentDate "2008-03-03T15:21:58";
+	nmo:receivedDate "2008-03-03T15:22:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "del ahmed loremhendrerit net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Minim ut duis ut duis. ";
+	nmo:plainTextMessageContent "Nibh molestie esse doloremagna iriure eum. ".
+
+<urn:uuid:912479707> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1615081497>;
+	nmo:sentDate "2008-04-17T15:46:10";
+	nmo:receivedDate "2008-04-17T15:47:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "del ahmed loremhendrerit net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1276383388>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lwashburn volutpatmolestie info"];
+	nmo:messageSubject "Vel molestie at diam nostrud ex lobortis dignissim. ";
+	nmo:plainTextMessageContent "Minim lobortis at esse ipsum. Nulla commodoconsequat nisl te eum at in vulputate dolore ad velit nisl nostrud et. ".
+
+<urn:uuid:1452827039> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1615081497>;
+	nmo:sentDate "2008-05-16T15:59:26";
+	nmo:receivedDate "2008-05-16T15:59:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "del ahmed loremhendrerit net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1975598669>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "sharms lobortisdoloremagna gov"];
+	nmo:messageSubject "Qui ut commodoconsequat euismod eum luptatum odio. ";
+	nmo:plainTextMessageContent "Lobortis aliquam exerci nonummy molestie delenitaugue esse esse nonummy te zzril diam iusto velit. Feugait ut facilisis exerci dignissim vulputate aliquip vel eum lorem. ".
+
+<urn:uuid:1785809656> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1615081497>;
+	nmo:sentDate "2008-05-01T15:22:00";
+	nmo:receivedDate "2008-05-01T15:22:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "del ahmed loremhendrerit net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:448880922>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "raven fusco facilisisexerci us"];
+	nmo:messageSubject "Erat quis eum dolore. ";
+	nmo:plainTextMessageContent "Tincidunt suscipit lobortis amet. Minim veniamquis eum invulputate dolore autem accumsan. ".
+
+<urn:uuid:2025140168> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1615081497>;
+	nmo:sentDate "2008-10-21T15:12:57";
+	nmo:receivedDate "2008-10-21T15:13:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "del ahmed loremhendrerit net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eu exerci veniam praesent ut. ";
+	nmo:plainTextMessageContent "Qui velit commodoconsequat exerci odio delenitaugue accumsan Utwisi duis. Minim dolore commodo praesent praesent duis ut in volutpat consectetuer autem ut tationullamcorper. ".
+
+<urn:uuid:1002280243> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1615081497>;
+	nmo:sentDate "2008-06-30T16:07:15";
+	nmo:receivedDate "2008-06-30T16:07:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "del ahmed loremhendrerit net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Facilisis consequat facilisi iusto nonummy. ";
+	nmo:plainTextMessageContent "Nulla consectetuer commodoconsequat veniamquis zzril minim suscipit molestie praesent nibh blandit nibh qui ad. ".
+
+<urn:uuid:860065380> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1615081497>;
+	nmo:sentDate "2009-01-14T15:46:08";
+	nmo:receivedDate "2009-01-14T15:46:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "del ahmed loremhendrerit net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla nulla nulla luptatumzzril euismod illum luptatum Utwisi. ";
+	nmo:plainTextMessageContent "Eros duis ullamcorper vulputate suscipit ex feugiat tationullamcorper. Dignissim minim consequat facilisi. ".
+
+<urn:uuid:186497224> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1615081497>;
+	nmo:sentDate "2008-08-03T15:35:14";
+	nmo:receivedDate "2008-08-03T15:36:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "del ahmed loremhendrerit net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:538578001>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "yolanda dunham essetationullamcorper net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Consequatvel duis blandit facilisis vero enim tation eum consequat vel. ";
+	nmo:plainTextMessageContent "Eufeugiat veniamquis dolore aliquam nostrud illum qui consequatvel facilisi vulputate veniam commodoconsequat elitsed veniam. ".
+
+<urn:uuid:962831940> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1615081497>;
+	nmo:sentDate "2009-01-01T15:48:36";
+	nmo:receivedDate "2009-01-01T15:49:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "del ahmed loremhendrerit net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Quis duis feugait doloremagna minim ad erat eum feugait illum autem amet sit. ";
+	nmo:plainTextMessageContent "Ex nulla facilisi nostrud nulla hendrerit. ".
+
+<urn:uuid:10099052> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1615081497>;
+	nmo:sentDate "2008-07-11T16:07:37";
+	nmo:receivedDate "2008-07-11T16:08:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "del ahmed loremhendrerit net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ipsum et erat ex ex delenit enim ipsum nulla aliquip nulla illum iriure molestie. ";
+	nmo:plainTextMessageContent "Nisl elitsed erat consequat iusto delenitaugue volutpat invulputate et feugait duis elitsed praesent. ".
+
+<urn:uuid:299343219> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1615081497>;
+	nmo:sentDate "2008-09-04T15:50:52";
+	nmo:receivedDate "2008-09-04T15:51:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "del ahmed loremhendrerit net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore commodoconsequat in ut ex delenit. ";
+	nmo:plainTextMessageContent "Eum nostrud veniam ut dolore feugait commodo duis euismod. Consequat diam lobortis wisi consequat. ".
+
+<urn:uuid:496035966> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1615081497>;
+	nmo:sentDate "2008-07-09T15:56:02";
+	nmo:receivedDate "2008-07-09T15:56:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "del ahmed loremhendrerit net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Tincidunt ipsum nostrud dignissim. ";
+	nmo:plainTextMessageContent "Blandit veniam vero et hendrerit eros nulla minim laoreet diam erat molestie enim. ".
+
+<urn:uuid:1512694214> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1615081497>;
+	nmo:sentDate "2008-07-26T16:03:49";
+	nmo:receivedDate "2008-07-26T16:03:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "del ahmed loremhendrerit net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Velit luptatum laoreet feugait delenit suscipit velit qui etaccumsan. ";
+	nmo:plainTextMessageContent "Exerci facilisis illum facilisis vel lorem facilisis volutpat delenitaugue lobortis eum molestie praesent minim. Luptatum dolor duis et volutpat duis at consequat vel lobortis exerci dignissim ipsum. ".
+
+<urn:uuid:1123200365> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1615081497>;
+	nmo:sentDate "2008-02-08T15:20:42";
+	nmo:receivedDate "2008-02-08T15:21:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "del ahmed loremhendrerit net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Commodo hendrerit aliquam facilisi nulla lobortis. ";
+	nmo:plainTextMessageContent "Elitsed dolor dolor iusto ea enim praesent velit dolore te facilisi ipsum. ".
+
+<urn:uuid:848554142> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1615081497>;
+	nmo:sentDate "2008-05-06T15:57:16";
+	nmo:receivedDate "2008-05-06T15:57:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "del ahmed loremhendrerit net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1138833926>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "evaught nisleufeugiat org"];
+	nmo:messageSubject "Nostrud molestie lorem feugait nulla qui qui minim dolor illum exerci velit delenitaugue ut. ";
+	nmo:plainTextMessageContent "Suscipit euismod ea erat suscipit at ullamcorper tincidunt nostrud dolore odio minim. ".
+
+<urn:uuid:1375456143> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07845" ;
+	nco:locality "Ironia" ;
+	nco:streetAddress "8833 Gayle Street" .
+
+<mailto:robert mcclelland eroste tv> a nco:EmailAddress; 
+	nco:emailAddress "robert mcclelland eroste tv".
+
+<urn:uuid:2130475458> a nco:PersonContact; 
+	nco:fullname "Robert Mcclelland";
+	nco:nameGiven "Robert";
+	nco:nameFamily "Mcclelland";
+	nco:birthDate "1943-01-05";
+	nco:hasAffiliation "Head of Volunteers";
+	nco:hasEmailAddress <mailto:robert mcclelland eroste tv>;
+	nco:hasPostalAddress <urn:uuid:1375456143>.
+
+<urn:uuid:924363347> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:803109988>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Esse iustoodio dolore vero zzril consequatvel eum in nulla dignissim iusto. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-20T13:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-20T14:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:803109988>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:970298155> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10152" ;
+	nco:locality "New York" ;
+	nco:streetAddress "8305 Thornbrook Cove" .
+
+<mailto:aconaway dignissimqui eu> a nco:EmailAddress; 
+	nco:emailAddress "aconaway dignissimqui eu".
+
+<xmpp:audrey conaway gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Audrey Conaway" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Consequat facilisi lorem luptatum exerci feugait invulputate blandit. " ;
+	nco:imID "audrey conaway gmail com".
+
+<urn:uuid:764147996> a nco:PersonContact; 
+	nco:fullname "Audrey Conaway";
+	nco:nameGiven "Audrey";
+	nco:nameFamily "Conaway";
+	nco:birthDate "1942-07-23";
+	nco:hasAffiliation "Laser Technician";
+	nco:hasEmailAddress <mailto:aconaway dignissimqui eu>;
+	nco:hasIMAccount <xmpp:audrey conaway gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:970298155>.
+
+<urn:uuid:1881047263> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:538578001>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Eum at dolor exerci zzril feugiat ipsum dolore feugait wisi diam. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-28T15:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-28T16:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:538578001>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:942320991> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04342" ;
+	nco:locality "Dresden" ;
+	nco:streetAddress "1103 River Valley Parkway" .
+
+<mailto:lou neumann zzrildolor org> a nco:EmailAddress; 
+	nco:emailAddress "lou neumann zzrildolor org".
+
+<urn:uuid:700417711> a nco:PersonContact; 
+	nco:fullname "Lou Neumann";
+	nco:nameGiven "Lou";
+	nco:nameFamily "Neumann";
+	nco:birthDate "1942-10-16";
+	nco:hasAffiliation "Manager Brewing";
+	nco:hasEmailAddress <mailto:lou neumann zzrildolor org>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:942320991>.
+
+<urn:uuid:51671587> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1952393535>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Autem qui veniam dignissim lobortis nonummy. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-06T18:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-06T20:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1952393535>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:268364088> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12288" ;
+	nco:locality "Albany" ;
+	nco:streetAddress "3288 Barryknoll Cove" .
+
+<mailto:dheaton suscipitenim tv> a nco:EmailAddress; 
+	nco:emailAddress "dheaton suscipitenim tv".
+
+<urn:uuid:2127063686> a nco:PersonContact; 
+	nco:fullname "Debi Heaton";
+	nco:nameGiven "Debi";
+	nco:nameFamily "Heaton";
+	nco:birthDate "1942-09-05";
+	nco:hasAffiliation "Benefits Administrator";
+	nco:hasEmailAddress <mailto:dheaton suscipitenim tv>;
+	nco:hasPostalAddress <urn:uuid:268364088>.
+
+<urn:uuid:1226147746> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2127063686>;
+	nmo:sentDate "2008-03-26T15:31:15";
+	nmo:receivedDate "2008-03-26T15:31:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Facilisis nulla dolor vel praesent veniam eros wisi ex iustoodio nulla te minim. ";
+	nmo:plainTextMessageContent "Feugait at nulla hendrerit vulputate ut velit facilisis. ".
+
+<urn:uuid:747296594> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2127063686>;
+	nmo:sentDate "2008-05-07T15:30:04";
+	nmo:receivedDate "2008-05-07T15:30:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2142013632>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dwinston atet org"];
+	nmo:messageSubject "Nulla nostrud sit aliquip consectetuer aliquip hendrerit in duis. ";
+	nmo:plainTextMessageContent "Praesent nislut zzril nisl exerci et dolore exerci suscipit doloremagna facilisi te. ".
+
+<urn:uuid:2049963728> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2127063686>;
+	nmo:sentDate "2008-04-21T15:18:28";
+	nmo:receivedDate "2008-04-21T15:19:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1400068801>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "eugene clemente tedolore gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Feugiat ex odio dignissim erat Utwisi consectetuer nulla nulla. ";
+	nmo:plainTextMessageContent "Nostrud sit facilisi blandit nostrud ad. ".
+
+<urn:uuid:1426508975> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2127063686>;
+	nmo:sentDate "2008-02-10T15:49:05";
+	nmo:receivedDate "2008-02-10T15:49:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1942393884>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gcarlisle molestieiustoodio org"];
+	nmo:messageSubject "Exerci vel consectetuer volutpat ea. ";
+	nmo:plainTextMessageContent "Dolor iustoodio luptatumzzril erat augue commodo qui minim commodoconsequat nulla doloremagna. Facilisi nonummy odio aliquip ullamcorper vero volutpat et dolore vero. ".
+
+<urn:uuid:1668538345> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2127063686>;
+	nmo:sentDate "2008-08-18T15:41:40";
+	nmo:receivedDate "2008-08-18T15:41:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore lorem vel ea iriuredolor nulla commodo enim et qui dolore duis nonummy iriure. ";
+	nmo:plainTextMessageContent "Dolore doloremagna illum exerci etaccumsan consequat consequatvel facilisis at lobortis at. Nulla facilisi invulputate at feugait duis autem. ".
+
+<urn:uuid:1707073687> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2127063686>;
+	nmo:sentDate "2008-08-13T15:13:30";
+	nmo:receivedDate "2008-08-13T15:13:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Aliquip te eu accumsan adipiscing dolore commodoconsequat dolore consequat aliquip minim vel. ";
+	nmo:plainTextMessageContent "Elitsed in veniam lobortis. ".
+
+<urn:uuid:493277208> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2127063686>;
+	nmo:sentDate "2008-09-21T15:36:39";
+	nmo:receivedDate "2008-09-21T15:37:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ipsum te in diam enim ad vulputate. ";
+	nmo:plainTextMessageContent "Suscipit tationullamcorper aliquip vero lobortis. Consequatvel praesent in facilisis minim in ut suscipit aliquip in. ".
+
+<urn:uuid:1740697663> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2127063686>;
+	nmo:sentDate "2008-05-04T15:42:32";
+	nmo:receivedDate "2008-05-04T15:43:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Euismod duis dolor dolore minim. ";
+	nmo:plainTextMessageContent "Qui molestie autem feugait doloremagna. ".
+
+<urn:uuid:774296708> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2127063686>;
+	nmo:sentDate "2008-05-17T15:28:50";
+	nmo:receivedDate "2008-05-17T15:29:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1089894973>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "linnie grenier suscipitautem org"];
+	nmo:messageSubject "Nulla et amet ex illum ut veniam. ";
+	nmo:plainTextMessageContent "Lorem quis minim ea tationullamcorper duis nibh eum. Lobortis nonummy dignissim eros. ".
+
+<urn:uuid:2008761151> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2127063686>;
+	nmo:sentDate "2008-08-25T15:59:44";
+	nmo:receivedDate "2008-08-25T16:00:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1720489391>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "apond exdignissim info"];
+	nmo:messageSubject "Praesent Utwisi dolore duis vero veniam laoreet Utwisi vero. ";
+	nmo:plainTextMessageContent "Molestie nulla eros vel exerci tation in ad dolor nulla facilisis. ".
+
+<urn:uuid:1485135474> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2127063686>;
+	nmo:sentDate "2008-02-11T15:38:32";
+	nmo:receivedDate "2008-02-11T15:38:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Amet nulla eufeugiat euismod. ";
+	nmo:plainTextMessageContent "Eum duis minim accumsan at. ".
+
+<urn:uuid:1418764843> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2127063686>;
+	nmo:sentDate "2008-03-21T15:43:02";
+	nmo:receivedDate "2008-03-21T15:43:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1427355623>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "john lombardi eufeugiatblandit com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Dignissim facilisi facilisis te at amet veniamquis tationullamcorper et. ";
+	nmo:plainTextMessageContent "Commodo vero dignissim nulla tincidunt odio facilisis duis iustoodio consequat nulla doloremagna qui zzril. Illum consequat iusto vero adipiscing feugait iriure te qui. ".
+
+<urn:uuid:1190320533> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2127063686>;
+	nmo:sentDate "2008-12-03T16:01:11";
+	nmo:receivedDate "2008-12-03T16:01:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1540717164>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "bmccormick delenitte us"];
+	nmo:messageSubject "Consequat eufeugiat vero amet eufeugiat ea facilisi. ";
+	nmo:plainTextMessageContent "Vulputate euismod molestie wisi qui doloremagna eros sit laoreet esse consequat facilisis. Commodo enim exerci consequat ipsum enim nislut feugiat autem aliquam aliquip eum velit. ".
+
+<urn:uuid:12249557> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2127063686>;
+	nmo:sentDate "2008-06-05T15:40:06";
+	nmo:receivedDate "2008-06-05T15:40:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:917119277>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "homer eubanks invulputatedignissim edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Illum amet esse minim duis eufeugiat eros et hendrerit. ";
+	nmo:plainTextMessageContent "Odio feugait hendrerit esse duis quis velit duis exerci doloremagna in vero amet. Feugait facilisi et in dolore luptatumzzril. ".
+
+<urn:uuid:71486547> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2127063686>;
+	nmo:sentDate "2008-03-07T15:38:56";
+	nmo:receivedDate "2008-03-07T15:39:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Accumsan nislut ex quis nibh illum facilisi. ";
+	nmo:plainTextMessageContent "Utwisi eros luptatumzzril iusto ipsum molestie wisi nonummy in nisl. ".
+
+<urn:uuid:1457544161> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2127063686>;
+	nmo:sentDate "2008-11-24T15:45:11";
+	nmo:receivedDate "2008-11-24T15:45:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1500166783>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "gbutler augueaccumsan gov"];
+	nmo:messageSubject "Quis veniamquis autem molestie iusto ea Utwisi vel tincidunt veniamquis. ";
+	nmo:plainTextMessageContent "Feugiat dolore luptatum nibh facilisi. Vulputate aliquam ut hendrerit. ".
+
+<urn:uuid:321024429> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2127063686>;
+	nmo:sentDate "2008-07-19T15:26:22";
+	nmo:receivedDate "2008-07-19T15:27:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iustoodio blandit commodo suscipit dolore vulputate praesent. ";
+	nmo:plainTextMessageContent "Blandit volutpat veniam te eum minim tincidunt qui consectetuer vel doloremagna veniam. ".
+
+<urn:uuid:490834220> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2127063686>;
+	nmo:sentDate "2008-02-21T15:29:16";
+	nmo:receivedDate "2008-02-21T15:29:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1207156982>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lcervantes wisiut org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Eu blandit eufeugiat zzril ullamcorper aliquip veniamquis delenitaugue delenitaugue praesent minim euismod aliquip iustoodio. ";
+	nmo:plainTextMessageContent "Erat facilisi volutpat aliquam euismod eros nonummy eufeugiat tation. ".
+
+<urn:uuid:1594037450> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2127063686>;
+	nmo:sentDate "2008-07-14T15:11:44";
+	nmo:receivedDate "2008-07-14T15:11:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:547790125>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "greiss auguevel gov"];
+	nmo:messageSubject "Delenitaugue iustoodio et ex ut ea eu nostrud tation hendrerit wisi qui. ";
+	nmo:plainTextMessageContent "Et duis autem hendrerit delenitaugue illum nulla. ".
+
+<urn:uuid:1434737516> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2127063686>;
+	nmo:sentDate "2008-04-10T15:57:01";
+	nmo:receivedDate "2008-04-10T15:57:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Erat ullamcorper duis duis. ";
+	nmo:plainTextMessageContent "Illum feugiat dolor feugiat ipsum. Augue in veniamquis vulputate nulla ea ad et dolore commodoconsequat at blandit. ".
+
+<urn:uuid:2119066199> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2127063686>;
+	nmo:sentDate "2008-05-07T15:26:14";
+	nmo:receivedDate "2008-05-07T15:27:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1152477340>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "toneal admolestie us"];
+	nmo:messageSubject "Vero autem iusto consequatvel eum diam nulla vel accumsan facilisis enim nislut ut elitsed. ";
+	nmo:plainTextMessageContent "Velit illum tationullamcorper commodo eum vero velit consequat feugiat dolore facilisi feugait wisi ea. Exerci consequat facilisis illum erat ad et. ".
+
+<urn:uuid:720113439> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2127063686>;
+	nmo:sentDate "2008-04-01T15:54:01";
+	nmo:receivedDate "2008-04-01T15:54:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Nibh blandit et molestie suscipit eros zzril nulla molestie. ";
+	nmo:plainTextMessageContent "Vel eum lobortis in volutpat eum hendrerit exerci iustoodio tincidunt eu. Feugiat veniamquis nulla duis feugiat blandit dolor delenitaugue consequat. ".
+
+<urn:uuid:1526025225> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2127063686>;
+	nmo:sentDate "2008-09-13T15:55:25";
+	nmo:receivedDate "2008-09-13T15:56:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2085013917>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "vredding dignissimat net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Quis sit ad dolore vero erat delenitaugue illum nulla Utwisi elitsed suscipit. ";
+	nmo:plainTextMessageContent "Veniam nulla eum commodo. Dolor nulla eufeugiat eum Utwisi. ".
+
+<urn:uuid:680975791> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2127063686>;
+	nmo:sentDate "2008-09-08T15:40:46";
+	nmo:receivedDate "2008-09-08T15:41:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:768136767>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "laquita arsenault consequatfeugait tv"];
+	nmo:messageSubject "Quis esse ea exerci dolor molestie praesent blandit at eufeugiat lobortis at. ";
+	nmo:plainTextMessageContent "Delenitaugue qui ex esse nisl tincidunt autem. Vel doloremagna exerci aliquip dignissim lorem ea consequat feugait eros illum. ".
+
+<urn:uuid:1965530349> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2127063686>;
+	nmo:sentDate "2008-07-04T15:49:54";
+	nmo:receivedDate "2008-07-04T15:50:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1434632836>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "acarlson dolorduis info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Aliquip nulla molestie tationullamcorper augue ea te delenit et wisi dolor vero accumsan luptatumzzril. ";
+	nmo:plainTextMessageContent "Veniamquis nostrud illum nulla luptatumzzril dolor volutpat. ".
+
+<urn:uuid:168502783> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2127063686>;
+	nmo:sentDate "2008-01-20T15:37:12";
+	nmo:receivedDate "2008-01-20T15:37:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iustoodio molestie dignissim iusto. ";
+	nmo:plainTextMessageContent "Eros eum duis exerci doloremagna lorem vel eros. Doloremagna et blandit nulla nulla ut illum vero. ".
+
+<urn:uuid:1355706263> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2127063686>;
+	nmo:sentDate "2009-01-28T16:03:50";
+	nmo:receivedDate "2009-01-28T16:03:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:722554071>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kelvin true molestieipsum com"];
+	nmo:messageSubject "Hendrerit esse suscipit esse quis elitsed et odio vel hendrerit amet qui. ";
+	nmo:plainTextMessageContent "Et consequatvel autem nostrud nulla duis nulla accumsan esse ea dolore eum. Nislut dolor dolor luptatum eu consequat iustoodio aliquip consequatvel. ".
+
+<urn:uuid:1234266797> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2127063686>;
+	nmo:sentDate "2008-08-05T15:53:39";
+	nmo:receivedDate "2008-08-05T15:53:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Illum ea adipiscing erat quis at duis. ";
+	nmo:plainTextMessageContent "Exerci ea hendrerit sit consequat ut vel invulputate blandit suscipit vero dolore. ".
+
+<urn:uuid:596197397> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "RI" ;
+	nco:postalcode "02829" ;
+	nco:locality "Harmony" ;
+	nco:streetAddress "6878 Anchorage Circle" .
+
+<mailto:jweinberg ullamcorperesse gov> a nco:EmailAddress; 
+	nco:emailAddress "jweinberg ullamcorperesse gov".
+
+<urn:uuid:1078624864> a nco:PersonContact; 
+	nco:fullname "Jeanna Weinberg";
+	nco:nameGiven "Jeanna";
+	nco:nameFamily "Weinberg";
+	nco:birthDate "1942-09-11";
+	nco:hasAffiliation "Driver Taxi";
+	nco:hasEmailAddress <mailto:jweinberg ullamcorperesse gov>;
+	nco:hasPostalAddress <urn:uuid:596197397>.
+
+<urn:uuid:18255292> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11697" ;
+	nco:locality "Breezy Point" ;
+	nco:streetAddress "7284 Penfield Street" .
+
+<mailto:janet lister quitincidunt com> a nco:EmailAddress; 
+	nco:emailAddress "janet lister quitincidunt com".
+
+<urn:uuid:2083310852> a nco:PersonContact; 
+	nco:fullname "Janet Lister";
+	nco:nameGiven "Janet";
+	nco:nameFamily "Lister";
+	nco:birthDate "1942-05-23";
+	nco:hasAffiliation "Field Sales Supervisor";
+	nco:hasEmailAddress <mailto:janet lister quitincidunt com>;
+	nco:hasPostalAddress <urn:uuid:18255292>.
+
+<urn:uuid:6125005> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06337" ;
+	nco:locality "Glasgo" ;
+	nco:streetAddress "9176 Riverdale Parkway" .
+
+<mailto:jkearney atenim info> a nco:EmailAddress; 
+	nco:emailAddress "jkearney atenim info".
+
+<xmpp:joseph kearney gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Joseph Kearney" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Ex dolor consequatvel illum amet. " ;
+	nco:imID "joseph kearney gmail com".
+
+<urn:uuid:375888292> a nco:PersonContact; 
+	nco:fullname "Joseph Kearney";
+	nco:nameGiven "Joseph";
+	nco:nameFamily "Kearney";
+	nco:birthDate "1943-01-23";
+	nco:hasAffiliation "Materials Control Clerk";
+	nco:hasEmailAddress <mailto:jkearney atenim info>;
+	nco:hasIMAccount <xmpp:joseph kearney gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:6125005>.
+
+<urn:uuid:43390402> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1168722026>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Consequat quis tation blandit consequat nostrud veniamquis ad laoreet vulputate iustoodio vel. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-12T19:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-12T19:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1168722026>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1461554437> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13761" ;
+	nco:locality "Endicott" ;
+	nco:streetAddress "1223 Fountainside Avenue" .
+
+<mailto:pshearer suscipitveniamquis tv> a nco:EmailAddress; 
+	nco:emailAddress "pshearer suscipitveniamquis tv".
+
+<urn:uuid:1605990729> a nco:PersonContact; 
+	nco:fullname "Parker Shearer";
+	nco:nameGiven "Parker";
+	nco:nameFamily "Shearer";
+	nco:birthDate "1942-09-02";
+	nco:hasAffiliation "Lead Computer Programmer";
+	nco:hasEmailAddress <mailto:pshearer suscipitveniamquis tv>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:1461554437>.
+
+<urn:uuid:593507297> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03457" ;
+	nco:locality "Nelson" ;
+	nco:streetAddress "3883 Mendel Avenue" .
+
+<mailto:teresita norman essecommodo com> a nco:EmailAddress; 
+	nco:emailAddress "teresita norman essecommodo com".
+
+<urn:uuid:2002697952> a nco:PersonContact; 
+	nco:fullname "Teresita Norman";
+	nco:nameGiven "Teresita";
+	nco:nameFamily "Norman";
+	nco:birthDate "1942-06-13";
+	nco:hasAffiliation "Production Assistant";
+	nco:hasEmailAddress <mailto:teresita norman essecommodo com>;
+	nco:hasPostalAddress <urn:uuid:593507297>.
+
+<urn:uuid:1048439822> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14821" ;
+	nco:locality "Campbell" ;
+	nco:streetAddress "110 Monte Vallo Lane" .
+
+<mailto:augustine hylton euiriuredolor tv> a nco:EmailAddress; 
+	nco:emailAddress "augustine hylton euiriuredolor tv".
+
+<urn:uuid:1471229736> a nco:PersonContact; 
+	nco:fullname "Augustine Hylton";
+	nco:nameGiven "Augustine";
+	nco:nameFamily "Hylton";
+	nco:birthDate "1943-03-06";
+	nco:hasAffiliation "Foreman Assembly Line";
+	nco:hasEmailAddress <mailto:augustine hylton euiriuredolor tv>;
+	nco:hasPostalAddress <urn:uuid:1048439822>.
+
+<urn:uuid:1604209695> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:2020713750>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Dolore nulla ex ipsum qui enim euismod. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-26T19:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-26T19:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:2020713750>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:691659907> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04038" ;
+	nco:locality "Gorham" ;
+	nco:streetAddress "5999 Cardinal Way" .
+
+<mailto:fhuerta minimvelit info> a nco:EmailAddress; 
+	nco:emailAddress "fhuerta minimvelit info".
+
+<tel:+17189199106> a nco:PhoneNumber; 
+	nco:phoneNumber "(718)919-9106".
+
+<urn:uuid:231411437> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17189199106>]; 
+	nmo:duration 21; 
+	nmo:sentDate "2008-12-09T16:00:41". 
+
+<urn:uuid:561497246> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17189199106>]; 
+	nmo:duration 0; 
+	nmo:sentDate "2008-10-29T15:25:27". 
+
+<urn:uuid:939322169> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17189199106>]; 
+	nmo:duration 47; 
+	nmo:sentDate "2008-08-16T16:11:18". 
+
+<urn:uuid:681829808> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17189199106>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-30T15:43:36";
+	nmo:receivedDate "2008-02-19T15:36:24";
+	nmo:plainTextMessageContent "Veniam consequat duis nostrud dolore. Illum esse nulla veniamquis nulla. Wisi vel nisl ad ad veniam. Esse facilisi sit tation te iusto. Duis duis dignissim duis qui. Ut elitsed illum veniamquis enim veniamquis. ".
+
+<urn:uuid:719215728> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17189199106>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-20T15:53:41";
+	nmo:receivedDate "2008-10-01T15:50:42";
+	nmo:plainTextMessageContent "Nostrud nulla exerci molestie consequat in invulputate duis iusto ex. Nisl elitsed esse aliquip nulla eufeugiat suscipit luptatum esse etaccumsan. Accumsan in wisi hendrerit eros molestie dolore. Praesent velit tation suscipit feugait lobortis aliquip molestie. ".
+
+<urn:uuid:337156092> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17189199106>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-10T16:01:49";
+	nmo:receivedDate "2008-05-23T15:40:45";
+	nmo:plainTextMessageContent "Ullamcorper commodo quis aliquam in vero et. Facilisis ullamcorper zzril feugiat iriure illum esse. Commodoconsequat odio iusto et commodo vero aliquip. Suscipit ad at luptatumzzril nostrud te in. Ea et consectetuer luptatumzzril molestie duis eros in. ".
+
+<urn:uuid:564425323> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17189199106>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-28T15:17:01";
+	nmo:receivedDate "2008-12-01T15:39:26";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Ex in vero nulla eum tation duis et doloremagna qui lobortis duis tationullamcorper. Nulla aliquip esse ex volutpat eros nostrud velit feugait eu autem. In et vel amet elitsed eum praesent feugait nulla tationullamcorper. Quis luptatum ex aliquam dignissim luptatum in tationullamcorper. Eum minim adipiscing tationullamcorper at commodoconsequat hendrerit. ".
+
+<urn:uuid:476789312> a nco:PersonContact; 
+	nco:fullname "Felicia Huerta";
+	nco:nameGiven "Felicia";
+	nco:nameFamily "Huerta";
+	nco:birthDate "1942-12-17";
+	nco:hasAffiliation "Tile Setter Helper";
+	nco:hasEmailAddress <mailto:fhuerta minimvelit info>;
+	nco:hasPhoneNumber <tel:+17189199106>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:691659907>.
+
+<urn:uuid:1488633062> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12884" ;
+	nco:locality "Victory Mills" ;
+	nco:streetAddress "5711 Morgan Circle" .
+
+<mailto:sslaton exfeugait info> a nco:EmailAddress; 
+	nco:emailAddress "sslaton exfeugait info".
+
+<xmpp:sophie slaton gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Sophie Slaton" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Lorem nostrud facilisis eros eros esse. " ;
+	nco:imID "sophie slaton gmail com".
+
+<urn:uuid:1399656264> a nco:PersonContact; 
+	nco:fullname "Sophie Slaton";
+	nco:nameGiven "Sophie";
+	nco:nameFamily "Slaton";
+	nco:birthDate "1943-02-14";
+	nco:hasAffiliation "Maintenance Carpenter";
+	nco:hasEmailAddress <mailto:sslaton exfeugait info>;
+	nco:hasIMAccount <xmpp:sophie slaton gmail com>;
+	nco:hasPostalAddress <urn:uuid:1488633062>.
+
+<urn:uuid:1541421108> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08753" ;
+	nco:locality "Toms River" ;
+	nco:streetAddress "5380 Gadient Circle" .
+
+<mailto:ymack adwisi info> a nco:EmailAddress; 
+	nco:emailAddress "ymack adwisi info".
+
+<urn:uuid:1319928063> a nco:PersonContact; 
+	nco:fullname "Young Mack";
+	nco:nameGiven "Young";
+	nco:nameFamily "Mack";
+	nco:birthDate "1942-12-09";
+	nco:hasAffiliation "Steam Table Attendant";
+	nco:hasEmailAddress <mailto:ymack adwisi info>;
+	nco:hasPostalAddress <urn:uuid:1541421108>.
+
+<urn:uuid:1225069403> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15020" ;
+	nco:locality "Bunola" ;
+	nco:streetAddress "8319 Hunters Den Drive" .
+
+<mailto:bhwang iriuredolornulla tv> a nco:EmailAddress; 
+	nco:emailAddress "bhwang iriuredolornulla tv".
+
+<urn:uuid:1687977649> a nco:PersonContact; 
+	nco:fullname "Bennie Hwang";
+	nco:nameGiven "Bennie";
+	nco:nameFamily "Hwang";
+	nco:birthDate "1943-02-01";
+	nco:hasAffiliation "Supervisor 1 R&D";
+	nco:hasEmailAddress <mailto:bhwang iriuredolornulla tv>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:1225069403>.
+
+<urn:uuid:180982661> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10973" ;
+	nco:locality "Slate Hill" ;
+	nco:streetAddress "7532 Chesley Street" .
+
+<mailto:awren dolorin eu> a nco:EmailAddress; 
+	nco:emailAddress "awren dolorin eu".
+
+<tel:+14135009970> a nco:PhoneNumber; 
+	nco:phoneNumber "(413)500-9970".
+
+<urn:uuid:1557355429> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14135009970>]; 
+	nmo:duration 30; 
+	nmo:receivedDate "2008-11-19T15:43:16". 
+
+<urn:uuid:1369144759> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14135009970>]; 
+	nmo:duration 21; 
+	nmo:sentDate "2008-08-05T15:48:30". 
+
+<urn:uuid:795563511> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14135009970>]; 
+	nmo:duration 32; 
+	nmo:receivedDate "2009-01-26T15:38:30". 
+
+<urn:uuid:2071740191> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14135009970>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-30T16:06:01";
+	nmo:receivedDate "2009-01-05T16:10:47";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Suscipit facilisi duis nulla. Ex minim duis facilisis qui molestie tationullamcorper esse nulla et wisi. Et dolor in minim in blandit consequat eufeugiat feugait dolore minim duis suscipit ea. Esse vel wisi exerci. Vulputate luptatum blandit nostrud vel. Commodo ipsum etaccumsan amet consequat invulputate nisl Utwisi eum dignissim autem blandit nostrud nulla. ".
+
+<urn:uuid:1298076878> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14135009970>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-18T16:07:36";
+	nmo:receivedDate "2008-10-12T15:43:42";
+	nmo:plainTextMessageContent "Commodo iriure amet feugiat nibh exerci eum. Ipsum iriure delenit ea ullamcorper at enim esse etaccumsan nulla vero. Tation etaccumsan veniamquis nisl illum dolore qui qui praesent hendrerit iriure. Hendrerit lobortis nulla accumsan vero tationullamcorper dignissim feugait. Nulla veniam luptatum at dolore et duis nonummy iustoodio invulputate vel molestie velit dolore. Commodo aliquip tincidunt dolore suscipit vel esse delenitaugue ut duis illum eum. ".
+
+<urn:uuid:848049391> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14135009970>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-08T16:10:21";
+	nmo:receivedDate "2008-04-19T16:03:19";
+	nmo:plainTextMessageContent "Ipsum eum tation at invulputate luptatum dignissim duis ad. Quis ut lobortis feugait luptatumzzril. Consequat et dolore Utwisi in dolore tation doloremagna. Dolore minim luptatum dignissim. ".
+
+<urn:uuid:154835985> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14135009970>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-19T15:58:20";
+	nmo:receivedDate "2008-05-28T15:18:05";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Zzril augue volutpat iriure nislut luptatum dolore consequat velit feugait vel etaccumsan. Doloremagna eum consequat ad. Sit eros minim feugait velit vel exerci. In qui nislut at esse dignissim in erat feugait blandit amet dolor molestie adipiscing. Laoreet et suscipit praesent iriure minim exerci dignissim amet laoreet blandit te vel. Autem autem nibh enim iriure dolor feugiat tationullamcorper exerci consequatvel nulla lobortis. ".
+
+<urn:uuid:1102273349> a nco:PersonContact; 
+	nco:fullname "Antonette Wren";
+	nco:nameGiven "Antonette";
+	nco:nameFamily "Wren";
+	nco:birthDate "1942-09-23";
+	nco:hasAffiliation "Technical Writers Supervisor";
+	nco:hasEmailAddress <mailto:awren dolorin eu>;
+	nco:hasPhoneNumber <tel:+14135009970>;
+	nco:hasPostalAddress <urn:uuid:180982661>.
+
+<urn:uuid:1633523350> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:476789312>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Illum consequat ex praesent tation at. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-09T15:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-09T17:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:476789312>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:848807061> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14753" ;
+	nco:locality "Limestone" ;
+	nco:streetAddress "3716 Black Springs Way" .
+
+<mailto:jhammons augueexerci edu> a nco:EmailAddress; 
+	nco:emailAddress "jhammons augueexerci edu".
+
+<tel:+15512415333> a nco:PhoneNumber; 
+	nco:phoneNumber "(551)241-5333".
+
+<urn:uuid:1808368132> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15512415333>]; 
+	nmo:duration 31; 
+	nmo:receivedDate "2008-07-17T15:55:27". 
+
+<urn:uuid:426687485> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15512415333>]; 
+	nmo:duration 32; 
+	nmo:sentDate "2009-01-28T15:30:58". 
+
+<urn:uuid:377901195> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15512415333>]; 
+	nmo:duration 50; 
+	nmo:sentDate "2008-05-19T16:08:07". 
+
+<urn:uuid:329582265> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15512415333>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-07T16:04:41";
+	nmo:receivedDate "2008-10-28T15:51:25";
+	nmo:plainTextMessageContent "At eufeugiat eum minim nostrud blandit esse consequat. Hendrerit feugiat qui dolore doloremagna nonummy dolor facilisi amet. Vel dolor facilisi nulla enim invulputate dolore esse laoreet wisi. Veniam nibh vel veniamquis dolore feugiat facilisis dolore ex ea. ".
+
+<urn:uuid:1097297153> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15512415333>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-23T15:51:14";
+	nmo:receivedDate "2008-03-01T15:27:25";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Duis enim nostrud te nostrud laoreet delenit doloremagna. Ut facilisi ut duis exerci invulputate elitsed te ipsum. Invulputate esse et dignissim ut veniamquis quis lobortis nostrud duis esse at accumsan. Vel facilisis eufeugiat hendrerit esse molestie vero eum ad eu praesent nulla. Volutpat laoreet veniam ex dolore in vulputate eu illum iusto enim veniamquis te et. Velit veniamquis vel in nulla te luptatum doloremagna et ea dolore te iriuredolor vulputate. ".
+
+<urn:uuid:1939428197> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15512415333>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-25T15:43:30";
+	nmo:receivedDate "2008-08-30T15:56:26";
+	nmo:plainTextMessageContent "Illum blandit vulputate illum eum enim duis amet dolore nulla. Ex lobortis wisi eufeugiat dignissim ad nulla nulla duis suscipit nisl quis. Facilisis exerci iustoodio erat laoreet invulputate aliquam ullamcorper. Minim zzril aliquam esse et wisi nostrud ipsum diam. ".
+
+<urn:uuid:1103653984> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15512415333>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-23T15:51:32";
+	nmo:receivedDate "2008-05-10T16:02:58";
+	nmo:plainTextMessageContent "Vero tation autem ut vel dolore praesent ad suscipit dolor. Eum consectetuer nonummy feugait minim nisl vel. Autem et duis qui dolore nulla dolore. Nulla duis doloremagna wisi nulla duis dolore minim nostrud delenitaugue nulla dignissim. ".
+
+<urn:uuid:451745695> a nco:PersonContact; 
+	nco:fullname "Jimmy Hammons";
+	nco:nameGiven "Jimmy";
+	nco:nameFamily "Hammons";
+	nco:birthDate "1942-07-01";
+	nco:hasAffiliation "Banking Loan Processor";
+	nco:hasEmailAddress <mailto:jhammons augueexerci edu>;
+	nco:hasPhoneNumber <tel:+15512415333>;
+	nco:hasPostalAddress <urn:uuid:848807061>.
+
+<urn:uuid:89928041> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06077" ;
+	nco:locality "Staffordville" ;
+	nco:streetAddress "3873 Cherry Street" .
+
+<mailto:dscherer essetincidunt net> a nco:EmailAddress; 
+	nco:emailAddress "dscherer essetincidunt net".
+
+<tel:+16078269010> a nco:PhoneNumber; 
+	nco:phoneNumber "(607)826-9010".
+
+<urn:uuid:127724847> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16078269010>]; 
+	nmo:duration 31; 
+	nmo:receivedDate "2008-01-15T15:57:55". 
+
+<urn:uuid:818316964> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16078269010>]; 
+	nmo:duration 29; 
+	nmo:sentDate "2008-03-09T16:00:37". 
+
+<urn:uuid:557135490> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16078269010>]; 
+	nmo:duration 10; 
+	nmo:receivedDate "2008-03-22T15:14:57". 
+
+<urn:uuid:1169552477> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16078269010>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-01T15:20:36";
+	nmo:receivedDate "2008-01-31T15:52:30";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Aliquam nostrud hendrerit nisl. Facilisi tincidunt exerci dolore invulputate hendrerit dolor. Molestie euismod dolore praesent erat feugiat tationullamcorper minim at vero. Hendrerit adipiscing praesent suscipit delenit nulla lobortis consequat ut esse tincidunt dolore. Nisl autem minim minim euismod ipsum eufeugiat vero nulla. Dolore nulla te accumsan. ".
+
+<urn:uuid:235835704> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16078269010>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-26T15:51:44";
+	nmo:receivedDate "2008-05-04T15:45:36";
+	nmo:plainTextMessageContent "Facilisi tation facilisis lorem at euismod luptatumzzril nonummy in feugait feugiat consequat esse. Commodo eufeugiat suscipit nulla molestie lorem feugait adipiscing eros euismod. Exerci illum duis tincidunt dolore. Invulputate eum euismod minim esse etaccumsan erat dolore. Nibh lobortis iusto ea at et. Molestie facilisis enim in ut dolore tation. Delenitaugue eros molestie duis. ".
+
+<urn:uuid:1379487591> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16078269010>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-12T16:04:00";
+	nmo:receivedDate "2008-05-07T15:56:58";
+	nmo:plainTextMessageContent "Facilisis augue autem ea consequat wisi nostrud doloremagna. Odio qui lobortis consectetuer. Iusto ut te doloremagna commodo. Ex ex dignissim illum in ad. Vero hendrerit feugiat feugiat. Lorem veniamquis eum tincidunt te velit ipsum amet eufeugiat nostrud te et tincidunt suscipit. ".
+
+<urn:uuid:967151544> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16078269010>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-20T15:13:06";
+	nmo:receivedDate "2009-01-27T15:33:47";
+	nmo:plainTextMessageContent "In enim blandit in feugait ut esse hendrerit autem facilisi. Aliquip dolor praesent eum nulla lorem at et autem tincidunt. Tation feugait nislut lorem hendrerit exerci et vel eu vel vero zzril. Autem dolore at hendrerit. Te feugait eum hendrerit ea duis praesent. Et duis ipsum te accumsan in euismod. Accumsan duis vero et doloremagna vero et dignissim enim facilisi. ".
+
+<urn:uuid:1088716037> a nco:PersonContact; 
+	nco:fullname "David Scherer";
+	nco:nameGiven "David";
+	nco:nameFamily "Scherer";
+	nco:birthDate "1942-06-29";
+	nco:hasAffiliation "Attendant Coin-Operated Laundry";
+	nco:hasEmailAddress <mailto:dscherer essetincidunt net>;
+	nco:hasPhoneNumber <tel:+16078269010>;
+	nco:hasPostalAddress <urn:uuid:89928041>.
+
+<urn:uuid:170393891> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13491" ;
+	nco:locality "West Winfield" ;
+	nco:streetAddress "3533 Novak Parkway" .
+
+<mailto:lburge utduis us> a nco:EmailAddress; 
+	nco:emailAddress "lburge utduis us".
+
+<urn:uuid:7764296> a nco:PersonContact; 
+	nco:fullname "Lyman Burge";
+	nco:nameGiven "Lyman";
+	nco:nameFamily "Burge";
+	nco:birthDate "1942-12-09";
+	nco:hasAffiliation "Banking Supervisor Check Processing";
+	nco:hasEmailAddress <mailto:lburge utduis us>;
+	nco:hasPostalAddress <urn:uuid:170393891>.
+
+<urn:uuid:766509341> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14143" ;
+	nco:locality "Stafford" ;
+	nco:streetAddress "2868 Beaux Bridge Parkway" .
+
+<mailto:berta riggs duiseu net> a nco:EmailAddress; 
+	nco:emailAddress "berta riggs duiseu net".
+
+<xmpp:berta riggs gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Berta Riggs" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Lobortis blandit ullamcorper ad blandit enim augue duis. " ;
+	nco:imID "berta riggs gmail com".
+
+<urn:uuid:149479495> a nco:PersonContact; 
+	nco:fullname "Berta Riggs";
+	nco:nameGiven "Berta";
+	nco:nameFamily "Riggs";
+	nco:birthDate "1942-07-16";
+	nco:hasAffiliation "Manufacturing Manager";
+	nco:hasEmailAddress <mailto:berta riggs duiseu net>;
+	nco:hasIMAccount <xmpp:berta riggs gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:766509341>.
+
+<urn:uuid:260822435> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15225" ;
+	nco:locality "Pittsburgh" ;
+	nco:streetAddress "3420 Whitemarsh Parkway" .
+
+<mailto:whannan utduis gov> a nco:EmailAddress; 
+	nco:emailAddress "whannan utduis gov".
+
+<tel:+18485194191> a nco:PhoneNumber; 
+	nco:phoneNumber "(848)519-4191".
+
+<urn:uuid:2073386390> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18485194191>]; 
+	nmo:duration 26; 
+	nmo:receivedDate "2008-06-23T15:32:38". 
+
+<urn:uuid:392740317> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18485194191>]; 
+	nmo:duration 15; 
+	nmo:sentDate "2008-08-27T15:41:20". 
+
+<urn:uuid:839283924> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18485194191>]; 
+	nmo:duration 9; 
+	nmo:sentDate "2008-01-20T15:26:27". 
+
+<urn:uuid:827756028> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18485194191>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-06T16:01:01";
+	nmo:receivedDate "2008-02-12T15:42:38";
+	nmo:plainTextMessageContent "Te feugait praesent duis. In facilisi ullamcorper nulla at commodo ut. Lobortis veniamquis hendrerit zzril blandit molestie. Autem tation iustoodio consequat wisi augue in et ut ex aliquip. ".
+
+<urn:uuid:740183521> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18485194191>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-02T15:12:31";
+	nmo:receivedDate "2008-11-02T15:30:27";
+	nmo:plainTextMessageContent "Et dolore facilisis iriure. Esse exerci nostrud odio feugait. Feugiat sit illum delenit et exerci velit autem. In blandit praesent commodo eum eros amet duis iustoodio iustoodio lobortis facilisis consequat. Exerci te dolore aliquip qui iusto. Vel veniamquis praesent in esse nulla dolor minim. Diam commodoconsequat vero te feugait erat eum nulla ut molestie duis tation luptatumzzril lobortis. ".
+
+<urn:uuid:1089597024> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18485194191>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-12T15:35:36";
+	nmo:receivedDate "2008-08-24T15:57:43";
+	nmo:plainTextMessageContent "Duis commodo diam ad consectetuer eu. Commodo autem ut in eum ut commodoconsequat facilisis luptatumzzril in. In duis invulputate eum velit facilisi. Ad in commodo sit ut. Luptatum amet zzril facilisis zzril in veniam. Veniamquis lobortis lorem nislut dolore zzril nulla zzril minim. Suscipit iriure exerci hendrerit iriure nibh facilisi. ".
+
+<urn:uuid:898150584> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18485194191>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-29T16:10:06";
+	nmo:receivedDate "2009-02-11T15:20:08";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Autem eufeugiat accumsan sit. Dignissim qui consequat odio elitsed vel minim facilisis euismod laoreet augue vel facilisi. Qui ut eufeugiat volutpat Utwisi suscipit. Autem dolor minim ut duis consectetuer dolore. ".
+
+<urn:uuid:1147597884> a nco:PersonContact; 
+	nco:fullname "Wilma Hannan";
+	nco:nameGiven "Wilma";
+	nco:nameFamily "Hannan";
+	nco:birthDate "1943-01-17";
+	nco:hasAffiliation "Electrolysis Engineer";
+	nco:hasEmailAddress <mailto:whannan utduis gov>;
+	nco:hasPhoneNumber <tel:+18485194191>;
+	nco:hasPostalAddress <urn:uuid:260822435>.
+
+<urn:uuid:2026361755> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02493" ;
+	nco:locality "Weston" ;
+	nco:streetAddress "7069 Fairport Lane" .
+
+<mailto:denis chastain facilisisblandit gov> a nco:EmailAddress; 
+	nco:emailAddress "denis chastain facilisisblandit gov".
+
+<urn:uuid:1863576134> a nco:PersonContact; 
+	nco:fullname "Denis Chastain";
+	nco:nameGiven "Denis";
+	nco:nameFamily "Chastain";
+	nco:birthDate "1942-07-18";
+	nco:hasAffiliation "Clerk Library Braille";
+	nco:hasEmailAddress <mailto:denis chastain facilisisblandit gov>;
+	nco:hasPostalAddress <urn:uuid:2026361755>.
+
+<urn:uuid:1185774983> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1473286236>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Aliquam aliquip nibh facilisi minim dolore vero tationullamcorper qui vulputate lobortis velit nulla. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-13T13:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-13T15:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1473286236>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1442756291> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07656" ;
+	nco:locality "Park Ridge" ;
+	nco:streetAddress "875 Ivy Circle" .
+
+<mailto:vpointer aliquiphendrerit gov> a nco:EmailAddress; 
+	nco:emailAddress "vpointer aliquiphendrerit gov".
+
+<urn:uuid:382370200> a nco:PersonContact; 
+	nco:fullname "Vickey Pointer";
+	nco:nameGiven "Vickey";
+	nco:nameFamily "Pointer";
+	nco:birthDate "1942-06-22";
+	nco:hasAffiliation "News Photographer";
+	nco:hasEmailAddress <mailto:vpointer aliquiphendrerit gov>;
+	nco:hasPostalAddress <urn:uuid:1442756291>.
+
+<urn:uuid:1971477572> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:173371626>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Nostrud illum velit augue eum ullamcorper elitsed. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-18T16:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-18T17:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:173371626>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:890967744> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:382370200>;
+	nmo:sentDate "2009-01-12T16:03:46";
+	nmo:receivedDate "2009-01-12T16:04:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vpointer aliquiphendrerit gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Duis eros Utwisi consectetuer aliquam praesent qui eros at illum praesent eufeugiat ipsum iriure. ";
+	nmo:plainTextMessageContent "Illum hendrerit luptatumzzril nulla blandit duis erat feugait illum volutpat accumsan exerci augue. ".
+
+<urn:uuid:1430924902> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:382370200>;
+	nmo:sentDate "2008-12-16T16:11:13";
+	nmo:receivedDate "2008-12-16T16:11:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vpointer aliquiphendrerit gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1940373135>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cori mccurry incommodoconsequat com"];
+	nmo:messageSubject "Dolore veniamquis praesent erat velit dolor euismod aliquip ut praesent. ";
+	nmo:plainTextMessageContent "Duis nulla duis ex. Euismod luptatum vero invulputate feugiat eros dolore veniamquis eros ea iusto veniam ullamcorper duis. ".
+
+<urn:uuid:1576958837> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:382370200>;
+	nmo:sentDate "2008-11-29T15:24:48";
+	nmo:receivedDate "2008-11-29T15:25:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vpointer aliquiphendrerit gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1583419384>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jhill doloremagnadignissim eu"];
+	nmo:messageSubject "Elitsed autem minim eufeugiat diam tationullamcorper etaccumsan eum lobortis augue. ";
+	nmo:plainTextMessageContent "Invulputate aliquam wisi augue te minim dolor ex volutpat duis. ".
+
+<urn:uuid:535671403> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:382370200>;
+	nmo:sentDate "2008-08-28T15:55:10";
+	nmo:receivedDate "2008-08-28T15:55:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vpointer aliquiphendrerit gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Illum velit praesent feugait ex te luptatum praesent et delenit nostrud. ";
+	nmo:plainTextMessageContent "Nibh consectetuer consequat in accumsan Utwisi commodoconsequat. Esse iriuredolor nulla duis. ".
+
+<urn:uuid:627155930> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:382370200>;
+	nmo:sentDate "2008-01-28T15:11:46";
+	nmo:receivedDate "2008-01-28T15:12:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vpointer aliquiphendrerit gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consectetuer eum dolore qui eum augue suscipit invulputate. ";
+	nmo:plainTextMessageContent "Minim aliquam doloremagna qui iriuredolor enim. ".
+
+<urn:uuid:329828098> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:382370200>;
+	nmo:sentDate "2008-12-31T16:04:25";
+	nmo:receivedDate "2008-12-31T16:05:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vpointer aliquiphendrerit gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:911287124>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "nick hargis nostrudut eu"];
+	nmo:messageSubject "Illum consequat eum eufeugiat ipsum enim consequat ullamcorper. ";
+	nmo:plainTextMessageContent "Facilisi nostrud nibh tationullamcorper veniam. ".
+
+<urn:uuid:1706693490> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:382370200>;
+	nmo:sentDate "2008-10-09T15:17:55";
+	nmo:receivedDate "2008-10-09T15:18:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vpointer aliquiphendrerit gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1691330588>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mbrinkman consequatdignissim gov"];
+	nmo:bcc <urn:uuid:132715010>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "loren phelps veniamquiseum net"];
+	nmo:messageSubject "Utwisi tincidunt suscipit velit in nostrud. ";
+	nmo:plainTextMessageContent "Aliquip aliquip volutpat iusto lorem veniam eros nulla at te vel. ".
+
+<urn:uuid:108573626> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:382370200>;
+	nmo:sentDate "2008-09-02T15:42:06";
+	nmo:receivedDate "2008-09-02T15:42:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vpointer aliquiphendrerit gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iusto nostrud nulla consequatvel tation et euismod. ";
+	nmo:plainTextMessageContent "Feugait et nostrud eros wisi ut nulla blandit lobortis duis ex elitsed at duis. Augue lobortis illum invulputate facilisis tationullamcorper molestie esse. ".
+
+<urn:uuid:124416903> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:382370200>;
+	nmo:sentDate "2008-07-05T16:03:31";
+	nmo:receivedDate "2008-07-05T16:03:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vpointer aliquiphendrerit gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1670200425>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "arussell aliquipea tv"];
+	nmo:messageSubject "Vulputate nulla feugait iriure velit tationullamcorper esse dolore suscipit exerci eum adipiscing quis. ";
+	nmo:plainTextMessageContent "Autem nulla te diam. Consequat et ut euismod commodo ut vel consectetuer esse quis odio blandit eros ex. ".
+
+<urn:uuid:52413069> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:382370200>;
+	nmo:sentDate "2008-09-05T15:25:24";
+	nmo:receivedDate "2008-09-05T15:25:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vpointer aliquiphendrerit gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1349163524>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageSubject "Aliquip ad facilisi dolore consequat volutpat elitsed feugiat vel. ";
+	nmo:plainTextMessageContent "Et lobortis aliquip at vel nisl euismod. ".
+
+<urn:uuid:1997427338> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:382370200>;
+	nmo:sentDate "2008-01-16T15:56:13";
+	nmo:receivedDate "2008-01-16T15:56:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vpointer aliquiphendrerit gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:538422874>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "jeanie langlois diamlaoreet edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Lobortis eros ullamcorper te ex zzril in luptatum qui eros adipiscing duis. ";
+	nmo:plainTextMessageContent "Suscipit ea laoreet velit ullamcorper ad esse nulla ea lobortis duis. Minim illum eu doloremagna qui nostrud autem ipsum commodo adipiscing autem lobortis. ".
+
+<urn:uuid:24687561> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:382370200>;
+	nmo:sentDate "2009-02-04T16:03:47";
+	nmo:receivedDate "2009-02-04T16:04:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vpointer aliquiphendrerit gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Esse minim at blandit invulputate vel nisl dolore esse iustoodio exerci diam illum. ";
+	nmo:plainTextMessageContent "Enim eum nostrud duis iriuredolor eros ex consequat veniamquis minim in eros nostrud illum. ".
+
+<urn:uuid:1033266019> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:382370200>;
+	nmo:sentDate "2008-03-11T15:45:57";
+	nmo:receivedDate "2008-03-11T15:46:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vpointer aliquiphendrerit gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1721164798>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "leo brothers nostrudnostrud tv"];
+	nmo:messageSubject "Molestie et praesent dignissim ipsum vulputate erat qui dignissim exerci augue. ";
+	nmo:plainTextMessageContent "Volutpat consequat laoreet lobortis. ".
+
+<urn:uuid:1117241305> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:382370200>;
+	nmo:sentDate "2008-12-17T16:08:18";
+	nmo:receivedDate "2008-12-17T16:08:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vpointer aliquiphendrerit gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:136472253>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rosanne brandt nostrudfeugiat us"];
+	nmo:bcc <urn:uuid:1661446030>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "nichole pettigrew laoreetvelit tv"];
+	nmo:messageSubject "Tationullamcorper et vulputate enim at feugait delenitaugue at in dolore exerci nislut exerci nulla. ";
+	nmo:plainTextMessageContent "In blandit nulla nostrud velit facilisi vel blandit facilisi eu. Consequat velit nostrud illum nulla ea augue dolor duis. ".
+
+<urn:uuid:1702993413> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:382370200>;
+	nmo:sentDate "2008-07-21T15:43:47";
+	nmo:receivedDate "2008-07-21T15:44:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vpointer aliquiphendrerit gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Te iriuredolor ut molestie nulla duis praesent enim nisl quis dolore. ";
+	nmo:plainTextMessageContent "Luptatumzzril in et odio enim hendrerit molestie veniam eum nulla. ".
+
+<urn:uuid:1435291316> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:382370200>;
+	nmo:sentDate "2008-06-09T15:49:36";
+	nmo:receivedDate "2008-06-09T15:50:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vpointer aliquiphendrerit gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:778517310>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "carlene baron lobortissuscipit com"];
+	nmo:messageSubject "Facilisis tincidunt iriuredolor veniamquis te dignissim minim feugiat te illum illum iustoodio suscipit. ";
+	nmo:plainTextMessageContent "Consequat ea delenitaugue nonummy ipsum consectetuer. Vulputate nulla hendrerit nulla dolore. ".
+
+<urn:uuid:567958824> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11560" ;
+	nco:locality "Locust Valley" ;
+	nco:streetAddress "2615 Golden Fields Way" .
+
+<mailto:tracey mccreary essefacilisi us> a nco:EmailAddress; 
+	nco:emailAddress "tracey mccreary essefacilisi us".
+
+<xmpp:tracey mccreary gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Tracey Mccreary" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Ea augue nisl blandit eum delenitaugue luptatum vulputate dolore. " ;
+	nco:imID "tracey mccreary gmail com".
+
+<tel:+18626901925> a nco:PhoneNumber; 
+	nco:phoneNumber "(862)690-1925".
+
+<urn:uuid:860648326> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18626901925>]; 
+	nmo:duration 48; 
+	nmo:sentDate "2008-11-23T16:02:54". 
+
+<urn:uuid:1977902934> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18626901925>]; 
+	nmo:duration 17; 
+	nmo:sentDate "2008-11-08T15:22:44". 
+
+<urn:uuid:1856636459> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18626901925>]; 
+	nmo:duration 16; 
+	nmo:receivedDate "2008-12-23T15:55:46". 
+
+<urn:uuid:143375289> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18626901925>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-10T15:39:30";
+	nmo:receivedDate "2008-08-05T16:11:21";
+	nmo:plainTextMessageContent "Commodoconsequat ea adipiscing commodo eros illum blandit augue tation ad nostrud suscipit esse. Sit duis suscipit ea enim et enim. Aliquip duis te ad. Vero feugiat adipiscing in ad et hendrerit ea dolor veniam dolore. Ut iriuredolor wisi feugait eum veniam. Duis qui delenitaugue wisi tation lobortis tationullamcorper. Nislut exerci qui ad suscipit eufeugiat at etaccumsan enim invulputate consequatvel. ".
+
+<urn:uuid:1845255093> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18626901925>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-11T15:54:26";
+	nmo:receivedDate "2008-05-17T15:15:45";
+	nmo:plainTextMessageContent "Consequat consequat duis at autem dolor ipsum dolor lorem molestie. Adipiscing vero suscipit amet consequat laoreet dolore. Iriuredolor dolore duis suscipit autem amet dolor veniamquis hendrerit consequat nulla illum. Feugiat eros aliquam eu euismod amet enim. Diam et luptatum qui nislut exerci qui iustoodio molestie vero blandit te ex invulputate. Ad zzril minim lobortis praesent nibh luptatumzzril vel nulla euismod. Ex ullamcorper amet veniam suscipit invulputate facilisis iusto hendrerit duis tation dolore wisi euismod. ".
+
+<urn:uuid:1821320642> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18626901925>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-24T16:05:19";
+	nmo:receivedDate "2008-08-01T15:58:11";
+	nmo:plainTextMessageContent "Delenit nostrud ut esse lobortis vero consequatvel exerci nulla sit. Ut luptatum delenitaugue at suscipit diam doloremagna enim esse. Ea vero molestie qui vel etaccumsan. Dolor autem et enim eufeugiat dolore qui dolore wisi ad illum et iusto. Et consequatvel dolore et iriuredolor. Iustoodio ex veniamquis qui ad. ".
+
+<urn:uuid:681132979> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18626901925>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-20T15:19:17";
+	nmo:receivedDate "2008-09-07T15:43:37";
+	nmo:plainTextMessageContent "Vero praesent minim dolor nislut. Vero duis dolore eros enim. Eros sit duis Utwisi feugait facilisis qui wisi laoreet esse delenit. Exerci nonummy dolore blandit commodo. Duis suscipit nulla facilisis. ".
+
+<urn:uuid:814190336> a nco:PersonContact; 
+	nco:fullname "Tracey Mccreary";
+	nco:nameGiven "Tracey";
+	nco:nameFamily "Mccreary";
+	nco:birthDate "1942-04-30";
+	nco:hasAffiliation "Fabricator Assembler";
+	nco:hasEmailAddress <mailto:tracey mccreary essefacilisi us>;
+	nco:hasPhoneNumber <tel:+18626901925>;
+	nco:hasIMAccount <xmpp:tracey mccreary gmail com>;
+	nco:hasPostalAddress <urn:uuid:567958824>.
+
+<urn:uuid:1673532326> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13679" ;
+	nco:locality "Redwood" ;
+	nco:streetAddress "5581 Elm Ridge Cove" .
+
+<mailto:cmcgowan adipiscingnostrud org> a nco:EmailAddress; 
+	nco:emailAddress "cmcgowan adipiscingnostrud org".
+
+<xmpp:cherry mcgowan gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Cherry Mcgowan" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Qui ad duis ipsum zzril dignissim eufeugiat in ad nislut lorem dignissim minim. " ;
+	nco:imID "cherry mcgowan gmail com".
+
+<tel:+13518915643> a nco:PhoneNumber; 
+	nco:phoneNumber "(351)891-5643".
+
+<urn:uuid:80401051> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13518915643>]; 
+	nmo:duration 4; 
+	nmo:receivedDate "2008-07-04T15:50:02". 
+
+<urn:uuid:627314450> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13518915643>]; 
+	nmo:duration 39; 
+	nmo:receivedDate "2008-06-15T16:04:33". 
+
+<urn:uuid:1783251660> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13518915643>]; 
+	nmo:duration 23; 
+	nmo:sentDate "2008-02-11T16:10:01". 
+
+<urn:uuid:2016055821> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13518915643>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-07T15:16:01";
+	nmo:receivedDate "2008-12-11T15:28:16";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Blandit eum dolore minim. Quis nisl te minim feugait duis hendrerit ad eum. Nisl ad esse vero doloremagna augue dolor Utwisi minim. Sit dignissim praesent sit. ".
+
+<urn:uuid:1308728855> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13518915643>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-21T15:16:43";
+	nmo:receivedDate "2008-03-18T15:40:50";
+	nmo:plainTextMessageContent "Molestie vulputate in aliquip dignissim ut vel iriure lobortis vel. Delenitaugue ipsum ut te consectetuer facilisis velit nostrud et illum. Hendrerit in doloremagna nulla eros luptatumzzril augue sit duis tationullamcorper facilisi. Facilisis te exerci vero qui tincidunt autem minim luptatum suscipit in. Dolore ut te nostrud vel suscipit nisl suscipit. Iriuredolor duis suscipit wisi autem praesent ullamcorper exerci diam feugait autem. ".
+
+<urn:uuid:626784230> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13518915643>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-17T15:45:52";
+	nmo:receivedDate "2008-04-09T15:20:22";
+	nmo:plainTextMessageContent "Ea ipsum vulputate dolor adipiscing. Nonummy adipiscing euismod vel nulla aliquip praesent. Hendrerit dolore zzril commodoconsequat in. Duis feugiat aliquip veniam luptatum veniam commodo delenitaugue velit lorem vero vero facilisis. Blandit doloremagna vel consequat qui exerci nulla dolor erat minim. ".
+
+<urn:uuid:1896421101> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13518915643>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-19T15:16:00";
+	nmo:receivedDate "2008-09-13T15:20:47";
+	nmo:plainTextMessageContent "Et adipiscing velit enim ullamcorper erat aliquip lobortis te in eum. In ea invulputate vero. Eros diam dignissim facilisi iusto exerci eu exerci consectetuer. Dignissim esse nibh velit. ".
+
+<urn:uuid:1645741370> a nco:PersonContact; 
+	nco:fullname "Cherry Mcgowan";
+	nco:nameGiven "Cherry";
+	nco:nameFamily "Mcgowan";
+	nco:birthDate "1942-06-13";
+	nco:hasAffiliation "Engineer Flight";
+	nco:hasEmailAddress <mailto:cmcgowan adipiscingnostrud org>;
+	nco:hasPhoneNumber <tel:+13518915643>;
+	nco:hasIMAccount <xmpp:cherry mcgowan gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:1673532326>.
+
+<urn:uuid:559250101> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:992852623>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Sit te exerci autem adipiscing eum iriure exerci autem nislut aliquam ipsum eros. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-08T12:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-08T14:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:992852623>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:337980882> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1645741370>;
+	nmo:sentDate "2008-09-20T15:41:19";
+	nmo:receivedDate "2008-09-20T15:41:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcgowan adipiscingnostrud org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Duis enim luptatumzzril facilisis nostrud Utwisi amet doloremagna iriure delenit. ";
+	nmo:plainTextMessageContent "Sit et feugiat nostrud ad blandit sit invulputate exerci et qui duis duis. ".
+
+<urn:uuid:245859684> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1645741370>;
+	nmo:sentDate "2009-02-02T15:43:46";
+	nmo:receivedDate "2009-02-02T15:44:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcgowan adipiscingnostrud org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Erat tincidunt iustoodio ea nostrud. ";
+	nmo:plainTextMessageContent "Invulputate vero tation vel veniamquis exerci feugait facilisis suscipit nulla quis esse doloremagna. ".
+
+<urn:uuid:1444239232> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1645741370>;
+	nmo:sentDate "2008-02-08T15:25:00";
+	nmo:receivedDate "2008-02-08T15:25:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcgowan adipiscingnostrud org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Exerci veniam suscipit in consectetuer enim nisl ea. ";
+	nmo:plainTextMessageContent "Ipsum sit et euismod enim nostrud dolore wisi enim zzril esse. ".
+
+<urn:uuid:2104915062> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1645741370>;
+	nmo:sentDate "2008-10-31T15:19:43";
+	nmo:receivedDate "2008-10-31T15:20:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcgowan adipiscingnostrud org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1885960472>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rogelio hornsby dolorUtwisi eu"];
+	nmo:messageSubject "Ad autem suscipit elitsed facilisi praesent et consectetuer. ";
+	nmo:plainTextMessageContent "Exerci nisl tincidunt feugiat nibh vel facilisis consequat. Duis suscipit enim eum. ".
+
+<urn:uuid:2087691011> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05821" ;
+	nco:locality "Barnet" ;
+	nco:streetAddress "6631 Tallwood Avenue" .
+
+<mailto:dmccollum atea eu> a nco:EmailAddress; 
+	nco:emailAddress "dmccollum atea eu".
+
+<tel:+13393436405> a nco:PhoneNumber; 
+	nco:phoneNumber "(339)343-6405".
+
+<urn:uuid:1904837247> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13393436405>]; 
+	nmo:duration 41; 
+	nmo:sentDate "2009-01-10T15:36:50". 
+
+<urn:uuid:627534387> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13393436405>]; 
+	nmo:duration 0; 
+	nmo:receivedDate "2008-07-18T15:15:52". 
+
+<urn:uuid:701173993> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13393436405>]; 
+	nmo:duration 2; 
+	nmo:receivedDate "2009-01-23T15:25:43". 
+
+<urn:uuid:768874612> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13393436405>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-24T15:22:49";
+	nmo:receivedDate "2008-09-30T15:31:40";
+	nmo:plainTextMessageContent "Exerci dolore aliquip veniamquis ex te tation sit zzril consequatvel nisl. Augue ut et ipsum luptatum commodoconsequat qui lobortis. Eufeugiat nostrud velit dolore odio aliquip qui veniamquis dolore qui hendrerit laoreet facilisi dolor. Feugiat facilisi etaccumsan vel. Minim esse eu ipsum ut te facilisi delenit. In nisl aliquip consectetuer ullamcorper sit exerci. Tationullamcorper euismod vulputate zzril dolore eum. ".
+
+<urn:uuid:327833459> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13393436405>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-16T15:16:18";
+	nmo:receivedDate "2008-11-11T15:51:09";
+	nmo:plainTextMessageContent "Diam luptatum eufeugiat dignissim. Ut nulla autem feugait dolore. Praesent sit minim facilisi tationullamcorper nostrud. Lobortis feugait vero et etaccumsan illum etaccumsan accumsan. Nulla veniamquis velit facilisi ad autem. Ut ut lobortis facilisi laoreet feugait euismod lobortis volutpat. Eufeugiat nulla commodo consequat eros feugait illum praesent nonummy. ".
+
+<urn:uuid:1648002508> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13393436405>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-27T15:43:19";
+	nmo:receivedDate "2008-07-18T15:57:47";
+	nmo:plainTextMessageContent "Molestie et in sit blandit autem praesent in delenitaugue nonummy molestie nisl. At nonummy tation facilisi et exerci iustoodio. Nonummy ex feugiat aliquip consectetuer praesent facilisi lorem vel aliquip vel molestie. Blandit at facilisi facilisi veniamquis dignissim facilisi facilisis tationullamcorper commodo. Volutpat augue ut eu elitsed veniam invulputate. ".
+
+<urn:uuid:1702334108> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13393436405>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-05T16:07:03";
+	nmo:receivedDate "2008-11-27T15:35:45";
+	nmo:plainTextMessageContent "Minim vero ut nulla augue duis suscipit molestie tincidunt esse iriure blandit et feugait. Exerci nulla ad nulla enim suscipit amet nulla esse aliquip facilisi. Dolore vero exerci tation. Vulputate dolore blandit exerci euismod velit tation volutpat illum vero facilisi te molestie. Ex dolore ea nislut ad delenit feugiat quis nulla velit ea facilisis Utwisi nulla. Te esse consequat diam diam illum nisl facilisis nostrud. Ex etaccumsan illum ad ut ex luptatumzzril. ".
+
+<urn:uuid:2053411312> a nco:PersonContact; 
+	nco:fullname "Danielle Mccollum";
+	nco:nameGiven "Danielle";
+	nco:nameFamily "Mccollum";
+	nco:birthDate "1942-04-22";
+	nco:hasAffiliation "Audit Clerk";
+	nco:hasEmailAddress <mailto:dmccollum atea eu>;
+	nco:hasPhoneNumber <tel:+13393436405>;
+	nco:hasPostalAddress <urn:uuid:2087691011>.
+
+<urn:uuid:656493550> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02152" ;
+	nco:locality "Winthrop" ;
+	nco:streetAddress "871 Stamford Lane" .
+
+<mailto:lschultz commodout org> a nco:EmailAddress; 
+	nco:emailAddress "lschultz commodout org".
+
+<urn:uuid:1533584574> a nco:PersonContact; 
+	nco:fullname "Laquita Schultz";
+	nco:nameGiven "Laquita";
+	nco:nameFamily "Schultz";
+	nco:birthDate "1943-01-26";
+	nco:hasAffiliation "Sales Manager 1";
+	nco:hasEmailAddress <mailto:lschultz commodout org>;
+	nco:hasPostalAddress <urn:uuid:656493550>.
+
+<urn:uuid:147982847> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15123" ;
+	nco:locality "West Mifflin" ;
+	nco:streetAddress "9784 Crooked Oak Cove" .
+
+<mailto:violeta hogan commodoconsequatnulla org> a nco:EmailAddress; 
+	nco:emailAddress "violeta hogan commodoconsequatnulla org".
+
+<urn:uuid:611371436> a nco:PersonContact; 
+	nco:fullname "Violeta Hogan";
+	nco:nameGiven "Violeta";
+	nco:nameFamily "Hogan";
+	nco:birthDate "1942-11-05";
+	nco:hasAffiliation "Operator Coach";
+	nco:hasEmailAddress <mailto:violeta hogan commodoconsequatnulla org>;
+	nco:hasPostalAddress <urn:uuid:147982847>.
+
+<urn:uuid:1150578405> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1970771578>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "At duis lobortis nibh aliquip volutpat aliquip iusto nulla ex duis. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-19T14:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-19T14:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1970771578>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:714887833> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13681" ;
+	nco:locality "Richville" ;
+	nco:streetAddress "3172 Park Trail" .
+
+<mailto:estratton molestieullamcorper eu> a nco:EmailAddress; 
+	nco:emailAddress "estratton molestieullamcorper eu".
+
+<tel:+18601152719> a nco:PhoneNumber; 
+	nco:phoneNumber "(860)115-2719".
+
+<urn:uuid:674715421> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18601152719>]; 
+	nmo:duration 17; 
+	nmo:receivedDate "2008-04-08T15:12:31". 
+
+<urn:uuid:902636833> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18601152719>]; 
+	nmo:duration 49; 
+	nmo:sentDate "2008-05-15T15:25:17". 
+
+<urn:uuid:1415631034> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18601152719>]; 
+	nmo:duration 22; 
+	nmo:sentDate "2008-12-25T15:52:08". 
+
+<urn:uuid:406288151> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18601152719>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-04T15:14:31";
+	nmo:receivedDate "2008-08-01T15:12:56";
+	nmo:plainTextMessageContent "Lobortis blandit volutpat ut tationullamcorper erat autem accumsan. Veniamquis augue eros nonummy suscipit ipsum feugiat zzril augue feugait. Eros iriuredolor velit vulputate in eros duis tincidunt ut amet wisi molestie qui. Utwisi commodoconsequat in dolore eros dolor blandit tation. Dolore eros enim quis ad doloremagna lobortis eros iriuredolor nostrud ad odio. Dolore esse eufeugiat vel praesent eros ut dolore. ".
+
+<urn:uuid:1646077983> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18601152719>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-12T15:44:42";
+	nmo:receivedDate "2008-12-19T15:15:29";
+	nmo:plainTextMessageContent "Nislut eum feugiat feugait diam nulla minim wisi feugiat praesent luptatumzzril lobortis. Duis ex volutpat consequat in luptatumzzril ea. Duis esse tincidunt exerci vero vero quis dolor qui duis dolore ut. Et sit augue ut dolor dignissim in tincidunt erat esse nulla suscipit. Laoreet in eros euismod veniam facilisi dolore facilisis aliquam dolore. ".
+
+<urn:uuid:1393763392> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18601152719>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-22T16:10:26";
+	nmo:receivedDate "2008-10-15T15:14:13";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Velit ea ad blandit. Sit consequatvel dolore veniam eros dolore. Eros illum zzril te ea at eufeugiat at suscipit at luptatum sit. Facilisi in illum ea hendrerit ullamcorper nisl augue consequat facilisi nibh veniam nostrud. At te blandit eum ullamcorper. Commodo te minim accumsan ad vero velit dolore. At odio at at blandit zzril eros nostrud invulputate luptatum iustoodio at zzril. ".
+
+<urn:uuid:510284544> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18601152719>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-27T15:38:59";
+	nmo:receivedDate "2008-09-25T15:35:10";
+	nmo:plainTextMessageContent "Consequat facilisis esse autem commodoconsequat ut esse velit laoreet. Consequatvel at ea eros aliquip. Et sit autem nulla blandit minim vulputate at. Delenitaugue vel consequatvel vel eum eum tation eum. At duis velit elitsed nulla elitsed nulla commodoconsequat at dolore feugait minim autem. Praesent vulputate veniam diam qui zzril ad accumsan vero laoreet commodo nonummy nulla. Nostrud erat nulla molestie dolore eufeugiat at ea. ".
+
+<urn:uuid:1223295390> a nco:PersonContact; 
+	nco:fullname "Ernest Stratton";
+	nco:nameGiven "Ernest";
+	nco:nameFamily "Stratton";
+	nco:birthDate "1942-12-31";
+	nco:hasAffiliation "Technician Radio & Radar";
+	nco:hasEmailAddress <mailto:estratton molestieullamcorper eu>;
+	nco:hasPhoneNumber <tel:+18601152719>;
+	nco:hasPostalAddress <urn:uuid:714887833>.
+
+<urn:uuid:195918550> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13675" ;
+	nco:locality "Plessis" ;
+	nco:streetAddress "2428 Sibelius Trail" .
+
+<mailto:elliot giordano aliquamnostrud tv> a nco:EmailAddress; 
+	nco:emailAddress "elliot giordano aliquamnostrud tv".
+
+<urn:uuid:1482510006> a nco:PersonContact; 
+	nco:fullname "Elliot Giordano";
+	nco:nameGiven "Elliot";
+	nco:nameFamily "Giordano";
+	nco:birthDate "1942-11-14";
+	nco:hasAffiliation "Export/Import Supervisor";
+	nco:hasEmailAddress <mailto:elliot giordano aliquamnostrud tv>;
+	nco:hasPostalAddress <urn:uuid:195918550>.
+
+<urn:uuid:1217816300> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2009-02-08T15:13:51";
+	nmo:receivedDate "2009-02-08T15:14:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eu dolor nulla dolore dignissim illum minim delenit nulla. ";
+	nmo:plainTextMessageContent "Vel veniamquis in lorem aliquip eum nulla ad elitsed feugait et. ".
+
+<urn:uuid:1862662491> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-08-26T15:48:34";
+	nmo:receivedDate "2008-08-26T15:49:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:382370200>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "vpointer aliquiphendrerit gov"];
+	nmo:messageSubject "Dolor autem eros eum duis. ";
+	nmo:plainTextMessageContent "Blandit in laoreet nostrud esse ad diam consectetuer et lorem esse duis ad. Duis duis doloremagna nostrud illum eros ut dolor zzril invulputate lobortis. ".
+
+<urn:uuid:2128016707> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-10-24T15:41:04";
+	nmo:receivedDate "2008-10-24T15:41:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:813171418>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "fwhitt doloredolor info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Dolor consectetuer facilisis dignissim vulputate. ";
+	nmo:plainTextMessageContent "Consectetuer praesent duis nulla nulla veniamquis esse dolor euismod etaccumsan delenitaugue enim enim illum. Delenitaugue duis duis duis. ".
+
+<urn:uuid:1053847284> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-02-11T15:35:09";
+	nmo:receivedDate "2008-02-11T15:35:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Elitsed quis dolore eum. ";
+	nmo:plainTextMessageContent "Praesent blandit dolore vero Utwisi eum duis eum. ".
+
+<urn:uuid:2027767750> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-12-14T15:37:06";
+	nmo:receivedDate "2008-12-14T15:38:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Eu molestie facilisi exerci adipiscing nostrud amet dolore in iustoodio duis lobortis. ";
+	nmo:plainTextMessageContent "Et veniamquis feugiat ut. Ea feugait et autem autem tincidunt duis ipsum doloremagna nulla eum blandit volutpat zzril. ".
+
+<urn:uuid:2030183411> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-05-07T15:15:28";
+	nmo:receivedDate "2008-05-07T15:15:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2068553785>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tyron keene iustonislut us"];
+	nmo:bcc <urn:uuid:305294561>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "anderson plante dolorlobortis gov"];
+	nmo:messageSubject "Nulla hendrerit nostrud illum nulla. ";
+	nmo:plainTextMessageContent "Vel ex esse ut vel vulputate ex invulputate in luptatum ea in Utwisi iustoodio. Wisi nulla te ipsum at commodo. ".
+
+<urn:uuid:907454831> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-09-11T15:23:48";
+	nmo:receivedDate "2008-09-11T15:24:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1564951246>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "sturney tationconsequat com"];
+	nmo:messageSubject "Zzril illum aliquip vel minim consequat ad facilisis. ";
+	nmo:plainTextMessageContent "Volutpat exerci consequat eu in aliquam duis enim. Amet feugait te aliquip duis consequatvel hendrerit at luptatum dolor. ".
+
+<urn:uuid:91421296> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-12-07T16:07:42";
+	nmo:receivedDate "2008-12-07T16:08:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:400003819>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mlevin luptatumzzrilblandit edu"];
+	nmo:messageSubject "Ex lorem tincidunt facilisis invulputate vel dolore blandit tincidunt. ";
+	nmo:plainTextMessageContent "Tation erat doloremagna aliquam luptatum facilisis sit. ".
+
+<urn:uuid:1582206316> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-02-28T15:48:04";
+	nmo:receivedDate "2008-02-28T15:48:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Te eu enim commodoconsequat odio ea laoreet duis. ";
+	nmo:plainTextMessageContent "Vero aliquam doloremagna dolor volutpat iriure diam praesent feugiat vero amet. ".
+
+<urn:uuid:2012461012> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-04-13T15:26:50";
+	nmo:receivedDate "2008-04-13T15:27:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Molestie ipsum duis nostrud vero praesent. ";
+	nmo:plainTextMessageContent "Aliquip delenitaugue quis ut zzril. ".
+
+<urn:uuid:758675291> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-11-19T15:59:14";
+	nmo:receivedDate "2008-11-19T15:59:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1812174858>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "prust illumet org"];
+	nmo:bcc <urn:uuid:1210686676>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "clifton matthew luptatumet info"];
+	nmo:messageSubject "Zzril Utwisi nonummy doloremagna consequat velit et doloremagna te nulla etaccumsan. ";
+	nmo:plainTextMessageContent "Nulla erat lobortis vel vero in in praesent nulla enim aliquam at. Minim consequatvel nulla iusto autem. ".
+
+<urn:uuid:1469151489> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-12-20T15:23:12";
+	nmo:receivedDate "2008-12-20T15:23:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:524373562>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dpellegrino insuscipit eu"];
+	nmo:messageSubject "Praesent nibh nulla veniamquis esse ipsum velit nonummy facilisis exerci augue. ";
+	nmo:plainTextMessageContent "Wisi luptatumzzril eum in illum duis dignissim nulla erat minim in. ".
+
+<urn:uuid:542498573> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-09-30T15:33:41";
+	nmo:receivedDate "2008-09-30T15:34:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1088716037>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dscherer essetincidunt net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Adipiscing accumsan ad praesent suscipit elitsed tation amet ut luptatumzzril commodoconsequat praesent iusto blandit. ";
+	nmo:plainTextMessageContent "Et consectetuer duis luptatumzzril iusto. ".
+
+<urn:uuid:655675880> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-04-12T15:45:41";
+	nmo:receivedDate "2008-04-12T15:46:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1716199321>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "hbenefield induis tv"];
+	nmo:bcc <urn:uuid:1278268675>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "plemon duiseum com"];
+	nmo:messageSubject "Veniamquis elitsed tation augue exerci in dolore lobortis lorem delenit. ";
+	nmo:plainTextMessageContent "Nislut commodoconsequat minim vel eufeugiat nulla etaccumsan suscipit velit invulputate ut praesent laoreet feugait. Dolore delenit facilisi vulputate esse ea volutpat suscipit veniam erat. ".
+
+<urn:uuid:1796783783> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-07-19T16:06:04";
+	nmo:receivedDate "2008-07-19T16:06:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Wisi consectetuer diam hendrerit iriuredolor luptatumzzril nulla ut lobortis. ";
+	nmo:plainTextMessageContent "Esse feugiat zzril duis praesent feugait dolore ea consectetuer in consequat. ".
+
+<urn:uuid:1879213418> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-05-28T15:14:12";
+	nmo:receivedDate "2008-05-28T15:15:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iustoodio dolor dolore vel ea molestie praesent dolore nulla aliquam te nostrud. ";
+	nmo:plainTextMessageContent "Luptatum aliquam nislut hendrerit in lorem. Ad nulla nulla elitsed vulputate. ".
+
+<urn:uuid:1343326845> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-03-23T15:59:14";
+	nmo:receivedDate "2008-03-23T15:59:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nostrud exerci minim Utwisi dolore dolor iriure hendrerit lorem et. ";
+	nmo:plainTextMessageContent "Nulla luptatum molestie tation quis ipsum. ".
+
+<urn:uuid:828783988> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-12-09T15:15:08";
+	nmo:receivedDate "2008-12-09T15:15:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1128418759>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "emoriarty autemfeugiat net"];
+	nmo:bcc <urn:uuid:102531825>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "audrey troutman accumsanullamcorper tv"];
+	nmo:messageSubject "Consectetuer minim esse eros luptatumzzril blandit blandit aliquip. ";
+	nmo:plainTextMessageContent "Hendrerit augue etaccumsan eros. Nulla nulla illum erat volutpat. ".
+
+<urn:uuid:801287283> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-10-23T15:19:25";
+	nmo:receivedDate "2008-10-23T15:19:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "At et iusto dolore. ";
+	nmo:plainTextMessageContent "Esse wisi odio tation lobortis et laoreet delenitaugue sit aliquip laoreet invulputate qui duis. Vulputate in illum augue feugait. ".
+
+<urn:uuid:1631894149> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-07-11T15:43:22";
+	nmo:receivedDate "2008-07-11T15:44:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Illum enim et dignissim nulla zzril lobortis consequatvel vel veniam. ";
+	nmo:plainTextMessageContent "At qui duis quis molestie invulputate dolor eros dolore praesent dolore autem nulla. Delenitaugue illum zzril luptatum eum delenitaugue minim eu lorem. ".
+
+<urn:uuid:1277272466> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-10-05T15:13:15";
+	nmo:receivedDate "2008-10-05T15:13:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Hendrerit dolore laoreet aliquam ex. ";
+	nmo:plainTextMessageContent "Eros feugiat veniamquis iustoodio doloremagna enim odio ut eufeugiat vero. Eum quis vel enim enim Utwisi veniam adipiscing qui delenitaugue ad facilisi nostrud facilisi. ".
+
+<urn:uuid:1667750053> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-12-26T15:24:10";
+	nmo:receivedDate "2008-12-26T15:24:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1398759367>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dmarcus velveniamquis gov"];
+	nmo:bcc <urn:uuid:2054219978>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "oprosser invulputateat net"];
+	nmo:messageSubject "Duis nibh nulla eu duis consequatvel enim vero etaccumsan sit. ";
+	nmo:plainTextMessageContent "Blandit delenit autem volutpat feugait molestie nislut. ".
+
+<urn:uuid:1557884261> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-08-15T15:43:13";
+	nmo:receivedDate "2008-08-15T15:43:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ut delenit eu molestie suscipit consequatvel facilisis lobortis tincidunt euismod velit commodo feugiat. ";
+	nmo:plainTextMessageContent "Ut et te nostrud velit iriure ullamcorper te. ".
+
+<urn:uuid:522768890> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-05-20T15:43:25";
+	nmo:receivedDate "2008-05-20T15:44:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:706601619>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lowell varner loremte tv"];
+	nmo:messageSubject "Facilisis hendrerit volutpat lorem. ";
+	nmo:plainTextMessageContent "Et iriure ad nulla iustoodio enim quis lobortis suscipit adipiscing facilisis quis enim. ".
+
+<urn:uuid:1032763483> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-06-11T15:59:18";
+	nmo:receivedDate "2008-06-11T16:00:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Tation eum volutpat illum Utwisi zzril delenitaugue erat tation. ";
+	nmo:plainTextMessageContent "Duis ut veniamquis augue Utwisi erat tation amet tation nislut tationullamcorper nisl. Veniam et dignissim lobortis dolore vel. ".
+
+<urn:uuid:248965368> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-12-02T15:29:53";
+	nmo:receivedDate "2008-12-02T15:30:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1475073135>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "opratt tationminim net"];
+	nmo:messageSubject "Qui consequat praesent tationullamcorper quis nulla. ";
+	nmo:plainTextMessageContent "Te blandit feugait sit vulputate nonummy nislut ut. ".
+
+<urn:uuid:1678574489> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-09-28T15:43:18";
+	nmo:receivedDate "2008-09-28T15:43:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eu vel at molestie duis autem molestie. ";
+	nmo:plainTextMessageContent "Invulputate et vero vero. Praesent at iustoodio feugiat dolore invulputate dolor luptatum facilisi in velit vel. ".
+
+<urn:uuid:2131778694> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-12-28T16:04:48";
+	nmo:receivedDate "2008-12-28T16:05:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1223295390>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "estratton molestieullamcorper eu"];
+	nmo:bcc <urn:uuid:943376788>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "larriaga nislutillum us"];
+	nmo:messageSubject "Erat autem sit feugiat. ";
+	nmo:plainTextMessageContent "Nislut blandit nibh wisi hendrerit consequat feugait velit accumsan hendrerit molestie consequat. Nibh te delenitaugue eu eum praesent hendrerit. ".
+
+<urn:uuid:924436111> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-08-24T15:29:15";
+	nmo:receivedDate "2008-08-24T15:29:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:584347560>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "gordon littlefield velitlobortis gov"];
+	nmo:messageSubject "Facilisis vero eum exerci ex nibh in nulla ex feugait eum. ";
+	nmo:plainTextMessageContent "Suscipit consequat vero lobortis lobortis duis wisi vel esse adipiscing duis qui. ".
+
+<urn:uuid:157259810> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1482510006>;
+	nmo:sentDate "2008-08-29T15:37:35";
+	nmo:receivedDate "2008-08-29T15:38:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1013299977>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cschreiner nibheu gov"];
+	nmo:messageSubject "Dignissim dignissim hendrerit lobortis eum eros tation wisi. ";
+	nmo:plainTextMessageContent "Tationullamcorper ea laoreet exerci velit ut te delenit. Qui nulla minim sit sit molestie blandit dolore ut in. ".
+
+<urn:uuid:15345886> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08089" ;
+	nco:locality "Waterford Works" ;
+	nco:streetAddress "7250 Overlook Lane" .
+
+<mailto:fmcintosh adat org> a nco:EmailAddress; 
+	nco:emailAddress "fmcintosh adat org".
+
+<urn:uuid:163785100> a nco:PersonContact; 
+	nco:fullname "Francisco Mcintosh";
+	nco:nameGiven "Francisco";
+	nco:nameFamily "Mcintosh";
+	nco:birthDate "1942-03-09";
+	nco:hasAffiliation "Clerk Health Unit";
+	nco:hasEmailAddress <mailto:fmcintosh adat org>;
+	nco:hasPostalAddress <urn:uuid:15345886>.
+
+<urn:uuid:1129880893> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1294602325>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Duis minim enim lorem minim. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-05T19:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-05T19:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1294602325>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1563215461> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02114" ;
+	nco:locality "Boston" ;
+	nco:streetAddress "9660 Huntleigh Street" .
+
+<mailto:angelina mcdonald wisialiquam edu> a nco:EmailAddress; 
+	nco:emailAddress "angelina mcdonald wisialiquam edu".
+
+<urn:uuid:1514514924> a nco:PersonContact; 
+	nco:fullname "Angelina Mcdonald";
+	nco:nameGiven "Angelina";
+	nco:nameFamily "Mcdonald";
+	nco:birthDate "1942-08-09";
+	nco:hasAffiliation "Coordinator Preventive Maintenance";
+	nco:hasEmailAddress <mailto:angelina mcdonald wisialiquam edu>;
+	nco:hasPostalAddress <urn:uuid:1563215461>.
+
+<urn:uuid:1006964444> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13326" ;
+	nco:locality "Cooperstown" ;
+	nco:streetAddress "2530 Edgewood Circle" .
+
+<mailto:ladonna jefferson consequatvelblandit eu> a nco:EmailAddress; 
+	nco:emailAddress "ladonna jefferson consequatvelblandit eu".
+
+<urn:uuid:836592845> a nco:PersonContact; 
+	nco:fullname "Ladonna Jefferson";
+	nco:nameGiven "Ladonna";
+	nco:nameFamily "Jefferson";
+	nco:birthDate "1942-05-22";
+	nco:hasAffiliation "Building Repairer";
+	nco:hasEmailAddress <mailto:ladonna jefferson consequatvelblandit eu>;
+	nco:hasPostalAddress <urn:uuid:1006964444>.
+
+<urn:uuid:982263138> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:782256816>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "In nonummy hendrerit nostrud enim enim luptatumzzril qui eufeugiat illum. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-24T20:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-24T22:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:782256816>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:2011213024> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12009" ;
+	nco:locality "Altamont" ;
+	nco:streetAddress "8244 Grovewood Way" .
+
+<mailto:aknowles quieum gov> a nco:EmailAddress; 
+	nco:emailAddress "aknowles quieum gov".
+
+<urn:uuid:520592267> a nco:PersonContact; 
+	nco:fullname "Antionette Knowles";
+	nco:nameGiven "Antionette";
+	nco:nameFamily "Knowles";
+	nco:birthDate "1942-07-15";
+	nco:hasAffiliation "Customer Service Manager";
+	nco:hasEmailAddress <mailto:aknowles quieum gov>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:2011213024>.
+
+<urn:uuid:578615082> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1482424376>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Nostrud consectetuer nonummy in ex te esse elitsed suscipit consequat te nostrud luptatumzzril ut. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-21T13:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-21T13:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1482424376>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:967234219> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08742" ;
+	nco:locality "Point Pleasant Beach" ;
+	nco:streetAddress "734 Claiborne Lane" .
+
+<mailto:tescamilla invero org> a nco:EmailAddress; 
+	nco:emailAddress "tescamilla invero org".
+
+<urn:uuid:1224045985> a nco:PersonContact; 
+	nco:fullname "Trey Escamilla";
+	nco:nameGiven "Trey";
+	nco:nameFamily "Escamilla";
+	nco:birthDate "1942-04-15";
+	nco:hasAffiliation "Insurance Agent Special Group";
+	nco:hasEmailAddress <mailto:tescamilla invero org>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:967234219>.
+
+<urn:uuid:1846786671> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11969" ;
+	nco:locality "Southampton" ;
+	nco:streetAddress "9918 Eldor Drive" .
+
+<mailto:sjohns facilisiexerci gov> a nco:EmailAddress; 
+	nco:emailAddress "sjohns facilisiexerci gov".
+
+<xmpp:sandy johns gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Sandy Johns" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Eros dolore iriure accumsan Utwisi dignissim euismod dignissim. " ;
+	nco:imID "sandy johns gmail com".
+
+<urn:uuid:69457477> a nco:PersonContact; 
+	nco:fullname "Sandy Johns";
+	nco:nameGiven "Sandy";
+	nco:nameFamily "Johns";
+	nco:birthDate "1942-04-06";
+	nco:hasAffiliation "Transportation Vehicles Cleaner";
+	nco:hasEmailAddress <mailto:sjohns facilisiexerci gov>;
+	nco:hasIMAccount <xmpp:sandy johns gmail com>;
+	nco:hasPostalAddress <urn:uuid:1846786671>.
+
+<urn:uuid:2016757919> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:305294561>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Ad lobortis velit aliquip commodo ad dolore blandit tincidunt eu consequatvel. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-09T14:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-09T14:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:305294561>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1313511866> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13489" ;
+	nco:locality "West Leyden" ;
+	nco:streetAddress "9382 Bergmann Lane" .
+
+<mailto:virginia harlow tationluptatumzzril tv> a nco:EmailAddress; 
+	nco:emailAddress "virginia harlow tationluptatumzzril tv".
+
+<urn:uuid:1984463814> a nco:PersonContact; 
+	nco:fullname "Virginia Harlow";
+	nco:nameGiven "Virginia";
+	nco:nameFamily "Harlow";
+	nco:birthDate "1943-01-04";
+	nco:hasAffiliation "Professional Recruiter";
+	nco:hasEmailAddress <mailto:virginia harlow tationluptatumzzril tv>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:1313511866>.
+
+<urn:uuid:1928479783> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1984463814>;
+	nmo:sentDate "2009-02-11T15:49:40";
+	nmo:receivedDate "2009-02-11T15:50:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virginia harlow tationluptatumzzril tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1712416799>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "agrider tinciduntluptatumzzril org"];
+	nmo:messageSubject "Nulla hendrerit quis facilisi commodo consequat dignissim dolore ipsum facilisis iustoodio illum duis invulputate. ";
+	nmo:plainTextMessageContent "Dignissim accumsan tincidunt luptatum nulla. Nostrud esse odio praesent suscipit ad volutpat volutpat praesent Utwisi diam consectetuer lobortis eum. ".
+
+<urn:uuid:406666251> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1984463814>;
+	nmo:sentDate "2008-11-11T15:21:21";
+	nmo:receivedDate "2008-11-11T15:21:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virginia harlow tationluptatumzzril tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Duis consectetuer at nonummy at dolore iriuredolor duis iustoodio te molestie ut ut. ";
+	nmo:plainTextMessageContent "Lorem ex invulputate minim ea iriure hendrerit eum volutpat facilisi. Consequat qui at dolor vel te vero dolor vel in veniamquis zzril. ".
+
+<urn:uuid:1069374600> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1984463814>;
+	nmo:sentDate "2008-09-14T15:26:35";
+	nmo:receivedDate "2008-09-14T15:26:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virginia harlow tationluptatumzzril tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1210672065>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jcox luptatumzzrilblandit eu"];
+	nmo:bcc <urn:uuid:1267287784>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rholliman iustoex net"];
+	nmo:messageSubject "Volutpat dolore adipiscing et nulla eu dolore luptatum minim. ";
+	nmo:plainTextMessageContent "Utwisi te blandit consequat invulputate ipsum esse vel molestie. ".
+
+<urn:uuid:1088772592> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1984463814>;
+	nmo:sentDate "2008-07-02T16:07:15";
+	nmo:receivedDate "2008-07-02T16:08:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virginia harlow tationluptatumzzril tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:566383375>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jchesser eumfeugiat eu"];
+	nmo:messageSubject "Blandit tincidunt suscipit blandit et augue aliquam luptatum iriuredolor vel minim. ";
+	nmo:plainTextMessageContent "Veniam te consectetuer delenit vulputate consequatvel dolore esse. Vulputate exerci nisl aliquip molestie molestie dolor invulputate dolore laoreet Utwisi exerci nulla eros. ".
+
+<urn:uuid:283280218> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1984463814>;
+	nmo:sentDate "2008-07-02T15:41:05";
+	nmo:receivedDate "2008-07-02T15:41:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virginia harlow tationluptatumzzril tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:355638061>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "nspringer euismoddignissim us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Aliquip in delenitaugue nostrud dignissim eufeugiat hendrerit ad augue elitsed. ";
+	nmo:plainTextMessageContent "Molestie delenitaugue odio duis vero eum at illum suscipit. ".
+
+<urn:uuid:2074027712> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1984463814>;
+	nmo:sentDate "2008-12-28T16:10:08";
+	nmo:receivedDate "2008-12-28T16:11:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virginia harlow tationluptatumzzril tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2052196541>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "natasha needham inut info"];
+	nmo:messageSubject "Praesent blandit augue quis. ";
+	nmo:plainTextMessageContent "Ex vel vero vero delenit tincidunt nulla zzril. ".
+
+<urn:uuid:76431455> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1984463814>;
+	nmo:sentDate "2008-04-05T15:51:36";
+	nmo:receivedDate "2008-04-05T15:52:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "virginia harlow tationluptatumzzril tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1737795496>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "mmoseley atvel net"];
+	nmo:messageSubject "Feugiat qui ut suscipit nibh luptatum nostrud autem consequat esse. ";
+	nmo:plainTextMessageContent "Enim velit dolore ea et quis ullamcorper praesent. ".
+
+<urn:uuid:831482837> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11596" ;
+	nco:locality "Williston Park" ;
+	nco:streetAddress "4132 Mchenry Trail" .
+
+<mailto:romeo heflin commodovero edu> a nco:EmailAddress; 
+	nco:emailAddress "romeo heflin commodovero edu".
+
+<urn:uuid:682832310> a nco:PersonContact; 
+	nco:fullname "Romeo Heflin";
+	nco:nameGiven "Romeo";
+	nco:nameFamily "Heflin";
+	nco:birthDate "1942-07-03";
+	nco:hasAffiliation "Economic Analysis Supervisor";
+	nco:hasEmailAddress <mailto:romeo heflin commodovero edu>;
+	nco:hasPostalAddress <urn:uuid:831482837>.
+
+<urn:uuid:1760743119> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:443600707>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Nibh adipiscing eum ea esse molestie wisi consectetuer exerci. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-24T15:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-24T15:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:443600707>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1997575109> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10087" ;
+	nco:locality "New York" ;
+	nco:streetAddress "5696 Myeron Street" .
+
+<mailto:ihatfield enimnostrud info> a nco:EmailAddress; 
+	nco:emailAddress "ihatfield enimnostrud info".
+
+<xmpp:ione hatfield gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Ione Hatfield" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Wisi quis lorem praesent adipiscing te duis feugait tincidunt ex erat. " ;
+	nco:imID "ione hatfield gmail com".
+
+<urn:uuid:1623281126> a nco:PersonContact; 
+	nco:fullname "Ione Hatfield";
+	nco:nameGiven "Ione";
+	nco:nameFamily "Hatfield";
+	nco:birthDate "1943-02-26";
+	nco:hasAffiliation "Administrative Engineering Manager";
+	nco:hasEmailAddress <mailto:ihatfield enimnostrud info>;
+	nco:hasIMAccount <xmpp:ione hatfield gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:1997575109>.
+
+<urn:uuid:867698312> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:173299576>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Vero in hendrerit et suscipit euismod nulla augue velit etaccumsan iustoodio ex. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-25T19:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-25T20:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:173299576>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:162894845> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13838" ;
+	nco:locality "Sidney" ;
+	nco:streetAddress "3412 Tending Avenue" .
+
+<mailto:lstjohn suscipitvero tv> a nco:EmailAddress; 
+	nco:emailAddress "lstjohn suscipitvero tv".
+
+<urn:uuid:1157822663> a nco:PersonContact; 
+	nco:fullname "Lamont Stjohn";
+	nco:nameGiven "Lamont";
+	nco:nameFamily "Stjohn";
+	nco:birthDate "1942-09-19";
+	nco:hasAffiliation "Superintendent Construction";
+	nco:hasEmailAddress <mailto:lstjohn suscipitvero tv>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:162894845>.
+
+<urn:uuid:1906505675> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12872" ;
+	nco:locality "Severance" ;
+	nco:streetAddress "9947 Cordova Lane" .
+
+<mailto:jskipper tepraesent gov> a nco:EmailAddress; 
+	nco:emailAddress "jskipper tepraesent gov".
+
+<urn:uuid:898257008> a nco:PersonContact; 
+	nco:fullname "Jeramy Skipper";
+	nco:nameGiven "Jeramy";
+	nco:nameFamily "Skipper";
+	nco:birthDate "1943-02-06";
+	nco:hasAffiliation "Banking Supervisor Check Processing";
+	nco:hasEmailAddress <mailto:jskipper tepraesent gov>;
+	nco:hasPostalAddress <urn:uuid:1906505675>.
+
+<urn:uuid:1381659255> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1547577658>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Nostrud consectetuer nulla esse erat dolor facilisis. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-27T15:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-27T15:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1547577658>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:722502565> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01756" ;
+	nco:locality "Mendon" ;
+	nco:streetAddress "4153 Rustleaf Circle" .
+
+<mailto:vwillson nullaqui tv> a nco:EmailAddress; 
+	nco:emailAddress "vwillson nullaqui tv".
+
+<urn:uuid:313371536> a nco:PersonContact; 
+	nco:fullname "Venus Willson";
+	nco:nameGiven "Venus";
+	nco:nameFamily "Willson";
+	nco:birthDate "1942-10-19";
+	nco:hasAffiliation "Currency Machine Operator";
+	nco:hasEmailAddress <mailto:vwillson nullaqui tv>;
+	nco:hasPostalAddress <urn:uuid:722502565>.
+
+<urn:uuid:805970763> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1623058252>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Vulputate ipsum nulla adipiscing nulla te nislut. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-01T15:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-01T15:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1623058252>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1999947163> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01254" ;
+	nco:locality "Richmond" ;
+	nco:streetAddress "8199 Crooked Creek Parkway" .
+
+<mailto:ione reinhardt teminim us> a nco:EmailAddress; 
+	nco:emailAddress "ione reinhardt teminim us".
+
+<xmpp:ione reinhardt gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Ione Reinhardt" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Consequat dignissim aliquam ut sit nisl et. " ;
+	nco:imID "ione reinhardt gmail com".
+
+<urn:uuid:2140078959> a nco:PersonContact; 
+	nco:fullname "Ione Reinhardt";
+	nco:nameGiven "Ione";
+	nco:nameFamily "Reinhardt";
+	nco:birthDate "1942-09-16";
+	nco:hasAffiliation "Assistant Chef";
+	nco:hasEmailAddress <mailto:ione reinhardt teminim us>;
+	nco:hasIMAccount <xmpp:ione reinhardt gmail com>;
+	nco:hasPostalAddress <urn:uuid:1999947163>.
+
+<urn:uuid:297734025> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:2082631504>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Blandit duis enim veniam eufeugiat nostrud zzril. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-08T13:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-08T14:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:2082631504>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1394621600> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10177" ;
+	nco:locality "New York" ;
+	nco:streetAddress "7379 Hapano Avenue" .
+
+<mailto:forta dignissimiriure us> a nco:EmailAddress; 
+	nco:emailAddress "forta dignissimiriure us".
+
+<xmpp:freda orta gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Freda Orta" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Volutpat hendrerit nostrud ut nulla. " ;
+	nco:imID "freda orta gmail com".
+
+<urn:uuid:1075677882> a nco:PersonContact; 
+	nco:fullname "Freda Orta";
+	nco:nameGiven "Freda";
+	nco:nameFamily "Orta";
+	nco:birthDate "1942-05-04";
+	nco:hasAffiliation "Manager Food Services 2";
+	nco:hasEmailAddress <mailto:forta dignissimiriure us>;
+	nco:hasIMAccount <xmpp:freda orta gmail com>;
+	nco:hasPostalAddress <urn:uuid:1394621600>.
+
+<urn:uuid:1085467221> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14551" ;
+	nco:locality "Sodus" ;
+	nco:streetAddress "8293 Woodthorpe Cove" .
+
+<mailto:elida sperry quieros info> a nco:EmailAddress; 
+	nco:emailAddress "elida sperry quieros info".
+
+<urn:uuid:160363725> a nco:PersonContact; 
+	nco:fullname "Elida Sperry";
+	nco:nameGiven "Elida";
+	nco:nameFamily "Sperry";
+	nco:birthDate "1943-02-14";
+	nco:hasAffiliation "Nurse Gerontology";
+	nco:hasEmailAddress <mailto:elida sperry quieros info>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:1085467221>.
+
+<urn:uuid:1518347837> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11232" ;
+	nco:locality "Brooklyn" ;
+	nco:streetAddress "3147 Myeron Avenue" .
+
+<mailto:ruben horan ullamcorperfacilisis net> a nco:EmailAddress; 
+	nco:emailAddress "ruben horan ullamcorperfacilisis net".
+
+<urn:uuid:2138865892> a nco:PersonContact; 
+	nco:fullname "Ruben Horan";
+	nco:nameGiven "Ruben";
+	nco:nameFamily "Horan";
+	nco:birthDate "1942-12-11";
+	nco:hasAffiliation "Computer Lead Data Entry";
+	nco:hasEmailAddress <mailto:ruben horan ullamcorperfacilisis net>;
+	nco:hasPostalAddress <urn:uuid:1518347837>.
+
+<urn:uuid:2061056308> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1259398744>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Feugait ex dolore hendrerit iriuredolor. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-16T13:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-16T15:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1259398744>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:1507371845> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04780" ;
+	nco:locality "Smyrna Mills" ;
+	nco:streetAddress "2817 Langwood Drive" .
+
+<mailto:igardiner velveniam com> a nco:EmailAddress; 
+	nco:emailAddress "igardiner velveniam com".
+
+<urn:uuid:1150816239> a nco:PersonContact; 
+	nco:fullname "Isreal Gardiner";
+	nco:nameGiven "Isreal";
+	nco:nameFamily "Gardiner";
+	nco:birthDate "1942-08-28";
+	nco:hasAffiliation "Librarian Technical";
+	nco:hasEmailAddress <mailto:igardiner velveniam com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:1507371845>.
+
+<urn:uuid:969325538> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15415" ;
+	nco:locality "Brier Hill" ;
+	nco:streetAddress "1258 Riverlace Trail" .
+
+<mailto:rcameron Utwisitation edu> a nco:EmailAddress; 
+	nco:emailAddress "rcameron Utwisitation edu".
+
+<urn:uuid:2099957050> a nco:PersonContact; 
+	nco:fullname "Rubin Cameron";
+	nco:nameGiven "Rubin";
+	nco:nameFamily "Cameron";
+	nco:birthDate "1942-05-18";
+	nco:hasAffiliation "Driving Instructor";
+	nco:hasEmailAddress <mailto:rcameron Utwisitation edu>;
+	nco:hasPostalAddress <urn:uuid:969325538>.
+
+<urn:uuid:339291578> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12410" ;
+	nco:locality "Big Indian" ;
+	nco:streetAddress "8076 Curve Crest Cove" .
+
+<mailto:jcoyle iustoenim us> a nco:EmailAddress; 
+	nco:emailAddress "jcoyle iustoenim us".
+
+<urn:uuid:135287567> a nco:PersonContact; 
+	nco:fullname "Jamal Coyle";
+	nco:nameGiven "Jamal";
+	nco:nameFamily "Coyle";
+	nco:birthDate "1942-10-25";
+	nco:hasAffiliation "Mental Health Technician";
+	nco:hasEmailAddress <mailto:jcoyle iustoenim us>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:339291578>.
+
+<urn:uuid:2071707500> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1329543945>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Consequatvel at feugait nislut tation vero augue eros iriure enim vero molestie invulputate nulla. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-07T13:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-07T13:41:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1329543945>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:675158614> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10311" ;
+	nco:locality "Staten Island" ;
+	nco:streetAddress "7154 Mulberry Drive" .
+
+<mailto:rvalle facilisisnulla us> a nco:EmailAddress; 
+	nco:emailAddress "rvalle facilisisnulla us".
+
+<urn:uuid:629481761> a nco:PersonContact; 
+	nco:fullname "Rhett Valle";
+	nco:nameGiven "Rhett";
+	nco:nameFamily "Valle";
+	nco:birthDate "1943-02-20";
+	nco:hasAffiliation "Data Processing Equipment Repairer";
+	nco:hasEmailAddress <mailto:rvalle facilisisnulla us>;
+	nco:hasPostalAddress <urn:uuid:675158614>.
+
+<urn:uuid:790217326> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:990867981>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Eum dolor dolore vel consequat illum esse enim ad veniam. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-14T16:11:33"];
+	ncal:dtend [ncal:dateTime "2009-03-14T17:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:990867981>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:583433992> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12814" ;
+	nco:locality "Bolton Landing" ;
+	nco:streetAddress "6497 Paddock Avenue" .
+
+<mailto:adias autemblandit tv> a nco:EmailAddress; 
+	nco:emailAddress "adias autemblandit tv".
+
+<urn:uuid:861690241> a nco:PersonContact; 
+	nco:fullname "Alene Dias";
+	nco:nameGiven "Alene";
+	nco:nameFamily "Dias";
+	nco:birthDate "1943-01-12";
+	nco:hasAffiliation "Technician Medical Emergency";
+	nco:hasEmailAddress <mailto:adias autemblandit tv>;
+	nco:hasPostalAddress <urn:uuid:583433992>.
+
+<urn:uuid:1280913985> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08853" ;
+	nco:locality "Neshanic Station" ;
+	nco:streetAddress "9076 Groveshire Avenue" .
+
+<mailto:jchambliss verosuscipit edu> a nco:EmailAddress; 
+	nco:emailAddress "jchambliss verosuscipit edu".
+
+<urn:uuid:621124212> a nco:PersonContact; 
+	nco:fullname "Jeanna Chambliss";
+	nco:nameGiven "Jeanna";
+	nco:nameFamily "Chambliss";
+	nco:birthDate "1942-03-15";
+	nco:hasAffiliation "Calibration Technician";
+	nco:hasEmailAddress <mailto:jchambliss verosuscipit edu>;
+	nco:hasPostalAddress <urn:uuid:1280913985>.
+
+<urn:uuid:1826978197> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03590" ;
+	nco:locality "North Stratford" ;
+	nco:streetAddress "2449 Edgewood Street" .
+
+<mailto:leann melvin doloremagnanonummy eu> a nco:EmailAddress; 
+	nco:emailAddress "leann melvin doloremagnanonummy eu".
+
+<xmpp:leann melvin gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Leann Melvin" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Utwisi exerci vel iriuredolor dolor ad ea iusto dolor iusto enim aliquip dolore. " ;
+	nco:imID "leann melvin gmail com".
+
+<urn:uuid:491910608> a nco:PersonContact; 
+	nco:fullname "Leann Melvin";
+	nco:nameGiven "Leann";
+	nco:nameFamily "Melvin";
+	nco:birthDate "1943-01-15";
+	nco:hasAffiliation "Manufacturing Worker";
+	nco:hasEmailAddress <mailto:leann melvin doloremagnanonummy eu>;
+	nco:hasIMAccount <xmpp:leann melvin gmail com>;
+	nco:hasPostalAddress <urn:uuid:1826978197>.
+
+<urn:uuid:929367354> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14068" ;
+	nco:locality "Getzville" ;
+	nco:streetAddress "5890 Kallie Circle" .
+
+<mailto:augustus manns augueillum tv> a nco:EmailAddress; 
+	nco:emailAddress "augustus manns augueillum tv".
+
+<urn:uuid:244260985> a nco:PersonContact; 
+	nco:fullname "Augustus Manns";
+	nco:nameGiven "Augustus";
+	nco:nameFamily "Manns";
+	nco:birthDate "1942-05-27";
+	nco:hasAffiliation "Technician 2 Offset Press";
+	nco:hasEmailAddress <mailto:augustus manns augueillum tv>;
+	nco:hasPostalAddress <urn:uuid:929367354>.
+
+<urn:uuid:1900923538> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01524" ;
+	nco:locality "Leicester" ;
+	nco:streetAddress "3618 Shelton Cove" .
+
+<mailto:bdeyoung hendreritblandit info> a nco:EmailAddress; 
+	nco:emailAddress "bdeyoung hendreritblandit info".
+
+<urn:uuid:376019423> a nco:PersonContact; 
+	nco:fullname "Billy Deyoung";
+	nco:nameGiven "Billy";
+	nco:nameFamily "Deyoung";
+	nco:birthDate "1942-07-02";
+	nco:hasAffiliation "Manager Food Services 1";
+	nco:hasEmailAddress <mailto:bdeyoung hendreritblandit info>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:1900923538>.
+
+<urn:uuid:1384751078> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1398759367>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Blandit velit ipsum ipsum. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-27T13:11:33"];
+	ncal:dtend [ncal:dateTime "2009-02-27T15:11:33"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1398759367>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:33" .
+
+<urn:uuid:505176684> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01203" ;
+	nco:locality "Pittsfield" ;
+	nco:streetAddress "4974 Ravensdale Avenue" .
+
+<mailto:lou corbett essetation us> a nco:EmailAddress; 
+	nco:emailAddress "lou corbett essetation us".
+
+<urn:uuid:650813723> a nco:PersonContact; 
+	nco:fullname "Lou Corbett";
+	nco:nameGiven "Lou";
+	nco:nameFamily "Corbett";
+	nco:birthDate "1943-02-04";
+	nco:hasAffiliation "Engineer Water Transportation";
+	nco:hasEmailAddress <mailto:lou corbett essetation us>;
+	nco:hasPostalAddress <urn:uuid:505176684>.
+
+<urn:uuid:1900727470> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:650813723>;
+	nmo:sentDate "2008-02-17T15:28:21";
+	nmo:receivedDate "2008-02-17T15:28:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lou corbett essetation us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Exerci in volutpat tation nulla praesent dolor ea ad doloremagna ea ad. ";
+	nmo:plainTextMessageContent "Consequatvel volutpat amet te veniam. ".
+
+<urn:uuid:1703475363> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:650813723>;
+	nmo:sentDate "2008-05-08T16:10:07";
+	nmo:receivedDate "2008-05-08T16:10:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lou corbett essetation us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1395960551>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gay landrum ipsumveniamquis net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Luptatumzzril vero tincidunt accumsan et erat eum. ";
+	nmo:plainTextMessageContent "Dolor at nulla nulla eum. ".
+
+<urn:uuid:1239634681> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:650813723>;
+	nmo:sentDate "2008-09-14T15:55:55";
+	nmo:receivedDate "2008-09-14T15:56:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lou corbett essetation us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisis Utwisi duis elitsed vel iusto blandit consequatvel enim dolor te at. ";
+	nmo:plainTextMessageContent "Nislut at ullamcorper lorem velit ad feugait iustoodio adipiscing at illum vulputate. ".
+
+<urn:uuid:536234293> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:650813723>;
+	nmo:sentDate "2008-07-20T15:44:42";
+	nmo:receivedDate "2008-07-20T15:45:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lou corbett essetation us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:522539322>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "alpha darling commodoaliquip gov"];
+	nmo:messageSubject "Luptatumzzril praesent minim quis vero nonummy ad. ";
+	nmo:plainTextMessageContent "Ut adipiscing ut consequat hendrerit luptatum dolore facilisis eufeugiat dolor in esse nislut dignissim. Facilisis wisi dignissim Utwisi eufeugiat aliquam aliquip. ".
+
+<urn:uuid:573307952> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:650813723>;
+	nmo:sentDate "2009-02-05T15:49:01";
+	nmo:receivedDate "2009-02-05T15:49:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lou corbett essetation us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2068553785>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tyron keene iustonislut us"];
+	nmo:bcc <urn:uuid:1564951246>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "sturney tationconsequat com"];
+	nmo:messageSubject "Consequatvel velit adipiscing nulla invulputate doloremagna enim tincidunt eum in hendrerit lobortis feugait blandit. ";
+	nmo:plainTextMessageContent "Diam eum iriuredolor suscipit. ".
+
+<urn:uuid:922604916> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:650813723>;
+	nmo:sentDate "2008-12-20T15:14:44";
+	nmo:receivedDate "2008-12-20T15:15:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lou corbett essetation us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Praesent dolore in delenit nostrud. ";
+	nmo:plainTextMessageContent "Nisl et nostrud ex. ".
+
+<urn:uuid:1080587240> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:650813723>;
+	nmo:sentDate "2008-09-02T15:57:31";
+	nmo:receivedDate "2008-09-02T15:57:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lou corbett essetation us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:664101765>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "marcelino crayton utlaoreet eu"];
+	nmo:messageSubject "Nulla in facilisis duis praesent tation ut duis quis duis ipsum. ";
+	nmo:plainTextMessageContent "Ex facilisi ipsum enim nostrud ea velit. Esse suscipit quis nulla consequatvel luptatumzzril blandit dolore et. ".
+
+<urn:uuid:353578628> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:650813723>;
+	nmo:sentDate "2008-02-25T15:53:36";
+	nmo:receivedDate "2008-02-25T15:54:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lou corbett essetation us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:909105715>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "linwood sibley feugaitte com"];
+	nmo:bcc <urn:uuid:1623058252>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "nora akin odionulla eu"];
+	nmo:messageSubject "Amet etaccumsan augue iriuredolor dolore veniam ex. ";
+	nmo:plainTextMessageContent "Luptatum nulla iriuredolor et consectetuer odio qui aliquip tationullamcorper iriure. ".
+
+<urn:uuid:1446765005> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:650813723>;
+	nmo:sentDate "2008-12-25T16:08:07";
+	nmo:receivedDate "2008-12-25T16:08:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lou corbett essetation us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1873894462>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "federico huntley infacilisi gov"];
+	nmo:messageSubject "Veniam nostrud ipsum consectetuer aliquip dolore nostrud odio erat facilisi feugait erat. ";
+	nmo:plainTextMessageContent "Delenitaugue blandit consequat autem veniam wisi hendrerit autem dolore invulputate facilisi vel eu. Odio dolor diam odio exerci suscipit delenitaugue duis blandit. ".
+
+<urn:uuid:1712198130> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:650813723>;
+	nmo:sentDate "2008-09-03T15:32:49";
+	nmo:receivedDate "2008-09-03T15:33:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lou corbett essetation us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1984463814>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "virginia harlow tationluptatumzzril tv"];
+	nmo:messageSubject "Velit in facilisi enim eros veniamquis veniam esse etaccumsan diam eros. ";
+	nmo:plainTextMessageContent "Consequatvel iustoodio minim wisi et elitsed dolore amet vel molestie feugiat vel duis. ".
+
+<urn:uuid:2003895134> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:650813723>;
+	nmo:sentDate "2008-05-10T15:54:52";
+	nmo:receivedDate "2008-05-10T15:55:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lou corbett essetation us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1984463814>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "virginia harlow tationluptatumzzril tv"];
+	nmo:messageSubject "Veniamquis vel qui invulputate et elitsed qui. ";
+	nmo:plainTextMessageContent "In autem aliquip iustoodio tincidunt ex. Wisi luptatum tincidunt et doloremagna delenitaugue vel. ".
+
+<urn:uuid:908880287> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:650813723>;
+	nmo:sentDate "2008-08-20T16:05:26";
+	nmo:receivedDate "2008-08-20T16:06:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lou corbett essetation us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:897035333>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "eusebio somers dignissimwisi us"];
+	nmo:messageSubject "Tation dolor eum blandit ea facilisi. ";
+	nmo:plainTextMessageContent "Facilisis facilisis nulla nisl nostrud minim. Autem iriuredolor ex velit dignissim quis elitsed. ".
+
+<urn:uuid:373647249> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:650813723>;
+	nmo:sentDate "2008-08-22T15:17:57";
+	nmo:receivedDate "2008-08-22T15:18:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lou corbett essetation us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1935436383>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "hollis mclane enimut net"];
+	nmo:bcc <urn:uuid:471903942>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "mfairbanks loremet tv"];
+	nmo:messageSubject "Autem ea blandit enim delenitaugue facilisis eros lorem qui tation eum illum veniamquis dignissim. ";
+	nmo:plainTextMessageContent "Luptatum at velit sit at molestie suscipit zzril feugait. Lobortis te veniamquis hendrerit velit luptatumzzril dolor iriure minim illum facilisis. ".
+
+<urn:uuid:112911054> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:650813723>;
+	nmo:sentDate "2008-02-22T15:45:31";
+	nmo:receivedDate "2008-02-22T15:45:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lou corbett essetation us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dignissim consequat etaccumsan autem velit odio eros wisi invulputate laoreet facilisis et. ";
+	nmo:plainTextMessageContent "Consequat dolor amet veniam ad. ".
+
+<urn:uuid:2032234149> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:650813723>;
+	nmo:sentDate "2008-06-23T16:06:33";
+	nmo:receivedDate "2008-06-23T16:06:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lou corbett essetation us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1737795496>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mmoseley atvel net"];
+	nmo:bcc <urn:uuid:244260985>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "augustus manns augueillum tv"];
+	nmo:messageSubject "Zzril sit et autem iusto lobortis. ";
+	nmo:plainTextMessageContent "Dolor quis in minim hendrerit ex. Vel duis dolore erat at lorem erat vero et. ".
+
+<urn:uuid:1539066220> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:650813723>;
+	nmo:sentDate "2008-02-20T15:46:10";
+	nmo:receivedDate "2008-02-20T15:46:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lou corbett essetation us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:135134967>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kip cooks velittation org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Praesent ea praesent consequatvel lorem ad. ";
+	nmo:plainTextMessageContent "Ut iriuredolor enim in adipiscing facilisis sit feugait ut elitsed dolor. ".
+
+<urn:uuid:1445419227> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:650813723>;
+	nmo:sentDate "2009-01-21T15:16:08";
+	nmo:receivedDate "2009-01-21T15:16:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lou corbett essetation us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:2044297040>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "alden lombard odiodolor net"];
+	nmo:messageSubject "Ut hendrerit veniam te nulla. ";
+	nmo:plainTextMessageContent "Erat ea lobortis nibh nostrud qui vero. ".
+
+<urn:uuid:745488636> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04288" ;
+	nco:locality "West Minot" ;
+	nco:streetAddress "3109 Comely Street" .
+
+<mailto:bshockley duiset eu> a nco:EmailAddress; 
+	nco:emailAddress "bshockley duiset eu".
+
+<urn:uuid:315939999> a nco:PersonContact; 
+	nco:fullname "Bettye Shockley";
+	nco:nameGiven "Bettye";
+	nco:nameFamily "Shockley";
+	nco:birthDate "1942-06-04";
+	nco:hasAffiliation "Installer Automobile Accessories";
+	nco:hasEmailAddress <mailto:bshockley duiset eu>;
+	nco:hasPostalAddress <urn:uuid:745488636>.
+
+<urn:uuid:2065942293> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:315939999>;
+	nmo:sentDate "2008-06-29T15:41:12";
+	nmo:receivedDate "2008-06-29T15:41:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bshockley duiset eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:2145797825>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ewheeler blanditsuscipit org"];
+	nmo:messageSubject "Dignissim aliquip et eum enim et aliquip blandit lobortis diam praesent commodo nislut. ";
+	nmo:plainTextMessageContent "Tincidunt et eu commodoconsequat esse nulla. Eros commodoconsequat nostrud commodo dolor wisi invulputate facilisis in at. ".
+
+<urn:uuid:334133805> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04747" ;
+	nco:locality "Island Falls" ;
+	nco:streetAddress "909 Orchard Grove Avenue" .
+
+<mailto:jsteward hendreritnulla info> a nco:EmailAddress; 
+	nco:emailAddress "jsteward hendreritnulla info".
+
+<xmpp:jamie steward gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Jamie Steward" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Iusto dignissim ea iustoodio duis qui eufeugiat autem esse. " ;
+	nco:imID "jamie steward gmail com".
+
+<urn:uuid:380705489> a nco:PersonContact; 
+	nco:fullname "Jamie Steward";
+	nco:nameGiven "Jamie";
+	nco:nameFamily "Steward";
+	nco:birthDate "1943-02-03";
+	nco:hasAffiliation "Attorney Legal Manager";
+	nco:hasEmailAddress <mailto:jsteward hendreritnulla info>;
+	nco:hasIMAccount <xmpp:jamie steward gmail com>;
+	nco:hasPostalAddress <urn:uuid:334133805>.
+
+<urn:uuid:827356981> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07199" ;
+	nco:locality "Newark" ;
+	nco:streetAddress "3118 Hayley Cove" .
+
+<mailto:janis hynes nisluteum com> a nco:EmailAddress; 
+	nco:emailAddress "janis hynes nisluteum com".
+
+<urn:uuid:359399277> a nco:PersonContact; 
+	nco:fullname "Janis Hynes";
+	nco:nameGiven "Janis";
+	nco:nameFamily "Hynes";
+	nco:birthDate "1943-01-11";
+	nco:hasAffiliation "Web Author";
+	nco:hasEmailAddress <mailto:janis hynes nisluteum com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:827356981>.
+
+<urn:uuid:506775189> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10160" ;
+	nco:locality "New York" ;
+	nco:streetAddress "7411 Germantown Village Cove" .
+
+<mailto:tcolwell doloreullamcorper info> a nco:EmailAddress; 
+	nco:emailAddress "tcolwell doloreullamcorper info".
+
+<xmpp:toni colwell gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Toni Colwell" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Luptatum delenitaugue nulla wisi quis diam. " ;
+	nco:imID "toni colwell gmail com".
+
+<tel:+18022883124> a nco:PhoneNumber; 
+	nco:phoneNumber "(802)288-3124".
+
+<urn:uuid:833812196> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18022883124>]; 
+	nmo:duration 39; 
+	nmo:receivedDate "2008-11-21T15:25:31". 
+
+<urn:uuid:831357302> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18022883124>]; 
+	nmo:duration 45; 
+	nmo:receivedDate "2008-10-22T15:24:41". 
+
+<urn:uuid:1858056136> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18022883124>]; 
+	nmo:duration 24; 
+	nmo:receivedDate "2009-02-09T15:42:41". 
+
+<urn:uuid:684270617> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18022883124>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-14T16:00:14";
+	nmo:receivedDate "2008-04-08T15:39:07";
+	nmo:plainTextMessageContent "Invulputate nulla praesent veniamquis dignissim dolor et dolor aliquam. Commodoconsequat consequatvel eum vulputate consequatvel eros nostrud hendrerit accumsan in. Invulputate wisi quis et vulputate euismod qui iriuredolor. Iriure ullamcorper amet iustoodio eros accumsan dignissim suscipit. Ea consequat consequat esse in feugait blandit dolore. ".
+
+<urn:uuid:1973914911> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18022883124>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-07T15:40:40";
+	nmo:receivedDate "2008-05-23T16:10:05";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Adipiscing te iriuredolor exerci eu vero eu ut illum nislut feugait autem qui. At zzril nostrud autem diam consequat te in ipsum esse ullamcorper. Dolore amet et aliquip et ipsum dolore. Ut esse at doloremagna. Suscipit feugait nostrud molestie. Iriure vero elitsed commodo invulputate quis lobortis adipiscing aliquip. ".
+
+<urn:uuid:1523636648> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18022883124>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-16T15:41:34";
+	nmo:receivedDate "2009-01-30T15:57:44";
+	nmo:plainTextMessageContent "Illum delenitaugue at veniam eros veniam exerci. Duis at zzril hendrerit suscipit ea. Praesent illum autem delenit. Aliquip vel lorem qui nulla minim erat esse praesent delenitaugue vero erat lobortis. Delenit exerci ut nostrud ut eros augue consequat eum facilisi exerci veniamquis. Ea delenit nostrud doloremagna zzril doloremagna erat. ".
+
+<urn:uuid:1409337015> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18022883124>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-06T16:05:51";
+	nmo:receivedDate "2008-12-19T15:16:36";
+	nmo:plainTextMessageContent "Feugiat quis iriuredolor duis vero eu tationullamcorper. Illum et vel duis aliquam blandit enim facilisi esse laoreet. Luptatum commodo tation veniamquis doloremagna dolore iustoodio exerci tationullamcorper ad at eros iustoodio. Vel blandit ex aliquam delenitaugue dolore feugait. Blandit delenitaugue velit nulla aliquip delenitaugue velit vel wisi autem ea lobortis erat. Nulla nulla esse velit in qui eum duis nulla nibh nibh enim laoreet. ".
+
+<urn:uuid:1547236208> a nco:PersonContact; 
+	nco:fullname "Toni Colwell";
+	nco:nameGiven "Toni";
+	nco:nameFamily "Colwell";
+	nco:birthDate "1942-12-15";
+	nco:hasAffiliation "Supervisor Dining Room";
+	nco:hasEmailAddress <mailto:tcolwell doloreullamcorper info>;
+	nco:hasPhoneNumber <tel:+18022883124>;
+	nco:hasIMAccount <xmpp:toni colwell gmail com>;
+	nco:hasPostalAddress <urn:uuid:506775189>.
+
+<urn:uuid:1536208554> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08020" ;
+	nco:locality "Clarksboro" ;
+	nco:streetAddress "2897 Mandeville Cove" .
+
+<mailto:valencia atkins euismodamet eu> a nco:EmailAddress; 
+	nco:emailAddress "valencia atkins euismodamet eu".
+
+<urn:uuid:500067269> a nco:PersonContact; 
+	nco:fullname "Valencia Atkins";
+	nco:nameGiven "Valencia";
+	nco:nameFamily "Atkins";
+	nco:birthDate "1942-04-18";
+	nco:hasAffiliation "Manager Beauty or Barber Shop";
+	nco:hasEmailAddress <mailto:valencia atkins euismodamet eu>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:1536208554>.
+
+<urn:uuid:471555169> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06235" ;
+	nco:locality "Chaplin" ;
+	nco:streetAddress "4313 Walnut Parkway" .
+
+<mailto:dbooker veroillum org> a nco:EmailAddress; 
+	nco:emailAddress "dbooker veroillum org".
+
+<urn:uuid:608606109> a nco:PersonContact; 
+	nco:fullname "Denis Booker";
+	nco:nameGiven "Denis";
+	nco:nameFamily "Booker";
+	nco:birthDate "1942-06-06";
+	nco:hasAffiliation "Building Materials Salesperson";
+	nco:hasEmailAddress <mailto:dbooker veroillum org>;
+	nco:hasPostalAddress <urn:uuid:471555169>.
+
+<urn:uuid:1018740970> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05144" ;
+	nco:locality "Chester Depot" ;
+	nco:streetAddress "4162 Holly Spring Street" .
+
+<mailto:esims adipiscingerat org> a nco:EmailAddress; 
+	nco:emailAddress "esims adipiscingerat org".
+
+<tel:+19599966515> a nco:PhoneNumber; 
+	nco:phoneNumber "(959)996-6515".
+
+<urn:uuid:490482694> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19599966515>]; 
+	nmo:duration 3; 
+	nmo:receivedDate "2008-08-18T15:37:57". 
+
+<urn:uuid:564035237> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19599966515>]; 
+	nmo:duration 5; 
+	nmo:sentDate "2008-05-07T15:18:02". 
+
+<urn:uuid:760014202> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19599966515>]; 
+	nmo:duration 34; 
+	nmo:sentDate "2008-10-08T15:34:44". 
+
+<urn:uuid:1063549329> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19599966515>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-03T15:59:52";
+	nmo:receivedDate "2008-10-27T16:06:41";
+	nmo:plainTextMessageContent "Ut delenitaugue nislut autem iriure. In in luptatum in nulla dignissim facilisi euismod et dolore. Commodoconsequat zzril ipsum molestie te doloremagna augue duis hendrerit. Luptatum consequat facilisi nislut te zzril autem lobortis exerci facilisis. Doloremagna qui esse lobortis luptatumzzril illum nisl. Suscipit feugait dolore autem hendrerit nislut enim. Commodo feugait delenitaugue dolore ut molestie duis tationullamcorper. ".
+
+<urn:uuid:1222229844> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19599966515>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-24T15:57:20";
+	nmo:receivedDate "2008-08-16T15:27:49";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Eufeugiat facilisis facilisis vel invulputate quis exerci dignissim iriure amet eu suscipit dolore blandit. Autem vel iriuredolor in esse exerci ad ad blandit etaccumsan hendrerit tation. Nulla minim iusto dolore luptatumzzril. Vero blandit facilisi delenitaugue nisl. Nulla lobortis nulla eros at quis suscipit commodoconsequat. Dolor minim et vero. Nulla iusto in at qui blandit exerci dolor suscipit ut. ".
+
+<urn:uuid:1485218347> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19599966515>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-15T15:40:42";
+	nmo:receivedDate "2008-07-07T16:07:53";
+	nmo:plainTextMessageContent "Nulla consectetuer ullamcorper ex te laoreet in eufeugiat duis autem ad vero. In et ut hendrerit dolor. Iusto luptatumzzril dignissim dolor dignissim in exerci eros tation eum wisi. Et vero ad dignissim nostrud minim euismod ullamcorper tation. Ea augue nulla duis eu ad lobortis tation ea zzril. ".
+
+<urn:uuid:405562712> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19599966515>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-11T15:16:45";
+	nmo:receivedDate "2008-11-03T15:58:03";
+	nmo:plainTextMessageContent "Tincidunt feugiat iustoodio suscipit ex nostrud minim praesent ad veniam iusto et delenitaugue in. Illum blandit dolore lobortis feugiat tincidunt et molestie volutpat commodo eros nulla luptatum. Molestie et adipiscing ex. Facilisis autem tationullamcorper consequat vero. Praesent aliquip eu lobortis consequat delenit wisi duis eum in sit dolor iustoodio feugait. In laoreet et ut elitsed Utwisi amet dignissim. ".
+
+<urn:uuid:724722229> a nco:PersonContact; 
+	nco:fullname "Eddie Sims";
+	nco:nameGiven "Eddie";
+	nco:nameFamily "Sims";
+	nco:birthDate "1942-12-12";
+	nco:hasAffiliation "Therapist Hearing";
+	nco:hasEmailAddress <mailto:esims adipiscingerat org>;
+	nco:hasPhoneNumber <tel:+19599966515>;
+	nco:hasPostalAddress <urn:uuid:1018740970>.
+
+<urn:uuid:935832987> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2009-02-15T16:09:24";
+	nmo:receivedDate "2009-02-15T16:09:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Illum minim odio illum autem iriuredolor feugiat doloremagna minim duis. ";
+	nmo:plainTextMessageContent "At diam volutpat eu ex. ".
+
+<urn:uuid:1395977411> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2008-05-18T15:44:47";
+	nmo:receivedDate "2008-05-18T15:44:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1495836444>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "vhamilton esseblandit us"];
+	nmo:messageSubject "Esse tincidunt autem velit amet dolore. ";
+	nmo:plainTextMessageContent "Iustoodio luptatumzzril te dolore enim minim nibh veniam. ".
+
+<urn:uuid:1178834888> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2008-03-02T15:39:17";
+	nmo:receivedDate "2008-03-02T15:39:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Utwisi diam consequatvel nulla ipsum. ";
+	nmo:plainTextMessageContent "Diam blandit qui facilisi. Eum dolor facilisis lobortis veniam ea. ".
+
+<urn:uuid:1077265859> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2009-02-15T16:07:26";
+	nmo:receivedDate "2009-02-15T16:08:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2007832597>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ktripp teiustoodio eu"];
+	nmo:messageSubject "Utwisi facilisis duis ad esse Utwisi lobortis. ";
+	nmo:plainTextMessageContent "Ullamcorper nulla delenit vero nulla vel. ".
+
+<urn:uuid:892002256> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2008-08-03T15:27:30";
+	nmo:receivedDate "2008-08-03T15:28:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Eum nulla delenitaugue suscipit qui erat amet veniamquis. ";
+	nmo:plainTextMessageContent "Ipsum nulla et ea ea commodo delenitaugue nisl quis in velit. ".
+
+<urn:uuid:1138973774> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2009-01-08T15:21:24";
+	nmo:receivedDate "2009-01-08T15:21:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:406835329>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "hiram pryor feugaitiriuredolor org"];
+	nmo:messageSubject "Lobortis exerci eros nisl zzril qui molestie iusto vel. ";
+	nmo:plainTextMessageContent "Sit tincidunt aliquip feugait odio lobortis aliquam at nonummy dignissim qui zzril duis eu. Et facilisis sit commodoconsequat nulla. ".
+
+<urn:uuid:1468693305> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2008-02-23T15:28:40";
+	nmo:receivedDate "2008-02-23T15:29:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Exerci facilisis aliquam suscipit facilisis laoreet luptatum. ";
+	nmo:plainTextMessageContent "Vel eum ullamcorper facilisis tincidunt enim minim nulla iriuredolor facilisi. ".
+
+<urn:uuid:794641195> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2008-08-04T15:22:12";
+	nmo:receivedDate "2008-08-04T15:23:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:737898680>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "nikki frazier luptatumea tv"];
+	nmo:messageSubject "Te delenitaugue luptatum quis iustoodio at diam. ";
+	nmo:plainTextMessageContent "Praesent ipsum vulputate vero dignissim eufeugiat hendrerit tincidunt blandit tation iriure consequatvel. ".
+
+<urn:uuid:649976169> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2008-06-04T15:36:48";
+	nmo:receivedDate "2008-06-04T15:37:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1443469279>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ttorrez eumdignissim gov"];
+	nmo:messageSubject "In ea vulputate luptatum nulla vulputate te etaccumsan duis eum duis duis. ";
+	nmo:plainTextMessageContent "Luptatum praesent delenit augue ea autem hendrerit vel in qui ex enim. Illum et nisl esse ea nibh lobortis autem consectetuer ut eu vero. ".
+
+<urn:uuid:369381009> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2008-11-05T15:15:21";
+	nmo:receivedDate "2008-11-05T15:16:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Utwisi nostrud et commodoconsequat. ";
+	nmo:plainTextMessageContent "Accumsan consequat euismod vel vel. Invulputate ea luptatumzzril facilisis. ".
+
+<urn:uuid:350879330> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2008-10-12T15:37:32";
+	nmo:receivedDate "2008-10-12T15:38:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ipsum nostrud nisl iustoodio tation. ";
+	nmo:plainTextMessageContent "Luptatum feugiat autem delenit te augue et tation feugait facilisi tationullamcorper ea. ".
+
+<urn:uuid:164383845> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2008-02-27T15:43:38";
+	nmo:receivedDate "2008-02-27T15:44:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1350017258>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "noble mcnamee lobortiszzril eu"];
+	nmo:messageSubject "Delenitaugue praesent tationullamcorper ex erat nulla illum. ";
+	nmo:plainTextMessageContent "Ea iusto in esse eum. Dolor nulla praesent aliquam dolor dolore luptatumzzril nonummy. ".
+
+<urn:uuid:2137977557> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2008-02-22T15:42:13";
+	nmo:receivedDate "2008-02-22T15:43:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Dolore esse dolore et te velit dolore ut nisl et facilisi feugiat blandit. ";
+	nmo:plainTextMessageContent "Blandit et ex duis at. Facilisi delenit commodoconsequat suscipit dolor duis commodo velit delenit nulla iriuredolor eum ut enim. ".
+
+<urn:uuid:499198813> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2008-10-02T15:49:59";
+	nmo:receivedDate "2008-10-02T15:50:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vel delenit aliquip odio facilisi accumsan vel lobortis. ";
+	nmo:plainTextMessageContent "Commodoconsequat vero elitsed exerci eufeugiat ad tationullamcorper accumsan ullamcorper qui nulla. ".
+
+<urn:uuid:207979540> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2008-12-29T15:26:51";
+	nmo:receivedDate "2008-12-29T15:27:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:43548768>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "bhyland veroduis org"];
+	nmo:messageSubject "Autem doloremagna luptatum nulla consequatvel te. ";
+	nmo:plainTextMessageContent "In enim ipsum ad lobortis wisi eros dolor vero eros et. Commodoconsequat veniamquis nonummy vel duis veniam facilisi doloremagna aliquip illum. ".
+
+<urn:uuid:1094741954> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2008-12-11T15:39:50";
+	nmo:receivedDate "2008-12-11T15:40:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore eum tation diam eu dolor eu erat quis iriuredolor molestie velit odio. ";
+	nmo:plainTextMessageContent "Luptatumzzril eum ea delenit dolore autem wisi hendrerit nostrud minim facilisis eufeugiat. Suscipit delenit Utwisi eu hendrerit eros. ".
+
+<urn:uuid:1905707088> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2008-05-30T15:28:29";
+	nmo:receivedDate "2008-05-30T15:28:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:524728853>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "latonya stanton etaccumsandolore org"];
+	nmo:messageSubject "At nostrud at te. ";
+	nmo:plainTextMessageContent "Diam feugait euismod esse consectetuer amet. Lobortis aliquip erat feugiat ea. ".
+
+<urn:uuid:420385030> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2009-01-03T15:28:08";
+	nmo:receivedDate "2009-01-03T15:28:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1752497668>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lcousins illumex eu"];
+	nmo:messageSubject "Duis minim ipsum qui erat eufeugiat dolore consequat nostrud duis euismod veniamquis hendrerit duis. ";
+	nmo:plainTextMessageContent "Utwisi duis praesent in eu. ".
+
+<urn:uuid:1109308670> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2008-05-04T15:28:31";
+	nmo:receivedDate "2008-05-04T15:29:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Aliquip minim vel vero ad. ";
+	nmo:plainTextMessageContent "Zzril consequat eufeugiat eu dolore exerci facilisis eros consequat autem lobortis. ".
+
+<urn:uuid:327153208> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2008-07-27T15:24:08";
+	nmo:receivedDate "2008-07-27T15:25:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1500166783>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gbutler augueaccumsan gov"];
+	nmo:messageSubject "Vulputate nulla veniamquis eros dolor etaccumsan minim te eu lobortis ut dolore qui ea. ";
+	nmo:plainTextMessageContent "Facilisis vero vel laoreet in vel nulla lorem molestie in wisi consequat hendrerit. Diam qui iriure iriuredolor invulputate. ".
+
+<urn:uuid:1152005039> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2008-02-27T15:12:04";
+	nmo:receivedDate "2008-02-27T15:12:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1147973622>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "hbaxley suscipitminim net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Dolore Utwisi dolore nislut duis eu duis. ";
+	nmo:plainTextMessageContent "Hendrerit ut luptatum ad vero eufeugiat esse. ".
+
+<urn:uuid:1727487167> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2008-12-14T15:42:31";
+	nmo:receivedDate "2008-12-14T15:43:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Vulputate consequatvel ut ad ullamcorper quis erat tationullamcorper ad nulla iustoodio ut velit. ";
+	nmo:plainTextMessageContent "Dolore illum nislut ex diam delenit ad nulla luptatumzzril duis invulputate exerci. ".
+
+<urn:uuid:759101377> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2008-04-21T15:35:20";
+	nmo:receivedDate "2008-04-21T15:35:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Enim nostrud delenitaugue euismod in te dolor minim consequat dolore elitsed. ";
+	nmo:plainTextMessageContent "Ex elitsed ad aliquip illum euismod. Qui hendrerit tationullamcorper suscipit. ".
+
+<urn:uuid:796101845> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2008-07-13T15:56:42";
+	nmo:receivedDate "2008-07-13T15:57:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iriuredolor consequat dolore dolor ut elitsed vel facilisis. ";
+	nmo:plainTextMessageContent "Ad laoreet nostrud duis facilisi iriure molestie autem. Et nisl tation velit. ".
+
+<urn:uuid:1654654715> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2008-06-10T15:44:20";
+	nmo:receivedDate "2008-06-10T15:45:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:2096621861>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "mcable commodonulla com"];
+	nmo:messageSubject "Augue vulputate lobortis augue tation esse delenit suscipit consequatvel illum consectetuer. ";
+	nmo:plainTextMessageContent "Eum enim te duis ullamcorper iriuredolor luptatumzzril vel luptatum hendrerit illum dolor. ".
+
+<urn:uuid:1236372308> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2008-08-14T15:24:10";
+	nmo:receivedDate "2008-08-14T15:24:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:700417711>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lou neumann zzrildolor org"];
+	nmo:messageSubject "Ut lorem luptatum eros commodo feugiat vel in te vel ex augue etaccumsan. ";
+	nmo:plainTextMessageContent "Qui blandit et autem accumsan. Iriuredolor feugiat Utwisi veniam. ".
+
+<urn:uuid:1032683473> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2008-12-15T15:45:32";
+	nmo:receivedDate "2008-12-15T15:46:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2139945582>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bshipley veniamadipiscing tv"];
+	nmo:messageSubject "Commodoconsequat tincidunt molestie enim facilisis consectetuer nostrud qui lobortis at. ";
+	nmo:plainTextMessageContent "Commodoconsequat velit dolore at duis suscipit dolore adipiscing invulputate. Nislut molestie nislut aliquip odio qui doloremagna minim consequat ad te. ".
+
+<urn:uuid:2079402426> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2008-12-02T15:30:17";
+	nmo:receivedDate "2008-12-02T15:30:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:485028510>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "hsnook euismodat tv"];
+	nmo:messageSubject "Qui enim luptatum iriuredolor nostrud vel nislut. ";
+	nmo:plainTextMessageContent "Dolore vel erat suscipit blandit iusto duis. ".
+
+<urn:uuid:1683697895> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:724722229>;
+	nmo:sentDate "2008-12-04T15:47:38";
+	nmo:receivedDate "2008-12-04T15:48:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:934255460>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rdiaz duiste com"];
+	nmo:messageSubject "Nonummy suscipit iriuredolor duis tationullamcorper exerci eros odio vel lobortis. ";
+	nmo:plainTextMessageContent "Iustoodio iriure eros et in vel feugiat diam consequat in nibh diam. Doloremagna tation esse suscipit duis dolore consectetuer hendrerit feugait laoreet feugait doloremagna. ".
+
+<urn:uuid:173559075> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02132" ;
+	nco:locality "West Roxbury" ;
+	nco:streetAddress "7619 May Woods Street" .
+
+<mailto:jmckinley hendreritex us> a nco:EmailAddress; 
+	nco:emailAddress "jmckinley hendreritex us".
+
+<urn:uuid:347437684> a nco:PersonContact; 
+	nco:fullname "Justin Mckinley";
+	nco:nameGiven "Justin";
+	nco:nameFamily "Mckinley";
+	nco:birthDate "1942-11-16";
+	nco:hasAffiliation "Telecommunications Analyst";
+	nco:hasEmailAddress <mailto:jmckinley hendreritex us>;
+	nco:hasPostalAddress <urn:uuid:173559075>.
+
+<urn:uuid:1996915578> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07933" ;
+	nco:locality "Gillette" ;
+	nco:streetAddress "8664 Melville Parkway" .
+
+<mailto:zholland dolorenulla gov> a nco:EmailAddress; 
+	nco:emailAddress "zholland dolorenulla gov".
+
+<tel:+15081335464> a nco:PhoneNumber; 
+	nco:phoneNumber "(508)133-5464".
+
+<urn:uuid:522277957> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15081335464>]; 
+	nmo:duration 27; 
+	nmo:sentDate "2008-12-06T15:39:28". 
+
+<urn:uuid:108964044> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15081335464>]; 
+	nmo:duration 48; 
+	nmo:receivedDate "2008-12-19T16:10:57". 
+
+<urn:uuid:1278130969> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15081335464>]; 
+	nmo:duration 1; 
+	nmo:receivedDate "2009-02-09T16:03:51". 
+
+<urn:uuid:1410709335> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15081335464>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-29T15:21:04";
+	nmo:receivedDate "2008-03-24T15:21:50";
+	nmo:plainTextMessageContent "Eros nulla ea commodoconsequat illum dolore commodo enim exerci invulputate nulla delenitaugue iusto. Autem lorem molestie veniam adipiscing in Utwisi feugiat tationullamcorper in. Nulla feugait aliquam te laoreet eufeugiat exerci. Nulla doloremagna et hendrerit illum dolore exerci invulputate praesent facilisis iusto vulputate. Duis molestie veniam Utwisi luptatum autem facilisi quis te nislut nibh hendrerit ex enim. Vel vero dignissim ipsum ea duis aliquam duis consequat aliquam facilisis iriure eum. Etaccumsan zzril consequat esse tationullamcorper. ".
+
+<urn:uuid:1602204145> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15081335464>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-10T15:11:54";
+	nmo:receivedDate "2008-07-29T15:17:22";
+	nmo:plainTextMessageContent "Consectetuer dolore amet odio accumsan nulla illum. Aliquam ex vel dolore dolore accumsan vero dolore qui facilisi qui diam. Blandit consequat feugait ad vulputate blandit exerci consequatvel nulla ea minim duis vero etaccumsan. At praesent ut facilisis te qui facilisi eros. Zzril luptatum illum feugait iriure. ".
+
+<urn:uuid:531067503> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15081335464>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-25T15:18:33";
+	nmo:receivedDate "2008-02-26T15:43:19";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Autem quis praesent amet. Qui vero blandit iustoodio at ut Utwisi velit invulputate hendrerit et exerci. Suscipit esse eros erat te. Vero delenitaugue ipsum suscipit qui blandit euismod ea dolor eum. Enim nibh amet nonummy exerci vel tincidunt et velit lobortis. ".
+
+<urn:uuid:529344418> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15081335464>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-12T16:04:02";
+	nmo:receivedDate "2008-09-05T15:45:22";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Eum eu ut vulputate dolore consequat augue laoreet. Illum vel nostrud tation eros enim nislut. Blandit vel dolore nostrud. Illum vero nulla te in. Veniamquis qui minim tincidunt velit doloremagna. Ipsum lobortis in eum ea dolore iriuredolor. ".
+
+<urn:uuid:1667199939> a nco:PersonContact; 
+	nco:fullname "Zachary Holland";
+	nco:nameGiven "Zachary";
+	nco:nameFamily "Holland";
+	nco:birthDate "1943-03-04";
+	nco:hasAffiliation "Line Servicer";
+	nco:hasEmailAddress <mailto:zholland dolorenulla gov>;
+	nco:hasPhoneNumber <tel:+15081335464>;
+	nco:hasPostalAddress <urn:uuid:1996915578>.
+
+<urn:uuid:148313858> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1667199939>;
+	nmo:sentDate "2008-10-25T15:25:08";
+	nmo:receivedDate "2008-10-25T15:25:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "zholland dolorenulla gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1378362548>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rsorrell praesentduis tv"];
+	nmo:messageSubject "Vulputate ad dolore vero blandit duis diam praesent feugait luptatumzzril vel tincidunt ea ipsum. ";
+	nmo:plainTextMessageContent "Suscipit nulla exerci duis nostrud. Iusto te nibh elitsed diam delenitaugue dolore exerci facilisis facilisis dolor erat diam in. ".
+
+<urn:uuid:280135137> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1667199939>;
+	nmo:sentDate "2009-02-09T16:03:08";
+	nmo:receivedDate "2009-02-09T16:03:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "zholland dolorenulla gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Volutpat quis nulla elitsed eum consequatvel molestie et molestie hendrerit. ";
+	nmo:plainTextMessageContent "Qui at nulla ut ut commodo invulputate molestie. ".
+
+<urn:uuid:349695654> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08857" ;
+	nco:locality "Old Bridge" ;
+	nco:streetAddress "9559 Pinesap Parkway" .
+
+<mailto:bwicker dolorex eu> a nco:EmailAddress; 
+	nco:emailAddress "bwicker dolorex eu".
+
+<xmpp:breanna wicker gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Breanna Wicker" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Tationullamcorper exerci facilisi ad in vel. " ;
+	nco:imID "breanna wicker gmail com".
+
+<urn:uuid:706961484> a nco:PersonContact; 
+	nco:fullname "Breanna Wicker";
+	nco:nameGiven "Breanna";
+	nco:nameFamily "Wicker";
+	nco:birthDate "1943-01-16";
+	nco:hasAffiliation "Insurance Billing Clerk";
+	nco:hasEmailAddress <mailto:bwicker dolorex eu>;
+	nco:hasIMAccount <xmpp:breanna wicker gmail com>;
+	nco:hasPostalAddress <urn:uuid:349695654>.
+
+<urn:uuid:1183814850> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:706961484>;
+	nmo:sentDate "2008-01-18T15:51:27";
+	nmo:receivedDate "2008-01-18T15:51:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bwicker dolorex eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1826526222>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "eddy woodruff praesentsuscipit edu"];
+	nmo:messageSubject "Elitsed tincidunt iriuredolor ex accumsan adipiscing euismod et delenit at tincidunt iustoodio minim eum. ";
+	nmo:plainTextMessageContent "Blandit dignissim minim elitsed eum Utwisi velit duis te nulla iustoodio et ut tincidunt. Blandit blandit esse nulla veniamquis lobortis facilisi lorem blandit lobortis euismod dolor veniam dolore. ".
+
+<urn:uuid:1442546006> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:706961484>;
+	nmo:sentDate "2008-12-21T15:22:58";
+	nmo:receivedDate "2008-12-21T15:23:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bwicker dolorex eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Illum molestie sit ea. ";
+	nmo:plainTextMessageContent "Ullamcorper consequat feugait velit dolor ullamcorper duis odio ut molestie erat nulla duis. Etaccumsan aliquip lorem dolor eros exerci. ".
+
+<urn:uuid:630037695> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08611" ;
+	nco:locality "Trenton" ;
+	nco:streetAddress "3872 Lennox Circle" .
+
+<mailto:amccallister adeum edu> a nco:EmailAddress; 
+	nco:emailAddress "amccallister adeum edu".
+
+<tel:+12125071583> a nco:PhoneNumber; 
+	nco:phoneNumber "(212)507-1583".
+
+<urn:uuid:1721209007> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12125071583>]; 
+	nmo:duration 8; 
+	nmo:receivedDate "2008-02-29T15:45:07". 
+
+<urn:uuid:554283574> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12125071583>]; 
+	nmo:duration 28; 
+	nmo:sentDate "2008-03-18T15:17:09". 
+
+<urn:uuid:1959117027> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12125071583>]; 
+	nmo:duration 34; 
+	nmo:sentDate "2008-12-03T15:25:56". 
+
+<urn:uuid:1024439118> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12125071583>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-26T16:09:03";
+	nmo:receivedDate "2008-05-08T15:37:25";
+	nmo:plainTextMessageContent "Ullamcorper hendrerit duis nislut. Molestie nulla delenitaugue lobortis vel duis eum velit amet ea dolore wisi vero nulla. Luptatum at ex volutpat hendrerit vero feugiat blandit. Veniam hendrerit autem zzril nibh luptatumzzril. ".
+
+<urn:uuid:2076022187> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12125071583>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-12T15:15:28";
+	nmo:receivedDate "2008-09-13T15:34:38";
+	nmo:plainTextMessageContent "Lobortis at Utwisi iriuredolor commodoconsequat veniam feugait luptatumzzril nislut amet duis lobortis odio. Illum molestie suscipit molestie consequat augue. Eum euismod iriure tationullamcorper feugait velit molestie. Eum elitsed autem nulla velit. Duis adipiscing nulla vel enim invulputate. Euismod nostrud duis iusto commodoconsequat at etaccumsan illum velit nostrud duis iriuredolor. ".
+
+<urn:uuid:571938681> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12125071583>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-17T15:58:03";
+	nmo:receivedDate "2008-01-16T15:39:21";
+	nmo:plainTextMessageContent "Volutpat nislut te accumsan quis vel tincidunt amet suscipit nostrud exerci nislut ipsum. Facilisis at quis accumsan ea facilisis consectetuer ea wisi at nulla esse etaccumsan nulla. Te iustoodio iriuredolor nulla sit amet praesent dolor duis vel velit facilisis nisl. Consequatvel esse nulla hendrerit facilisis. Eros delenitaugue consequat erat blandit autem. Tincidunt ut adipiscing duis doloremagna veniamquis iustoodio eros adipiscing facilisis. Utwisi dignissim nostrud commodoconsequat iusto ut dolore illum. ".
+
+<urn:uuid:346568524> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12125071583>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-12T15:49:48";
+	nmo:receivedDate "2009-02-05T15:30:04";
+	nmo:plainTextMessageContent "Iustoodio ex quis eufeugiat blandit blandit ad et. Commodoconsequat adipiscing consequat ut ea nostrud tationullamcorper. Vel eros ut dolore nislut tation nostrud. Ex blandit minim consequat suscipit lobortis augue facilisi minim duis dolore. Nulla wisi nibh enim dolore ea. Ut exerci laoreet veniam ullamcorper etaccumsan suscipit nisl duis facilisis erat. ".
+
+<urn:uuid:2117936403> a nco:PersonContact; 
+	nco:fullname "Avery Mccallister";
+	nco:nameGiven "Avery";
+	nco:nameFamily "Mccallister";
+	nco:birthDate "1942-07-25";
+	nco:hasAffiliation "Salesperson Surgical Appliances";
+	nco:hasEmailAddress <mailto:amccallister adeum edu>;
+	nco:hasPhoneNumber <tel:+12125071583>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:630037695>.
+
+<urn:uuid:1976750475> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02760" ;
+	nco:locality "North Attleboro" ;
+	nco:streetAddress "5612 Coppershire Street" .
+
+<mailto:benito goodrich verovero edu> a nco:EmailAddress; 
+	nco:emailAddress "benito goodrich verovero edu".
+
+<urn:uuid:856837946> a nco:PersonContact; 
+	nco:fullname "Benito Goodrich";
+	nco:nameGiven "Benito";
+	nco:nameFamily "Goodrich";
+	nco:birthDate "1942-03-12";
+	nco:hasAffiliation "Web Developer";
+	nco:hasEmailAddress <mailto:benito goodrich verovero edu>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:1976750475>.
+
+<urn:uuid:1635707140> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07735" ;
+	nco:locality "Keyport" ;
+	nco:streetAddress "4549 Hunters Forest Parkway" .
+
+<mailto:cmarch lobortiseuismod edu> a nco:EmailAddress; 
+	nco:emailAddress "cmarch lobortiseuismod edu".
+
+<tel:+19082772431> a nco:PhoneNumber; 
+	nco:phoneNumber "(908)277-2431".
+
+<urn:uuid:189620866> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19082772431>]; 
+	nmo:duration 11; 
+	nmo:sentDate "2008-01-24T16:04:59". 
+
+<urn:uuid:478662350> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19082772431>]; 
+	nmo:duration 21; 
+	nmo:sentDate "2008-05-29T15:50:26". 
+
+<urn:uuid:187115043> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19082772431>]; 
+	nmo:duration 11; 
+	nmo:sentDate "2008-04-02T15:46:31". 
+
+<urn:uuid:1658139104> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19082772431>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-26T15:35:15";
+	nmo:receivedDate "2008-03-14T15:20:18";
+	nmo:plainTextMessageContent "Molestie dolore velit in at lobortis autem te lobortis. Nibh delenitaugue Utwisi laoreet facilisi in nislut feugait luptatumzzril in vel. Ullamcorper at erat aliquip Utwisi feugiat. Luptatumzzril duis augue vero suscipit. Dignissim ut erat luptatum dolor luptatumzzril vero consequat sit ea. In ipsum enim delenitaugue ut dolore. Praesent tationullamcorper wisi nostrud ut veniamquis. ".
+
+<urn:uuid:2039904072> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19082772431>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-27T15:13:06";
+	nmo:receivedDate "2008-12-05T16:06:19";
+	nmo:plainTextMessageContent "Vel iustoodio consequat ullamcorper ullamcorper minim illum vero nonummy praesent eufeugiat facilisi ex volutpat. Odio erat commodo dolore molestie esse ullamcorper adipiscing dolor praesent dignissim nisl ullamcorper duis. Veniamquis eum dignissim at nostrud. Et in ut qui. Iriuredolor vel illum vero facilisi consequat autem nonummy vel at praesent hendrerit enim elitsed. Te quis suscipit in qui duis nulla nulla. ".
+
+<urn:uuid:44023695> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19082772431>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-10T15:44:02";
+	nmo:receivedDate "2009-01-05T15:34:26";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Duis ut tationullamcorper doloremagna nulla quis blandit nulla duis invulputate. Iusto consequat iriuredolor vel. Nostrud sit lobortis dolore eum. Ea minim nulla eufeugiat enim duis eum praesent iriuredolor vero nostrud te commodoconsequat. In facilisis autem suscipit exerci et feugait dolore esse in aliquip. Augue qui nostrud ad iusto ut. Volutpat ea etaccumsan wisi dolore in consequat vero autem at ex. ".
+
+<urn:uuid:847689254> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19082772431>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-14T15:25:22";
+	nmo:receivedDate "2008-12-28T15:16:02";
+	nmo:plainTextMessageContent "Lorem autem in iusto doloremagna at eum at euismod consequat et aliquam. Aliquip tation consequat qui ipsum eros. Eum feugiat consequat illum in. Illum wisi accumsan esse iriuredolor ea blandit velit in. Dolor duis consequatvel tationullamcorper tationullamcorper odio commodo vel veniam tincidunt exerci illum vulputate. Eros dignissim velit eros tationullamcorper euismod ad elitsed aliquip nislut. ".
+
+<urn:uuid:52367273> a nco:PersonContact; 
+	nco:fullname "Celina March";
+	nco:nameGiven "Celina";
+	nco:nameFamily "March";
+	nco:birthDate "1942-11-11";
+	nco:hasAffiliation "Medical Occupational Nurse";
+	nco:hasEmailAddress <mailto:cmarch lobortiseuismod edu>;
+	nco:hasPhoneNumber <tel:+19082772431>;
+	nco:hasPostalAddress <urn:uuid:1635707140>.
+
+<urn:uuid:1108602974> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12210" ;
+	nco:locality "Albany" ;
+	nco:streetAddress "7206 Green Orchard Parkway" .
+
+<mailto:dkemp doloremagnatincidunt info> a nco:EmailAddress; 
+	nco:emailAddress "dkemp doloremagnatincidunt info".
+
+<xmpp:dionne kemp gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Dionne Kemp" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "In minim veniamquis facilisi minim nostrud sit molestie vero at molestie. " ;
+	nco:imID "dionne kemp gmail com".
+
+<urn:uuid:63475552> a nco:PersonContact; 
+	nco:fullname "Dionne Kemp";
+	nco:nameGiven "Dionne";
+	nco:nameFamily "Kemp";
+	nco:birthDate "1942-08-30";
+	nco:hasAffiliation "Technician Electromyographic";
+	nco:hasEmailAddress <mailto:dkemp doloremagnatincidunt info>;
+	nco:hasIMAccount <xmpp:dionne kemp gmail com>;
+	nco:hasPostalAddress <urn:uuid:1108602974>.
+
+<urn:uuid:1346292169> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10580" ;
+	nco:locality "Rye" ;
+	nco:streetAddress "8974 Fireside Way" .
+
+<mailto:mgreenfield atodio org> a nco:EmailAddress; 
+	nco:emailAddress "mgreenfield atodio org".
+
+<urn:uuid:1252569928> a nco:PersonContact; 
+	nco:fullname "Manuel Greenfield";
+	nco:nameGiven "Manuel";
+	nco:nameFamily "Greenfield";
+	nco:birthDate "1942-06-25";
+	nco:hasAffiliation "Automotive Leasing Sales Representative";
+	nco:hasEmailAddress <mailto:mgreenfield atodio org>;
+	nco:hasPostalAddress <urn:uuid:1346292169>.
+
+<urn:uuid:619914357> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1252569928>;
+	nmo:sentDate "2008-01-19T15:40:32";
+	nmo:receivedDate "2008-01-19T15:41:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgreenfield atodio org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1533584574>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lschultz commodout org"];
+	nmo:messageSubject "Nulla feugait veniam dolor illum tincidunt at lobortis nonummy vel nostrud. ";
+	nmo:plainTextMessageContent "Et feugiat invulputate enim esse iustoodio ut minim et. ".
+
+<urn:uuid:333884788> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1252569928>;
+	nmo:sentDate "2008-05-26T15:25:56";
+	nmo:receivedDate "2008-05-26T15:26:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgreenfield atodio org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Et nulla ut lobortis molestie nonummy eum at ut exerci duis commodoconsequat euismod. ";
+	nmo:plainTextMessageContent "Enim odio ut ut vel suscipit eum nulla dignissim eum esse nulla exerci. ".
+
+<urn:uuid:367669834> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1252569928>;
+	nmo:sentDate "2008-09-23T15:53:05";
+	nmo:receivedDate "2008-09-23T15:53:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgreenfield atodio org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1989433187>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rsonnier facilisiamet us"];
+	nmo:bcc <urn:uuid:1157822663>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lstjohn suscipitvero tv"];
+	nmo:messageSubject "Consequatvel exerci enim Utwisi autem iriuredolor ipsum nulla. ";
+	nmo:plainTextMessageContent "Delenit nostrud veniamquis qui feugait iustoodio ut nulla et dignissim feugait iustoodio luptatumzzril. Suscipit dolore nostrud commodoconsequat luptatum nonummy vero luptatumzzril odio lobortis iriuredolor. ".
+
+<urn:uuid:1220101932> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1252569928>;
+	nmo:sentDate "2008-10-22T15:24:40";
+	nmo:receivedDate "2008-10-22T15:25:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgreenfield atodio org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1576350578>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "michal littlefield hendreritodio eu"];
+	nmo:bcc <urn:uuid:1548229850>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "shaun abney velnislut gov"];
+	nmo:messageSubject "Doloremagna consequat nibh Utwisi ea qui iriure minim qui duis exerci nulla praesent. ";
+	nmo:plainTextMessageContent "Luptatumzzril vel ullamcorper ea nostrud eum esse facilisi feugait eufeugiat. Ea velit diam sit augue dolor. ".
+
+<urn:uuid:1351847064> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1252569928>;
+	nmo:sentDate "2008-06-21T15:24:33";
+	nmo:receivedDate "2008-06-21T15:25:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgreenfield atodio org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Adipiscing dignissim velit zzril luptatum eum qui nislut doloremagna. ";
+	nmo:plainTextMessageContent "Ipsum vel lorem feugait tationullamcorper duis facilisis vero. ".
+
+<urn:uuid:769855610> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1252569928>;
+	nmo:sentDate "2009-01-30T15:32:19";
+	nmo:receivedDate "2009-01-30T15:32:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgreenfield atodio org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla zzril sit facilisi velit in illum feugait ad facilisi ea iriure ad lobortis. ";
+	nmo:plainTextMessageContent "Vel wisi aliquip praesent nibh feugiat nulla feugiat dolore nulla quis dolor ea consectetuer. Velit vulputate tation dolore consequatvel duis dolor exerci. ".
+
+<urn:uuid:518643785> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1252569928>;
+	nmo:sentDate "2008-08-16T15:17:42";
+	nmo:receivedDate "2008-08-16T15:18:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgreenfield atodio org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Tincidunt laoreet ea nisl etaccumsan autem facilisis molestie. ";
+	nmo:plainTextMessageContent "Et tationullamcorper minim aliquip minim commodo consequat nislut ex ut aliquam ad velit delenit. ".
+
+<urn:uuid:1646298150> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1252569928>;
+	nmo:sentDate "2008-08-20T15:17:44";
+	nmo:receivedDate "2008-08-20T15:18:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgreenfield atodio org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:136227770>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "sgreer dignissimsuscipit edu"];
+	nmo:messageSubject "Velit accumsan ea suscipit molestie luptatum duis at. ";
+	nmo:plainTextMessageContent "Ipsum in nostrud nonummy feugait nibh eu adipiscing luptatum at qui. Molestie eu iriure sit praesent illum iusto ut nulla wisi hendrerit facilisis enim ad. ".
+
+<urn:uuid:2098728584> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1252569928>;
+	nmo:sentDate "2008-11-24T15:32:02";
+	nmo:receivedDate "2008-11-24T15:32:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgreenfield atodio org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:729570015>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "pearline mcmahon nibhdiam tv"];
+	nmo:messageSubject "In blandit autem nulla tationullamcorper hendrerit nulla erat lobortis facilisi exerci delenit accumsan. ";
+	nmo:plainTextMessageContent "Nibh autem qui et in sit vero eufeugiat ad nulla. Minim dolore commodo doloremagna eufeugiat blandit facilisi. ".
+
+<urn:uuid:758629468> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1252569928>;
+	nmo:sentDate "2008-07-28T15:40:39";
+	nmo:receivedDate "2008-07-28T15:40:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgreenfield atodio org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:36048330>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "grosales atduis net"];
+	nmo:messageSubject "Delenit exerci nostrud ex eros duis. ";
+	nmo:plainTextMessageContent "Enim ad vel amet praesent eu ex aliquam in iriuredolor nisl facilisis. Blandit nisl consequat velit illum duis blandit laoreet commodoconsequat. ".
+
+<urn:uuid:2141770183> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1252569928>;
+	nmo:sentDate "2008-10-07T16:07:23";
+	nmo:receivedDate "2008-10-07T16:07:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgreenfield atodio org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:160783486>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "caitlin freedman inautem edu"];
+	nmo:messageSubject "Nostrud nulla tincidunt adipiscing iustoodio vero eros tation illum velit duis dolore. ";
+	nmo:plainTextMessageContent "Feugait vero iriure eum in te nulla et consectetuer aliquam etaccumsan. ".
+
+<urn:uuid:569920217> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1252569928>;
+	nmo:sentDate "2008-07-13T15:55:47";
+	nmo:receivedDate "2008-07-13T15:56:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgreenfield atodio org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Hendrerit suscipit consectetuer eros dolore. ";
+	nmo:plainTextMessageContent "Dolore dolor velit erat dolore aliquip enim nonummy blandit dolore tation qui molestie. Augue ad eros praesent nonummy dignissim exerci. ".
+
+<urn:uuid:1605726295> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1252569928>;
+	nmo:sentDate "2008-02-18T16:11:11";
+	nmo:receivedDate "2008-02-18T16:12:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgreenfield atodio org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1857965994>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "nathanael roberson dolorut org"];
+	nmo:messageSubject "Dignissim amet esse molestie velit nonummy nostrud. ";
+	nmo:plainTextMessageContent "In luptatum nulla molestie vero consequat laoreet aliquip eum illum. ".
+
+<urn:uuid:1513727557> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1252569928>;
+	nmo:sentDate "2008-10-31T15:25:31";
+	nmo:receivedDate "2008-10-31T15:25:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgreenfield atodio org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1318691719>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tfincher duissuscipit info"];
+	nmo:bcc <urn:uuid:1687977649>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "bhwang iriuredolornulla tv"];
+	nmo:messageSubject "Hendrerit in illum odio erat. ";
+	nmo:plainTextMessageContent "Consequat minim ex vulputate iustoodio delenitaugue praesent. Et in iusto dolore illum velit commodoconsequat nonummy luptatum. ".
+
+<urn:uuid:830582837> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1252569928>;
+	nmo:sentDate "2009-01-19T15:43:02";
+	nmo:receivedDate "2009-01-19T15:43:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgreenfield atodio org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Blandit at diam et eros exerci vel eum nulla praesent ut dolore. ";
+	nmo:plainTextMessageContent "Zzril minim odio tationullamcorper eu esse te at et et vel ex ea lorem. Esse eu vero aliquip consequat hendrerit dignissim. ".
+
+<urn:uuid:1750212431> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1252569928>;
+	nmo:sentDate "2009-01-15T15:34:45";
+	nmo:receivedDate "2009-01-15T15:35:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgreenfield atodio org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Laoreet autem eum autem et nonummy luptatumzzril ex delenitaugue tation tincidunt. ";
+	nmo:plainTextMessageContent "Volutpat eros ad consequat nislut nulla feugait. ".
+
+<urn:uuid:1677806883> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1252569928>;
+	nmo:sentDate "2008-12-20T15:37:16";
+	nmo:receivedDate "2008-12-20T15:37:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgreenfield atodio org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1583419384>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "jhill doloremagnadignissim eu"];
+	nmo:messageSubject "Nibh veniamquis illum nostrud dolore nulla dolor iusto hendrerit velit at lobortis. ";
+	nmo:plainTextMessageContent "Dolore praesent eros qui ut veniam luptatum te te. ".
+
+<urn:uuid:728405268> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1252569928>;
+	nmo:sentDate "2008-08-25T15:44:25";
+	nmo:receivedDate "2008-08-25T15:44:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgreenfield atodio org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:268024555>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "brigitte mcfarland iriureexerci edu"];
+	nmo:messageSubject "Ad tation ullamcorper doloremagna feugait ex lobortis duis velit ut. ";
+	nmo:plainTextMessageContent "Nulla dolore euismod amet delenit nulla autem iustoodio nisl veniam vero esse suscipit. ".
+
+<urn:uuid:423189450> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1252569928>;
+	nmo:sentDate "2008-06-13T15:33:55";
+	nmo:receivedDate "2008-06-13T15:34:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgreenfield atodio org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1788474824>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "violeta paxton elitsedvelit com"];
+	nmo:messageSubject "Enim consequat aliquip in ullamcorper eros tation nulla illum blandit nulla in. ";
+	nmo:plainTextMessageContent "Et suscipit dolore et. Ut vero adipiscing ex laoreet minim. ".
+
+<urn:uuid:2109709857> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12419" ;
+	nco:locality "Cottekill" ;
+	nco:streetAddress "7150 Tower Cove" .
+
+<mailto:bcasteel consequatvelnostrud net> a nco:EmailAddress; 
+	nco:emailAddress "bcasteel consequatvelnostrud net".
+
+<urn:uuid:278174879> a nco:PersonContact; 
+	nco:fullname "Brain Casteel";
+	nco:nameGiven "Brain";
+	nco:nameFamily "Casteel";
+	nco:birthDate "1942-09-25";
+	nco:hasAffiliation "Analyst Benefits";
+	nco:hasEmailAddress <mailto:bcasteel consequatvelnostrud net>;
+	nco:hasPostalAddress <urn:uuid:2109709857>.
+
+<urn:uuid:1096167196> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:547790125>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Consequatvel minim vulputate aliquam commodo molestie facilisis. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-17T16:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-17T16:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:547790125>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1143164184> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04069" ;
+	nco:locality "Pownal" ;
+	nco:streetAddress "6740 Old Bridge Way" .
+
+<mailto:phuntley lobortiset gov> a nco:EmailAddress; 
+	nco:emailAddress "phuntley lobortiset gov".
+
+<urn:uuid:2132929195> a nco:PersonContact; 
+	nco:fullname "Patrice Huntley";
+	nco:nameGiven "Patrice";
+	nco:nameFamily "Huntley";
+	nco:birthDate "1942-12-15";
+	nco:hasAffiliation "Manager Quality Assurance";
+	nco:hasEmailAddress <mailto:phuntley lobortiset gov>;
+	nco:hasPostalAddress <urn:uuid:1143164184>.
+
+<urn:uuid:1296808553> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:451875512>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Et luptatum minim et in facilisi qui dolore. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-19T16:11:34"];
+	ncal:dtend [ncal:dateTime "2009-02-19T16:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:451875512>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:100752899> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13465" ;
+	nco:locality "Solsville" ;
+	nco:streetAddress "6511 Cane Creek Lane" .
+
+<mailto:nchalmers wisisit edu> a nco:EmailAddress; 
+	nco:emailAddress "nchalmers wisisit edu".
+
+<urn:uuid:1128572956> a nco:PersonContact; 
+	nco:fullname "Numbers Chalmers";
+	nco:nameGiven "Numbers";
+	nco:nameFamily "Chalmers";
+	nco:birthDate "1943-02-12";
+	nco:hasAffiliation "Marine Services Technician";
+	nco:hasEmailAddress <mailto:nchalmers wisisit edu>;
+	nco:hasPostalAddress <urn:uuid:100752899>.
+
+<urn:uuid:663688653> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01035" ;
+	nco:locality "Hadley" ;
+	nco:streetAddress "7892 Locust Cove" .
+
+<mailto:lillian deboer exin tv> a nco:EmailAddress; 
+	nco:emailAddress "lillian deboer exin tv".
+
+<urn:uuid:287277675> a nco:PersonContact; 
+	nco:fullname "Lillian Deboer";
+	nco:nameGiven "Lillian";
+	nco:nameFamily "Deboer";
+	nco:birthDate "1942-12-02";
+	nco:hasAffiliation "Technical Sales/Aircraft";
+	nco:hasEmailAddress <mailto:lillian deboer exin tv>;
+	nco:hasPostalAddress <urn:uuid:663688653>.
+
+<urn:uuid:305177894> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:287277675>;
+	nmo:sentDate "2008-08-17T15:27:06";
+	nmo:receivedDate "2008-08-17T15:27:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lillian deboer exin tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2085013917>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "vredding dignissimat net"];
+	nmo:messageSubject "Commodo lobortis esse doloremagna vel invulputate veniam et ut dolor sit ea in. ";
+	nmo:plainTextMessageContent "Feugiat autem odio in aliquam illum ea at ullamcorper duis. ".
+
+<urn:uuid:955812421> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:287277675>;
+	nmo:sentDate "2008-06-18T15:34:47";
+	nmo:receivedDate "2008-06-18T15:35:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lillian deboer exin tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Accumsan eum feugiat ipsum hendrerit dolor te. ";
+	nmo:plainTextMessageContent "Vel ut vulputate vel qui. ".
+
+<urn:uuid:667603123> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:287277675>;
+	nmo:sentDate "2008-02-10T15:16:28";
+	nmo:receivedDate "2008-02-10T15:16:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lillian deboer exin tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Velit ullamcorper tincidunt suscipit lobortis dolore ut dolore. ";
+	nmo:plainTextMessageContent "Consequat consequat suscipit iriuredolor ex esse eum duis qui. Blandit ut consectetuer lobortis nibh dolore laoreet te velit laoreet. ".
+
+<urn:uuid:1044999264> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:287277675>;
+	nmo:sentDate "2008-09-22T15:15:24";
+	nmo:receivedDate "2008-09-22T15:16:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lillian deboer exin tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Blandit ipsum duis qui velit vero luptatumzzril velit praesent aliquip dolore tincidunt. ";
+	nmo:plainTextMessageContent "Vel laoreet praesent vel. ".
+
+<urn:uuid:845055820> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:287277675>;
+	nmo:sentDate "2009-01-22T15:58:43";
+	nmo:receivedDate "2009-01-22T15:59:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lillian deboer exin tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla dolore consequat enim nulla ad feugait. ";
+	nmo:plainTextMessageContent "Quis exerci iustoodio autem euismod ea. ".
+
+<urn:uuid:1640124495> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:287277675>;
+	nmo:sentDate "2008-12-18T15:34:41";
+	nmo:receivedDate "2008-12-18T15:34:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lillian deboer exin tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ullamcorper ullamcorper velit wisi dolore tincidunt minim consectetuer aliquip ut ad commodo nislut. ";
+	nmo:plainTextMessageContent "At at autem doloremagna ipsum dolor volutpat at eum. ".
+
+<urn:uuid:443917734> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:287277675>;
+	nmo:sentDate "2008-07-31T15:46:23";
+	nmo:receivedDate "2008-07-31T15:46:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lillian deboer exin tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Et feugait luptatumzzril consequat. ";
+	nmo:plainTextMessageContent "Facilisi facilisi dolore duis minim nisl. ".
+
+<urn:uuid:1906678843> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:287277675>;
+	nmo:sentDate "2008-05-03T15:20:43";
+	nmo:receivedDate "2008-05-03T15:21:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lillian deboer exin tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1349163524>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "sidney forsyth dolorenislut eu"];
+	nmo:messageSubject "Blandit autem ex odio nisl commodoconsequat molestie facilisis minim ut velit vulputate. ";
+	nmo:plainTextMessageContent "Laoreet et praesent ullamcorper quis amet commodoconsequat amet eum. Veniamquis zzril hendrerit iustoodio enim iustoodio. ".
+
+<urn:uuid:639401561> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14821" ;
+	nco:locality "Campbell" ;
+	nco:streetAddress "34 Coppershire Avenue" .
+
+<mailto:rliddell eanisl edu> a nco:EmailAddress; 
+	nco:emailAddress "rliddell eanisl edu".
+
+<tel:+15858186007> a nco:PhoneNumber; 
+	nco:phoneNumber "(585)818-6007".
+
+<urn:uuid:1529547529> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15858186007>]; 
+	nmo:duration 46; 
+	nmo:sentDate "2008-06-27T15:59:42". 
+
+<urn:uuid:1846558732> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15858186007>]; 
+	nmo:duration 25; 
+	nmo:sentDate "2008-12-22T15:34:59". 
+
+<urn:uuid:1338788408> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15858186007>]; 
+	nmo:duration 45; 
+	nmo:sentDate "2008-07-05T16:10:27". 
+
+<urn:uuid:1511127516> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15858186007>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-01T15:14:17";
+	nmo:receivedDate "2008-02-12T15:27:17";
+	nmo:plainTextMessageContent "Eum volutpat duis nostrud enim ea nislut. Odio invulputate duis ad nisl amet delenitaugue autem eum nonummy enim facilisis nulla facilisi. Hendrerit diam illum duis ut luptatumzzril velit velit molestie illum. Feugait eum aliquam et te te duis suscipit eros nostrud tation delenitaugue delenitaugue. Nulla lorem nislut volutpat praesent eum illum velit. Aliquip qui enim ex dolor facilisis commodo ut feugiat consequat. Amet quis erat doloremagna luptatum blandit at accumsan dignissim molestie iriuredolor laoreet. ".
+
+<urn:uuid:2127508916> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15858186007>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-29T15:13:01";
+	nmo:receivedDate "2009-01-24T15:31:14";
+	nmo:plainTextMessageContent "Exerci consequatvel eros tincidunt accumsan illum dignissim dolor vel facilisi delenit velit suscipit. Hendrerit eufeugiat feugait enim amet dolore eufeugiat vero molestie. Blandit eum iriuredolor consequat luptatum. Commodoconsequat odio veniam volutpat nisl nostrud diam exerci exerci laoreet. Duis augue qui consequat dolore facilisis ipsum tation. Ut et diam nulla at laoreet ad minim eros facilisis vel nostrud. ".
+
+<urn:uuid:1150473601> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15858186007>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-28T16:01:56";
+	nmo:receivedDate "2008-05-31T15:59:41";
+	nmo:plainTextMessageContent "Vero doloremagna ad hendrerit nislut diam eufeugiat. Consequatvel nostrud velit amet augue enim praesent iriuredolor autem. Nulla hendrerit hendrerit nulla iusto illum. Dignissim vulputate vero aliquip enim quis etaccumsan praesent. Et facilisis etaccumsan augue enim consequatvel et. Facilisi tation enim hendrerit augue consequat luptatumzzril qui vel ut ad. Illum eufeugiat duis feugait in eros luptatumzzril minim autem sit. ".
+
+<urn:uuid:1276113401> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15858186007>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-09T15:15:27";
+	nmo:receivedDate "2008-03-12T15:56:27";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Eros vero ea adipiscing euismod illum vulputate tincidunt vero eufeugiat at augue. Enim esse dolore autem duis augue. Tation esse ut nulla dolore at nisl vero minim. Enim iustoodio elitsed iustoodio autem doloremagna tincidunt enim eros ut accumsan ut ea. ".
+
+<urn:uuid:1258285049> a nco:PersonContact; 
+	nco:fullname "Rhonda Liddell";
+	nco:nameGiven "Rhonda";
+	nco:nameFamily "Liddell";
+	nco:birthDate "1942-04-24";
+	nco:hasAffiliation "Engineer Power Systems";
+	nco:hasEmailAddress <mailto:rliddell eanisl edu>;
+	nco:hasPhoneNumber <tel:+15858186007>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:639401561>.
+
+<urn:uuid:1806336518> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12154" ;
+	nco:locality "Schaghticoke" ;
+	nco:streetAddress "7291 Great Oaks Way" .
+
+<mailto:creece duiscommodoconsequat net> a nco:EmailAddress; 
+	nco:emailAddress "creece duiscommodoconsequat net".
+
+<urn:uuid:886025478> a nco:PersonContact; 
+	nco:fullname "Casey Reece";
+	nco:nameGiven "Casey";
+	nco:nameFamily "Reece";
+	nco:birthDate "1942-11-16";
+	nco:hasAffiliation "Communications Engineer";
+	nco:hasEmailAddress <mailto:creece duiscommodoconsequat net>;
+	nco:hasPostalAddress <urn:uuid:1806336518>.
+
+<urn:uuid:858926964> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06354" ;
+	nco:locality "Moosup" ;
+	nco:streetAddress "6352 Cornuta Street" .
+
+<mailto:dlamontagne autemamet us> a nco:EmailAddress; 
+	nco:emailAddress "dlamontagne autemamet us".
+
+<tel:+12071623192> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)162-3192".
+
+<urn:uuid:795889643> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12071623192>]; 
+	nmo:duration 33; 
+	nmo:sentDate "2008-12-16T15:14:39". 
+
+<urn:uuid:961221519> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12071623192>]; 
+	nmo:duration 41; 
+	nmo:sentDate "2008-06-14T15:47:19". 
+
+<urn:uuid:680443225> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12071623192>]; 
+	nmo:duration 27; 
+	nmo:receivedDate "2008-04-13T15:18:52". 
+
+<urn:uuid:1777434074> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12071623192>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-02T15:27:58";
+	nmo:receivedDate "2008-11-09T16:11:21";
+	nmo:plainTextMessageContent "Iusto wisi ipsum qui volutpat vero. Nostrud luptatum autem eum ea suscipit. Et esse eum qui consequat invulputate vel augue delenit tationullamcorper dolore. Invulputate vulputate eu aliquip nisl nostrud. Et eu qui dolor commodo duis autem volutpat. Facilisis molestie duis eum duis molestie ut. ".
+
+<urn:uuid:279786820> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12071623192>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-09T15:52:44";
+	nmo:receivedDate "2008-10-24T15:17:42";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "In sit et vel at feugait odio dolor consequat. Duis facilisis esse commodo veniamquis aliquam dignissim hendrerit Utwisi esse. Aliquip tationullamcorper facilisi lorem quis esse autem ea tationullamcorper diam vel ipsum nostrud ea. Ad ut zzril velit molestie praesent autem consequatvel nisl aliquip. Amet minim aliquam aliquip iustoodio quis nulla. Dolore ex nulla ad eu facilisi ut dolore diam. Facilisi facilisis eum dignissim vero dignissim dolor feugait et. ".
+
+<urn:uuid:1180432896> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12071623192>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-22T16:08:30";
+	nmo:receivedDate "2008-08-18T15:50:15";
+	nmo:plainTextMessageContent "Facilisis nulla ullamcorper dignissim nostrud vulputate suscipit. Delenitaugue hendrerit esse Utwisi eufeugiat ut euismod luptatum. Praesent nisl in iusto enim vero duis et elitsed et exerci ex invulputate. Illum diam at diam adipiscing tincidunt aliquip erat te nonummy. Veniam nislut ea dolor dolore exerci esse. Eum dolor enim ut delenitaugue at dignissim ad ad minim exerci iriuredolor ullamcorper. Duis luptatumzzril facilisis erat nulla nisl esse nonummy vero esse. ".
+
+<urn:uuid:1139599231> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12071623192>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-17T15:44:31";
+	nmo:receivedDate "2008-07-08T16:04:25";
+	nmo:plainTextMessageContent "Lobortis vel te praesent ex laoreet illum molestie facilisi lorem at et vel. Delenit delenitaugue luptatum tation zzril feugait. Dolore duis accumsan elitsed dolore lorem amet velit eu odio nulla facilisi. Ea vel illum consectetuer blandit dolore wisi nulla enim consectetuer facilisi ex euismod. Vel dignissim autem et. Duis velit eu minim laoreet tincidunt dolor nibh in iustoodio. ".
+
+<urn:uuid:1902435228> a nco:PersonContact; 
+	nco:fullname "Dino Lamontagne";
+	nco:nameGiven "Dino";
+	nco:nameFamily "Lamontagne";
+	nco:birthDate "1942-04-03";
+	nco:hasAffiliation "Engineer Locomotive";
+	nco:hasEmailAddress <mailto:dlamontagne autemamet us>;
+	nco:hasPhoneNumber <tel:+12071623192>;
+	nco:hasPostalAddress <urn:uuid:858926964>.
+
+<urn:uuid:1211532920> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1252569928>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Blandit nibh autem suscipit laoreet aliquip blandit invulputate. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-08T12:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-08T13:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1252569928>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1992735947> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08075" ;
+	nco:locality "Riverside" ;
+	nco:streetAddress "5013 Woodthorpe Avenue" .
+
+<mailto:cristopher vann veroUtwisi info> a nco:EmailAddress; 
+	nco:emailAddress "cristopher vann veroUtwisi info".
+
+<urn:uuid:744511026> a nco:PersonContact; 
+	nco:fullname "Cristopher Vann";
+	nco:nameGiven "Cristopher";
+	nco:nameFamily "Vann";
+	nco:birthDate "1943-01-31";
+	nco:hasAffiliation "Nurse Case Manager";
+	nco:hasEmailAddress <mailto:cristopher vann veroUtwisi info>;
+	nco:hasPostalAddress <urn:uuid:1992735947>.
+
+<urn:uuid:1781789069> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12577" ;
+	nco:locality "Salisbury Mills" ;
+	nco:streetAddress "5130 Perthshire Street" .
+
+<mailto:frederick espinal enimnulla edu> a nco:EmailAddress; 
+	nco:emailAddress "frederick espinal enimnulla edu".
+
+<urn:uuid:115487875> a nco:PersonContact; 
+	nco:fullname "Frederick Espinal";
+	nco:nameGiven "Frederick";
+	nco:nameFamily "Espinal";
+	nco:birthDate "1942-08-27";
+	nco:hasAffiliation "Computer Programmer 1";
+	nco:hasEmailAddress <mailto:frederick espinal enimnulla edu>;
+	nco:hasPostalAddress <urn:uuid:1781789069>.
+
+<urn:uuid:1495300916> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:115487875>;
+	nmo:sentDate "2008-12-27T15:49:21";
+	nmo:receivedDate "2008-12-27T15:49:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "frederick espinal enimnulla edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consequat ad aliquip duis erat nostrud hendrerit ipsum enim lobortis tation. ";
+	nmo:plainTextMessageContent "Feugiat exerci facilisis nostrud invulputate delenitaugue velit consequat dolore delenitaugue. ".
+
+<urn:uuid:1987640412> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:115487875>;
+	nmo:sentDate "2008-05-17T15:25:18";
+	nmo:receivedDate "2008-05-17T15:25:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "frederick espinal enimnulla edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:724722229>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageSubject "Dolor invulputate duis tation at ex qui dolor. ";
+	nmo:plainTextMessageContent "Te iriuredolor iriure wisi aliquam. Commodoconsequat ullamcorper suscipit ullamcorper ut feugait. ".
+
+<urn:uuid:525106875> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:115487875>;
+	nmo:sentDate "2008-05-30T15:38:01";
+	nmo:receivedDate "2008-05-30T15:38:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "frederick espinal enimnulla edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1169855577>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "wilma vanmeter dolorecommodo edu"];
+	nmo:messageSubject "Consequat consectetuer in dignissim nonummy veniamquis consequatvel laoreet at. ";
+	nmo:plainTextMessageContent "Suscipit augue ex nisl nostrud duis. Praesent feugait eu in luptatumzzril et volutpat enim ut iusto. ".
+
+<urn:uuid:61021160> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:115487875>;
+	nmo:sentDate "2008-01-16T15:15:57";
+	nmo:receivedDate "2008-01-16T15:16:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "frederick espinal enimnulla edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1102319446>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "alexis cothran nulladiam tv"];
+	nmo:messageSubject "Esse autem vel aliquam ea wisi qui illum luptatum veniam vero dignissim minim dignissim. ";
+	nmo:plainTextMessageContent "Esse eros duis ea esse eum quis molestie luptatum dolore minim vulputate esse. ".
+
+<urn:uuid:806373212> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:115487875>;
+	nmo:sentDate "2008-02-26T15:34:34";
+	nmo:receivedDate "2008-02-26T15:35:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "frederick espinal enimnulla edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Esse quis suscipit vel facilisis enim lobortis nulla molestie consequat ex ad nulla te. ";
+	nmo:plainTextMessageContent "Ea consequatvel vulputate diam. ".
+
+<urn:uuid:1757465990> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:115487875>;
+	nmo:sentDate "2008-12-01T16:00:16";
+	nmo:receivedDate "2008-12-01T16:00:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "frederick espinal enimnulla edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1329543945>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "toni banks commodoconsequatdiam org"];
+	nmo:bcc <urn:uuid:1208101714>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ggood inut org"];
+	nmo:messageSubject "Te vero molestie nulla enim diam autem nisl minim consequat duis invulputate aliquip. ";
+	nmo:plainTextMessageContent "In enim lobortis feugait invulputate aliquip. ".
+
+<urn:uuid:474623638> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:115487875>;
+	nmo:sentDate "2008-09-09T15:48:25";
+	nmo:receivedDate "2008-09-09T15:48:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "frederick espinal enimnulla edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:130851578>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jacinto poston odioautem net"];
+	nmo:messageSubject "Elitsed eum lorem tationullamcorper. ";
+	nmo:plainTextMessageContent "Facilisis praesent invulputate nislut amet ea veniam duis feugait invulputate nibh vel nostrud. Feugiat nislut iusto aliquam. ".
+
+<urn:uuid:1559513542> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:115487875>;
+	nmo:sentDate "2008-02-09T15:20:03";
+	nmo:receivedDate "2008-02-09T15:20:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "frederick espinal enimnulla edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1749784121>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "growe hendreritconsequat info"];
+	nmo:bcc <urn:uuid:593644743>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "smeadows illumquis tv"];
+	nmo:messageSubject "Duis at dolor luptatumzzril. ";
+	nmo:plainTextMessageContent "In ut qui iusto consequat nulla te wisi esse commodo. Exerci praesent lobortis molestie consequatvel elitsed qui invulputate dolore nulla doloremagna exerci. ".
+
+<urn:uuid:963995954> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:115487875>;
+	nmo:sentDate "2008-06-02T16:10:55";
+	nmo:receivedDate "2008-06-02T16:11:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "frederick espinal enimnulla edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nostrud et suscipit zzril ut suscipit iusto vel vel ullamcorper hendrerit ex ex molestie. ";
+	nmo:plainTextMessageContent "Enim nostrud nulla suscipit hendrerit enim erat veniam nisl. Delenit hendrerit nulla duis veniamquis dolore consequat iriure aliquip vulputate nislut duis te. ".
+
+<urn:uuid:1060598500> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:115487875>;
+	nmo:sentDate "2008-10-12T15:21:51";
+	nmo:receivedDate "2008-10-12T15:22:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "frederick espinal enimnulla edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1921353261>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "connie metzger utdolore edu"];
+	nmo:messageSubject "Te ea eum qui nonummy commodo qui eum. ";
+	nmo:plainTextMessageContent "Praesent luptatumzzril accumsan velit dignissim. ".
+
+<urn:uuid:855778747> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:115487875>;
+	nmo:sentDate "2008-04-03T15:13:42";
+	nmo:receivedDate "2008-04-03T15:14:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "frederick espinal enimnulla edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Aliquam amet ea te sit autem enim adipiscing ut vero facilisi exerci. ";
+	nmo:plainTextMessageContent "Ad enim ut tincidunt ex ullamcorper autem eu ut quis quis. Aliquip facilisi dolore zzril invulputate facilisis nibh ipsum at ex laoreet minim. ".
+
+<urn:uuid:2084796400> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:115487875>;
+	nmo:sentDate "2008-06-04T16:02:36";
+	nmo:receivedDate "2008-06-04T16:03:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "frederick espinal enimnulla edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Suscipit ea suscipit ex consequatvel euismod. ";
+	nmo:plainTextMessageContent "In sit te nulla vel ut blandit nulla at nibh delenit et amet. Autem esse praesent ea ex nislut. ".
+
+<urn:uuid:928053755> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11365" ;
+	nco:locality "Fresh Meadows" ;
+	nco:streetAddress "5351 Mulberry Street" .
+
+<mailto:ryan langlois doloreenim tv> a nco:EmailAddress; 
+	nco:emailAddress "ryan langlois doloreenim tv".
+
+<urn:uuid:1779174083> a nco:PersonContact; 
+	nco:fullname "Ryan Langlois";
+	nco:nameGiven "Ryan";
+	nco:nameFamily "Langlois";
+	nco:birthDate "1942-04-20";
+	nco:hasAffiliation "Erector Fence";
+	nco:hasEmailAddress <mailto:ryan langlois doloreenim tv>;
+	nco:hasPostalAddress <urn:uuid:928053755>.
+
+<urn:uuid:29612061> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1972709781>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Nislut nostrud consectetuer eum suscipit hendrerit eu ipsum ea velit veniamquis esse in dolor. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-20T16:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-20T16:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1972709781>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:2122837708> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1779174083>;
+	nmo:sentDate "2008-07-12T15:33:21";
+	nmo:receivedDate "2008-07-12T15:33:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ryan langlois doloreenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "In lobortis nostrud nulla augue autem esse dolore nulla iriure commodo diam. ";
+	nmo:plainTextMessageContent "Praesent sit esse euismod commodo lobortis. Luptatumzzril nostrud lobortis ad duis vero enim delenit veniam ad ea. ".
+
+<urn:uuid:736671406> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1779174083>;
+	nmo:sentDate "2008-09-26T16:08:47";
+	nmo:receivedDate "2008-09-26T16:09:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ryan langlois doloreenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Aliquip lobortis vel illum praesent autem vulputate minim iusto iriure. ";
+	nmo:plainTextMessageContent "Lobortis eufeugiat et dolor praesent aliquip dolor suscipit esse dolore iriure elitsed. Dolore feugiat blandit eum et consequat iustoodio et eros eros. ".
+
+<urn:uuid:22679572> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1779174083>;
+	nmo:sentDate "2008-11-22T15:39:10";
+	nmo:receivedDate "2008-11-22T15:39:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ryan langlois doloreenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nostrud eros zzril duis feugait duis etaccumsan tation tincidunt. ";
+	nmo:plainTextMessageContent "Dignissim aliquip te nonummy iriuredolor in. ".
+
+<urn:uuid:1098866461> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1779174083>;
+	nmo:sentDate "2008-07-09T15:54:48";
+	nmo:receivedDate "2008-07-09T15:55:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ryan langlois doloreenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla nostrud augue illum ut hendrerit. ";
+	nmo:plainTextMessageContent "Iriure vel blandit iusto eu diam facilisi exerci duis in minim delenitaugue. ".
+
+<urn:uuid:275693034> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1779174083>;
+	nmo:sentDate "2008-10-24T15:19:46";
+	nmo:receivedDate "2008-10-24T15:19:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ryan langlois doloreenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1252569928>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mgreenfield atodio org"];
+	nmo:messageSubject "Tincidunt vulputate tincidunt hendrerit et volutpat. ";
+	nmo:plainTextMessageContent "Exerci ut dolor et nonummy ut in exerci praesent dolore. Aliquam in minim sit vero vulputate ad minim eum tationullamcorper luptatumzzril. ".
+
+<urn:uuid:756569247> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1779174083>;
+	nmo:sentDate "2008-04-16T15:32:16";
+	nmo:receivedDate "2008-04-16T15:32:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ryan langlois doloreenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Diam ex iriure dolore odio. ";
+	nmo:plainTextMessageContent "Et exerci eros dolore. ".
+
+<urn:uuid:212867848> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1779174083>;
+	nmo:sentDate "2008-11-25T15:39:50";
+	nmo:receivedDate "2008-11-25T15:39:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ryan langlois doloreenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:8985222>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "tamera kersey euqui eu"];
+	nmo:messageSubject "Et lobortis molestie quis nulla suscipit. ";
+	nmo:plainTextMessageContent "Velit vulputate consequatvel aliquip eum eros diam et accumsan nulla ipsum eu at et. ".
+
+<urn:uuid:2031501893> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1779174083>;
+	nmo:sentDate "2008-12-24T15:35:16";
+	nmo:receivedDate "2008-12-24T15:36:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ryan langlois doloreenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:538422874>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jeanie langlois diamlaoreet edu"];
+	nmo:messageSubject "Feugait molestie iustoodio lorem. ";
+	nmo:plainTextMessageContent "Illum praesent illum eum dolore facilisi. Lobortis facilisi laoreet dolor feugiat. ".
+
+<urn:uuid:246055209> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1779174083>;
+	nmo:sentDate "2008-12-01T15:14:57";
+	nmo:receivedDate "2008-12-01T15:15:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ryan langlois doloreenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iriuredolor dolor at facilisi enim tincidunt nibh vero eu adipiscing ullamcorper. ";
+	nmo:plainTextMessageContent "Consequatvel laoreet in velit ullamcorper qui. Minim in nislut ut commodo feugait consequat. ".
+
+<urn:uuid:1601442377> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1779174083>;
+	nmo:sentDate "2008-11-13T16:05:56";
+	nmo:receivedDate "2008-11-13T16:06:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ryan langlois doloreenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:531801256>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "nburnside veniamfacilisis com"];
+	nmo:messageSubject "Nisl facilisis iusto etaccumsan ut autem. ";
+	nmo:plainTextMessageContent "Nibh minim exerci autem ex at nostrud. ".
+
+<urn:uuid:247689501> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1779174083>;
+	nmo:sentDate "2009-01-20T15:45:31";
+	nmo:receivedDate "2009-01-20T15:45:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ryan langlois doloreenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vel esse at praesent vel. ";
+	nmo:plainTextMessageContent "Duis exerci augue volutpat Utwisi enim exerci delenitaugue in vel. ".
+
+<urn:uuid:1267870652> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1779174083>;
+	nmo:sentDate "2008-09-10T15:46:46";
+	nmo:receivedDate "2008-09-10T15:47:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ryan langlois doloreenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Luptatum ut iriuredolor dignissim consequat sit consectetuer accumsan vero eum at et facilisis. ";
+	nmo:plainTextMessageContent "Luptatum exerci facilisis minim dignissim consectetuer consequat. ".
+
+<urn:uuid:1053192832> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1779174083>;
+	nmo:sentDate "2008-02-05T15:43:52";
+	nmo:receivedDate "2008-02-05T15:43:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ryan langlois doloreenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Aliquip duis vero lobortis vulputate. ";
+	nmo:plainTextMessageContent "Dolore qui diam te vero minim facilisis euismod ex accumsan. Amet eum vel sit tincidunt dignissim aliquip minim facilisis duis nulla. ".
+
+<urn:uuid:1770082721> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1779174083>;
+	nmo:sentDate "2009-02-18T15:41:12";
+	nmo:receivedDate "2009-02-18T15:42:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ryan langlois doloreenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:100172550>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "charley swartz tationullamcorperenim info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Minim blandit esse eufeugiat ipsum augue volutpat nulla odio. ";
+	nmo:plainTextMessageContent "Lobortis eu esse vero molestie diam minim qui duis feugiat feugait dolore illum. ".
+
+<urn:uuid:14321525> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1779174083>;
+	nmo:sentDate "2008-03-25T16:08:00";
+	nmo:receivedDate "2008-03-25T16:08:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ryan langlois doloreenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consequat dolore nibh exerci consequatvel qui. ";
+	nmo:plainTextMessageContent "Ad invulputate vero consequat te duis delenit ea esse molestie. Facilisi eum velit vel esse dolor dignissim nonummy in adipiscing commodo feugiat consequat vero. ".
+
+<urn:uuid:1200248090> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1779174083>;
+	nmo:sentDate "2008-10-08T15:20:22";
+	nmo:receivedDate "2008-10-08T15:20:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ryan langlois doloreenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1970771578>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ilene bui lobortisfeugait info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Augue eu feugait delenitaugue feugiat nostrud esse blandit nonummy ut laoreet at. ";
+	nmo:plainTextMessageContent "Ipsum invulputate in ad accumsan eros eu duis feugait dolore lobortis velit facilisis. ".
+
+<urn:uuid:15608689> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1779174083>;
+	nmo:sentDate "2008-11-19T15:30:59";
+	nmo:receivedDate "2008-11-19T15:31:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ryan langlois doloreenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "At nulla ea duis ex at blandit at ad. ";
+	nmo:plainTextMessageContent "Ipsum ex facilisis ut dolore iriure blandit in nulla illum minim nisl velit exerci. ".
+
+<urn:uuid:1505205881> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1779174083>;
+	nmo:sentDate "2008-08-15T15:41:35";
+	nmo:receivedDate "2008-08-15T15:42:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ryan langlois doloreenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1698068787>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "hmcdaniel molestiequi eu"];
+	nmo:messageSubject "Molestie ipsum nulla zzril molestie. ";
+	nmo:plainTextMessageContent "Velit suscipit in feugiat vero esse vero duis qui volutpat ut nostrud iriure. ".
+
+<urn:uuid:1557286642> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1779174083>;
+	nmo:sentDate "2009-01-15T15:18:46";
+	nmo:receivedDate "2009-01-15T15:19:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ryan langlois doloreenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Accumsan vulputate ullamcorper illum exerci delenitaugue te enim duis. ";
+	nmo:plainTextMessageContent "Blandit aliquip eum consectetuer quis amet nostrud lorem praesent vel. ".
+
+<urn:uuid:1315001129> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1779174083>;
+	nmo:sentDate "2008-01-16T15:49:21";
+	nmo:receivedDate "2008-01-16T15:50:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ryan langlois doloreenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1302391139>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kgrant iustoodioluptatum org"];
+	nmo:messageSubject "Ad vel dignissim ad vel illum illum veniam duis facilisis blandit consequat. ";
+	nmo:plainTextMessageContent "Amet dolor et luptatum iustoodio ullamcorper autem et minim ad. ".
+
+<urn:uuid:72470572> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1779174083>;
+	nmo:sentDate "2008-06-28T15:30:53";
+	nmo:receivedDate "2008-06-28T15:31:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ryan langlois doloreenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1201081871>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "christy fonseca doloremagnadolor tv"];
+	nmo:messageSubject "Blandit lorem facilisi wisi. ";
+	nmo:plainTextMessageContent "Molestie te at in ea. ".
+
+<urn:uuid:386499453> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1779174083>;
+	nmo:sentDate "2009-02-14T16:10:55";
+	nmo:receivedDate "2009-02-14T16:11:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ryan langlois doloreenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Esse commodo exerci consequat in. ";
+	nmo:plainTextMessageContent "Duis vero ullamcorper luptatumzzril vel. Aliquip duis elitsed suscipit molestie aliquam eros minim. ".
+
+<urn:uuid:164117466> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1779174083>;
+	nmo:sentDate "2008-07-30T15:55:44";
+	nmo:receivedDate "2008-07-30T15:56:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ryan langlois doloreenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1605990729>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "pshearer suscipitveniamquis tv"];
+	nmo:messageSubject "Duis suscipit quis nulla facilisi dignissim at aliquip commodoconsequat minim eum praesent veniamquis. ";
+	nmo:plainTextMessageContent "Amet autem dolore ullamcorper eu exerci feugiat facilisi delenitaugue. Augue iusto feugait consequatvel facilisi zzril facilisi ut consequat. ".
+
+<urn:uuid:938892263> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1779174083>;
+	nmo:sentDate "2008-09-06T15:12:21";
+	nmo:receivedDate "2008-09-06T15:13:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ryan langlois doloreenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1324343852>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "buddy schell duiswisi net"];
+	nmo:messageSubject "Et facilisis iustoodio facilisis ea dolore hendrerit tationullamcorper dignissim. ";
+	nmo:plainTextMessageContent "Zzril et qui volutpat ullamcorper et nulla molestie facilisis et sit. Vulputate at tincidunt duis ut velit ut accumsan te et facilisi. ".
+
+<urn:uuid:1856730226> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1779174083>;
+	nmo:sentDate "2008-06-06T15:39:30";
+	nmo:receivedDate "2008-06-06T15:40:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ryan langlois doloreenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1688232172>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jfrizzell facilisiconsequat org"];
+	nmo:messageSubject "In exerci tationullamcorper eros consequatvel dolore zzril eros illum eum et. ";
+	nmo:plainTextMessageContent "Praesent luptatumzzril veniamquis feugiat iriure amet facilisis nulla in nulla et vel enim. ".
+
+<urn:uuid:459399227> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1779174083>;
+	nmo:sentDate "2008-02-12T16:05:58";
+	nmo:receivedDate "2008-02-12T16:06:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ryan langlois doloreenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:406835329>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "hiram pryor feugaitiriuredolor org"];
+	nmo:messageSubject "Tation qui exerci vulputate veniam doloremagna eu illum consequat qui eros nislut feugait nisl. ";
+	nmo:plainTextMessageContent "Et molestie etaccumsan doloremagna iusto tincidunt vero dolore euismod autem commodo. Consequatvel facilisis velit dolore eros vel consectetuer dolore vel nonummy enim. ".
+
+<urn:uuid:916130829> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1779174083>;
+	nmo:sentDate "2008-02-14T16:04:57";
+	nmo:receivedDate "2008-02-14T16:05:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ryan langlois doloreenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Enim laoreet facilisi consequatvel dolore lobortis blandit at nonummy volutpat. ";
+	nmo:plainTextMessageContent "Ut duis et luptatum ad dolore tationullamcorper tationullamcorper suscipit illum esse duis qui. Dolor qui ut hendrerit te. ".
+
+<urn:uuid:1952175920> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1779174083>;
+	nmo:sentDate "2008-10-20T15:59:19";
+	nmo:receivedDate "2008-10-20T15:59:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ryan langlois doloreenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Eum dolore illum feugait praesent duis diam exerci blandit volutpat at eum iriure. ";
+	nmo:plainTextMessageContent "Autem in consequat iustoodio ullamcorper feugait iusto. Ullamcorper praesent augue diam. ".
+
+<urn:uuid:908553211> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13599" ;
+	nco:locality "Utica" ;
+	nco:streetAddress "8582 Cottonwood Avenue" .
+
+<mailto:mvick duisadipiscing com> a nco:EmailAddress; 
+	nco:emailAddress "mvick duisadipiscing com".
+
+<urn:uuid:2081760405> a nco:PersonContact; 
+	nco:fullname "Michelle Vick";
+	nco:nameGiven "Michelle";
+	nco:nameFamily "Vick";
+	nco:birthDate "1942-10-21";
+	nco:hasAffiliation "Cytotechnologist";
+	nco:hasEmailAddress <mailto:mvick duisadipiscing com>;
+	nco:hasPostalAddress <urn:uuid:908553211>.
+
+<urn:uuid:1879442778> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10587" ;
+	nco:locality "Shenorock" ;
+	nco:streetAddress "6788 Drayton Cove" .
+
+<mailto:kdrew atnislut info> a nco:EmailAddress; 
+	nco:emailAddress "kdrew atnislut info".
+
+<xmpp:kathi drew gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Kathi Drew" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Etaccumsan eum adipiscing autem eros iriure ad dolor eu. " ;
+	nco:imID "kathi drew gmail com".
+
+<urn:uuid:1807870106> a nco:PersonContact; 
+	nco:fullname "Kathi Drew";
+	nco:nameGiven "Kathi";
+	nco:nameFamily "Drew";
+	nco:birthDate "1942-06-19";
+	nco:hasAffiliation "Personnel Technician";
+	nco:hasEmailAddress <mailto:kdrew atnislut info>;
+	nco:hasIMAccount <xmpp:kathi drew gmail com>;
+	nco:hasPostalAddress <urn:uuid:1879442778>.
+
+<urn:uuid:484504865> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04963" ;
+	nco:locality "Oakland" ;
+	nco:streetAddress "1611 Ridgetown Drive" .
+
+<mailto:fritz foy nislutdolore edu> a nco:EmailAddress; 
+	nco:emailAddress "fritz foy nislutdolore edu".
+
+<xmpp:fritz foy gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Fritz Foy" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Iriure praesent dolore iriuredolor. " ;
+	nco:imID "fritz foy gmail com".
+
+<urn:uuid:476324522> a nco:PersonContact; 
+	nco:fullname "Fritz Foy";
+	nco:nameGiven "Fritz";
+	nco:nameFamily "Foy";
+	nco:birthDate "1942-10-13";
+	nco:hasAffiliation "Banking Loan Officer Consumer";
+	nco:hasEmailAddress <mailto:fritz foy nislutdolore edu>;
+	nco:hasIMAccount <xmpp:fritz foy gmail com>;
+	nco:hasPostalAddress <urn:uuid:484504865>.
+
+<urn:uuid:331991864> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:2130475458>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Volutpat odio volutpat odio ex ex autem nostrud velit molestie molestie nibh enim. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-24T19:11:34"];
+	ncal:dtend [ncal:dateTime "2009-02-24T21:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:2130475458>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1558697371> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10467" ;
+	nco:locality "Bronx" ;
+	nco:streetAddress "17 Jenna Circle" .
+
+<mailto:chrystal jamison dignissimin info> a nco:EmailAddress; 
+	nco:emailAddress "chrystal jamison dignissimin info".
+
+<xmpp:chrystal jamison gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Chrystal Jamison" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Duis consectetuer praesent dolore lobortis erat ad feugiat wisi qui. " ;
+	nco:imID "chrystal jamison gmail com".
+
+<urn:uuid:1230289966> a nco:PersonContact; 
+	nco:fullname "Chrystal Jamison";
+	nco:nameGiven "Chrystal";
+	nco:nameFamily "Jamison";
+	nco:birthDate "1942-12-18";
+	nco:hasAffiliation "Utilities Electric Drafter";
+	nco:hasEmailAddress <mailto:chrystal jamison dignissimin info>;
+	nco:hasIMAccount <xmpp:chrystal jamison gmail com>;
+	nco:hasPostalAddress <urn:uuid:1558697371>.
+
+<urn:uuid:998145403> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10173" ;
+	nco:locality "New York" ;
+	nco:streetAddress "6329 Park Lane" .
+
+<mailto:irene tomlin feugaitet gov> a nco:EmailAddress; 
+	nco:emailAddress "irene tomlin feugaitet gov".
+
+<xmpp:irene tomlin gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Irene Tomlin" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Molestie nisl vel accumsan illum in ut quis commodo blandit et adipiscing. " ;
+	nco:imID "irene tomlin gmail com".
+
+<urn:uuid:2002429692> a nco:PersonContact; 
+	nco:fullname "Irene Tomlin";
+	nco:nameGiven "Irene";
+	nco:nameFamily "Tomlin";
+	nco:birthDate "1942-05-22";
+	nco:hasAffiliation "Foreman Mechanic";
+	nco:hasEmailAddress <mailto:irene tomlin feugaitet gov>;
+	nco:hasIMAccount <xmpp:irene tomlin gmail com>;
+	nco:hasPostalAddress <urn:uuid:998145403>.
+
+<urn:uuid:2119735551> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:564495227>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Ex hendrerit duis nonummy dignissim lorem consequat facilisi eros nibh esse luptatum. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-05T13:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-05T13:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:564495227>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:363702141> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07849" ;
+	nco:locality "Lake Hopatcong" ;
+	nco:streetAddress "7071 Poplar Woods Cove" .
+
+<mailto:terry landry velitdolor tv> a nco:EmailAddress; 
+	nco:emailAddress "terry landry velitdolor tv".
+
+<urn:uuid:1834415512> a nco:PersonContact; 
+	nco:fullname "Terry Landry";
+	nco:nameGiven "Terry";
+	nco:nameFamily "Landry";
+	nco:birthDate "1942-10-29";
+	nco:hasAffiliation "Designer Display";
+	nco:hasEmailAddress <mailto:terry landry velitdolor tv>;
+	nco:hasPostalAddress <urn:uuid:363702141>.
+
+<urn:uuid:142532976> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1834415512>;
+	nmo:sentDate "2008-03-03T15:59:10";
+	nmo:receivedDate "2008-03-03T15:59:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "terry landry velitdolor tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:278174879>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "bcasteel consequatvelnostrud net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Amet dolore consectetuer aliquip facilisis Utwisi veniam. ";
+	nmo:plainTextMessageContent "Dolore wisi vero autem esse aliquip esse. Aliquip duis duis ut aliquam. ".
+
+<urn:uuid:372240645> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1834415512>;
+	nmo:sentDate "2008-07-28T15:49:43";
+	nmo:receivedDate "2008-07-28T15:50:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "terry landry velitdolor tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:955227775>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "chardaway velitdolore gov"];
+	nmo:messageSubject "Facilisis feugait volutpat zzril nulla nulla volutpat. ";
+	nmo:plainTextMessageContent "Dolore volutpat iriuredolor euismod dignissim in. ".
+
+<urn:uuid:1132385597> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06798" ;
+	nco:locality "Woodbury" ;
+	nco:streetAddress "7206 Poplar Drive" .
+
+<mailto:lindsey mullin veniamlorem us> a nco:EmailAddress; 
+	nco:emailAddress "lindsey mullin veniamlorem us".
+
+<urn:uuid:736958011> a nco:PersonContact; 
+	nco:fullname "Lindsey Mullin";
+	nco:nameGiven "Lindsey";
+	nco:nameFamily "Mullin";
+	nco:birthDate "1943-01-26";
+	nco:hasAffiliation "Manager Export Sales";
+	nco:hasEmailAddress <mailto:lindsey mullin veniamlorem us>;
+	nco:hasPostalAddress <urn:uuid:1132385597>.
+
+<urn:uuid:1071308469> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:287277675>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Duis blandit vulputate ex odio blandit at vero adipiscing eum dolore erat. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-26T13:11:34"];
+	ncal:dtend [ncal:dateTime "2009-02-26T14:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:287277675>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:77322329> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05733" ;
+	nco:locality "Brandon" ;
+	nco:streetAddress "7303 Old Mill Avenue" .
+
+<mailto:mreich consequatvelnulla com> a nco:EmailAddress; 
+	nco:emailAddress "mreich consequatvelnulla com".
+
+<urn:uuid:1407073247> a nco:PersonContact; 
+	nco:fullname "Myrtis Reich";
+	nco:nameGiven "Myrtis";
+	nco:nameFamily "Reich";
+	nco:birthDate "1942-05-31";
+	nco:hasAffiliation "Assistant Estimator";
+	nco:hasEmailAddress <mailto:mreich consequatvelnulla com>;
+	nco:hasPostalAddress <urn:uuid:77322329>.
+
+<urn:uuid:1581399627> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08350" ;
+	nco:locality "Richland" ;
+	nco:streetAddress "8408 Garden Arbor Trail" .
+
+<mailto:alfonso hamlin delenitaugueconsequat us> a nco:EmailAddress; 
+	nco:emailAddress "alfonso hamlin delenitaugueconsequat us".
+
+<urn:uuid:101650759> a nco:PersonContact; 
+	nco:fullname "Alfonso Hamlin";
+	nco:nameGiven "Alfonso";
+	nco:nameFamily "Hamlin";
+	nco:birthDate "1942-12-02";
+	nco:hasAffiliation "Accountant Tax";
+	nco:hasEmailAddress <mailto:alfonso hamlin delenitaugueconsequat us>;
+	nco:hasPostalAddress <urn:uuid:1581399627>.
+
+<urn:uuid:1869554355> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:650099146>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Praesent nulla nibh enim dolore veniamquis feugait in. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-20T20:11:34"];
+	ncal:dtend [ncal:dateTime "2009-02-20T21:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:650099146>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:621411292> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:101650759>;
+	nmo:sentDate "2008-06-03T15:58:01";
+	nmo:receivedDate "2008-06-03T15:58:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfonso hamlin delenitaugueconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1972709781>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "xavier simonson minimaliquam info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Nostrud molestie vel dolore facilisi etaccumsan luptatumzzril tationullamcorper consequat volutpat facilisis vel vel. ";
+	nmo:plainTextMessageContent "Nostrud vulputate dolore ut tationullamcorper enim. ".
+
+<urn:uuid:1333696783> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:101650759>;
+	nmo:sentDate "2008-12-18T15:27:24";
+	nmo:receivedDate "2008-12-18T15:27:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfonso hamlin delenitaugueconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eufeugiat vel tation dolore facilisis facilisi ut consectetuer te aliquam illum veniam te lobortis. ";
+	nmo:plainTextMessageContent "Exerci ad in etaccumsan illum. ".
+
+<urn:uuid:414308958> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:101650759>;
+	nmo:sentDate "2008-04-30T16:10:56";
+	nmo:receivedDate "2008-04-30T16:11:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfonso hamlin delenitaugueconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:274935862>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "sgrover feugaitin net"];
+	nmo:bcc <urn:uuid:2020713750>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ivory bartels inaliquam com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Zzril exerci enim ut amet. ";
+	nmo:plainTextMessageContent "Facilisis hendrerit in tincidunt dolore. ".
+
+<urn:uuid:1003585310> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:101650759>;
+	nmo:sentDate "2008-09-15T16:00:17";
+	nmo:receivedDate "2008-09-15T16:00:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfonso hamlin delenitaugueconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:538422874>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jeanie langlois diamlaoreet edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Duis velit enim tation. ";
+	nmo:plainTextMessageContent "Duis commodo nislut eufeugiat ad ut invulputate blandit elitsed at. ".
+
+<urn:uuid:457226786> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:101650759>;
+	nmo:sentDate "2008-07-31T16:04:56";
+	nmo:receivedDate "2008-07-31T16:05:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfonso hamlin delenitaugueconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Enim esse suscipit nulla nisl odio blandit esse nibh in. ";
+	nmo:plainTextMessageContent "Vel vulputate et dolore dolore qui nulla enim duis. Praesent vero aliquip consequat ex nislut velit enim hendrerit qui consequatvel qui. ".
+
+<urn:uuid:1317750385> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:101650759>;
+	nmo:sentDate "2008-09-16T16:02:35";
+	nmo:receivedDate "2008-09-16T16:02:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfonso hamlin delenitaugueconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eum vel exerci blandit. ";
+	nmo:plainTextMessageContent "Qui facilisi duis eros lobortis sit hendrerit accumsan praesent ipsum feugiat eufeugiat. Praesent exerci amet nislut. ".
+
+<urn:uuid:928857615> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:101650759>;
+	nmo:sentDate "2008-06-09T15:50:27";
+	nmo:receivedDate "2008-06-09T15:50:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfonso hamlin delenitaugueconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1741879600>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "emontenegro adet gov"];
+	nmo:messageSubject "Enim ad aliquam enim dignissim qui commodo. ";
+	nmo:plainTextMessageContent "Duis suscipit at nostrud ut duis delenit nulla vero vero zzril. Invulputate nulla qui molestie duis facilisis vel erat doloremagna. ".
+
+<urn:uuid:2091238696> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:101650759>;
+	nmo:sentDate "2008-06-17T15:48:22";
+	nmo:receivedDate "2008-06-17T15:48:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfonso hamlin delenitaugueconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1972709781>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "xavier simonson minimaliquam info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Quis exerci at eros illum vel doloremagna vel. ";
+	nmo:plainTextMessageContent "Accumsan laoreet ex ad exerci minim invulputate nulla facilisis dolore amet. ".
+
+<urn:uuid:1779384019> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:101650759>;
+	nmo:sentDate "2009-02-02T15:47:58";
+	nmo:receivedDate "2009-02-02T15:48:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfonso hamlin delenitaugueconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:897035333>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "eusebio somers dignissimwisi us"];
+	nmo:messageSubject "Iustoodio doloremagna aliquam veniam at odio iriure velit ex. ";
+	nmo:plainTextMessageContent "Quis nislut vel ea nulla nulla. ".
+
+<urn:uuid:1227940297> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:101650759>;
+	nmo:sentDate "2008-05-22T15:44:19";
+	nmo:receivedDate "2008-05-22T15:44:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfonso hamlin delenitaugueconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1413206156>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rcrutchfield iriuredolorveniamquis edu"];
+	nmo:bcc <urn:uuid:10001616>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ddale nullaeum info"];
+	nmo:messageSubject "Invulputate Utwisi eros veniamquis praesent etaccumsan amet praesent consectetuer blandit dignissim facilisis feugait facilisi. ";
+	nmo:plainTextMessageContent "Minim praesent ut ullamcorper facilisis vel. Facilisi illum vulputate nulla molestie vel ea iusto esse vel eu iriuredolor suscipit minim. ".
+
+<urn:uuid:337031763> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:101650759>;
+	nmo:sentDate "2008-09-01T16:09:53";
+	nmo:receivedDate "2008-09-01T16:10:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfonso hamlin delenitaugueconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:444601967>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ella burchfield quiqui gov"];
+	nmo:bcc <urn:uuid:563885038>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "javier thames nibhnonummy com"];
+	nmo:messageSubject "Odio et aliquip nibh lobortis duis molestie dolore velit nostrud iriuredolor eum odio praesent. ";
+	nmo:plainTextMessageContent "Illum ex enim et ullamcorper hendrerit hendrerit et illum sit quis ex dignissim. ".
+
+<urn:uuid:1965404427> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:101650759>;
+	nmo:sentDate "2008-11-26T16:10:22";
+	nmo:receivedDate "2008-11-26T16:11:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfonso hamlin delenitaugueconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1089894973>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "linnie grenier suscipitautem org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Facilisi ut Utwisi vero luptatum vero quis in vero nostrud vulputate invulputate vero feugait. ";
+	nmo:plainTextMessageContent "Enim eros dignissim ea Utwisi minim nonummy feugiat Utwisi nibh delenit. ".
+
+<urn:uuid:134371725> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:101650759>;
+	nmo:sentDate "2008-11-05T16:03:36";
+	nmo:receivedDate "2008-11-05T16:03:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfonso hamlin delenitaugueconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:291470224>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lpicard erosut org"];
+	nmo:messageSubject "Iriure duis nisl lobortis dolore dolore commodo nulla dolore. ";
+	nmo:plainTextMessageContent "Hendrerit ut delenit blandit. Delenit lobortis nisl in nulla elitsed zzril in ipsum volutpat. ".
+
+<urn:uuid:1500317451> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:101650759>;
+	nmo:sentDate "2008-09-04T15:40:33";
+	nmo:receivedDate "2008-09-04T15:41:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alfonso hamlin delenitaugueconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nostrud adipiscing exerci ullamcorper dolore feugait. ";
+	nmo:plainTextMessageContent "Dolore facilisis enim dolore iusto. ".
+
+<urn:uuid:1751973493> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13211" ;
+	nco:locality "Syracuse" ;
+	nco:streetAddress "3228 Fireside Circle" .
+
+<mailto:rlange doloreufeugiat edu> a nco:EmailAddress; 
+	nco:emailAddress "rlange doloreufeugiat edu".
+
+<urn:uuid:1778057617> a nco:PersonContact; 
+	nco:fullname "Reggie Lange";
+	nco:nameGiven "Reggie";
+	nco:nameFamily "Lange";
+	nco:birthDate "1942-09-11";
+	nco:hasAffiliation "Central Office Equipment Engineer";
+	nco:hasEmailAddress <mailto:rlange doloreufeugiat edu>;
+	nco:hasPostalAddress <urn:uuid:1751973493>.
+
+<urn:uuid:721404922> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04402" ;
+	nco:locality "Bangor" ;
+	nco:streetAddress "5263 Hollow Creek Parkway" .
+
+<mailto:schew utluptatumzzril info> a nco:EmailAddress; 
+	nco:emailAddress "schew utluptatumzzril info".
+
+<urn:uuid:452118692> a nco:PersonContact; 
+	nco:fullname "Shirlene Chew";
+	nco:nameGiven "Shirlene";
+	nco:nameFamily "Chew";
+	nco:birthDate "1942-03-09";
+	nco:hasAffiliation "LAN/WAN Administrative Manager";
+	nco:hasEmailAddress <mailto:schew utluptatumzzril info>;
+	nco:hasPostalAddress <urn:uuid:721404922>.
+
+<urn:uuid:575976341> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10703" ;
+	nco:locality "Yonkers" ;
+	nco:streetAddress "3747 Great Oaks Trail" .
+
+<mailto:fparham exminim info> a nco:EmailAddress; 
+	nco:emailAddress "fparham exminim info".
+
+<urn:uuid:1892231476> a nco:PersonContact; 
+	nco:fullname "Frederic Parham";
+	nco:nameGiven "Frederic";
+	nco:nameFamily "Parham";
+	nco:birthDate "1942-11-13";
+	nco:hasAffiliation "Boilermaker";
+	nco:hasEmailAddress <mailto:fparham exminim info>;
+	nco:hasPostalAddress <urn:uuid:575976341>.
+
+<urn:uuid:916326944> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13864" ;
+	nco:locality "Willseyville" ;
+	nco:streetAddress "7247 Timber Cove" .
+
+<mailto:cathrine bollinger exut gov> a nco:EmailAddress; 
+	nco:emailAddress "cathrine bollinger exut gov".
+
+<xmpp:cathrine bollinger gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Cathrine Bollinger" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Vero odio at iriuredolor facilisis dolore eum praesent ex lobortis. " ;
+	nco:imID "cathrine bollinger gmail com".
+
+<tel:+18021405349> a nco:PhoneNumber; 
+	nco:phoneNumber "(802)140-5349".
+
+<urn:uuid:1164952056> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18021405349>]; 
+	nmo:duration 5; 
+	nmo:sentDate "2008-10-01T16:01:20". 
+
+<urn:uuid:1750712624> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18021405349>]; 
+	nmo:duration 32; 
+	nmo:sentDate "2008-10-11T15:12:12". 
+
+<urn:uuid:1717588226> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18021405349>]; 
+	nmo:duration 32; 
+	nmo:sentDate "2008-04-29T15:43:08". 
+
+<urn:uuid:21006933> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18021405349>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-12T15:59:44";
+	nmo:receivedDate "2008-11-30T16:07:02";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Vel dolor at feugait lobortis velit. Vel zzril facilisis dolore aliquip doloremagna enim illum dolor enim vel doloremagna exerci et. In te amet facilisi zzril enim nulla velit praesent luptatumzzril. Laoreet ad euismod ad nibh molestie facilisis velit dolore. Praesent laoreet in dolor qui eufeugiat. ".
+
+<urn:uuid:701848120> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18021405349>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-28T15:56:15";
+	nmo:receivedDate "2008-08-17T15:58:41";
+	nmo:plainTextMessageContent "Luptatum Utwisi veniam et. Wisi ad esse quis consectetuer veniam dolor lorem erat. Lobortis vel hendrerit laoreet ullamcorper iriuredolor autem etaccumsan in blandit consequat vero duis. Euismod tationullamcorper dignissim ad facilisis molestie dolore. Dolore vero sit wisi facilisis aliquip enim et luptatumzzril. Feugait te et exerci illum euismod elitsed minim laoreet enim. Ea duis facilisis suscipit consectetuer. ".
+
+<urn:uuid:614431142> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18021405349>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-13T15:50:32";
+	nmo:receivedDate "2009-01-12T15:16:38";
+	nmo:plainTextMessageContent "Facilisis blandit dignissim ad dolor suscipit quis illum duis. Feugait accumsan velit dolore blandit et lorem consequatvel te etaccumsan duis. Volutpat dolore duis autem vero in in diam facilisis. Blandit aliquip hendrerit nisl feugait at zzril. Nonummy tation ex nisl et elitsed ex luptatumzzril molestie vel illum. Odio esse blandit vero nonummy invulputate minim commodo nisl nostrud. ".
+
+<urn:uuid:1022690107> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18021405349>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-23T16:01:41";
+	nmo:receivedDate "2008-08-21T15:13:54";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Odio ad in illum adipiscing ut. Dolore iriuredolor iriure ut at. Zzril adipiscing commodo dignissim suscipit eu lobortis lorem praesent accumsan. Feugiat consequat illum nostrud veniam laoreet luptatumzzril. Tation dolor eum nulla nulla velit ut. Suscipit duis nisl molestie. In te et in te quis at ex tation ad. ".
+
+<urn:uuid:1777045174> a nco:PersonContact; 
+	nco:fullname "Cathrine Bollinger";
+	nco:nameGiven "Cathrine";
+	nco:nameFamily "Bollinger";
+	nco:birthDate "1942-03-15";
+	nco:hasAffiliation "Lead Production";
+	nco:hasEmailAddress <mailto:cathrine bollinger exut gov>;
+	nco:hasPhoneNumber <tel:+18021405349>;
+	nco:hasIMAccount <xmpp:cathrine bollinger gmail com>;
+	nco:hasPostalAddress <urn:uuid:916326944>.
+
+<urn:uuid:927442144> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08720" ;
+	nco:locality "Allenwood" ;
+	nco:streetAddress "8742 Winding Creek Way" .
+
+<mailto:joaquin seymour feugaitesse com> a nco:EmailAddress; 
+	nco:emailAddress "joaquin seymour feugaitesse com".
+
+<xmpp:joaquin seymour gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Joaquin Seymour" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Aliquip nisl duis autem facilisi zzril ea. " ;
+	nco:imID "joaquin seymour gmail com".
+
+<urn:uuid:1300206462> a nco:PersonContact; 
+	nco:fullname "Joaquin Seymour";
+	nco:nameGiven "Joaquin";
+	nco:nameFamily "Seymour";
+	nco:birthDate "1942-08-27";
+	nco:hasAffiliation "Computer Programmer 1";
+	nco:hasEmailAddress <mailto:joaquin seymour feugaitesse com>;
+	nco:hasIMAccount <xmpp:joaquin seymour gmail com>;
+	nco:hasPostalAddress <urn:uuid:927442144>.
+
+<urn:uuid:2062209467> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1300206462>;
+	nmo:sentDate "2009-01-18T15:55:09";
+	nmo:receivedDate "2009-01-18T15:55:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joaquin seymour feugaitesse com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ad lorem nislut iusto illum aliquip molestie exerci luptatumzzril aliquip euismod molestie qui. ";
+	nmo:plainTextMessageContent "Quis duis ea ad praesent at duis exerci ad autem dolore hendrerit velit ea. Nulla te feugait minim duis. ".
+
+<urn:uuid:1297059730> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1300206462>;
+	nmo:sentDate "2009-01-01T15:43:05";
+	nmo:receivedDate "2009-01-01T15:43:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joaquin seymour feugaitesse com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:2127063686>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageSubject "Duis accumsan euismod facilisis at ex nulla eufeugiat lorem delenit esse vulputate volutpat esse. ";
+	nmo:plainTextMessageContent "At erat ea euismod. ".
+
+<urn:uuid:211261836> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1300206462>;
+	nmo:sentDate "2008-03-20T15:53:53";
+	nmo:receivedDate "2008-03-20T15:54:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joaquin seymour feugaitesse com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:974101963>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dion stott aliquipmolestie org"];
+	nmo:bcc <urn:uuid:1140837545>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "karon glenn enimluptatumzzril edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Duis nulla et etaccumsan iustoodio. ";
+	nmo:plainTextMessageContent "Minim iriuredolor quis elitsed ad ex exerci luptatumzzril feugait autem nibh iriure esse consectetuer. ".
+
+<urn:uuid:76156453> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1300206462>;
+	nmo:sentDate "2008-08-13T16:02:50";
+	nmo:receivedDate "2008-08-13T16:03:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joaquin seymour feugaitesse com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Praesent lobortis velit illum ex autem. ";
+	nmo:plainTextMessageContent "Exerci autem diam facilisis. Eum vero doloremagna etaccumsan ad. ".
+
+<urn:uuid:691362850> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1300206462>;
+	nmo:sentDate "2008-03-17T15:15:44";
+	nmo:receivedDate "2008-03-17T15:16:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joaquin seymour feugaitesse com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Exerci suscipit facilisi facilisis ullamcorper nulla enim luptatum at delenit autem ullamcorper laoreet quis. ";
+	nmo:plainTextMessageContent "Facilisis ipsum commodoconsequat nislut autem dolore in elitsed aliquip velit. ".
+
+<urn:uuid:1775211098> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1300206462>;
+	nmo:sentDate "2008-03-15T15:18:08";
+	nmo:receivedDate "2008-03-15T15:18:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joaquin seymour feugaitesse com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1293629604>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "cswafford wisieros info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Dolor in hendrerit nulla. ";
+	nmo:plainTextMessageContent "Dolore aliquip facilisi nostrud ex ut nostrud volutpat feugiat velit in lorem luptatum consequat. Facilisis laoreet tincidunt nislut facilisi aliquam te consequatvel eum ullamcorper ut. ".
+
+<urn:uuid:812452701> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1300206462>;
+	nmo:sentDate "2009-01-28T15:14:00";
+	nmo:receivedDate "2009-01-28T15:14:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joaquin seymour feugaitesse com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Velit delenit feugait vulputate ex elitsed tation nibh vel luptatum autem in ut. ";
+	nmo:plainTextMessageContent "Sit duis praesent luptatumzzril. Illum erat commodo vel. ".
+
+<urn:uuid:1835149447> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1300206462>;
+	nmo:sentDate "2008-05-18T16:07:09";
+	nmo:receivedDate "2008-05-18T16:07:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joaquin seymour feugaitesse com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Illum diam ex feugait eufeugiat delenit erat. ";
+	nmo:plainTextMessageContent "In nulla facilisis veniam nibh nostrud. Feugiat erat hendrerit iustoodio aliquam. ".
+
+<urn:uuid:1883904494> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1300206462>;
+	nmo:sentDate "2009-01-28T15:23:09";
+	nmo:receivedDate "2009-01-28T15:23:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joaquin seymour feugaitesse com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1043241244>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "marcelino tracy doloremagnaex tv"];
+	nmo:bcc <urn:uuid:1227777614>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ttobin feugaitad edu"];
+	nmo:messageSubject "Exerci adipiscing hendrerit tation delenitaugue zzril duis adipiscing. ";
+	nmo:plainTextMessageContent "Ut ad nulla in ad eu zzril vel et wisi. Vel molestie elitsed ea aliquip volutpat dignissim. ".
+
+<urn:uuid:500128217> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1300206462>;
+	nmo:sentDate "2008-08-03T15:17:28";
+	nmo:receivedDate "2008-08-03T15:17:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joaquin seymour feugaitesse com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Hendrerit exerci iustoodio minim in et minim exerci molestie autem minim hendrerit nulla. ";
+	nmo:plainTextMessageContent "Iusto odio zzril nostrud lobortis nulla aliquip hendrerit. Consequat amet dolore nisl te facilisi. ".
+
+<urn:uuid:1419667084> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1300206462>;
+	nmo:sentDate "2008-12-04T15:23:07";
+	nmo:receivedDate "2008-12-04T15:23:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joaquin seymour feugaitesse com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eros te vero qui accumsan ut eros zzril. ";
+	nmo:plainTextMessageContent "Facilisis minim feugait et nostrud molestie laoreet dolore molestie veniam duis. ".
+
+<urn:uuid:1466292446> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1300206462>;
+	nmo:sentDate "2008-11-10T16:00:24";
+	nmo:receivedDate "2008-11-10T16:01:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joaquin seymour feugaitesse com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:125519721>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "latonia overby consequatpraesent net"];
+	nmo:messageSubject "Et lobortis vel delenitaugue ut consequat adipiscing in iriuredolor accumsan dolore zzril. ";
+	nmo:plainTextMessageContent "Qui consectetuer enim duis Utwisi feugiat delenit molestie hendrerit. ".
+
+<urn:uuid:526250786> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1300206462>;
+	nmo:sentDate "2008-01-26T15:31:28";
+	nmo:receivedDate "2008-01-26T15:32:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joaquin seymour feugaitesse com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1785226702>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gulrich eumduis info"];
+	nmo:bcc <urn:uuid:374704102>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rolf spain delenitnostrud org"];
+	nmo:messageSubject "Diam laoreet molestie in et quis vulputate eros diam. ";
+	nmo:plainTextMessageContent "Dolore te vulputate facilisis amet nulla at et hendrerit aliquip lobortis esse ad. ".
+
+<urn:uuid:1716613217> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1300206462>;
+	nmo:sentDate "2008-06-09T15:11:38";
+	nmo:receivedDate "2008-06-09T15:12:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joaquin seymour feugaitesse com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Qui in adipiscing te. ";
+	nmo:plainTextMessageContent "Consequatvel iusto nisl euismod in vel sit luptatum luptatum eum dolor consequat. ".
+
+<urn:uuid:646820163> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1300206462>;
+	nmo:sentDate "2008-06-10T15:45:45";
+	nmo:receivedDate "2008-06-10T15:46:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joaquin seymour feugaitesse com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:696304952>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rlyle duisconsectetuer info"];
+	nmo:messageSubject "Sit qui veniamquis dolore illum te nulla nostrud tationullamcorper nonummy feugait duis lobortis ad. ";
+	nmo:plainTextMessageContent "Suscipit vel iriure qui et volutpat nostrud duis commodo molestie enim suscipit nisl. Lobortis commodoconsequat velit molestie suscipit. ".
+
+<urn:uuid:771950871> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1300206462>;
+	nmo:sentDate "2008-06-20T15:23:03";
+	nmo:receivedDate "2008-06-20T15:23:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joaquin seymour feugaitesse com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Hendrerit nibh luptatum ex laoreet. ";
+	nmo:plainTextMessageContent "Nibh duis eum aliquam et iustoodio facilisi velit suscipit diam. ".
+
+<urn:uuid:1073313494> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1300206462>;
+	nmo:sentDate "2008-10-02T16:00:52";
+	nmo:receivedDate "2008-10-02T16:01:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joaquin seymour feugaitesse com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1324343852>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "buddy schell duiswisi net"];
+	nmo:messageSubject "Consequat duis ex at wisi nostrud in commodo. ";
+	nmo:plainTextMessageContent "Iustoodio aliquip vero facilisis sit vero illum elitsed. ".
+
+<urn:uuid:1419172138> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1300206462>;
+	nmo:sentDate "2008-10-05T16:11:29";
+	nmo:receivedDate "2008-10-05T16:11:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joaquin seymour feugaitesse com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Aliquam iusto doloremagna duis amet dolor hendrerit enim et euismod dolor blandit lobortis. ";
+	nmo:plainTextMessageContent "Quis consectetuer autem dignissim te nibh minim luptatum at duis nulla. ".
+
+<urn:uuid:1101724589> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1300206462>;
+	nmo:sentDate "2008-05-31T16:10:30";
+	nmo:receivedDate "2008-05-31T16:10:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joaquin seymour feugaitesse com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisi euismod eum suscipit eum delenit eum et vulputate at. ";
+	nmo:plainTextMessageContent "Nulla odio facilisis dolore. Minim ea iusto duis at aliquip ex. ".
+
+<urn:uuid:371820286> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1300206462>;
+	nmo:sentDate "2008-09-15T16:04:17";
+	nmo:receivedDate "2008-09-15T16:05:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joaquin seymour feugaitesse com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1152862564>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "wmorrison luptatumdolore com"];
+	nmo:messageSubject "Exerci nulla tincidunt adipiscing sit luptatum enim eum ea vero dolore iriure invulputate et. ";
+	nmo:plainTextMessageContent "Odio esse ipsum ad qui dolore iriuredolor qui. ".
+
+<urn:uuid:873095701> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1300206462>;
+	nmo:sentDate "2008-02-08T15:14:47";
+	nmo:receivedDate "2008-02-08T15:14:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joaquin seymour feugaitesse com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1302391139>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kgrant iustoodioluptatum org"];
+	nmo:bcc <urn:uuid:73553926>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "vcausey erosduis com"];
+	nmo:messageSubject "In et exerci nulla elitsed at feugait autem vel. ";
+	nmo:plainTextMessageContent "Veniam ex ad commodo autem euismod nonummy facilisi exerci ad. Eros duis molestie volutpat erat molestie dolore ex et duis erat. ".
+
+<urn:uuid:1459889148> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1300206462>;
+	nmo:sentDate "2008-03-01T15:38:39";
+	nmo:receivedDate "2008-03-01T15:39:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joaquin seymour feugaitesse com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2101703494>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "glen rider nibhpraesent us"];
+	nmo:messageSubject "Dolore nislut eum dolore autem. ";
+	nmo:plainTextMessageContent "Ut iriure elitsed sit erat erat. Nulla et esse velit autem lorem nonummy at vulputate odio tation tincidunt. ".
+
+<urn:uuid:693251859> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1300206462>;
+	nmo:sentDate "2008-02-19T15:52:26";
+	nmo:receivedDate "2008-02-19T15:52:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joaquin seymour feugaitesse com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:644136477>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "itoscano lobortisad org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Feugait sit ex in feugait iriuredolor iriuredolor ea. ";
+	nmo:plainTextMessageContent "Ut augue iriuredolor amet facilisi ad. Luptatum lobortis commodo lobortis et. ".
+
+<urn:uuid:329741367> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05774" ;
+	nco:locality "Wells" ;
+	nco:streetAddress "9292 Cattail Trail" .
+
+<mailto:waugust atfeugiat us> a nco:EmailAddress; 
+	nco:emailAddress "waugust atfeugiat us".
+
+<urn:uuid:923252158> a nco:PersonContact; 
+	nco:fullname "Walter August";
+	nco:nameGiven "Walter";
+	nco:nameFamily "August";
+	nco:birthDate "1942-11-25";
+	nco:hasAffiliation "Engineering Technician Mechanical";
+	nco:hasEmailAddress <mailto:waugust atfeugiat us>;
+	nco:hasPostalAddress <urn:uuid:329741367>.
+
+<urn:uuid:1452339067> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07081" ;
+	nco:locality "Springfield" ;
+	nco:streetAddress "9300 Park Street" .
+
+<mailto:derrick stclair invulputatevel us> a nco:EmailAddress; 
+	nco:emailAddress "derrick stclair invulputatevel us".
+
+<urn:uuid:1319175744> a nco:PersonContact; 
+	nco:fullname "Derrick Stclair";
+	nco:nameGiven "Derrick";
+	nco:nameFamily "Stclair";
+	nco:birthDate "1942-06-30";
+	nco:hasAffiliation "Deliverer";
+	nco:hasEmailAddress <mailto:derrick stclair invulputatevel us>;
+	nco:hasPostalAddress <urn:uuid:1452339067>.
+
+<urn:uuid:1272556251> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1319175744>;
+	nmo:sentDate "2008-04-26T15:56:11";
+	nmo:receivedDate "2008-04-26T15:56:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "derrick stclair invulputatevel us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisis dolore consectetuer nulla facilisis autem consequat qui iusto nibh velit nulla Utwisi. ";
+	nmo:plainTextMessageContent "Feugiat lorem lobortis illum tationullamcorper nisl invulputate at. Erat molestie adipiscing dolore. ".
+
+<urn:uuid:13418501> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1319175744>;
+	nmo:sentDate "2008-10-16T15:56:52";
+	nmo:receivedDate "2008-10-16T15:57:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "derrick stclair invulputatevel us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nibh qui qui ullamcorper praesent sit et eum nostrud iriuredolor in molestie vero ut. ";
+	nmo:plainTextMessageContent "Wisi commodo et suscipit iustoodio consequatvel commodoconsequat praesent dolor adipiscing ea iusto praesent lorem. Veniamquis vel nislut praesent hendrerit delenitaugue dolore tincidunt ex illum hendrerit consequat odio. ".
+
+<urn:uuid:674893144> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1319175744>;
+	nmo:sentDate "2008-07-20T15:50:43";
+	nmo:receivedDate "2008-07-20T15:51:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "derrick stclair invulputatevel us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1500299499>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "hiram pearce nibhnulla us"];
+	nmo:messageSubject "Dolore esse velit euismod feugiat dolore. ";
+	nmo:plainTextMessageContent "Vero eros dolor consequat nibh ex consequatvel duis tationullamcorper adipiscing. ".
+
+<urn:uuid:61932550> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1319175744>;
+	nmo:sentDate "2008-02-04T15:29:11";
+	nmo:receivedDate "2008-02-04T15:29:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "derrick stclair invulputatevel us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eum facilisi eum quis in eros Utwisi. ";
+	nmo:plainTextMessageContent "Eum autem nulla dolor ad eufeugiat. ".
+
+<urn:uuid:338987460> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1319175744>;
+	nmo:sentDate "2008-05-30T15:35:08";
+	nmo:receivedDate "2008-05-30T15:35:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "derrick stclair invulputatevel us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1873894462>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "federico huntley infacilisi gov"];
+	nmo:messageSubject "Nisl dolore blandit eum dolore nislut suscipit elitsed duis ipsum quis. ";
+	nmo:plainTextMessageContent "Duis consectetuer luptatum autem autem wisi nisl enim dignissim. Blandit aliquam vero delenitaugue praesent dignissim illum dolore invulputate molestie et vulputate. ".
+
+<urn:uuid:1486099067> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1319175744>;
+	nmo:sentDate "2008-06-01T15:58:58";
+	nmo:receivedDate "2008-06-01T15:59:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "derrick stclair invulputatevel us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Aliquam laoreet luptatumzzril te eu autem vero ullamcorper exerci exerci. ";
+	nmo:plainTextMessageContent "Ad vel vel ut zzril praesent volutpat ea minim hendrerit ut. Ex ipsum facilisis suscipit facilisi vel veniamquis nostrud nostrud consequatvel. ".
+
+<urn:uuid:2106641071> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1319175744>;
+	nmo:sentDate "2008-02-04T15:42:20";
+	nmo:receivedDate "2008-02-04T15:43:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "derrick stclair invulputatevel us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:442870721>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "isaac clemens odiovelit tv"];
+	nmo:messageSubject "Commodo aliquam eum invulputate nostrud in in. ";
+	nmo:plainTextMessageContent "In facilisis minim dignissim consequatvel praesent iriure etaccumsan blandit. Invulputate vel delenitaugue qui lobortis nostrud et autem nulla eum blandit augue euismod. ".
+
+<urn:uuid:549685842> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1319175744>;
+	nmo:sentDate "2008-10-31T16:05:51";
+	nmo:receivedDate "2008-10-31T16:06:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "derrick stclair invulputatevel us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1942393884>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "gcarlisle molestieiustoodio org"];
+	nmo:messageSubject "Consequat nulla veniam sit. ";
+	nmo:plainTextMessageContent "Eufeugiat ut duis hendrerit qui invulputate consequatvel etaccumsan at. ".
+
+<urn:uuid:314085451> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1319175744>;
+	nmo:sentDate "2008-12-26T15:55:37";
+	nmo:receivedDate "2008-12-26T15:56:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "derrick stclair invulputatevel us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1105413027>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "esturgeon sitquis com"];
+	nmo:messageSubject "Exerci vel erat veniamquis dolore feugait. ";
+	nmo:plainTextMessageContent "Duis commodoconsequat molestie ad nisl. ".
+
+<urn:uuid:929201615> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1319175744>;
+	nmo:sentDate "2009-02-07T16:06:51";
+	nmo:receivedDate "2009-02-07T16:07:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "derrick stclair invulputatevel us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Lobortis invulputate ex nulla nibh Utwisi esse eu. ";
+	nmo:plainTextMessageContent "Aliquip eum luptatumzzril luptatum eu iusto ipsum feugait odio in nostrud diam ex. ".
+
+<urn:uuid:1758925927> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1319175744>;
+	nmo:sentDate "2008-03-20T16:07:23";
+	nmo:receivedDate "2008-03-20T16:07:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "derrick stclair invulputatevel us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "In facilisis enim illum augue nibh erat ut odio nulla zzril. ";
+	nmo:plainTextMessageContent "Et vel odio etaccumsan ut minim nonummy. ".
+
+<urn:uuid:246138347> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06231" ;
+	nco:locality "Amston" ;
+	nco:streetAddress "1433 Tanoak Avenue" .
+
+<mailto:atidwell tationullamcorperiusto info> a nco:EmailAddress; 
+	nco:emailAddress "atidwell tationullamcorperiusto info".
+
+<urn:uuid:576490985> a nco:PersonContact; 
+	nco:fullname "Al Tidwell";
+	nco:nameGiven "Al";
+	nco:nameFamily "Tidwell";
+	nco:birthDate "1942-04-07";
+	nco:hasAffiliation "Medical Industrial Hygienist";
+	nco:hasEmailAddress <mailto:atidwell tationullamcorperiusto info>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:246138347>.
+
+<urn:uuid:536828809> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08340" ;
+	nco:locality "Milmay" ;
+	nco:streetAddress "1367 Old Katy Parkway" .
+
+<mailto:renee haskell utvel info> a nco:EmailAddress; 
+	nco:emailAddress "renee haskell utvel info".
+
+<urn:uuid:690853990> a nco:PersonContact; 
+	nco:fullname "Renee Haskell";
+	nco:nameGiven "Renee";
+	nco:nameFamily "Haskell";
+	nco:birthDate "1943-01-11";
+	nco:hasAffiliation "Account Specialist";
+	nco:hasEmailAddress <mailto:renee haskell utvel info>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:536828809>.
+
+<urn:uuid:368237792> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02060" ;
+	nco:locality "North Scituate" ;
+	nco:streetAddress "3316 Crestwyn Drive" .
+
+<mailto:nmorrison facilisiszzril edu> a nco:EmailAddress; 
+	nco:emailAddress "nmorrison facilisiszzril edu".
+
+<urn:uuid:2129949083> a nco:PersonContact; 
+	nco:fullname "Nick Morrison";
+	nco:nameGiven "Nick";
+	nco:nameFamily "Morrison";
+	nco:birthDate "1942-04-27";
+	nco:hasAffiliation "Industrial Safety Technician";
+	nco:hasEmailAddress <mailto:nmorrison facilisiszzril edu>;
+	nco:hasPostalAddress <urn:uuid:368237792>.
+
+<urn:uuid:431405200> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06081" ;
+	nco:locality "Tariffville" ;
+	nco:streetAddress "4507 Cedar Lake Street" .
+
+<mailto:wkramer delenitconsequat tv> a nco:EmailAddress; 
+	nco:emailAddress "wkramer delenitconsequat tv".
+
+<urn:uuid:1566492609> a nco:PersonContact; 
+	nco:fullname "Winfred Kramer";
+	nco:nameGiven "Winfred";
+	nco:nameFamily "Kramer";
+	nco:birthDate "1943-01-02";
+	nco:hasAffiliation "Cement Mason";
+	nco:hasEmailAddress <mailto:wkramer delenitconsequat tv>;
+	nco:hasPostalAddress <urn:uuid:431405200>.
+
+<urn:uuid:276867953> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14112" ;
+	nco:locality "North Evans" ;
+	nco:streetAddress "7 Boutwell Way" .
+
+<mailto:joshua fawcett etaccumsanquis info> a nco:EmailAddress; 
+	nco:emailAddress "joshua fawcett etaccumsanquis info".
+
+<xmpp:joshua fawcett gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Joshua Fawcett" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Volutpat autem veniamquis vero suscipit invulputate blandit tationullamcorper adipiscing eros consequatvel illum. " ;
+	nco:imID "joshua fawcett gmail com".
+
+<tel:+16318362123> a nco:PhoneNumber; 
+	nco:phoneNumber "(631)836-2123".
+
+<urn:uuid:1051205098> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16318362123>]; 
+	nmo:duration 12; 
+	nmo:sentDate "2008-12-08T15:25:50". 
+
+<urn:uuid:515847782> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16318362123>]; 
+	nmo:duration 43; 
+	nmo:receivedDate "2008-10-09T15:52:58". 
+
+<urn:uuid:245618277> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16318362123>]; 
+	nmo:duration 48; 
+	nmo:receivedDate "2008-07-23T15:23:13". 
+
+<urn:uuid:571773622> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16318362123>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-01T15:48:18";
+	nmo:receivedDate "2009-01-22T15:40:55";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Consequat etaccumsan ut ea eros euismod illum consequat tationullamcorper. Nulla accumsan et in adipiscing eum delenitaugue nostrud te autem esse exerci. Lorem euismod illum nulla iustoodio minim dignissim ea nulla aliquip etaccumsan. Blandit ut commodo suscipit ut autem consectetuer blandit vulputate hendrerit. Iusto duis aliquam eum te minim dolore ex lorem aliquip vel Utwisi eufeugiat. ".
+
+<urn:uuid:1102868740> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16318362123>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-07T15:46:44";
+	nmo:receivedDate "2008-11-26T16:02:42";
+	nmo:plainTextMessageContent "Vel vero tation nostrud molestie qui laoreet zzril augue delenitaugue. Aliquam in illum eufeugiat invulputate molestie dolor. Nisl facilisis euismod dolore nostrud illum eum euismod tation vel. Vero illum nulla luptatumzzril nulla feugiat nibh delenit duis blandit exerci nulla ullamcorper commodoconsequat. ".
+
+<urn:uuid:1542933624> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16318362123>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-14T15:14:18";
+	nmo:receivedDate "2008-06-04T15:28:08";
+	nmo:plainTextMessageContent "Ipsum te eufeugiat invulputate eum erat. Et ad hendrerit laoreet exerci dignissim autem minim lobortis lorem suscipit. Utwisi vero invulputate dolore zzril suscipit te suscipit consectetuer dolor. Eufeugiat ea ad velit qui invulputate nonummy duis exerci vel enim et. Ex tincidunt nostrud esse zzril facilisis illum vel volutpat ea. ".
+
+<urn:uuid:743310064> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16318362123>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-14T15:41:50";
+	nmo:receivedDate "2008-02-24T15:43:19";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Duis illum odio dignissim ut doloremagna enim vel vel. Vero ut aliquam facilisis ea veniam wisi euismod vulputate. Autem duis hendrerit praesent. Duis duis hendrerit ea vero quis in. Dignissim praesent suscipit esse velit te velit. Iriure delenitaugue dolore aliquip suscipit hendrerit nisl te duis iriure eum feugiat esse. ".
+
+<urn:uuid:1575495835> a nco:PersonContact; 
+	nco:fullname "Joshua Fawcett";
+	nco:nameGiven "Joshua";
+	nco:nameFamily "Fawcett";
+	nco:birthDate "1942-04-09";
+	nco:hasAffiliation "Forecaster Weather";
+	nco:hasEmailAddress <mailto:joshua fawcett etaccumsanquis info>;
+	nco:hasPhoneNumber <tel:+16318362123>;
+	nco:hasIMAccount <xmpp:joshua fawcett gmail com>;
+	nco:hasPostalAddress <urn:uuid:276867953>.
+
+<urn:uuid:1747070778> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1575495835>;
+	nmo:sentDate "2008-04-14T15:17:57";
+	nmo:receivedDate "2008-04-14T15:18:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joshua fawcett etaccumsanquis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iriure vel invulputate feugait sit in amet facilisi velit in nulla feugiat dolor exerci. ";
+	nmo:plainTextMessageContent "Veniam ea vel molestie suscipit nibh feugait sit sit. Et consequat nulla te vel dolore iriuredolor vero ad blandit vero duis velit ut. ".
+
+<urn:uuid:540118851> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1575495835>;
+	nmo:sentDate "2008-01-29T16:03:17";
+	nmo:receivedDate "2008-01-29T16:03:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joshua fawcett etaccumsanquis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dignissim exerci minim vel iriuredolor consectetuer eum minim diam quis minim. ";
+	nmo:plainTextMessageContent "Feugiat exerci illum euismod nulla lorem in euismod praesent duis dolore dolore. ".
+
+<urn:uuid:1497610577> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1575495835>;
+	nmo:sentDate "2008-03-12T15:57:07";
+	nmo:receivedDate "2008-03-12T15:57:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joshua fawcett etaccumsanquis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1110307194>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "twila spear doloreeum tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Enim tation blandit aliquip autem qui ea qui ad vel illum laoreet. ";
+	nmo:plainTextMessageContent "Doloremagna feugait facilisis nostrud qui velit veniam duis vel eros ad ut iriure. ".
+
+<urn:uuid:245606592> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1575495835>;
+	nmo:sentDate "2008-05-08T15:51:06";
+	nmo:receivedDate "2008-05-08T15:51:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joshua fawcett etaccumsanquis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1580041564>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cstephen laoreetUtwisi info"];
+	nmo:messageSubject "Odio velit lorem consectetuer odio minim elitsed laoreet. ";
+	nmo:plainTextMessageContent "Feugiat suscipit ut molestie ad eum dolore euismod enim ullamcorper eros. Lorem commodoconsequat dignissim aliquip dolore iriuredolor ea in ex. ".
+
+<urn:uuid:1524748531> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1575495835>;
+	nmo:sentDate "2008-11-06T16:08:57";
+	nmo:receivedDate "2008-11-06T16:09:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joshua fawcett etaccumsanquis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iustoodio ut hendrerit duis delenit vel iusto. ";
+	nmo:plainTextMessageContent "Et consequat feugait te feugiat dolor iustoodio lorem velit facilisis in ipsum te illum. ".
+
+<urn:uuid:1342820984> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1575495835>;
+	nmo:sentDate "2008-12-31T15:12:25";
+	nmo:receivedDate "2008-12-31T15:13:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joshua fawcett etaccumsanquis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2132929195>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "phuntley lobortiset gov"];
+	nmo:bcc <urn:uuid:1571927074>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ldesjardins adipiscingtation us"];
+	nmo:messageSubject "Commodoconsequat consequat nibh exerci lobortis vulputate tationullamcorper dolore te. ";
+	nmo:plainTextMessageContent "Utwisi enim feugait ipsum. Ut commodo commodoconsequat consequat. ".
+
+<urn:uuid:663450210> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1575495835>;
+	nmo:sentDate "2008-10-30T15:17:55";
+	nmo:receivedDate "2008-10-30T15:18:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joshua fawcett etaccumsanquis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1540962627>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "christoper carlin enimduis edu"];
+	nmo:messageSubject "Volutpat dignissim iusto dolore at vulputate eum. ";
+	nmo:plainTextMessageContent "Vulputate qui facilisis dolore nislut qui etaccumsan vel lobortis dolore esse. Commodo dignissim in vel lorem at consequat ad in lobortis illum. ".
+
+<urn:uuid:1338417642> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1575495835>;
+	nmo:sentDate "2008-09-19T15:54:17";
+	nmo:receivedDate "2008-09-19T15:54:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joshua fawcett etaccumsanquis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1318691719>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tfincher duissuscipit info"];
+	nmo:messageSubject "Euismod eros nislut dolor facilisis nonummy blandit autem dolore laoreet illum luptatumzzril. ";
+	nmo:plainTextMessageContent "Ut nislut invulputate enim suscipit esse at. Consectetuer ea exerci nulla nislut euismod iustoodio dolore commodoconsequat. ".
+
+<urn:uuid:722851648> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1575495835>;
+	nmo:sentDate "2008-06-18T15:54:25";
+	nmo:receivedDate "2008-06-18T15:54:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joshua fawcett etaccumsanquis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1266645561>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "allan herrera duisnislut org"];
+	nmo:bcc <urn:uuid:451745695>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "jhammons augueexerci edu"];
+	nmo:messageSubject "Diam dignissim ad qui eum ad duis facilisi facilisi. ";
+	nmo:plainTextMessageContent "Autem vel luptatum erat. At at tationullamcorper elitsed elitsed molestie eum exerci facilisis. ".
+
+<urn:uuid:2142192705> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1575495835>;
+	nmo:sentDate "2008-05-08T15:22:55";
+	nmo:receivedDate "2008-05-08T15:23:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joshua fawcett etaccumsanquis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Velit duis consequatvel aliquip duis duis et iustoodio ea velit nonummy. ";
+	nmo:plainTextMessageContent "Lobortis eros suscipit qui consequat enim. Te vel dignissim volutpat. ".
+
+<urn:uuid:1831207418> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1575495835>;
+	nmo:sentDate "2008-11-21T16:06:21";
+	nmo:receivedDate "2008-11-21T16:06:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "joshua fawcett etaccumsanquis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:589353724>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "sherri zimmer praesentnislut tv"];
+	nmo:messageSubject "Iriure exerci ad nostrud illum velit zzril hendrerit ut velit augue vero at. ";
+	nmo:plainTextMessageContent "Volutpat vulputate feugiat minim. Adipiscing duis nostrud etaccumsan in tation consequatvel dolor iusto. ".
+
+<urn:uuid:889445216> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13420" ;
+	nco:locality "Old Forge" ;
+	nco:streetAddress "633 Settlers Parkway" .
+
+<mailto:vada cate quisodio tv> a nco:EmailAddress; 
+	nco:emailAddress "vada cate quisodio tv".
+
+<xmpp:vada cate gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Vada Cate" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Consequat luptatum nostrud dolore quis iriure ad etaccumsan. " ;
+	nco:imID "vada cate gmail com".
+
+<urn:uuid:1177226858> a nco:PersonContact; 
+	nco:fullname "Vada Cate";
+	nco:nameGiven "Vada";
+	nco:nameFamily "Cate";
+	nco:birthDate "1943-02-01";
+	nco:hasAffiliation "Hand Sewer";
+	nco:hasEmailAddress <mailto:vada cate quisodio tv>;
+	nco:hasIMAccount <xmpp:vada cate gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:889445216>.
+
+<urn:uuid:1836129457> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1177226858>;
+	nmo:sentDate "2008-10-03T15:39:29";
+	nmo:receivedDate "2008-10-03T15:39:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vada cate quisodio tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eum facilisis at facilisis duis praesent ut enim. ";
+	nmo:plainTextMessageContent "Suscipit ullamcorper iriure duis ad. ".
+
+<urn:uuid:617891169> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1177226858>;
+	nmo:sentDate "2008-01-27T15:25:43";
+	nmo:receivedDate "2008-01-27T15:26:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vada cate quisodio tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Dignissim aliquam suscipit augue iriuredolor illum laoreet. ";
+	nmo:plainTextMessageContent "Utwisi dolore veniamquis dolore suscipit ex vero lorem suscipit. ".
+
+<urn:uuid:914870691> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1177226858>;
+	nmo:sentDate "2008-08-09T15:37:33";
+	nmo:receivedDate "2008-08-09T15:37:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vada cate quisodio tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1128418759>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "emoriarty autemfeugiat net"];
+	nmo:messageSubject "At adipiscing in eufeugiat ea tincidunt in euismod consequat in vel nulla. ";
+	nmo:plainTextMessageContent "Consequatvel vel consectetuer facilisis in at in. Sit velit ipsum amet diam tationullamcorper. ".
+
+<urn:uuid:746290333> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04675" ;
+	nco:locality "Seal Harbor" ;
+	nco:streetAddress "2533 Creekside Cove" .
+
+<mailto:nelson wolf minimat com> a nco:EmailAddress; 
+	nco:emailAddress "nelson wolf minimat com".
+
+<urn:uuid:849212061> a nco:PersonContact; 
+	nco:fullname "Nelson Wolf";
+	nco:nameGiven "Nelson";
+	nco:nameFamily "Wolf";
+	nco:birthDate "1942-04-27";
+	nco:hasAffiliation "Power Tool Repairer";
+	nco:hasEmailAddress <mailto:nelson wolf minimat com>;
+	nco:hasPostalAddress <urn:uuid:746290333>.
+
+<urn:uuid:247118033> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01060" ;
+	nco:locality "Northampton" ;
+	nco:streetAddress "542 Chadbourne Circle" .
+
+<mailto:brittany dickson inmolestie us> a nco:EmailAddress; 
+	nco:emailAddress "brittany dickson inmolestie us".
+
+<urn:uuid:569939707> a nco:PersonContact; 
+	nco:fullname "Brittany Dickson";
+	nco:nameGiven "Brittany";
+	nco:nameFamily "Dickson";
+	nco:birthDate "1942-12-28";
+	nco:hasAffiliation "Mechanic Prop Aircraft";
+	nco:hasEmailAddress <mailto:brittany dickson inmolestie us>;
+	nco:hasPostalAddress <urn:uuid:247118033>.
+
+<urn:uuid:437353945> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13157" ;
+	nco:locality "Sylvan Beach" ;
+	nco:streetAddress "762 Eben Drive" .
+
+<mailto:afogarty atUtwisi info> a nco:EmailAddress; 
+	nco:emailAddress "afogarty atUtwisi info".
+
+<urn:uuid:349206435> a nco:PersonContact; 
+	nco:fullname "Alex Fogarty";
+	nco:nameGiven "Alex";
+	nco:nameFamily "Fogarty";
+	nco:birthDate "1943-01-31";
+	nco:hasAffiliation "Manager Long-Range Planning";
+	nco:hasEmailAddress <mailto:afogarty atUtwisi info>;
+	nco:hasPostalAddress <urn:uuid:437353945>.
+
+<urn:uuid:1339604568> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06401" ;
+	nco:locality "Ansonia" ;
+	nco:streetAddress "6423 Staples Drive" .
+
+<mailto:scaudill nislutdolore edu> a nco:EmailAddress; 
+	nco:emailAddress "scaudill nislutdolore edu".
+
+<urn:uuid:1898069481> a nco:PersonContact; 
+	nco:fullname "Sherwood Caudill";
+	nco:nameGiven "Sherwood";
+	nco:nameFamily "Caudill";
+	nco:birthDate "1942-05-04";
+	nco:hasAffiliation "Medical Physicist";
+	nco:hasEmailAddress <mailto:scaudill nislutdolore edu>;
+	nco:hasPostalAddress <urn:uuid:1339604568>.
+
+<urn:uuid:1366349173> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1898069481>;
+	nmo:sentDate "2008-11-30T16:10:25";
+	nmo:receivedDate "2008-11-30T16:11:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scaudill nislutdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:630500450>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "marisela noyes vulputatetation eu"];
+	nmo:messageSubject "Duis velit diam ad dolor etaccumsan feugait illum dignissim consectetuer ex amet eum. ";
+	nmo:plainTextMessageContent "Hendrerit ea commodo ut te ut in. Ea qui duis elitsed eros illum hendrerit iusto erat consequat. ".
+
+<urn:uuid:1022397451> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1898069481>;
+	nmo:sentDate "2008-01-30T15:22:10";
+	nmo:receivedDate "2008-01-30T15:22:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scaudill nislutdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1921353261>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "connie metzger utdolore edu"];
+	nmo:messageSubject "Elitsed dolore nulla facilisi esse te duis lobortis blandit. ";
+	nmo:plainTextMessageContent "Autem ex veniam molestie iusto odio dolore ex delenit et ipsum nulla delenit. ".
+
+<urn:uuid:377730408> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1898069481>;
+	nmo:sentDate "2009-02-06T15:18:13";
+	nmo:receivedDate "2009-02-06T15:18:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scaudill nislutdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1516976556>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ccortez veniamzzril info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Nostrud vel iustoodio quis duis eum in. ";
+	nmo:plainTextMessageContent "Commodo minim ut blandit et dolore hendrerit wisi accumsan nibh ut eros amet esse. ".
+
+<urn:uuid:725744757> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1898069481>;
+	nmo:sentDate "2008-12-25T15:40:01";
+	nmo:receivedDate "2008-12-25T15:40:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scaudill nislutdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1301477625>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gino durbin iustoexerci edu"];
+	nmo:messageSubject "Minim commodo feugait et sit etaccumsan duis vel tincidunt suscipit minim. ";
+	nmo:plainTextMessageContent "Aliquam vero eum consequat dolore ex veniam in euismod dignissim invulputate. ".
+
+<urn:uuid:676660572> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1898069481>;
+	nmo:sentDate "2008-09-11T15:43:00";
+	nmo:receivedDate "2008-09-11T15:43:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scaudill nislutdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1657622084>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "wbeard dignissimenim us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Consequat tationullamcorper consequat exerci luptatum dolor molestie enim enim dolore. ";
+	nmo:plainTextMessageContent "Vel molestie et facilisis at dolore. ".
+
+<urn:uuid:707018354> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1898069481>;
+	nmo:sentDate "2008-01-16T16:01:52";
+	nmo:receivedDate "2008-01-16T16:01:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scaudill nislutdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ipsum lorem sit illum eros euismod enim. ";
+	nmo:plainTextMessageContent "Nislut lorem laoreet blandit luptatum invulputate consequat. ".
+
+<urn:uuid:355680947> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1898069481>;
+	nmo:sentDate "2008-06-12T15:12:17";
+	nmo:receivedDate "2008-06-12T15:12:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scaudill nislutdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Qui iustoodio eros et autem illum in autem duis enim facilisis duis dolor. ";
+	nmo:plainTextMessageContent "Volutpat molestie delenitaugue hendrerit feugiat dignissim sit minim euismod. ".
+
+<urn:uuid:1311510841> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1898069481>;
+	nmo:sentDate "2008-08-15T15:38:17";
+	nmo:receivedDate "2008-08-15T15:38:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scaudill nislutdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:631544916>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rabbott facilisiet net"];
+	nmo:messageSubject "Facilisis enim aliquam minim vero esse. ";
+	nmo:plainTextMessageContent "Suscipit amet tincidunt enim at tation nonummy eu vel consequat dolore. Autem aliquip ut vero eum aliquip dolor luptatumzzril et. ".
+
+<urn:uuid:1693219520> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1898069481>;
+	nmo:sentDate "2009-01-14T15:51:25";
+	nmo:receivedDate "2009-01-14T15:51:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scaudill nislutdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Feugiat ea dolor nulla eu ex. ";
+	nmo:plainTextMessageContent "Qui Utwisi iustoodio nislut et iusto. ".
+
+<urn:uuid:715072462> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1898069481>;
+	nmo:sentDate "2008-07-10T15:18:24";
+	nmo:receivedDate "2008-07-10T15:18:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scaudill nislutdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1544166072>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "david pickett velut org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Et wisi velit illum iriure dolore hendrerit nonummy. ";
+	nmo:plainTextMessageContent "Ut ea duis vero euismod ullamcorper illum exerci at dolor nulla qui facilisis. ".
+
+<urn:uuid:56227509> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1898069481>;
+	nmo:sentDate "2008-10-30T15:44:36";
+	nmo:receivedDate "2008-10-30T15:45:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scaudill nislutdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vel dolor praesent iustoodio quis eros minim tincidunt molestie doloremagna. ";
+	nmo:plainTextMessageContent "Nulla molestie illum vulputate nostrud esse tincidunt te. ".
+
+<urn:uuid:18911706> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1898069481>;
+	nmo:sentDate "2008-08-11T16:05:33";
+	nmo:receivedDate "2008-08-11T16:06:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scaudill nislutdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Nisl erat Utwisi feugait at et facilisis consequat. ";
+	nmo:plainTextMessageContent "Tation iriuredolor vel lorem vero veniam nostrud dolor minim et autem in autem. ".
+
+<urn:uuid:1911191158> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1898069481>;
+	nmo:sentDate "2008-01-23T15:30:52";
+	nmo:receivedDate "2008-01-23T15:31:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scaudill nislutdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1400004387>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "catalina ornelas quisad info"];
+	nmo:messageSubject "Vero eum veniam suscipit tationullamcorper facilisis. ";
+	nmo:plainTextMessageContent "Volutpat dolore esse enim qui et enim duis minim. ".
+
+<urn:uuid:856216018> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1898069481>;
+	nmo:sentDate "2009-02-09T15:51:21";
+	nmo:receivedDate "2009-02-09T15:51:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scaudill nislutdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:276265312>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mmccormick eacommodo us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Enim exerci consequat exerci vero autem aliquip lobortis quis duis lobortis. ";
+	nmo:plainTextMessageContent "Facilisi dolore ut ad dignissim. ".
+
+<urn:uuid:525756667> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1898069481>;
+	nmo:sentDate "2009-01-06T15:22:58";
+	nmo:receivedDate "2009-01-06T15:23:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scaudill nislutdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vero praesent quis vero ut delenitaugue molestie duis et ea suscipit facilisi. ";
+	nmo:plainTextMessageContent "At luptatumzzril nostrud facilisi facilisi ea hendrerit commodo autem. ".
+
+<urn:uuid:1298069515> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1898069481>;
+	nmo:sentDate "2009-02-06T15:59:30";
+	nmo:receivedDate "2009-02-06T15:59:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scaudill nislutdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1748618073>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dhooper nostrudnisl info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Minim facilisi luptatum praesent feugait in elitsed suscipit. ";
+	nmo:plainTextMessageContent "Wisi nisl nonummy ullamcorper praesent iriure vulputate. Dolore praesent etaccumsan adipiscing tincidunt vero ea duis lobortis nibh. ".
+
+<urn:uuid:1427717841> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1898069481>;
+	nmo:sentDate "2008-06-17T16:06:32";
+	nmo:receivedDate "2008-06-17T16:07:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scaudill nislutdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Commodoconsequat eros velit elitsed. ";
+	nmo:plainTextMessageContent "Nibh delenitaugue iustoodio praesent exerci augue eros aliquam eum te consequat. Molestie blandit augue minim elitsed nulla euismod blandit lorem duis lorem. ".
+
+<urn:uuid:156052643> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1898069481>;
+	nmo:sentDate "2008-06-16T15:44:55";
+	nmo:receivedDate "2008-06-16T15:45:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "scaudill nislutdolore edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1301477625>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gino durbin iustoexerci edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Illum laoreet luptatumzzril dignissim molestie ea vel. ";
+	nmo:plainTextMessageContent "Utwisi illum duis ut nislut velit erat enim vero nulla molestie facilisi te. ".
+
+<urn:uuid:1931286457> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12930" ;
+	nco:locality "Dickinson Center" ;
+	nco:streetAddress "2859 Mcdougal Lane" .
+
+<mailto:scrouse utillum eu> a nco:EmailAddress; 
+	nco:emailAddress "scrouse utillum eu".
+
+<tel:+17741831910> a nco:PhoneNumber; 
+	nco:phoneNumber "(774)183-1910".
+
+<urn:uuid:607054286> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17741831910>]; 
+	nmo:duration 29; 
+	nmo:receivedDate "2008-05-10T15:55:23". 
+
+<urn:uuid:1468216045> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17741831910>]; 
+	nmo:duration 12; 
+	nmo:sentDate "2008-07-14T16:03:33". 
+
+<urn:uuid:1176295094> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17741831910>]; 
+	nmo:duration 29; 
+	nmo:receivedDate "2009-02-06T15:30:09". 
+
+<urn:uuid:372910164> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17741831910>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-12T15:38:36";
+	nmo:receivedDate "2008-06-01T15:17:47";
+	nmo:plainTextMessageContent "At nulla ipsum eros eros lobortis. Te vero ea sit eros nislut vero amet. Veniam ullamcorper diam autem aliquam duis et facilisis eum. Tation nibh amet in facilisis zzril. Esse euismod nislut exerci autem sit dolore amet etaccumsan ad autem tationullamcorper veniamquis. Tationullamcorper delenitaugue doloremagna amet ex nislut molestie autem delenit. Te quis exerci et nulla vero ex quis. ".
+
+<urn:uuid:1893085518> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17741831910>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-19T15:45:05";
+	nmo:receivedDate "2008-06-27T15:58:48";
+	nmo:plainTextMessageContent "Dolor suscipit veniam tincidunt consequatvel nisl nulla vero ea. Velit illum dolore feugait velit. Eufeugiat molestie ut volutpat iusto ad zzril euismod adipiscing ex. Eros quis volutpat eum commodoconsequat et eum. Nulla eros laoreet eum autem eufeugiat. Dolor suscipit erat luptatumzzril ut commodoconsequat iriuredolor dolore facilisis diam consequat amet ad dolor. Consequat consectetuer velit aliquip luptatumzzril. ".
+
+<urn:uuid:1558207843> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17741831910>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-03T16:01:34";
+	nmo:receivedDate "2008-03-02T15:40:14";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Iusto feugiat duis sit iriure. Facilisis vel commodoconsequat esse te laoreet enim. Invulputate duis qui exerci ut adipiscing nostrud praesent dignissim te. Luptatum iriuredolor aliquip facilisi odio dolore qui. Luptatum luptatum praesent et esse tation eu ea qui feugait. ".
+
+<urn:uuid:1486200036> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17741831910>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-11T15:15:47";
+	nmo:receivedDate "2008-05-01T15:19:02";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Nibh in euismod dignissim consectetuer enim vero blandit zzril molestie te luptatum ut. Sit nostrud eum luptatum et. Eufeugiat wisi ea illum praesent consectetuer etaccumsan blandit adipiscing. Autem autem nulla nonummy diam tation. Duis dolor duis aliquip in nulla diam ex lobortis exerci. ".
+
+<urn:uuid:636442564> a nco:PersonContact; 
+	nco:fullname "Shelton Crouse";
+	nco:nameGiven "Shelton";
+	nco:nameFamily "Crouse";
+	nco:birthDate "1942-03-29";
+	nco:hasAffiliation "Food Short Order Cook";
+	nco:hasEmailAddress <mailto:scrouse utillum eu>;
+	nco:hasPhoneNumber <tel:+17741831910>;
+	nco:hasPostalAddress <urn:uuid:1931286457>.
+
+<urn:uuid:1555263303> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11595" ;
+	nco:locality "Westbury" ;
+	nco:streetAddress "2056 Arden Walk Circle" .
+
+<mailto:frances angelo eratcommodo com> a nco:EmailAddress; 
+	nco:emailAddress "frances angelo eratcommodo com".
+
+<tel:+13473863714> a nco:PhoneNumber; 
+	nco:phoneNumber "(347)386-3714".
+
+<urn:uuid:1879870100> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13473863714>]; 
+	nmo:duration 22; 
+	nmo:sentDate "2008-11-10T15:36:01". 
+
+<urn:uuid:657599576> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13473863714>]; 
+	nmo:duration 2; 
+	nmo:receivedDate "2008-04-02T15:20:36". 
+
+<urn:uuid:2037258595> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13473863714>]; 
+	nmo:duration 10; 
+	nmo:receivedDate "2008-10-26T15:27:56". 
+
+<urn:uuid:1128079476> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13473863714>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-31T16:02:28";
+	nmo:receivedDate "2008-04-07T15:48:26";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Veniam eros praesent vulputate Utwisi wisi te etaccumsan ex enim. Qui duis eros nostrud elitsed eum. Facilisis te suscipit tincidunt commodo molestie vero odio nostrud augue lobortis delenitaugue in te. Illum qui nostrud luptatumzzril. Feugiat iusto dolor volutpat ea amet consequat nonummy. Praesent et hendrerit facilisi. Exerci vulputate in luptatumzzril consequatvel molestie hendrerit praesent exerci duis consectetuer. ".
+
+<urn:uuid:1371598023> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13473863714>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-26T15:55:55";
+	nmo:receivedDate "2008-10-08T16:06:15";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "In nostrud dolore augue iriure ut enim eufeugiat luptatumzzril commodo nisl te. Minim veniamquis commodo tationullamcorper blandit luptatumzzril iriuredolor euismod quis luptatumzzril ut dolor. Autem feugait lobortis dolor at duis autem ad doloremagna amet minim facilisi feugait. Nostrud vero tationullamcorper veniamquis. ".
+
+<urn:uuid:672857354> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13473863714>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-21T16:09:46";
+	nmo:receivedDate "2008-05-20T16:03:48";
+	nmo:plainTextMessageContent "Qui commodoconsequat eum aliquam te dignissim suscipit ullamcorper delenitaugue molestie duis facilisi. Iriuredolor consequatvel iusto dolore ullamcorper commodo duis vero qui vel feugait augue eros veniam. Esse at consectetuer autem nostrud iustoodio eros nibh qui. Tation vel suscipit vero nisl praesent ea. Suscipit eufeugiat ea luptatumzzril nibh ut nulla tincidunt consectetuer nibh dignissim lobortis nisl. Dolore dolore velit tationullamcorper facilisis hendrerit. Et adipiscing vero vero. ".
+
+<urn:uuid:699906697> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13473863714>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-22T16:09:14";
+	nmo:receivedDate "2008-07-09T15:35:03";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Dolor ea hendrerit nisl eum qui iustoodio illum laoreet delenit. Feugiat suscipit facilisis Utwisi diam te quis nisl eu. Et vel facilisis eufeugiat commodoconsequat iriuredolor laoreet ullamcorper aliquip sit vel tation. Dolore enim duis feugiat dolore vero facilisis duis vel. Exerci delenitaugue nulla delenit accumsan dolor consequat nulla autem vel diam. Quis vel eu praesent feugiat amet blandit vero sit facilisi zzril in vel feugait. Duis nonummy veniam enim elitsed eum. ".
+
+<urn:uuid:1000912656> a nco:PersonContact; 
+	nco:fullname "Frances Angelo";
+	nco:nameGiven "Frances";
+	nco:nameFamily "Angelo";
+	nco:birthDate "1942-07-27";
+	nco:hasAffiliation "Personnel Manager Employee Relations";
+	nco:hasEmailAddress <mailto:frances angelo eratcommodo com>;
+	nco:hasPhoneNumber <tel:+13473863714>;
+	nco:hasPostalAddress <urn:uuid:1555263303>.
+
+<urn:uuid:1189563471> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15259" ;
+	nco:locality "Pittsburgh" ;
+	nco:streetAddress "2717 Cottage Way" .
+
+<mailto:lorrie nutt nullablandit gov> a nco:EmailAddress; 
+	nco:emailAddress "lorrie nutt nullablandit gov".
+
+<tel:+18021495505> a nco:PhoneNumber; 
+	nco:phoneNumber "(802)149-5505".
+
+<urn:uuid:163741217> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18021495505>]; 
+	nmo:duration 8; 
+	nmo:sentDate "2008-11-16T15:24:03". 
+
+<urn:uuid:204720015> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18021495505>]; 
+	nmo:duration 2; 
+	nmo:sentDate "2008-05-01T15:41:55". 
+
+<urn:uuid:1645115153> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18021495505>]; 
+	nmo:duration 16; 
+	nmo:receivedDate "2008-08-25T15:29:31". 
+
+<urn:uuid:1015080956> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18021495505>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-04T15:57:37";
+	nmo:receivedDate "2008-12-18T15:59:22";
+	nmo:plainTextMessageContent "Aliquip tationullamcorper luptatumzzril duis duis delenit. Eum molestie praesent velit odio duis dolore autem commodo at lobortis commodoconsequat erat nisl. Luptatum lorem aliquip nulla blandit eu feugait delenit sit lobortis delenitaugue adipiscing nulla. Consequat eu odio molestie tincidunt iustoodio aliquam. ".
+
+<urn:uuid:429931494> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18021495505>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-14T15:21:05";
+	nmo:receivedDate "2008-08-28T15:48:47";
+	nmo:plainTextMessageContent "Te iriure hendrerit sit ullamcorper facilisis eum eu eum eum qui consequat. Molestie wisi in nislut quis nulla diam vel nisl iriure. Elitsed praesent lobortis erat duis aliquam dolore aliquam vel tincidunt. Minim et eros accumsan facilisi dolor in esse ut facilisi iusto aliquip. Accumsan dignissim aliquip vel. Eros enim et lorem vel. Exerci facilisi tationullamcorper nulla erat veniamquis Utwisi zzril feugait delenitaugue at hendrerit adipiscing. ".
+
+<urn:uuid:1012581404> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18021495505>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-25T15:55:11";
+	nmo:receivedDate "2008-05-02T15:16:43";
+	nmo:plainTextMessageContent "Te illum eum diam nisl illum nislut nulla. Volutpat eu consequat delenit delenitaugue in iusto nulla facilisi nisl tincidunt. Vel autem ipsum molestie ad in. Consequat te invulputate iusto facilisi feugait vel luptatum nostrud exerci molestie exerci. Delenit nibh nostrud nisl at tation ut velit te eum qui exerci zzril. Ut qui eros at molestie et dolor consequat euismod volutpat iriure molestie. ".
+
+<urn:uuid:396903981> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18021495505>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-18T15:13:57";
+	nmo:receivedDate "2008-04-08T15:17:18";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Ut in volutpat nulla commodo et veniamquis iriure velit quis enim veniam lobortis. Minim duis molestie et at at iustoodio in consequat nulla quis nulla. In iustoodio delenit eufeugiat vel lobortis hendrerit. Eufeugiat minim euismod duis luptatum ea nisl blandit. Delenitaugue vel at blandit iustoodio illum nisl aliquip ut. Facilisis ut nostrud at euismod eu iustoodio. ".
+
+<urn:uuid:568389921> a nco:PersonContact; 
+	nco:fullname "Lorrie Nutt";
+	nco:nameGiven "Lorrie";
+	nco:nameFamily "Nutt";
+	nco:birthDate "1942-05-25";
+	nco:hasAffiliation "Supervisor Department";
+	nco:hasEmailAddress <mailto:lorrie nutt nullablandit gov>;
+	nco:hasPhoneNumber <tel:+18021495505>;
+	nco:hasPostalAddress <urn:uuid:1189563471>.
+
+<urn:uuid:1658596776> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:568389921>;
+	nmo:sentDate "2009-02-17T15:28:27";
+	nmo:receivedDate "2009-02-17T15:29:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lorrie nutt nullablandit gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Lobortis dolore aliquip eum. ";
+	nmo:plainTextMessageContent "Consectetuer vel ipsum luptatum ut suscipit feugait veniamquis praesent te nisl nonummy. Invulputate blandit tincidunt euismod adipiscing elitsed dolore augue. ".
+
+<urn:uuid:973569040> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:568389921>;
+	nmo:sentDate "2008-07-25T16:01:59";
+	nmo:receivedDate "2008-07-25T16:02:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lorrie nutt nullablandit gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Eros blandit praesent in accumsan odio commodoconsequat Utwisi in. ";
+	nmo:plainTextMessageContent "Etaccumsan sit eros blandit ex nulla in nulla minim dolor nulla. ".
+
+<urn:uuid:1551267332> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:568389921>;
+	nmo:sentDate "2009-01-14T15:28:38";
+	nmo:receivedDate "2009-01-14T15:28:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lorrie nutt nullablandit gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:112922413>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "harrison acosta ipsumnonummy edu"];
+	nmo:bcc <urn:uuid:1807870106>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kdrew atnislut info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Dolore facilisi elitsed iusto blandit. ";
+	nmo:plainTextMessageContent "Suscipit vel quis ut qui illum minim iriure tationullamcorper accumsan. Etaccumsan te tation tation ex vel dolore feugait nonummy Utwisi qui tincidunt laoreet duis. ".
+
+<urn:uuid:521442291> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:568389921>;
+	nmo:sentDate "2008-04-01T16:08:14";
+	nmo:receivedDate "2008-04-01T16:08:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lorrie nutt nullablandit gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Feugiat dolore ad exerci enim delenitaugue exerci exerci ea dolor invulputate. ";
+	nmo:plainTextMessageContent "Autem aliquam exerci dolore feugiat lobortis. ".
+
+<urn:uuid:358080693> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06084" ;
+	nco:locality "Tolland" ;
+	nco:streetAddress "7718 Buckingham Cove" .
+
+<mailto:lshearer nostrudeum org> a nco:EmailAddress; 
+	nco:emailAddress "lshearer nostrudeum org".
+
+<urn:uuid:1310009718> a nco:PersonContact; 
+	nco:fullname "Lenora Shearer";
+	nco:nameGiven "Lenora";
+	nco:nameFamily "Shearer";
+	nco:birthDate "1943-01-27";
+	nco:hasAffiliation "Nurse Aide";
+	nco:hasEmailAddress <mailto:lshearer nostrudeum org>;
+	nco:hasPostalAddress <urn:uuid:358080693>.
+
+<urn:uuid:1196230169> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05072" ;
+	nco:locality "Strafford" ;
+	nco:streetAddress "326 Pawnee Avenue Parkway" .
+
+<mailto:twild quisuscipit edu> a nco:EmailAddress; 
+	nco:emailAddress "twild quisuscipit edu".
+
+<xmpp:tracey wild gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Tracey Wild" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Hendrerit ut ea duis. " ;
+	nco:imID "tracey wild gmail com".
+
+<urn:uuid:1372694488> a nco:PersonContact; 
+	nco:fullname "Tracey Wild";
+	nco:nameGiven "Tracey";
+	nco:nameFamily "Wild";
+	nco:birthDate "1943-01-30";
+	nco:hasAffiliation "Product or Brand Sales Manager";
+	nco:hasEmailAddress <mailto:twild quisuscipit edu>;
+	nco:hasIMAccount <xmpp:tracey wild gmail com>;
+	nco:hasPostalAddress <urn:uuid:1196230169>.
+
+<urn:uuid:1180589133> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1372694488>;
+	nmo:sentDate "2008-06-29T16:11:07";
+	nmo:receivedDate "2008-06-29T16:11:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "twild quisuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1004275188>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ezekiel carrion hendreritconsequat edu"];
+	nmo:messageSubject "Te consectetuer facilisis wisi wisi quis eufeugiat nulla tation nulla. ";
+	nmo:plainTextMessageContent "Augue eros eros consequat vero minim. ".
+
+<urn:uuid:187747147> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1372694488>;
+	nmo:sentDate "2009-01-11T15:20:35";
+	nmo:receivedDate "2009-01-11T15:21:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "twild quisuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ex luptatumzzril praesent te dolor vulputate enim nisl ad tationullamcorper minim. ";
+	nmo:plainTextMessageContent "Qui feugiat aliquip aliquip hendrerit iusto delenit euismod hendrerit ad. Eu praesent consequat molestie ad dolore amet iustoodio. ".
+
+<urn:uuid:1588722599> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1372694488>;
+	nmo:sentDate "2008-03-19T15:50:01";
+	nmo:receivedDate "2008-03-19T15:50:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "twild quisuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nislut esse lobortis tincidunt tincidunt. ";
+	nmo:plainTextMessageContent "Feugait exerci laoreet diam ut dignissim nulla consequat illum laoreet delenit. Consequatvel nibh delenitaugue aliquam nislut esse autem. ".
+
+<urn:uuid:1870187822> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1372694488>;
+	nmo:sentDate "2008-11-11T15:43:29";
+	nmo:receivedDate "2008-11-11T15:44:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "twild quisuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:737861566>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rshelley Utwisivel tv"];
+	nmo:messageSubject "In invulputate te facilisi erat nonummy veniam wisi augue. ";
+	nmo:plainTextMessageContent "Duis lobortis autem laoreet dolore ea iustoodio consectetuer. Hendrerit hendrerit ipsum autem feugiat facilisis nulla vel laoreet molestie ullamcorper veniamquis luptatumzzril. ".
+
+<urn:uuid:1864274547> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1372694488>;
+	nmo:sentDate "2008-04-18T15:39:49";
+	nmo:receivedDate "2008-04-18T15:40:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "twild quisuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eum nulla aliquip dolor ex sit ex vel zzril nibh. ";
+	nmo:plainTextMessageContent "Utwisi ullamcorper consectetuer tincidunt. Feugait nostrud feugait tincidunt quis odio et suscipit autem dignissim lobortis veniam ut. ".
+
+<urn:uuid:1492319239> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1372694488>;
+	nmo:sentDate "2009-02-10T15:29:19";
+	nmo:receivedDate "2009-02-10T15:29:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "twild quisuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1870569057>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "clemente ritchey facilisivolutpat edu"];
+	nmo:bcc <urn:uuid:1844111838>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "mbright minimnulla org"];
+	nmo:messageSubject "Dignissim zzril tationullamcorper sit in delenit ullamcorper autem. ";
+	nmo:plainTextMessageContent "Velit dolor euismod eros. ".
+
+<urn:uuid:246854555> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1372694488>;
+	nmo:sentDate "2008-05-07T15:22:42";
+	nmo:receivedDate "2008-05-07T15:22:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "twild quisuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1688232172>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jfrizzell facilisiconsequat org"];
+	nmo:messageSubject "Blandit dignissim vel facilisis in iriure invulputate nisl iriuredolor volutpat amet. ";
+	nmo:plainTextMessageContent "Et autem iriure euismod zzril dolor duis nislut molestie ex. Blandit veniamquis ea etaccumsan diam lorem et. ".
+
+<urn:uuid:1068353579> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1372694488>;
+	nmo:sentDate "2008-03-16T15:47:29";
+	nmo:receivedDate "2008-03-16T15:48:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "twild quisuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Accumsan dignissim in dolore doloremagna nislut minim iusto molestie ad. ";
+	nmo:plainTextMessageContent "Adipiscing vel iriure ipsum in luptatumzzril luptatumzzril amet esse nulla esse. Vel molestie exerci duis consequatvel ut luptatumzzril nonummy luptatum. ".
+
+<urn:uuid:284576463> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1372694488>;
+	nmo:sentDate "2008-03-01T15:59:11";
+	nmo:receivedDate "2008-03-01T15:59:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "twild quisuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1752873309>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jaclyn ventura iustoodiolaoreet gov"];
+	nmo:messageSubject "Dolore facilisis adipiscing in dignissim illum veniam in duis vero. ";
+	nmo:plainTextMessageContent "Consequatvel commodoconsequat qui wisi iusto elitsed velit invulputate aliquip amet exerci vel consequat laoreet. ".
+
+<urn:uuid:1159127855> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1372694488>;
+	nmo:sentDate "2008-09-20T15:38:41";
+	nmo:receivedDate "2008-09-20T15:39:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "twild quisuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Exerci iusto vel elitsed adipiscing zzril duis praesent vero luptatumzzril tationullamcorper augue. ";
+	nmo:plainTextMessageContent "Hendrerit molestie nibh invulputate. ".
+
+<urn:uuid:273679322> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1372694488>;
+	nmo:sentDate "2008-02-02T15:50:01";
+	nmo:receivedDate "2008-02-02T15:50:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "twild quisuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:341290597>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mhoy suscipitfacilisi info"];
+	nmo:messageSubject "Exerci vero hendrerit consequatvel veniamquis feugiat consequat hendrerit veniamquis doloremagna at. ";
+	nmo:plainTextMessageContent "Tincidunt feugait lobortis veniam amet dolore dolore eum dolore. ".
+
+<urn:uuid:387945285> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1372694488>;
+	nmo:sentDate "2009-01-29T15:43:05";
+	nmo:receivedDate "2009-01-29T15:43:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "twild quisuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Et eum feugait velit autem et praesent esse. ";
+	nmo:plainTextMessageContent "Eufeugiat vero ut et consequat. Molestie wisi nonummy consectetuer vel Utwisi facilisi lorem dignissim volutpat. ".
+
+<urn:uuid:850044064> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1372694488>;
+	nmo:sentDate "2008-08-16T15:48:07";
+	nmo:receivedDate "2008-08-16T15:48:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "twild quisuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:336052703>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cstinson doloremagnaesse info"];
+	nmo:bcc <urn:uuid:604500999>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "mkemper feugaitfacilisi org"];
+	nmo:messageSubject "Praesent nulla sit lobortis invulputate. ";
+	nmo:plainTextMessageContent "Hendrerit velit feugait eu ex exerci. Tation vero ea praesent vero velit nulla lobortis vulputate vel consequat blandit minim iustoodio. ".
+
+<urn:uuid:2104684926> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1372694488>;
+	nmo:sentDate "2009-01-06T15:25:10";
+	nmo:receivedDate "2009-01-06T15:25:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "twild quisuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eu duis accumsan blandit vero sit. ";
+	nmo:plainTextMessageContent "Duis feugait erat duis in facilisi suscipit commodo vulputate in dolore eum. Nulla diam dolor consectetuer vero. ".
+
+<urn:uuid:276202103> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1372694488>;
+	nmo:sentDate "2008-03-08T16:05:39";
+	nmo:receivedDate "2008-03-08T16:06:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "twild quisuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:608606109>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dbooker veroillum org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Illum wisi aliquip minim ad. ";
+	nmo:plainTextMessageContent "Wisi eufeugiat feugait qui in volutpat et at nulla esse et. ".
+
+<urn:uuid:175813404> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1372694488>;
+	nmo:sentDate "2008-05-29T15:52:28";
+	nmo:receivedDate "2008-05-29T15:52:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "twild quisuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:690308340>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "fcurry tinciduntte org"];
+	nmo:messageSubject "Tationullamcorper ea duis in molestie delenit Utwisi luptatum eufeugiat volutpat. ";
+	nmo:plainTextMessageContent "Autem at eros eu aliquip. ".
+
+<urn:uuid:1006010432> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1372694488>;
+	nmo:sentDate "2009-02-05T15:48:05";
+	nmo:receivedDate "2009-02-05T15:48:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "twild quisuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2071769784>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ldunham praesentdolor com"];
+	nmo:messageSubject "Diam iusto nislut veniamquis autem nostrud ut qui facilisi elitsed esse duis. ";
+	nmo:plainTextMessageContent "Ex augue eros doloremagna autem aliquip ullamcorper nislut in nulla doloremagna laoreet in doloremagna. ".
+
+<urn:uuid:641565082> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1372694488>;
+	nmo:sentDate "2008-07-05T15:31:28";
+	nmo:receivedDate "2008-07-05T15:32:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "twild quisuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore nostrud te blandit aliquip duis vulputate ex dignissim. ";
+	nmo:plainTextMessageContent "Facilisi odio vulputate vero vulputate ipsum lobortis luptatum iusto iusto nonummy. Duis lobortis ex consequat veniamquis zzril blandit zzril eros odio illum enim et zzril. ".
+
+<urn:uuid:2103484899> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1372694488>;
+	nmo:sentDate "2008-03-30T15:44:59";
+	nmo:receivedDate "2008-03-30T15:45:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "twild quisuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:551863217>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "josue tamayo doloreullamcorper org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Enim suscipit consequatvel ullamcorper enim. ";
+	nmo:plainTextMessageContent "Exerci facilisis hendrerit consequat ut. Tationullamcorper veniam illum commodoconsequat blandit at erat praesent quis veniamquis doloremagna quis eum volutpat. ".
+
+<urn:uuid:497991095> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1372694488>;
+	nmo:sentDate "2008-01-25T15:41:35";
+	nmo:receivedDate "2008-01-25T15:42:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "twild quisuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Suscipit eum iriure enim iriure nulla molestie vulputate vulputate sit. ";
+	nmo:plainTextMessageContent "Dolor hendrerit at hendrerit vulputate in duis dolore duis. ".
+
+<urn:uuid:2127243464> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1372694488>;
+	nmo:sentDate "2008-11-22T15:31:05";
+	nmo:receivedDate "2008-11-22T15:32:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "twild quisuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Minim elitsed nonummy ex laoreet illum dolore ullamcorper ex lobortis ex illum sit. ";
+	nmo:plainTextMessageContent "Dolor dignissim laoreet Utwisi. ".
+
+<urn:uuid:1195259665> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1372694488>;
+	nmo:sentDate "2009-02-08T15:20:26";
+	nmo:receivedDate "2009-02-08T15:20:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "twild quisuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Commodo blandit molestie zzril. ";
+	nmo:plainTextMessageContent "Doloremagna tincidunt autem blandit feugiat doloremagna autem nulla nulla facilisis velit. Consequat suscipit exerci esse te autem ad vero iustoodio duis dignissim ad enim. ".
+
+<urn:uuid:942269401> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1372694488>;
+	nmo:sentDate "2008-12-02T15:57:50";
+	nmo:receivedDate "2008-12-02T15:58:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "twild quisuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1575495835>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "joshua fawcett etaccumsanquis info"];
+	nmo:messageSubject "Ex commodo facilisi laoreet eufeugiat wisi nislut vero feugiat consequat nulla duis dolore vel. ";
+	nmo:plainTextMessageContent "Quis nislut nonummy illum consectetuer ad consequat lobortis te illum illum et. ".
+
+<urn:uuid:1980355114> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1372694488>;
+	nmo:sentDate "2008-06-17T15:25:38";
+	nmo:receivedDate "2008-06-17T15:26:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "twild quisuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eum te nostrud erat dolore lorem esse. ";
+	nmo:plainTextMessageContent "Consectetuer nibh qui exerci consequatvel illum blandit molestie autem exerci. ".
+
+<urn:uuid:259151737> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1372694488>;
+	nmo:sentDate "2008-12-24T15:25:01";
+	nmo:receivedDate "2008-12-24T15:25:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "twild quisuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ut erat tation et Utwisi consequat in nulla tation dolor in. ";
+	nmo:plainTextMessageContent "Nulla et ea luptatum ad consequat lobortis te nisl dolore commodo duis nostrud nostrud. Eufeugiat enim esse exerci hendrerit facilisi ut hendrerit velit veniamquis euismod. ".
+
+<urn:uuid:1771223134> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1372694488>;
+	nmo:sentDate "2008-06-12T15:57:29";
+	nmo:receivedDate "2008-06-12T15:58:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "twild quisuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Accumsan dolor et esse nostrud praesent etaccumsan. ";
+	nmo:plainTextMessageContent "Sit qui Utwisi qui euismod te feugait. ".
+
+<urn:uuid:1521581720> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1372694488>;
+	nmo:sentDate "2008-09-19T15:31:25";
+	nmo:receivedDate "2008-09-19T15:31:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "twild quisuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1833835093>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "pmercado nullaea gov"];
+	nmo:bcc <urn:uuid:637994824>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "cleo gorman lobortiseros info"];
+	nmo:messageSubject "Consectetuer nostrud exerci esse wisi duis et vel iriuredolor consequat te qui eu. ";
+	nmo:plainTextMessageContent "Facilisi eros esse nulla iriuredolor consequat zzril tationullamcorper veniam aliquam. Esse dignissim qui nostrud qui lobortis blandit praesent amet duis qui praesent. ".
+
+<urn:uuid:514626991> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1372694488>;
+	nmo:sentDate "2008-02-28T15:52:41";
+	nmo:receivedDate "2008-02-28T15:52:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "twild quisuscipit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eros consequat euismod consequat wisi dignissim. ";
+	nmo:plainTextMessageContent "Dignissim facilisis commodo iriuredolor nonummy. Praesent consectetuer facilisis doloremagna volutpat et hendrerit veniam doloremagna blandit. ".
+
+<urn:uuid:464338994> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03755" ;
+	nco:locality "Hanover" ;
+	nco:streetAddress "9923 Branford Way" .
+
+<mailto:gerri hollenbeck nullalaoreet gov> a nco:EmailAddress; 
+	nco:emailAddress "gerri hollenbeck nullalaoreet gov".
+
+<xmpp:gerri hollenbeck gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Gerri Hollenbeck" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Dolore sit tincidunt tationullamcorper veniam vel odio sit esse laoreet vel. " ;
+	nco:imID "gerri hollenbeck gmail com".
+
+<urn:uuid:76433934> a nco:PersonContact; 
+	nco:fullname "Gerri Hollenbeck";
+	nco:nameGiven "Gerri";
+	nco:nameFamily "Hollenbeck";
+	nco:birthDate "1943-02-23";
+	nco:hasAffiliation "Banking Foreign Exchange Clerk";
+	nco:hasEmailAddress <mailto:gerri hollenbeck nullalaoreet gov>;
+	nco:hasIMAccount <xmpp:gerri hollenbeck gmail com>;
+	nco:hasPostalAddress <urn:uuid:464338994>.
+
+<urn:uuid:1651905744> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04732" ;
+	nco:locality "Ashland" ;
+	nco:streetAddress "7224 Oaksedge Drive" .
+
+<mailto:mgarland veldiam info> a nco:EmailAddress; 
+	nco:emailAddress "mgarland veldiam info".
+
+<tel:+16033427650> a nco:PhoneNumber; 
+	nco:phoneNumber "(603)342-7650".
+
+<urn:uuid:1318753125> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16033427650>]; 
+	nmo:duration 42; 
+	nmo:receivedDate "2008-11-19T15:48:33". 
+
+<urn:uuid:1028033930> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16033427650>]; 
+	nmo:duration 17; 
+	nmo:receivedDate "2009-01-26T15:45:47". 
+
+<urn:uuid:1742910522> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16033427650>]; 
+	nmo:duration 32; 
+	nmo:sentDate "2008-04-23T15:43:19". 
+
+<urn:uuid:478586569> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16033427650>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-15T15:58:04";
+	nmo:receivedDate "2008-02-28T15:37:40";
+	nmo:plainTextMessageContent "Ex veniamquis eum etaccumsan molestie eufeugiat dolore iriuredolor eufeugiat aliquip. Blandit iriuredolor iriuredolor duis velit ad ipsum luptatum wisi ullamcorper ad at consequat commodo. Nibh eros ipsum esse accumsan. Consectetuer dignissim suscipit suscipit facilisi. Qui facilisis quis vulputate iusto quis dignissim suscipit minim ex. ".
+
+<urn:uuid:138721930> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16033427650>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-04T15:43:42";
+	nmo:receivedDate "2009-01-27T15:31:19";
+	nmo:plainTextMessageContent "Iriure eum suscipit iriuredolor exerci nostrud molestie nonummy. Ad hendrerit luptatumzzril in. Dignissim duis ipsum iriuredolor. Facilisis accumsan euismod tincidunt vel eum illum hendrerit nostrud veniam. Minim molestie duis illum delenitaugue. ".
+
+<urn:uuid:445544856> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16033427650>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-26T15:41:54";
+	nmo:receivedDate "2008-10-06T15:19:07";
+	nmo:plainTextMessageContent "Ipsum ad blandit doloremagna doloremagna eufeugiat eufeugiat esse. Eum veniamquis lorem iusto minim adipiscing. Aliquam luptatumzzril volutpat iriure veniamquis praesent duis iustoodio dolore nostrud molestie suscipit blandit. Qui facilisis praesent molestie ut iustoodio hendrerit. Autem consequat euismod ex iustoodio lobortis enim nisl volutpat eum vel iriure. ".
+
+<urn:uuid:1383863703> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16033427650>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-04T15:16:11";
+	nmo:receivedDate "2008-05-01T16:00:02";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Esse nulla erat esse duis commodo. Nislut ad dignissim lorem vulputate ullamcorper. Dolor iriuredolor in minim ullamcorper feugiat consequat iustoodio duis facilisis. Te duis iriure eu iustoodio. ".
+
+<urn:uuid:660151303> a nco:PersonContact; 
+	nco:fullname "Merrill Garland";
+	nco:nameGiven "Merrill";
+	nco:nameFamily "Garland";
+	nco:birthDate "1942-09-21";
+	nco:hasAffiliation "Executive Chef 1";
+	nco:hasEmailAddress <mailto:mgarland veldiam info>;
+	nco:hasPhoneNumber <tel:+16033427650>;
+	nco:hasPostalAddress <urn:uuid:1651905744>.
+
+<urn:uuid:1441637362> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:660151303>;
+	nmo:sentDate "2008-05-01T15:50:58";
+	nmo:receivedDate "2008-05-01T15:51:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgarland veldiam info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Odio amet tation tincidunt. ";
+	nmo:plainTextMessageContent "Aliquam eu hendrerit exerci nostrud lorem iustoodio. Commodo at tationullamcorper molestie wisi eu praesent commodoconsequat suscipit ea qui ut nostrud nostrud. ".
+
+<urn:uuid:1561980724> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:660151303>;
+	nmo:sentDate "2008-08-25T15:40:45";
+	nmo:receivedDate "2008-08-25T15:40:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgarland veldiam info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Hendrerit adipiscing duis dolore. ";
+	nmo:plainTextMessageContent "Nostrud iusto ullamcorper consectetuer enim duis ut dignissim ea quis facilisis. Nibh suscipit ut ut accumsan ut consequat ea nislut dolore. ".
+
+<urn:uuid:1791684354> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:660151303>;
+	nmo:sentDate "2008-05-24T15:28:19";
+	nmo:receivedDate "2008-05-24T15:29:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgarland veldiam info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Etaccumsan commodoconsequat lobortis illum. ";
+	nmo:plainTextMessageContent "Eros in tationullamcorper autem consectetuer amet iriuredolor vel autem duis. ".
+
+<urn:uuid:1215394876> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:660151303>;
+	nmo:sentDate "2008-06-06T15:23:58";
+	nmo:receivedDate "2008-06-06T15:24:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgarland veldiam info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisi lobortis dolore nibh duis doloremagna te dolore invulputate tationullamcorper iriure te aliquam feugiat. ";
+	nmo:plainTextMessageContent "Invulputate adipiscing invulputate Utwisi doloremagna wisi ipsum aliquam eum nulla veniamquis feugait et. Consequatvel quis laoreet volutpat velit ex veniam quis nulla vero duis. ".
+
+<urn:uuid:1675606471> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:660151303>;
+	nmo:sentDate "2008-03-03T15:59:38";
+	nmo:receivedDate "2008-03-03T16:00:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgarland veldiam info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1500299499>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "hiram pearce nibhnulla us"];
+	nmo:messageSubject "Zzril consectetuer ut duis et nulla te autem praesent wisi. ";
+	nmo:plainTextMessageContent "Molestie aliquip dolore zzril veniamquis consequat. Velit accumsan augue praesent nulla velit dignissim. ".
+
+<urn:uuid:459320923> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:660151303>;
+	nmo:sentDate "2009-01-27T16:09:17";
+	nmo:receivedDate "2009-01-27T16:09:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgarland veldiam info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1482510006>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageSubject "In facilisi hendrerit wisi nostrud enim. ";
+	nmo:plainTextMessageContent "Sit molestie esse praesent. Nislut luptatum at illum consequat molestie vulputate. ".
+
+<urn:uuid:1365453214> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:660151303>;
+	nmo:sentDate "2009-01-08T15:31:47";
+	nmo:receivedDate "2009-01-08T15:32:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgarland veldiam info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1318196797>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tdriscoll nonummyblandit net"];
+	nmo:messageSubject "Minim at illum praesent nonummy. ";
+	nmo:plainTextMessageContent "Nulla ullamcorper eros molestie tincidunt consequat duis eum ex vel feugait dolore lorem. Minim duis invulputate in suscipit sit. ".
+
+<urn:uuid:526124369> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:660151303>;
+	nmo:sentDate "2008-11-15T15:36:54";
+	nmo:receivedDate "2008-11-15T15:37:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgarland veldiam info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:651465676>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "barrett betts exerciluptatum gov"];
+	nmo:messageSubject "Eros eum lorem eum eros praesent dolore esse sit lorem wisi dolore. ";
+	nmo:plainTextMessageContent "Euismod accumsan Utwisi iustoodio nulla praesent eum elitsed aliquip. Commodo eu veniamquis te tationullamcorper consectetuer. ".
+
+<urn:uuid:560645645> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:660151303>;
+	nmo:sentDate "2008-05-14T15:31:29";
+	nmo:receivedDate "2008-05-14T15:32:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgarland veldiam info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore iriure euismod feugait dolor. ";
+	nmo:plainTextMessageContent "Duis delenitaugue ea vero ex. ".
+
+<urn:uuid:445462978> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:660151303>;
+	nmo:sentDate "2008-04-05T15:58:18";
+	nmo:receivedDate "2008-04-05T15:59:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgarland veldiam info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Duis lobortis luptatumzzril eum nulla. ";
+	nmo:plainTextMessageContent "Te at lobortis eu facilisi iriure wisi autem laoreet. ".
+
+<urn:uuid:470931526> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:660151303>;
+	nmo:sentDate "2008-10-25T15:35:25";
+	nmo:receivedDate "2008-10-25T15:36:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgarland veldiam info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:10001616>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ddale nullaeum info"];
+	nmo:messageSubject "Lorem dolor doloremagna ut molestie. ";
+	nmo:plainTextMessageContent "Blandit quis augue illum iusto ad suscipit eufeugiat ut esse volutpat lorem ad. Illum nulla vulputate eum dignissim luptatum at nonummy consequat. ".
+
+<urn:uuid:1208435682> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:660151303>;
+	nmo:sentDate "2008-07-24T15:40:57";
+	nmo:receivedDate "2008-07-24T15:41:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mgarland veldiam info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ea ad veniamquis dolore qui tation feugait eros. ";
+	nmo:plainTextMessageContent "Doloremagna accumsan autem in. Te et ad esse duis nonummy ex consequat tationullamcorper nisl aliquip Utwisi in at. ".
+
+<urn:uuid:1824050533> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06503" ;
+	nco:locality "New Haven" ;
+	nco:streetAddress "7787 Dove Field Drive" .
+
+<mailto:zoila troy molestiefeugait us> a nco:EmailAddress; 
+	nco:emailAddress "zoila troy molestiefeugait us".
+
+<urn:uuid:1367160365> a nco:PersonContact; 
+	nco:fullname "Zoila Troy";
+	nco:nameGiven "Zoila";
+	nco:nameFamily "Troy";
+	nco:birthDate "1943-02-03";
+	nco:hasAffiliation "Still Photographer";
+	nco:hasEmailAddress <mailto:zoila troy molestiefeugait us>;
+	nco:hasPostalAddress <urn:uuid:1824050533>.
+
+<urn:uuid:1824343907> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15346" ;
+	nco:locality "Mather" ;
+	nco:streetAddress "301 Fernwood Circle" .
+
+<mailto:kespinal nonummydolore tv> a nco:EmailAddress; 
+	nco:emailAddress "kespinal nonummydolore tv".
+
+<urn:uuid:1287344112> a nco:PersonContact; 
+	nco:fullname "Keri Espinal";
+	nco:nameGiven "Keri";
+	nco:nameFamily "Espinal";
+	nco:birthDate "1942-10-14";
+	nco:hasAffiliation "Folder Inspector";
+	nco:hasEmailAddress <mailto:kespinal nonummydolore tv>;
+	nco:hasPostalAddress <urn:uuid:1824343907>.
+
+<urn:uuid:1827754620> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02045" ;
+	nco:locality "Hull" ;
+	nco:streetAddress "2156 Quirt Parkway" .
+
+<mailto:dhughes feugiatesse eu> a nco:EmailAddress; 
+	nco:emailAddress "dhughes feugiatesse eu".
+
+<tel:+12077266191> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)726-6191".
+
+<urn:uuid:2072845115> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12077266191>]; 
+	nmo:duration 16; 
+	nmo:sentDate "2008-03-09T15:15:35". 
+
+<urn:uuid:1903768417> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12077266191>]; 
+	nmo:duration 31; 
+	nmo:receivedDate "2008-05-04T16:01:13". 
+
+<urn:uuid:1305374162> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12077266191>]; 
+	nmo:duration 21; 
+	nmo:receivedDate "2009-02-16T15:46:08". 
+
+<urn:uuid:620705042> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12077266191>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-20T15:43:59";
+	nmo:receivedDate "2008-02-29T15:57:00";
+	nmo:plainTextMessageContent "Tation diam consectetuer veniamquis dolor te veniam blandit et zzril dolore dignissim. Exerci aliquam dolore enim delenitaugue et molestie. Molestie illum feugait et et veniamquis sit augue odio duis. Ea nulla etaccumsan suscipit ipsum duis minim elitsed velit nisl hendrerit vulputate consequat. Molestie nostrud erat blandit molestie tincidunt minim qui. ".
+
+<urn:uuid:469346394> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12077266191>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-27T15:25:20";
+	nmo:receivedDate "2008-05-06T16:00:40";
+	nmo:plainTextMessageContent "Suscipit nisl minim nulla aliquip dolor tincidunt illum volutpat molestie. Eros volutpat enim vulputate ea aliquip nostrud. Facilisi volutpat dolor elitsed odio facilisis vel exerci aliquip iustoodio tation suscipit. Velit sit augue enim ea quis. Lobortis esse blandit ea. Consequat nisl nibh velit nulla at autem consequatvel. Ut te consequat autem ut luptatumzzril vel suscipit eum odio. ".
+
+<urn:uuid:644971175> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12077266191>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-03T15:50:47";
+	nmo:receivedDate "2008-11-01T16:01:28";
+	nmo:plainTextMessageContent "Eum lorem autem accumsan ea ullamcorper et eum. Diam delenit eum suscipit facilisis. Veniamquis facilisis duis facilisis te odio. Dolore ut vulputate dignissim facilisi vero. Augue facilisi lorem ex. ".
+
+<urn:uuid:1674361743> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12077266191>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-06T15:55:28";
+	nmo:receivedDate "2008-12-09T15:49:50";
+	nmo:plainTextMessageContent "Nulla te consectetuer euismod. Feugait consectetuer facilisi dolore adipiscing iriuredolor. Et in aliquip eum tation. Duis euismod eufeugiat enim in odio feugiat. ".
+
+<urn:uuid:757315251> a nco:PersonContact; 
+	nco:fullname "Desmond Hughes";
+	nco:nameGiven "Desmond";
+	nco:nameFamily "Hughes";
+	nco:birthDate "1942-06-04";
+	nco:hasAffiliation "Supervisor Welding";
+	nco:hasEmailAddress <mailto:dhughes feugiatesse eu>;
+	nco:hasPhoneNumber <tel:+12077266191>;
+	nco:hasPostalAddress <urn:uuid:1827754620>.
+
+<urn:uuid:16031217> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1785226702>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Nonummy ut dolore vero wisi eros euismod dolor enim. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-13T20:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-13T22:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1785226702>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1867318768> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15102" ;
+	nco:locality "Bethel Park" ;
+	nco:streetAddress "754 Kimridge Trail" .
+
+<mailto:mohammed gillis nibhdelenit gov> a nco:EmailAddress; 
+	nco:emailAddress "mohammed gillis nibhdelenit gov".
+
+<urn:uuid:1361488936> a nco:PersonContact; 
+	nco:fullname "Mohammed Gillis";
+	nco:nameGiven "Mohammed";
+	nco:nameFamily "Gillis";
+	nco:birthDate "1942-03-11";
+	nco:hasAffiliation "Teller Vault";
+	nco:hasEmailAddress <mailto:mohammed gillis nibhdelenit gov>;
+	nco:hasPostalAddress <urn:uuid:1867318768>.
+
+<urn:uuid:1239419622> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07074" ;
+	nco:locality "Moonachie" ;
+	nco:streetAddress "7058 Belgrave Street" .
+
+<mailto:kelli fitzpatrick nostrudaugue net> a nco:EmailAddress; 
+	nco:emailAddress "kelli fitzpatrick nostrudaugue net".
+
+<urn:uuid:1613868251> a nco:PersonContact; 
+	nco:fullname "Kelli Fitzpatrick";
+	nco:nameGiven "Kelli";
+	nco:nameFamily "Fitzpatrick";
+	nco:birthDate "1942-05-21";
+	nco:hasAffiliation "Materials Engineer Generic";
+	nco:hasEmailAddress <mailto:kelli fitzpatrick nostrudaugue net>;
+	nco:hasPostalAddress <urn:uuid:1239419622>.
+
+<urn:uuid:1931088629> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08202" ;
+	nco:locality "Avalon" ;
+	nco:streetAddress "4548 Talmage Lane" .
+
+<mailto:kmccrory teduis com> a nco:EmailAddress; 
+	nco:emailAddress "kmccrory teduis com".
+
+<xmpp:kasey mccrory gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Kasey Mccrory" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Iriuredolor consectetuer vulputate ullamcorper nostrud augue eu. " ;
+	nco:imID "kasey mccrory gmail com".
+
+<tel:+19173028680> a nco:PhoneNumber; 
+	nco:phoneNumber "(917)302-8680".
+
+<urn:uuid:1475656712> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19173028680>]; 
+	nmo:duration 8; 
+	nmo:receivedDate "2008-10-14T15:52:01". 
+
+<urn:uuid:391632642> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19173028680>]; 
+	nmo:duration 10; 
+	nmo:sentDate "2008-05-26T16:11:18". 
+
+<urn:uuid:1088442632> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19173028680>]; 
+	nmo:duration 47; 
+	nmo:receivedDate "2008-12-19T16:10:17". 
+
+<urn:uuid:1305969914> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19173028680>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-09T15:12:17";
+	nmo:receivedDate "2008-08-11T15:43:38";
+	nmo:plainTextMessageContent "Amet esse ut tincidunt. Ea et nislut nulla lobortis. Suscipit esse duis ut nonummy at hendrerit. Facilisis esse quis dolore ea elitsed. Vero consequat eros nulla qui dolore facilisis aliquip ut ea. ".
+
+<urn:uuid:1947755023> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19173028680>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-17T15:33:28";
+	nmo:receivedDate "2008-09-21T15:17:21";
+	nmo:plainTextMessageContent "Iriure in nonummy molestie te feugait esse nibh exerci nostrud sit. Molestie elitsed blandit enim iustoodio minim qui consequat iustoodio ea. Zzril iriure consequat doloremagna dignissim vel adipiscing et praesent nislut nibh iusto eum. Lobortis nonummy luptatum ad doloremagna duis ipsum nulla facilisi nonummy duis velit dignissim invulputate. ".
+
+<urn:uuid:1367294453> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19173028680>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-19T15:58:47";
+	nmo:receivedDate "2008-08-29T15:25:09";
+	nmo:plainTextMessageContent "Et illum autem consequat praesent qui delenit hendrerit erat. Blandit nostrud facilisi te at vel feugait vulputate suscipit nostrud. Consectetuer feugiat amet nulla dolore in delenitaugue ea esse velit ut te tationullamcorper praesent. Dolore facilisis lorem praesent ipsum feugiat consectetuer. Vero exerci erat consectetuer laoreet vel etaccumsan at nostrud. ".
+
+<urn:uuid:2031300296> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19173028680>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-23T15:51:35";
+	nmo:receivedDate "2008-02-16T15:22:14";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Nostrud sit qui eros ex esse iustoodio ex et laoreet nulla. Nostrud nulla facilisis duis sit facilisi autem nostrud ut qui sit minim iriuredolor esse. Vel minim illum nostrud molestie tationullamcorper et enim in suscipit minim aliquip et wisi. Enim dolor hendrerit lobortis nonummy consectetuer euismod nonummy lobortis. ".
+
+<urn:uuid:647869195> a nco:PersonContact; 
+	nco:fullname "Kasey Mccrory";
+	nco:nameGiven "Kasey";
+	nco:nameFamily "Mccrory";
+	nco:birthDate "1943-01-21";
+	nco:hasAffiliation "Semitrailer Truck Driver";
+	nco:hasEmailAddress <mailto:kmccrory teduis com>;
+	nco:hasPhoneNumber <tel:+19173028680>;
+	nco:hasIMAccount <xmpp:kasey mccrory gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:1931088629>.
+
+<urn:uuid:212718122> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10605" ;
+	nco:locality "White Plains" ;
+	nco:streetAddress "6512 Stillbrook Avenue" .
+
+<mailto:dtruitt facilisisesse info> a nco:EmailAddress; 
+	nco:emailAddress "dtruitt facilisisesse info".
+
+<tel:+18572974340> a nco:PhoneNumber; 
+	nco:phoneNumber "(857)297-4340".
+
+<urn:uuid:305081487> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18572974340>]; 
+	nmo:duration 33; 
+	nmo:sentDate "2008-05-12T16:10:47". 
+
+<urn:uuid:642442846> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18572974340>]; 
+	nmo:duration 46; 
+	nmo:sentDate "2008-11-12T15:37:12". 
+
+<urn:uuid:2026406360> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18572974340>]; 
+	nmo:duration 47; 
+	nmo:receivedDate "2008-04-24T16:07:57". 
+
+<urn:uuid:1812000853> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18572974340>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-10T15:46:51";
+	nmo:receivedDate "2008-07-26T16:03:57";
+	nmo:plainTextMessageContent "Accumsan duis eu dolore aliquam augue praesent te luptatum. Dolore qui eum dolor diam delenitaugue nonummy illum praesent eu praesent dolore ex eum. Elitsed eros te autem facilisi eufeugiat etaccumsan. Eum consequat molestie in iriuredolor nostrud suscipit etaccumsan. Nibh suscipit diam Utwisi consequat illum veniamquis ad diam te. Adipiscing dolore etaccumsan dolore eu consequat eu dolore adipiscing. Dignissim ullamcorper eum accumsan minim duis minim consequat nibh luptatum consequat minim ut euismod. ".
+
+<urn:uuid:19099840> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18572974340>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-20T15:31:51";
+	nmo:receivedDate "2008-06-10T15:58:05";
+	nmo:plainTextMessageContent "Molestie et autem dignissim te consequat dolore suscipit volutpat eufeugiat eum dolore invulputate. Invulputate nonummy facilisis minim invulputate invulputate iriuredolor te dignissim eros enim. Nulla ut wisi doloremagna velit. Eum euismod aliquip blandit nonummy praesent iusto. Nibh te ex diam esse duis facilisi veniamquis facilisi ut. In accumsan exerci tincidunt ut. ".
+
+<urn:uuid:866055089> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18572974340>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-09T15:41:23";
+	nmo:receivedDate "2008-06-26T15:31:03";
+	nmo:plainTextMessageContent "Diam ea nisl commodo esse duis et veniamquis amet. Euismod qui duis eros wisi lobortis facilisis etaccumsan minim Utwisi ad et. Tincidunt luptatumzzril exerci volutpat invulputate te Utwisi eum blandit. Invulputate minim facilisi dignissim ex nonummy doloremagna autem ea nulla duis. At lobortis blandit sit elitsed. Enim ut ex wisi luptatumzzril vel suscipit. Commodo lobortis consequat consectetuer facilisis nulla facilisis exerci ut ut nulla. ".
+
+<urn:uuid:606828252> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18572974340>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-16T16:04:30";
+	nmo:receivedDate "2008-07-22T15:23:39";
+	nmo:plainTextMessageContent "Duis duis doloremagna velit Utwisi blandit. Facilisis dolor nulla luptatum luptatumzzril ex. Delenit nislut iustoodio facilisis iriure blandit tationullamcorper ut nonummy eum. Commodo lobortis dolor praesent vel quis tation laoreet feugait. Minim vero vulputate ea duis et ex doloremagna te hendrerit minim. ".
+
+<urn:uuid:311459088> a nco:PersonContact; 
+	nco:fullname "Doris Truitt";
+	nco:nameGiven "Doris";
+	nco:nameFamily "Truitt";
+	nco:birthDate "1943-01-10";
+	nco:hasAffiliation "Claims Analyst";
+	nco:hasEmailAddress <mailto:dtruitt facilisisesse info>;
+	nco:hasPhoneNumber <tel:+18572974340>;
+	nco:hasPostalAddress <urn:uuid:212718122>.
+
+<urn:uuid:516627774> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15264" ;
+	nco:locality "Pittsburgh" ;
+	nco:streetAddress "5207 Hunters Horn Cove" .
+
+<mailto:man maldonado veniamluptatumzzril org> a nco:EmailAddress; 
+	nco:emailAddress "man maldonado veniamluptatumzzril org".
+
+<tel:+18452735448> a nco:PhoneNumber; 
+	nco:phoneNumber "(845)273-5448".
+
+<urn:uuid:1635318912> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18452735448>]; 
+	nmo:duration 3; 
+	nmo:sentDate "2009-02-11T15:50:25". 
+
+<urn:uuid:1087883487> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18452735448>]; 
+	nmo:duration 19; 
+	nmo:sentDate "2008-11-07T15:18:51". 
+
+<urn:uuid:2141909001> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18452735448>]; 
+	nmo:duration 41; 
+	nmo:sentDate "2008-02-03T15:57:15". 
+
+<urn:uuid:411515529> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18452735448>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-27T15:15:54";
+	nmo:receivedDate "2008-08-14T15:50:54";
+	nmo:plainTextMessageContent "Qui ut veniamquis quis. Ex vero nulla facilisi minim tation dignissim blandit facilisis duis erat suscipit velit eufeugiat. Blandit in tation ea ea nulla eum blandit invulputate facilisis quis ut vero iriure. Duis ut consectetuer aliquip aliquip. Euismod eros dolore vel etaccumsan lorem eufeugiat. ".
+
+<urn:uuid:1890743962> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18452735448>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-21T15:47:12";
+	nmo:receivedDate "2008-06-21T15:56:31";
+	nmo:plainTextMessageContent "Augue iustoodio ea nislut in minim. In ea luptatum blandit nostrud consectetuer illum. Etaccumsan Utwisi lobortis vel nulla in erat delenit feugiat nonummy odio dolor qui erat. In et feugait consectetuer. Lorem ad eu feugait nibh volutpat consectetuer duis. Dolore nulla nislut esse iriuredolor ut aliquip ut veniamquis et illum augue facilisi. In ex nulla amet suscipit commodo sit duis duis aliquip suscipit. ".
+
+<urn:uuid:1903671443> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18452735448>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-26T15:36:04";
+	nmo:receivedDate "2008-09-07T15:54:58";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Hendrerit commodo suscipit amet vel. Sit aliquip minim zzril ad ut ullamcorper at duis consequatvel iusto. Facilisis amet adipiscing feugiat facilisis facilisis nostrud augue vero ut luptatum tincidunt qui ut. Vel dolor ea Utwisi tationullamcorper. Et suscipit vero consectetuer eum blandit lobortis Utwisi quis hendrerit qui. Facilisi te tationullamcorper ex feugiat vel iusto ex elitsed. ".
+
+<urn:uuid:1973151636> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18452735448>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-03T15:52:32";
+	nmo:receivedDate "2008-07-15T15:53:44";
+	nmo:plainTextMessageContent "Vel et consequatvel vel dolore nibh. Nulla nonummy duis esse nostrud invulputate tationullamcorper minim Utwisi esse. Ea dolore in doloremagna eu ut feugiat ea accumsan blandit ut. Iriuredolor dolore ut veniamquis. Minim iriuredolor consectetuer esse ea. ".
+
+<urn:uuid:1647593754> a nco:PersonContact; 
+	nco:fullname "Man Maldonado";
+	nco:nameGiven "Man";
+	nco:nameFamily "Maldonado";
+	nco:birthDate "1943-02-04";
+	nco:hasAffiliation "Analyst Communications";
+	nco:hasEmailAddress <mailto:man maldonado veniamluptatumzzril org>;
+	nco:hasPhoneNumber <tel:+18452735448>;
+	nco:hasPostalAddress <urn:uuid:516627774>.
+
+<urn:uuid:306987469> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11043" ;
+	nco:locality "New Hyde Park" ;
+	nco:streetAddress "613 Grove Mill Parkway" .
+
+<mailto:damaris beane nullanostrud info> a nco:EmailAddress; 
+	nco:emailAddress "damaris beane nullanostrud info".
+
+<urn:uuid:873001584> a nco:PersonContact; 
+	nco:fullname "Damaris Beane";
+	nco:nameGiven "Damaris";
+	nco:nameFamily "Beane";
+	nco:birthDate "1942-11-02";
+	nco:hasAffiliation "Technician Hearing Test";
+	nco:hasEmailAddress <mailto:damaris beane nullanostrud info>;
+	nco:hasPostalAddress <urn:uuid:306987469>.
+
+<urn:uuid:2059350492> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1473286236>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Vel sit in Utwisi delenitaugue nulla ullamcorper velit iusto nulla at vulputate. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-15T17:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-15T18:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1473286236>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:633876799> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04020" ;
+	nco:locality "Cornish" ;
+	nco:streetAddress "6325 Winterberry Street" .
+
+<mailto:marissa cass consectetuerinvulputate org> a nco:EmailAddress; 
+	nco:emailAddress "marissa cass consectetuerinvulputate org".
+
+<tel:+12079972537> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)997-2537".
+
+<urn:uuid:46202623> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079972537>]; 
+	nmo:duration 44; 
+	nmo:receivedDate "2008-08-02T15:28:49". 
+
+<urn:uuid:181186783> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079972537>]; 
+	nmo:duration 0; 
+	nmo:sentDate "2008-03-04T15:16:39". 
+
+<urn:uuid:167869588> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079972537>]; 
+	nmo:duration 21; 
+	nmo:sentDate "2008-08-03T15:38:57". 
+
+<urn:uuid:1488930110> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079972537>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-03T16:09:12";
+	nmo:receivedDate "2008-07-22T15:36:03";
+	nmo:plainTextMessageContent "Veniam te blandit dolor vero velit velit tincidunt duis adipiscing lorem augue esse facilisis. Enim feugiat ea iriure amet. Adipiscing suscipit eufeugiat eu te minim feugait facilisis. Nulla dolor at lobortis ad autem. Vero at eufeugiat delenitaugue ex qui consequat iusto consectetuer. Dolore tationullamcorper minim odio ad nulla ipsum. ".
+
+<urn:uuid:1312796957> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079972537>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-06T15:13:33";
+	nmo:receivedDate "2008-11-22T15:55:42";
+	nmo:plainTextMessageContent "Blandit ut facilisi erat zzril veniamquis praesent dolor nislut adipiscing ea nibh exerci qui. Iriure duis eum autem blandit duis aliquam esse laoreet in tincidunt. Feugait blandit facilisi odio. Blandit consequat lorem delenit te aliquam. ".
+
+<urn:uuid:1340592756> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079972537>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-07T15:25:42";
+	nmo:receivedDate "2008-12-09T15:54:21";
+	nmo:plainTextMessageContent "Vel molestie lorem erat quis illum praesent consequat nislut at nostrud. Velit dolor suscipit vel amet. Nostrud wisi ex consequatvel dolore duis molestie. Ipsum vel laoreet exerci duis hendrerit tation quis accumsan feugiat volutpat adipiscing exerci commodoconsequat. ".
+
+<urn:uuid:1889732160> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079972537>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-15T15:34:39";
+	nmo:receivedDate "2008-01-22T15:49:31";
+	nmo:plainTextMessageContent "Ea hendrerit ad feugiat eros adipiscing. In aliquam lorem dolor at ea facilisi duis consectetuer dolore. Nibh ut iriuredolor autem velit nostrud. Luptatumzzril consequat ad nislut etaccumsan eum dolor lobortis illum etaccumsan autem nulla ea. Vulputate in esse minim delenitaugue. ".
+
+<urn:uuid:1238605065> a nco:PersonContact; 
+	nco:fullname "Marissa Cass";
+	nco:nameGiven "Marissa";
+	nco:nameFamily "Cass";
+	nco:birthDate "1943-03-01";
+	nco:hasAffiliation "Medical Home Care Aide Coordinator";
+	nco:hasEmailAddress <mailto:marissa cass consectetuerinvulputate org>;
+	nco:hasPhoneNumber <tel:+12079972537>;
+	nco:hasPostalAddress <urn:uuid:633876799>.
+
+<urn:uuid:378523549> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13484" ;
+	nco:locality "West Eaton" ;
+	nco:streetAddress "317 Penbrook Way" .
+
+<mailto:lessie trujillo ealorem net> a nco:EmailAddress; 
+	nco:emailAddress "lessie trujillo ealorem net".
+
+<urn:uuid:226580678> a nco:PersonContact; 
+	nco:fullname "Lessie Trujillo";
+	nco:nameGiven "Lessie";
+	nco:nameFamily "Trujillo";
+	nco:birthDate "1942-08-17";
+	nco:hasAffiliation "District Sales Manager";
+	nco:hasEmailAddress <mailto:lessie trujillo ealorem net>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:378523549>.
+
+<urn:uuid:1847215460> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:226580678>;
+	nmo:sentDate "2008-02-17T15:34:41";
+	nmo:receivedDate "2008-02-17T15:34:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lessie trujillo ealorem net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:943337132>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kbaines enimipsum eu"];
+	nmo:messageSubject "Commodo ex molestie diam autem te adipiscing duis luptatum qui. ";
+	nmo:plainTextMessageContent "Doloremagna aliquam ea ad nulla hendrerit illum vero lorem duis aliquam doloremagna. ".
+
+<urn:uuid:1787361069> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:226580678>;
+	nmo:sentDate "2009-01-13T15:34:53";
+	nmo:receivedDate "2009-01-13T15:35:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lessie trujillo ealorem net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolor in te eros ea commodoconsequat iusto ea praesent. ";
+	nmo:plainTextMessageContent "Vulputate feugait qui facilisi dolor ex eu dolor ad. ".
+
+<urn:uuid:1746540859> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:226580678>;
+	nmo:sentDate "2008-07-12T15:30:12";
+	nmo:receivedDate "2008-07-12T15:30:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lessie trujillo ealorem net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2094624393>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "latherton hendreritwisi tv"];
+	nmo:messageSubject "Consequatvel vero duis praesent et duis ullamcorper sit praesent duis qui iusto esse. ";
+	nmo:plainTextMessageContent "Ut at blandit et qui erat. Vel euismod in tation ea ut. ".
+
+<urn:uuid:1942077327> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:226580678>;
+	nmo:sentDate "2008-07-23T15:49:15";
+	nmo:receivedDate "2008-07-23T15:49:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lessie trujillo ealorem net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:836592845>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ladonna jefferson consequatvelblandit eu"];
+	nmo:messageSubject "Nulla volutpat minim facilisis praesent lorem illum ex enim exerci quis te. ";
+	nmo:plainTextMessageContent "Suscipit et consequat elitsed aliquip amet ut ex duis autem iriure Utwisi tationullamcorper ipsum. ".
+
+<urn:uuid:1481422595> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:226580678>;
+	nmo:sentDate "2008-12-14T15:46:29";
+	nmo:receivedDate "2008-12-14T15:46:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lessie trujillo ealorem net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Lobortis dolore praesent vel lobortis augue diam vero vel ut nulla. ";
+	nmo:plainTextMessageContent "Nisl enim augue eros ex dolore lorem autem odio feugait tation nisl te qui. ".
+
+<urn:uuid:1405749864> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:226580678>;
+	nmo:sentDate "2008-05-20T15:50:12";
+	nmo:receivedDate "2008-05-20T15:50:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lessie trujillo ealorem net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Minim nisl facilisi etaccumsan eum consequatvel nisl iriure duis wisi velit ut praesent minim. ";
+	nmo:plainTextMessageContent "Ut nostrud facilisis luptatumzzril etaccumsan eum. ".
+
+<urn:uuid:1447148468> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:226580678>;
+	nmo:sentDate "2008-01-22T16:02:32";
+	nmo:receivedDate "2008-01-22T16:03:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lessie trujillo ealorem net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1128418759>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "emoriarty autemfeugiat net"];
+	nmo:messageSubject "Consequat dolore augue eros nulla. ";
+	nmo:plainTextMessageContent "Nostrud wisi in in laoreet facilisi veniamquis euismod nostrud euismod. Duis lorem enim aliquip quis suscipit et in vel nulla praesent consequat. ".
+
+<urn:uuid:967681444> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:226580678>;
+	nmo:sentDate "2008-09-25T15:42:50";
+	nmo:receivedDate "2008-09-25T15:43:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lessie trujillo ealorem net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Eros iustoodio vulputate in vel etaccumsan veniam molestie. ";
+	nmo:plainTextMessageContent "Esse eros minim minim quis exerci diam praesent duis eu feugait minim te nibh. ".
+
+<urn:uuid:17474637> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:226580678>;
+	nmo:sentDate "2009-02-03T15:51:33";
+	nmo:receivedDate "2009-02-03T15:51:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lessie trujillo ealorem net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisis te ut vero velit autem iriuredolor. ";
+	nmo:plainTextMessageContent "Odio ut ex facilisi eufeugiat velit exerci molestie adipiscing nisl duis iusto. ".
+
+<urn:uuid:1256646388> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:226580678>;
+	nmo:sentDate "2008-11-25T15:47:23";
+	nmo:receivedDate "2008-11-25T15:48:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lessie trujillo ealorem net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1322450359>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rvetter etiusto info"];
+	nmo:bcc <urn:uuid:1778057617>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rlange doloreufeugiat edu"];
+	nmo:messageSubject "Lobortis eros at blandit lobortis consequat euismod tation iriuredolor. ";
+	nmo:plainTextMessageContent "At suscipit et invulputate blandit autem ut veniamquis nulla. Consequatvel amet commodo nulla commodoconsequat elitsed consequat esse praesent blandit vulputate. ".
+
+<urn:uuid:1240756632> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:226580678>;
+	nmo:sentDate "2008-12-05T16:00:53";
+	nmo:receivedDate "2008-12-05T16:01:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lessie trujillo ealorem net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Volutpat eum minim eum consequat molestie aliquip ea. ";
+	nmo:plainTextMessageContent "Ut nostrud nonummy ad qui hendrerit ex esse iriuredolor feugait. Dignissim ad nonummy luptatumzzril euismod ut zzril blandit lobortis ea suscipit dolor qui. ".
+
+<urn:uuid:504034359> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:226580678>;
+	nmo:sentDate "2008-08-21T15:59:39";
+	nmo:receivedDate "2008-08-21T16:00:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lessie trujillo ealorem net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1400068801>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "eugene clemente tedolore gov"];
+	nmo:messageSubject "Autem nostrud veniam delenit feugait esse suscipit dolore accumsan facilisi nislut commodoconsequat iriuredolor nonummy. ";
+	nmo:plainTextMessageContent "Blandit adipiscing et zzril accumsan et esse molestie facilisis eum molestie qui. ".
+
+<urn:uuid:1757513926> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:226580678>;
+	nmo:sentDate "2009-01-09T15:57:47";
+	nmo:receivedDate "2009-01-09T15:58:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lessie trujillo ealorem net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:625405800>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "eroberson tefacilisis net"];
+	nmo:bcc <urn:uuid:510588939>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "zenaida vail diamenim net"];
+	nmo:messageSubject "Ad adipiscing odio enim dolor iriuredolor Utwisi duis ipsum laoreet facilisis ut. ";
+	nmo:plainTextMessageContent "Lobortis ipsum dolore quis luptatumzzril diam aliquip augue blandit ea vel nulla nibh. ".
+
+<urn:uuid:1378219377> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:226580678>;
+	nmo:sentDate "2008-09-30T15:47:16";
+	nmo:receivedDate "2008-09-30T15:47:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lessie trujillo ealorem net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:214097226>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rgant luptatumfeugait us"];
+	nmo:messageSubject "At dolore nulla iustoodio odio. ";
+	nmo:plainTextMessageContent "Veniam wisi ut eufeugiat luptatum. Duis odio ad dolore feugiat feugait augue ut exerci facilisi nulla iriuredolor consectetuer. ".
+
+<urn:uuid:745339124> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:226580678>;
+	nmo:sentDate "2008-05-15T15:29:09";
+	nmo:receivedDate "2008-05-15T15:29:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lessie trujillo ealorem net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1091309697>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rbearden doloremagnate gov"];
+	nmo:messageSubject "Vel lorem tation feugait accumsan volutpat feugait eros nulla ex. ";
+	nmo:plainTextMessageContent "Veniam lobortis erat eufeugiat dignissim lobortis dignissim. Te in aliquip eu molestie velit velit duis odio exerci. ".
+
+<urn:uuid:1834909236> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:226580678>;
+	nmo:sentDate "2009-02-02T15:54:01";
+	nmo:receivedDate "2009-02-02T15:54:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lessie trujillo ealorem net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:253585491>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rchisolm inqui info"];
+	nmo:bcc <urn:uuid:1894540643>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "winford espino utea info"];
+	nmo:messageSubject "At delenitaugue aliquip tation consequat ullamcorper nulla eum sit eum etaccumsan exerci delenit. ";
+	nmo:plainTextMessageContent "Eufeugiat lorem facilisis at iriure aliquip aliquip in ad dolore praesent dolore nulla vel. ".
+
+<urn:uuid:1557585693> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:226580678>;
+	nmo:sentDate "2008-03-13T15:25:21";
+	nmo:receivedDate "2008-03-13T15:25:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lessie trujillo ealorem net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1726606070>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "booker creel doloremagnavolutpat tv"];
+	nmo:bcc <urn:uuid:1157822663>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lstjohn suscipitvero tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Et enim diam nibh sit enim nonummy ad nulla praesent nulla. ";
+	nmo:plainTextMessageContent "Ad ut dolore ea diam volutpat diam. Duis iriuredolor aliquam nulla ut accumsan vulputate accumsan. ".
+
+<urn:uuid:1845402803> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:226580678>;
+	nmo:sentDate "2008-05-29T15:45:31";
+	nmo:receivedDate "2008-05-29T15:45:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lessie trujillo ealorem net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Autem vero vero eu. ";
+	nmo:plainTextMessageContent "Zzril aliquam eum in erat luptatum te. Exerci feugiat eum in vel nulla dignissim consequat nostrud ullamcorper. ".
+
+<urn:uuid:2104328639> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:226580678>;
+	nmo:sentDate "2008-10-16T16:03:18";
+	nmo:receivedDate "2008-10-16T16:03:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lessie trujillo ealorem net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Quis nisl amet autem consequat ad lorem esse dolore consequatvel feugait. ";
+	nmo:plainTextMessageContent "Ut nostrud qui nulla facilisis praesent doloremagna ut eros invulputate eum nostrud. ".
+
+<urn:uuid:692906499> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:226580678>;
+	nmo:sentDate "2008-07-21T15:22:06";
+	nmo:receivedDate "2008-07-21T15:22:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lessie trujillo ealorem net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "In dignissim augue minim esse. ";
+	nmo:plainTextMessageContent "Veniamquis hendrerit et nisl facilisi nulla ex iriuredolor augue dignissim iusto veniamquis nostrud et. ".
+
+<urn:uuid:1967075332> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:226580678>;
+	nmo:sentDate "2009-02-06T15:57:04";
+	nmo:receivedDate "2009-02-06T15:57:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lessie trujillo ealorem net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Velit vel dolor autem vulputate etaccumsan delenitaugue feugait. ";
+	nmo:plainTextMessageContent "Dignissim et facilisi ut. ".
+
+<urn:uuid:1910108643> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:226580678>;
+	nmo:sentDate "2008-07-11T15:59:45";
+	nmo:receivedDate "2008-07-11T15:59:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lessie trujillo ealorem net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1575495835>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "joshua fawcett etaccumsanquis info"];
+	nmo:bcc <urn:uuid:1782703076>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "velmore verosit eu"];
+	nmo:messageSubject "Praesent vero et te accumsan minim delenitaugue. ";
+	nmo:plainTextMessageContent "Dignissim enim dolor tincidunt feugait esse consequatvel lorem hendrerit dignissim. ".
+
+<urn:uuid:1941854480> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12158" ;
+	nco:locality "Selkirk" ;
+	nco:streetAddress "3643 Moore Trail" .
+
+<mailto:imarkham etaccumsandelenit us> a nco:EmailAddress; 
+	nco:emailAddress "imarkham etaccumsandelenit us".
+
+<urn:uuid:901699215> a nco:PersonContact; 
+	nco:fullname "Ike Markham";
+	nco:nameGiven "Ike";
+	nco:nameFamily "Markham";
+	nco:birthDate "1942-05-06";
+	nco:hasAffiliation "Securities Broker";
+	nco:hasEmailAddress <mailto:imarkham etaccumsandelenit us>;
+	nco:hasPostalAddress <urn:uuid:1941854480>.
+
+<urn:uuid:2105696886> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13218" ;
+	nco:locality "Syracuse" ;
+	nco:streetAddress "6085 Poplar Estates Way" .
+
+<mailto:nwright delenitaugueillum info> a nco:EmailAddress; 
+	nco:emailAddress "nwright delenitaugueillum info".
+
+<tel:+12035916046> a nco:PhoneNumber; 
+	nco:phoneNumber "(203)591-6046".
+
+<urn:uuid:357918690> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12035916046>]; 
+	nmo:duration 8; 
+	nmo:sentDate "2009-02-14T16:03:54". 
+
+<urn:uuid:283104575> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12035916046>]; 
+	nmo:duration 3; 
+	nmo:receivedDate "2008-09-04T15:38:04". 
+
+<urn:uuid:1204846310> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12035916046>]; 
+	nmo:duration 21; 
+	nmo:receivedDate "2008-09-21T15:59:14". 
+
+<urn:uuid:1878069815> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12035916046>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-05T15:13:40";
+	nmo:receivedDate "2009-02-16T16:01:59";
+	nmo:plainTextMessageContent "Esse lorem quis tationullamcorper ut commodoconsequat vulputate dignissim. Augue ut dignissim eros molestie vel ea. Aliquip esse qui nulla lobortis vero molestie lobortis dolor eum Utwisi dolore. Delenitaugue vel vero duis nostrud dolore ex. Odio tationullamcorper vero dolor nulla dolor dolore ut facilisi. ".
+
+<urn:uuid:631019091> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12035916046>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-08T15:23:07";
+	nmo:receivedDate "2008-11-24T16:05:21";
+	nmo:plainTextMessageContent "Qui elitsed invulputate autem exerci consequat dignissim feugiat. In feugiat nibh vulputate tincidunt veniam molestie in at. Accumsan in dignissim veniamquis. In ad esse nulla Utwisi facilisi tincidunt duis minim autem nislut illum. ".
+
+<urn:uuid:1796929888> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12035916046>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-16T16:10:39";
+	nmo:receivedDate "2008-07-17T16:00:48";
+	nmo:plainTextMessageContent "Feugiat duis delenit duis volutpat at zzril iriure feugait facilisis facilisi suscipit. Wisi veniam at suscipit odio iriuredolor Utwisi at te. Luptatum facilisis at dolore. At lobortis et minim delenitaugue ex dolore et. ".
+
+<urn:uuid:1606524925> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12035916046>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-30T15:14:18";
+	nmo:receivedDate "2009-01-27T15:12:20";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Nulla consectetuer commodoconsequat ad luptatumzzril. Esse odio autem ad. Lorem luptatum feugait nulla invulputate. Consequat eum veniam vel nonummy diam tincidunt. Erat molestie ipsum lobortis facilisi nulla te facilisis minim facilisis qui nulla consequatvel. ".
+
+<urn:uuid:118295690> a nco:PersonContact; 
+	nco:fullname "Nigel Wright";
+	nco:nameGiven "Nigel";
+	nco:nameFamily "Wright";
+	nco:birthDate "1942-04-26";
+	nco:hasAffiliation "Maintenance Repairer Industrial";
+	nco:hasEmailAddress <mailto:nwright delenitaugueillum info>;
+	nco:hasPhoneNumber <tel:+12035916046>;
+	nco:hasPostalAddress <urn:uuid:2105696886>.
+
+<urn:uuid:1431757201> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10036" ;
+	nco:locality "New York" ;
+	nco:streetAddress "290 Havershire Avenue" .
+
+<mailto:eroush quidiam net> a nco:EmailAddress; 
+	nco:emailAddress "eroush quidiam net".
+
+<urn:uuid:251092321> a nco:PersonContact; 
+	nco:fullname "Ella Roush";
+	nco:nameGiven "Ella";
+	nco:nameFamily "Roush";
+	nco:birthDate "1942-11-28";
+	nco:hasAffiliation "Designer Computer-Aided";
+	nco:hasEmailAddress <mailto:eroush quidiam net>;
+	nco:hasPostalAddress <urn:uuid:1431757201>.
+
+<urn:uuid:101372187> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15061" ;
+	nco:locality "Monaca" ;
+	nco:streetAddress "2762 Fiddlers Elbow Trail" .
+
+<mailto:janine rausch ullamcorperfeugait org> a nco:EmailAddress; 
+	nco:emailAddress "janine rausch ullamcorperfeugait org".
+
+<xmpp:janine rausch gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Janine Rausch" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Ea in ut in. " ;
+	nco:imID "janine rausch gmail com".
+
+<urn:uuid:79509349> a nco:PersonContact; 
+	nco:fullname "Janine Rausch";
+	nco:nameGiven "Janine";
+	nco:nameFamily "Rausch";
+	nco:birthDate "1943-02-27";
+	nco:hasAffiliation "Telephone Maintenance Mechanic";
+	nco:hasEmailAddress <mailto:janine rausch ullamcorperfeugait org>;
+	nco:hasIMAccount <xmpp:janine rausch gmail com>;
+	nco:hasPostalAddress <urn:uuid:101372187>.
+
+<urn:uuid:596189968> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14225" ;
+	nco:locality "Buffalo" ;
+	nco:streetAddress "809 Overlook Way" .
+
+<mailto:robert brock tinciduntlobortis net> a nco:EmailAddress; 
+	nco:emailAddress "robert brock tinciduntlobortis net".
+
+<tel:+15188496711> a nco:PhoneNumber; 
+	nco:phoneNumber "(518)849-6711".
+
+<urn:uuid:1931386741> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15188496711>]; 
+	nmo:duration 39; 
+	nmo:receivedDate "2008-11-13T15:41:59". 
+
+<urn:uuid:1934035274> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15188496711>]; 
+	nmo:duration 35; 
+	nmo:sentDate "2009-01-16T15:29:17". 
+
+<urn:uuid:1267073393> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15188496711>]; 
+	nmo:duration 26; 
+	nmo:receivedDate "2008-04-09T16:05:26". 
+
+<urn:uuid:515600545> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15188496711>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-24T15:19:28";
+	nmo:receivedDate "2008-09-14T15:47:54";
+	nmo:plainTextMessageContent "Zzril at facilisi praesent ea. Esse tation esse dignissim. Ullamcorper te diam ad. Etaccumsan eu nulla suscipit enim Utwisi. Amet odio iriure volutpat. ".
+
+<urn:uuid:728099961> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15188496711>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-09T15:58:13";
+	nmo:receivedDate "2008-09-24T16:10:56";
+	nmo:plainTextMessageContent "Blandit nulla vulputate minim praesent aliquam nonummy. Esse commodo ad nostrud veniam adipiscing facilisi nisl. Dignissim dolore blandit lobortis lorem consequat. Ad aliquip eum exerci iusto hendrerit. ".
+
+<urn:uuid:748841638> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15188496711>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-23T15:42:46";
+	nmo:receivedDate "2008-06-28T15:55:04";
+	nmo:plainTextMessageContent "Suscipit zzril velit ut aliquam vel eum. Euismod eros quis nostrud enim duis facilisi luptatum tincidunt autem. Consequatvel commodoconsequat feugait Utwisi qui praesent vero. Molestie ipsum feugait dolore eum iriure qui te wisi ipsum consequat eros iriuredolor. ".
+
+<urn:uuid:566919489> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15188496711>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-13T15:36:55";
+	nmo:receivedDate "2008-12-16T15:51:28";
+	nmo:plainTextMessageContent "Enim esse duis feugiat facilisi Utwisi feugait ut. Lobortis eros et duis dolore molestie feugait. Iriuredolor feugait nostrud nostrud aliquip duis. Laoreet ex luptatumzzril diam lorem erat. Feugait nibh molestie ut lorem consectetuer enim commodo illum feugait esse. Iriuredolor in qui duis Utwisi augue duis minim. Vulputate commodoconsequat autem illum augue et et eros eum suscipit veniamquis feugait etaccumsan. ".
+
+<urn:uuid:927661689> a nco:PersonContact; 
+	nco:fullname "Robert Brock";
+	nco:nameGiven "Robert";
+	nco:nameFamily "Brock";
+	nco:birthDate "1942-12-11";
+	nco:hasAffiliation "Marketing Representative";
+	nco:hasEmailAddress <mailto:robert brock tinciduntlobortis net>;
+	nco:hasPhoneNumber <tel:+15188496711>;
+	nco:hasPostalAddress <urn:uuid:596189968>.
+
+<urn:uuid:1225965104> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:685868645>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "In diam feugait etaccumsan. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-21T18:11:34"];
+	ncal:dtend [ncal:dateTime "2009-02-21T20:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:685868645>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1651115826> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10242" ;
+	nco:locality "New York" ;
+	nco:streetAddress "4961 Sanders Hill Lane" .
+
+<mailto:phillis caraway nislnulla tv> a nco:EmailAddress; 
+	nco:emailAddress "phillis caraway nislnulla tv".
+
+<urn:uuid:276106236> a nco:PersonContact; 
+	nco:fullname "Phillis Caraway";
+	nco:nameGiven "Phillis";
+	nco:nameFamily "Caraway";
+	nco:birthDate "1943-02-12";
+	nco:hasAffiliation "Operator Engine Lathe Setup";
+	nco:hasEmailAddress <mailto:phillis caraway nislnulla tv>;
+	nco:hasPostalAddress <urn:uuid:1651115826>.
+
+<urn:uuid:86769067> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03047" ;
+	nco:locality "Greenfield" ;
+	nco:streetAddress "808 Oak Run Drive" .
+
+<mailto:ruth maness etfeugait net> a nco:EmailAddress; 
+	nco:emailAddress "ruth maness etfeugait net".
+
+<urn:uuid:546596129> a nco:PersonContact; 
+	nco:fullname "Ruth Maness";
+	nco:nameGiven "Ruth";
+	nco:nameFamily "Maness";
+	nco:birthDate "1942-09-19";
+	nco:hasAffiliation "Attendant Coin-Operated Laundry";
+	nco:hasEmailAddress <mailto:ruth maness etfeugait net>;
+	nco:hasPostalAddress <urn:uuid:86769067>.
+
+<urn:uuid:632168005> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12441" ;
+	nco:locality "Highmount" ;
+	nco:streetAddress "1750 Pyron Oaks Cove" .
+
+<mailto:dcarrillo iriuredolorexerci eu> a nco:EmailAddress; 
+	nco:emailAddress "dcarrillo iriuredolorexerci eu".
+
+<urn:uuid:175555967> a nco:PersonContact; 
+	nco:fullname "Dorothea Carrillo";
+	nco:nameGiven "Dorothea";
+	nco:nameFamily "Carrillo";
+	nco:birthDate "1942-07-12";
+	nco:hasAffiliation "School Secretary";
+	nco:hasEmailAddress <mailto:dcarrillo iriuredolorexerci eu>;
+	nco:hasPostalAddress <urn:uuid:632168005>.
+
+<urn:uuid:248254335> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14207" ;
+	nco:locality "Buffalo" ;
+	nco:streetAddress "3329 Durley Lane" .
+
+<mailto:lcoleman feugaitqui us> a nco:EmailAddress; 
+	nco:emailAddress "lcoleman feugaitqui us".
+
+<urn:uuid:1662047041> a nco:PersonContact; 
+	nco:fullname "Luciano Coleman";
+	nco:nameGiven "Luciano";
+	nco:nameFamily "Coleman";
+	nco:birthDate "1942-08-05";
+	nco:hasAffiliation "Home Therapy Teacher";
+	nco:hasEmailAddress <mailto:lcoleman feugaitqui us>;
+	nco:hasPostalAddress <urn:uuid:248254335>.
+
+<urn:uuid:1637410922> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:268024555>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Vel ex Utwisi eros autem dignissim. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-20T20:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-20T21:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:268024555>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:2107558970> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15038" ;
+	nco:locality "Elrama" ;
+	nco:streetAddress "2421 Sunset Circle" .
+
+<mailto:lina nelson duisnulla com> a nco:EmailAddress; 
+	nco:emailAddress "lina nelson duisnulla com".
+
+<tel:+17746648298> a nco:PhoneNumber; 
+	nco:phoneNumber "(774)664-8298".
+
+<urn:uuid:2143612495> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17746648298>]; 
+	nmo:duration 45; 
+	nmo:receivedDate "2009-01-19T15:50:13". 
+
+<urn:uuid:1872842675> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17746648298>]; 
+	nmo:duration 3; 
+	nmo:receivedDate "2008-09-05T15:52:20". 
+
+<urn:uuid:444217135> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17746648298>]; 
+	nmo:duration 25; 
+	nmo:sentDate "2008-03-02T15:29:19". 
+
+<urn:uuid:515069609> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17746648298>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-28T15:48:51";
+	nmo:receivedDate "2008-09-20T15:34:19";
+	nmo:plainTextMessageContent "Tincidunt commodo esse Utwisi tationullamcorper dolor duis te duis. Feugiat ad nulla ea dignissim invulputate vel ea. Accumsan lorem eum ut diam illum nulla facilisis consequatvel eros enim eros nulla. Lorem at doloremagna nibh aliquam esse dolore consectetuer enim consequat autem duis. Consequatvel nisl iriuredolor dignissim nulla eu at feugait erat facilisi eu erat facilisis. Facilisi adipiscing qui dolore iusto Utwisi nislut et laoreet quis ex sit zzril. Molestie ea iriure nulla et molestie luptatum ad dolor ut nulla vel consequat. ".
+
+<urn:uuid:23676018> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17746648298>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-03T15:36:32";
+	nmo:receivedDate "2009-01-12T15:31:43";
+	nmo:plainTextMessageContent "Facilisis nostrud esse facilisis zzril dolore at veniam erat eufeugiat illum vel. Eum at feugait illum volutpat enim dolor qui eros nulla. Elitsed nostrud lobortis iustoodio praesent nulla te. Veniam tincidunt blandit exerci euismod ad minim commodoconsequat. Vel in delenitaugue exerci. Exerci nostrud iustoodio molestie eu facilisi at vel et consectetuer ea enim lobortis. Suscipit in zzril enim doloremagna. ".
+
+<urn:uuid:1711559948> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17746648298>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-25T15:24:25";
+	nmo:receivedDate "2008-11-16T15:50:05";
+	nmo:plainTextMessageContent "Eum velit molestie nulla accumsan veniamquis consequat commodoconsequat nulla nulla esse in suscipit. Facilisis blandit wisi feugait eu tation luptatum vero et doloremagna autem duis enim. Veniam aliquip duis vero. Et minim diam wisi nislut erat vel nisl autem duis invulputate volutpat. Molestie tation etaccumsan laoreet lorem autem ut eum duis minim etaccumsan elitsed blandit dignissim. ".
+
+<urn:uuid:1047122736> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17746648298>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-17T15:45:20";
+	nmo:receivedDate "2008-12-31T15:50:49";
+	nmo:plainTextMessageContent "Dolore lobortis consectetuer elitsed hendrerit tincidunt qui amet. At vero feugait veniamquis euismod nulla duis autem ut. Consequat eu delenitaugue doloremagna iriure diam. Vero nibh augue et diam ex consequatvel luptatumzzril amet dolore enim at nulla. Consectetuer vel ut exerci minim. Ad iriure iriuredolor dolore facilisis odio blandit praesent autem te nulla minim nisl. ".
+
+<urn:uuid:25438949> a nco:PersonContact; 
+	nco:fullname "Lina Nelson";
+	nco:nameGiven "Lina";
+	nco:nameFamily "Nelson";
+	nco:birthDate "1942-11-20";
+	nco:hasAffiliation "Vacuum Mold Machine Operator";
+	nco:hasEmailAddress <mailto:lina nelson duisnulla com>;
+	nco:hasPhoneNumber <tel:+17746648298>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:2107558970>.
+
+<urn:uuid:1930902187> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11375" ;
+	nco:locality "Forest Hills" ;
+	nco:streetAddress "9831 Orchard Grove Trail" .
+
+<mailto:george luster eaad edu> a nco:EmailAddress; 
+	nco:emailAddress "george luster eaad edu".
+
+<urn:uuid:567239536> a nco:PersonContact; 
+	nco:fullname "George Luster";
+	nco:nameGiven "George";
+	nco:nameFamily "Luster";
+	nco:birthDate "1942-09-10";
+	nco:hasAffiliation "Network Planning Analyst";
+	nco:hasEmailAddress <mailto:george luster eaad edu>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:1930902187>.
+
+<urn:uuid:2053631979> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13786" ;
+	nco:locality "Harpersfield" ;
+	nco:streetAddress "5381 Trail Hollow Street" .
+
+<mailto:gspivey facilisiquis org> a nco:EmailAddress; 
+	nco:emailAddress "gspivey facilisiquis org".
+
+<tel:+14751734753> a nco:PhoneNumber; 
+	nco:phoneNumber "(475)173-4753".
+
+<urn:uuid:144680388> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14751734753>]; 
+	nmo:duration 16; 
+	nmo:receivedDate "2008-07-01T15:29:33". 
+
+<urn:uuid:1803426718> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14751734753>]; 
+	nmo:duration 48; 
+	nmo:receivedDate "2008-07-13T15:50:07". 
+
+<urn:uuid:988136684> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14751734753>]; 
+	nmo:duration 38; 
+	nmo:sentDate "2008-04-12T15:48:47". 
+
+<urn:uuid:159254202> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14751734753>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-04T16:06:54";
+	nmo:receivedDate "2008-08-30T15:47:40";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Duis autem lorem vero laoreet. Diam dolore erat ut ex. Et vulputate iriure nulla feugiat ea veniamquis facilisis in tation aliquam facilisi aliquip. Consequat iriure nisl invulputate delenit nulla feugait at suscipit facilisis. Luptatum facilisis tation duis dolore qui dignissim vel volutpat duis at augue iustoodio ut. ".
+
+<urn:uuid:299779365> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14751734753>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-26T15:17:15";
+	nmo:receivedDate "2008-08-10T15:53:23";
+	nmo:plainTextMessageContent "Blandit quis erat tationullamcorper exerci ipsum enim erat commodo accumsan facilisis invulputate luptatum blandit. In delenitaugue etaccumsan ut lobortis exerci. Illum quis duis hendrerit vero iusto esse. Etaccumsan ipsum suscipit erat molestie hendrerit te. Qui minim autem nislut laoreet et erat dolore in doloremagna. Vulputate minim tation vel. ".
+
+<urn:uuid:1134564778> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14751734753>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-08T15:46:24";
+	nmo:receivedDate "2008-08-12T15:42:05";
+	nmo:plainTextMessageContent "Praesent velit erat consequat ea esse nostrud diam te. Wisi dolore minim dolore vel. Eros quis dolor praesent autem. Nisl delenit hendrerit molestie aliquip duis in molestie odio veniam. Diam at tationullamcorper facilisi zzril eufeugiat wisi. Duis exerci eros facilisis nulla iriuredolor. ".
+
+<urn:uuid:2001855733> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14751734753>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-20T15:14:03";
+	nmo:receivedDate "2008-04-10T15:58:09";
+	nmo:plainTextMessageContent "Delenit at tincidunt augue doloremagna illum facilisi. Iriuredolor etaccumsan dolore iriuredolor dolor lorem odio consequat. Facilisis esse ipsum dolor autem aliquam iustoodio ex molestie zzril Utwisi. Odio dolore nulla autem suscipit illum quis nonummy sit in consectetuer dolor aliquip. Veniam praesent erat erat. Veniam consequat odio accumsan praesent dolore autem eum at accumsan. Vel feugiat nostrud praesent commodo dolore ut facilisi. ".
+
+<urn:uuid:1064068661> a nco:PersonContact; 
+	nco:fullname "Glenna Spivey";
+	nco:nameGiven "Glenna";
+	nco:nameFamily "Spivey";
+	nco:birthDate "1942-11-21";
+	nco:hasAffiliation "Installer Automobile Accessories";
+	nco:hasEmailAddress <mailto:gspivey facilisiquis org>;
+	nco:hasPhoneNumber <tel:+14751734753>;
+	nco:hasPostalAddress <urn:uuid:2053631979>.
+
+<urn:uuid:1642274529> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:69420491>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Nulla dignissim dolore dolore duis feugiat at Utwisi vel dolore in volutpat te lorem. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-09T17:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-09T18:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:69420491>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:569677816> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02031" ;
+	nco:locality "East Mansfield" ;
+	nco:streetAddress "7610 Sibelius Drive" .
+
+<mailto:constance clemmons aliquipconsequatvel eu> a nco:EmailAddress; 
+	nco:emailAddress "constance clemmons aliquipconsequatvel eu".
+
+<urn:uuid:185992709> a nco:PersonContact; 
+	nco:fullname "Constance Clemmons";
+	nco:nameGiven "Constance";
+	nco:nameFamily "Clemmons";
+	nco:birthDate "1942-11-16";
+	nco:hasAffiliation "Computer Information Scientist";
+	nco:hasEmailAddress <mailto:constance clemmons aliquipconsequatvel eu>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:569677816>.
+
+<urn:uuid:90720194> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:185992709>;
+	nmo:sentDate "2008-10-15T15:24:00";
+	nmo:receivedDate "2008-10-15T15:24:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "constance clemmons aliquipconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Aliquip zzril qui commodoconsequat facilisi hendrerit dignissim facilisi nostrud ut dignissim vel autem. ";
+	nmo:plainTextMessageContent "Nulla Utwisi commodo et feugait praesent enim hendrerit consequat iriure nostrud. Nulla veniamquis odio duis odio quis dolore at iriure ea facilisi delenitaugue feugait. ".
+
+<urn:uuid:1243568173> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:185992709>;
+	nmo:sentDate "2008-09-28T15:12:50";
+	nmo:receivedDate "2008-09-28T15:13:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "constance clemmons aliquipconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1613868251>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kelli fitzpatrick nostrudaugue net"];
+	nmo:bcc <urn:uuid:1143837544>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "vito stanfield nisldolore eu"];
+	nmo:messageSubject "Consectetuer delenitaugue ad dignissim tincidunt odio duis. ";
+	nmo:plainTextMessageContent "Dolor illum sit suscipit et nulla eros hendrerit iusto. ".
+
+<urn:uuid:1153114540> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:185992709>;
+	nmo:sentDate "2008-09-14T15:26:51";
+	nmo:receivedDate "2008-09-14T15:27:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "constance clemmons aliquipconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:397548624>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bsellars erossuscipit tv"];
+	nmo:bcc <urn:uuid:1243773778>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "jfurlong dignissimet us"];
+	nmo:messageSubject "Lorem hendrerit commodo lobortis ea qui ad erat. ";
+	nmo:plainTextMessageContent "Esse iusto duis aliquam ad ullamcorper erat in. Delenit dolor autem praesent in blandit commodo ad illum eum duis. ".
+
+<urn:uuid:77393825> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:185992709>;
+	nmo:sentDate "2009-02-13T15:21:13";
+	nmo:receivedDate "2009-02-13T15:21:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "constance clemmons aliquipconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Tincidunt ut et commodoconsequat autem lobortis veniamquis autem minim feugait quis. ";
+	nmo:plainTextMessageContent "Velit duis wisi consectetuer illum duis nulla ea. ".
+
+<urn:uuid:330188079> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:185992709>;
+	nmo:sentDate "2008-08-19T15:40:30";
+	nmo:receivedDate "2008-08-19T15:41:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "constance clemmons aliquipconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Hendrerit quis praesent elitsed exerci iriuredolor commodoconsequat ea dolore facilisis nibh. ";
+	nmo:plainTextMessageContent "Te ut nostrud nislut ut exerci lobortis eum ut vel feugiat autem. Ex vero facilisis augue ut etaccumsan duis. ".
+
+<urn:uuid:939646238> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:185992709>;
+	nmo:sentDate "2008-12-02T15:27:28";
+	nmo:receivedDate "2008-12-02T15:27:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "constance clemmons aliquipconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Vel dolor aliquip in elitsed feugait praesent esse. ";
+	nmo:plainTextMessageContent "Invulputate autem nisl ipsum consectetuer quis ex. ".
+
+<urn:uuid:856351212> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:185992709>;
+	nmo:sentDate "2009-01-21T16:09:48";
+	nmo:receivedDate "2009-01-21T16:10:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "constance clemmons aliquipconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:226580678>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lessie trujillo ealorem net"];
+	nmo:messageSubject "Illum diam delenitaugue hendrerit. ";
+	nmo:plainTextMessageContent "Nonummy amet Utwisi hendrerit dolore in doloremagna in consectetuer facilisis ex. Elitsed commodo dolore duis quis erat euismod consectetuer exerci ea dolore eum eufeugiat facilisis. ".
+
+<urn:uuid:612687267> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:185992709>;
+	nmo:sentDate "2008-05-11T15:36:26";
+	nmo:receivedDate "2008-05-11T15:36:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "constance clemmons aliquipconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:738846557>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "alfred boudreau volutpatsit eu"];
+	nmo:messageSubject "Dolore commodoconsequat duis feugait eros tationullamcorper. ";
+	nmo:plainTextMessageContent "Dignissim eu praesent diam minim te. ".
+
+<urn:uuid:1194267593> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:185992709>;
+	nmo:sentDate "2008-12-31T15:28:18";
+	nmo:receivedDate "2008-12-31T15:28:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "constance clemmons aliquipconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Wisi in duis ullamcorper lobortis sit enim. ";
+	nmo:plainTextMessageContent "Veniam dolor quis elitsed. Autem tincidunt in minim odio wisi dolore eros exerci illum eum facilisis. ".
+
+<urn:uuid:740390833> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:185992709>;
+	nmo:sentDate "2009-01-28T15:54:43";
+	nmo:receivedDate "2009-01-28T15:55:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "constance clemmons aliquipconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1169442880>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "wkozak odionulla us"];
+	nmo:messageSubject "Facilisis enim doloremagna iustoodio. ";
+	nmo:plainTextMessageContent "Dolore eum ut ea minim duis dignissim aliquip ut velit dolore ut commodo ad. ".
+
+<urn:uuid:1296882296> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:185992709>;
+	nmo:sentDate "2008-02-06T15:53:38";
+	nmo:receivedDate "2008-02-06T15:54:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "constance clemmons aliquipconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Feugiat dignissim ex ullamcorper accumsan facilisi ad et. ";
+	nmo:plainTextMessageContent "Velit illum delenitaugue laoreet duis aliquip. ".
+
+<urn:uuid:1956472802> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:185992709>;
+	nmo:sentDate "2009-01-26T15:16:15";
+	nmo:receivedDate "2009-01-26T15:16:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "constance clemmons aliquipconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2132929195>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "phuntley lobortiset gov"];
+	nmo:bcc <urn:uuid:1135865963>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lsoares verovelit com"];
+	nmo:messageSubject "Nostrud ut lorem Utwisi luptatum et dolor. ";
+	nmo:plainTextMessageContent "Tation dolore nostrud duis augue invulputate exerci ut feugait. Duis facilisis facilisis delenitaugue etaccumsan quis. ".
+
+<urn:uuid:1285984228> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10557" ;
+	nco:locality "Mount Vernon" ;
+	nco:streetAddress "3089 Cranberry Hill Avenue" .
+
+<mailto:nereida boudreau zzrilamet us> a nco:EmailAddress; 
+	nco:emailAddress "nereida boudreau zzrilamet us".
+
+<xmpp:nereida boudreau gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Nereida Boudreau" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Iriure eros ullamcorper exerci exerci illum nibh et lorem nostrud invulputate nisl dignissim minim. " ;
+	nco:imID "nereida boudreau gmail com".
+
+<urn:uuid:343839595> a nco:PersonContact; 
+	nco:fullname "Nereida Boudreau";
+	nco:nameGiven "Nereida";
+	nco:nameFamily "Boudreau";
+	nco:birthDate "1942-12-20";
+	nco:hasAffiliation "Personnel Manager Employee Relations";
+	nco:hasEmailAddress <mailto:nereida boudreau zzrilamet us>;
+	nco:hasIMAccount <xmpp:nereida boudreau gmail com>;
+	nco:hasPostalAddress <urn:uuid:1285984228>.
+
+<urn:uuid:278986903> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07457" ;
+	nco:locality "Riverdale" ;
+	nco:streetAddress "7982 Ilo Trail" .
+
+<mailto:ben lunsford dignissimqui net> a nco:EmailAddress; 
+	nco:emailAddress "ben lunsford dignissimqui net".
+
+<urn:uuid:1127959177> a nco:PersonContact; 
+	nco:fullname "Ben Lunsford";
+	nco:nameGiven "Ben";
+	nco:nameFamily "Lunsford";
+	nco:birthDate "1942-03-14";
+	nco:hasAffiliation "Manager Telemarketing";
+	nco:hasEmailAddress <mailto:ben lunsford dignissimqui net>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:278986903>.
+
+<urn:uuid:1003277067> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08817" ;
+	nco:locality "Edison" ;
+	nco:streetAddress "9412 Tanoak Way" .
+
+<mailto:dsaxton adipiscingautem info> a nco:EmailAddress; 
+	nco:emailAddress "dsaxton adipiscingautem info".
+
+<tel:+12076491141> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)649-1141".
+
+<urn:uuid:1458735190> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12076491141>]; 
+	nmo:duration 18; 
+	nmo:sentDate "2008-08-27T15:24:20". 
+
+<urn:uuid:1772825198> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12076491141>]; 
+	nmo:duration 11; 
+	nmo:sentDate "2008-08-16T16:05:25". 
+
+<urn:uuid:1932431853> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12076491141>]; 
+	nmo:duration 23; 
+	nmo:receivedDate "2008-12-18T15:43:02". 
+
+<urn:uuid:350164664> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12076491141>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-10T15:34:56";
+	nmo:receivedDate "2008-12-28T15:32:40";
+	nmo:plainTextMessageContent "Erat in zzril adipiscing illum in ea nulla ex euismod laoreet enim. Blandit duis minim vulputate consequat iriuredolor odio nulla enim ut iusto aliquip ex. Et facilisi praesent et qui esse ipsum eum enim luptatum autem nisl. Blandit minim quis vel molestie. Facilisi dignissim volutpat sit te eros ea facilisis duis Utwisi vel ex hendrerit delenit. Te sit ut hendrerit luptatumzzril feugait feugait. ".
+
+<urn:uuid:1068851694> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12076491141>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-28T15:29:56";
+	nmo:receivedDate "2009-01-22T15:24:09";
+	nmo:plainTextMessageContent "Laoreet doloremagna luptatum veniamquis nostrud. Commodoconsequat delenit hendrerit duis nostrud delenitaugue. Consequatvel commodo vel ad ad consequat nislut ex tationullamcorper vel invulputate luptatumzzril velit etaccumsan. Dolor consequatvel feugait vero nislut duis enim eros commodoconsequat duis consequat accumsan. ".
+
+<urn:uuid:1705490617> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12076491141>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-01T15:55:00";
+	nmo:receivedDate "2008-05-12T15:26:51";
+	nmo:plainTextMessageContent "Sit exerci vel enim duis facilisi facilisi te dolore dolor exerci praesent accumsan. Veniamquis in volutpat elitsed vero augue. Vel minim consequatvel ex. Nisl hendrerit feugait iriure etaccumsan zzril ut tincidunt. Tationullamcorper consequat facilisis ex exerci eros duis lobortis eum odio ex lobortis veniam. Iriure eum nibh nibh enim nisl vulputate duis elitsed velit lorem delenit suscipit vel. ".
+
+<urn:uuid:699373803> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12076491141>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-11T15:55:18";
+	nmo:receivedDate "2008-09-09T15:11:53";
+	nmo:plainTextMessageContent "Eufeugiat odio iusto hendrerit suscipit molestie ex velit. Et aliquip diam delenitaugue iriure aliquip enim diam odio. Veniam aliquip nulla wisi delenit veniamquis iusto suscipit te nulla. Enim nulla in dolore enim lorem dignissim veniam in invulputate ut esse. Nibh te minim ut ex eum adipiscing lobortis ut Utwisi illum praesent. ".
+
+<urn:uuid:1558353549> a nco:PersonContact; 
+	nco:fullname "Delbert Saxton";
+	nco:nameGiven "Delbert";
+	nco:nameFamily "Saxton";
+	nco:birthDate "1943-01-14";
+	nco:hasAffiliation "General Helper";
+	nco:hasEmailAddress <mailto:dsaxton adipiscingautem info>;
+	nco:hasPhoneNumber <tel:+12076491141>;
+	nco:hasPostalAddress <urn:uuid:1003277067>.
+
+<urn:uuid:84877369> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:821096230>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Nulla nostrud tincidunt facilisis. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-05T13:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-05T14:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:821096230>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:849022778> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "RI" ;
+	nco:postalcode "02833" ;
+	nco:locality "Hopkinton" ;
+	nco:streetAddress "2445 Tuscany Parkway" .
+
+<mailto:jerald blackburn etet info> a nco:EmailAddress; 
+	nco:emailAddress "jerald blackburn etet info".
+
+<xmpp:jerald blackburn gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Jerald Blackburn" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Suscipit ullamcorper duis luptatumzzril in ut duis enim iriuredolor blandit blandit. " ;
+	nco:imID "jerald blackburn gmail com".
+
+<urn:uuid:902838565> a nco:PersonContact; 
+	nco:fullname "Jerald Blackburn";
+	nco:nameGiven "Jerald";
+	nco:nameFamily "Blackburn";
+	nco:birthDate "1942-07-24";
+	nco:hasAffiliation "Physician Radiologist Diagnostic";
+	nco:hasEmailAddress <mailto:jerald blackburn etet info>;
+	nco:hasIMAccount <xmpp:jerald blackburn gmail com>;
+	nco:hasPostalAddress <urn:uuid:849022778>.
+
+<urn:uuid:1111478895> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01014" ;
+	nco:locality "Chicopee" ;
+	nco:streetAddress "3294 Normandy Way" .
+
+<mailto:dwillingham erosconsequatvel tv> a nco:EmailAddress; 
+	nco:emailAddress "dwillingham erosconsequatvel tv".
+
+<urn:uuid:1132067023> a nco:PersonContact; 
+	nco:fullname "Dorene Willingham";
+	nco:nameGiven "Dorene";
+	nco:nameFamily "Willingham";
+	nco:birthDate "1942-07-10";
+	nco:hasAffiliation "Medical Physicist";
+	nco:hasEmailAddress <mailto:dwillingham erosconsequatvel tv>;
+	nco:hasPostalAddress <urn:uuid:1111478895>.
+
+<urn:uuid:591800414> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1874453476>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Esse enim etaccumsan esse facilisi autem dolor vel duis lobortis at tationullamcorper. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-13T13:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-13T13:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1874453476>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1559174316> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13303" ;
+	nco:locality "Ava" ;
+	nco:streetAddress "6240 Circleshade Avenue" .
+
+<mailto:len roussel eueum eu> a nco:EmailAddress; 
+	nco:emailAddress "len roussel eueum eu".
+
+<tel:+13479394978> a nco:PhoneNumber; 
+	nco:phoneNumber "(347)939-4978".
+
+<urn:uuid:448590664> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13479394978>]; 
+	nmo:duration 48; 
+	nmo:receivedDate "2008-05-12T15:29:13". 
+
+<urn:uuid:1702041407> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13479394978>]; 
+	nmo:duration 24; 
+	nmo:sentDate "2008-02-10T15:20:18". 
+
+<urn:uuid:801680212> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13479394978>]; 
+	nmo:duration 20; 
+	nmo:receivedDate "2009-01-30T15:18:16". 
+
+<urn:uuid:452009995> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13479394978>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-21T15:22:52";
+	nmo:receivedDate "2008-08-14T15:11:49";
+	nmo:plainTextMessageContent "Enim consequat minim minim eu ullamcorper vel ipsum nibh. Sit lobortis vel dolore consequatvel qui iriuredolor vero lorem feugiat te velit elitsed esse. Blandit invulputate ad nibh in praesent ea et eum minim eros facilisis iriuredolor. Lobortis vulputate facilisi ipsum velit amet in et. Euismod amet dolor duis vero consectetuer hendrerit. Commodo aliquip wisi duis erat adipiscing enim facilisis. ".
+
+<urn:uuid:793050596> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13479394978>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-07T15:19:30";
+	nmo:receivedDate "2008-07-17T15:42:37";
+	nmo:plainTextMessageContent "Nulla erat ea aliquip enim esse iusto minim et eu nibh. Eum commodoconsequat in at eufeugiat ut vulputate dolore autem ad tation illum. Ex nulla veniam illum vel ipsum molestie minim ullamcorper nibh te esse eros vero. Laoreet in eros iriuredolor dignissim illum sit duis. Dolore et consequat at dolore facilisi te dolore at. Doloremagna consequat vel sit. ".
+
+<urn:uuid:902234224> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13479394978>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-12T15:50:18";
+	nmo:receivedDate "2008-08-12T16:01:12";
+	nmo:plainTextMessageContent "Ullamcorper eufeugiat feugait at aliquip. Illum nibh dolor dolore et ad. Nulla ut te iusto. Autem minim eufeugiat at dignissim dolor dolor dignissim. Consequat enim dolore ut dolore. Luptatum diam nulla accumsan eu ea nibh. Wisi at vero elitsed ut euismod doloremagna consequat nislut Utwisi nislut feugait eros invulputate. ".
+
+<urn:uuid:874139104> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13479394978>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-04T15:58:10";
+	nmo:receivedDate "2008-11-05T15:26:08";
+	nmo:plainTextMessageContent "Velit in enim dignissim delenitaugue at in esse adipiscing facilisi veniamquis nulla. Dignissim doloremagna velit accumsan te feugiat facilisi minim consectetuer duis hendrerit veniamquis ea. Nostrud praesent dolor facilisis iriuredolor blandit vel tationullamcorper dolore vero nibh minim. Commodo dolore laoreet facilisi vel ad aliquam aliquip ad ut minim eum eros. Sit nulla invulputate nibh nisl iustoodio eufeugiat. ".
+
+<urn:uuid:415505509> a nco:PersonContact; 
+	nco:fullname "Len Roussel";
+	nco:nameGiven "Len";
+	nco:nameFamily "Roussel";
+	nco:birthDate "1942-07-27";
+	nco:hasAffiliation "Linen Room Attendant";
+	nco:hasEmailAddress <mailto:len roussel eueum eu>;
+	nco:hasPhoneNumber <tel:+13479394978>;
+	nco:hasPostalAddress <urn:uuid:1559174316>.
+
+<urn:uuid:215686648> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "00501" ;
+	nco:locality "Holtsville" ;
+	nco:streetAddress "9548 Sibelius Way" .
+
+<mailto:fritz stowe Utwisiblandit tv> a nco:EmailAddress; 
+	nco:emailAddress "fritz stowe Utwisiblandit tv".
+
+<urn:uuid:501138423> a nco:PersonContact; 
+	nco:fullname "Fritz Stowe";
+	nco:nameGiven "Fritz";
+	nco:nameFamily "Stowe";
+	nco:birthDate "1942-07-09";
+	nco:hasAffiliation "Webmaster";
+	nco:hasEmailAddress <mailto:fritz stowe Utwisiblandit tv>;
+	nco:hasPostalAddress <urn:uuid:215686648>.
+
+<urn:uuid:760979699> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15364" ;
+	nco:locality "Sycamore" ;
+	nco:streetAddress "6945 Adeline Cove" .
+
+<mailto:tomas downs praesentnisl net> a nco:EmailAddress; 
+	nco:emailAddress "tomas downs praesentnisl net".
+
+<urn:uuid:1750306061> a nco:PersonContact; 
+	nco:fullname "Tomas Downs";
+	nco:nameGiven "Tomas";
+	nco:nameFamily "Downs";
+	nco:birthDate "1943-01-23";
+	nco:hasAffiliation "Cook Fast Food";
+	nco:hasEmailAddress <mailto:tomas downs praesentnisl net>;
+	nco:hasPostalAddress <urn:uuid:760979699>.
+
+<urn:uuid:2143026135> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07602" ;
+	nco:locality "Hackensack" ;
+	nco:streetAddress "8245 Heifort Trail" .
+
+<mailto:gerry mccurry utexerci eu> a nco:EmailAddress; 
+	nco:emailAddress "gerry mccurry utexerci eu".
+
+<urn:uuid:1549636460> a nco:PersonContact; 
+	nco:fullname "Gerry Mccurry";
+	nco:nameGiven "Gerry";
+	nco:nameFamily "Mccurry";
+	nco:birthDate "1943-02-09";
+	nco:hasAffiliation "School Administrator (Primary/High School)";
+	nco:hasEmailAddress <mailto:gerry mccurry utexerci eu>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:2143026135>.
+
+<urn:uuid:1557714433> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14061" ;
+	nco:locality "Farnham" ;
+	nco:streetAddress "5938 Seeley Lane" .
+
+<mailto:douglas duarte adeuismod net> a nco:EmailAddress; 
+	nco:emailAddress "douglas duarte adeuismod net".
+
+<urn:uuid:1068615133> a nco:PersonContact; 
+	nco:fullname "Douglas Duarte";
+	nco:nameGiven "Douglas";
+	nco:nameFamily "Duarte";
+	nco:birthDate "1942-12-22";
+	nco:hasAffiliation "Hospital Diet Clerk";
+	nco:hasEmailAddress <mailto:douglas duarte adeuismod net>;
+	nco:hasPostalAddress <urn:uuid:1557714433>.
+
+<urn:uuid:1416415271> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1068615133>;
+	nmo:sentDate "2008-10-29T15:55:45";
+	nmo:receivedDate "2008-10-29T15:56:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "douglas duarte adeuismod net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1400004387>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "catalina ornelas quisad info"];
+	nmo:messageSubject "Feugait eros amet in ullamcorper. ";
+	nmo:plainTextMessageContent "Ad molestie ad et suscipit volutpat vero qui et consequat dolor wisi aliquam. Laoreet luptatum et euismod veniamquis consequat enim in facilisis aliquip dignissim facilisis. ".
+
+<urn:uuid:711810467> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1068615133>;
+	nmo:sentDate "2008-04-14T15:36:48";
+	nmo:receivedDate "2008-04-14T15:37:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "douglas duarte adeuismod net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Volutpat tation elitsed consequat commodoconsequat eu facilisis duis vulputate. ";
+	nmo:plainTextMessageContent "Enim enim molestie consequat duis et ex vero lorem. Nisl adipiscing volutpat veniam eum consequat feugiat consequatvel in nisl. ".
+
+<urn:uuid:1582761483> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1068615133>;
+	nmo:sentDate "2008-06-16T16:10:37";
+	nmo:receivedDate "2008-06-16T16:11:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "douglas duarte adeuismod net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Suscipit at et dignissim qui lobortis. ";
+	nmo:plainTextMessageContent "Dolor te hendrerit nulla illum eu Utwisi vel eum duis adipiscing diam autem minim. ".
+
+<urn:uuid:1069749615> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1068615133>;
+	nmo:sentDate "2009-01-28T15:50:30";
+	nmo:receivedDate "2009-01-28T15:50:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "douglas duarte adeuismod net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:478781953>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ncrisp loremdoloremagna gov"];
+	nmo:messageSubject "Aliquip te blandit dolore vel. ";
+	nmo:plainTextMessageContent "Et erat ad invulputate ad molestie. Eum vero minim velit at te et lorem vulputate doloremagna blandit ad. ".
+
+<urn:uuid:2101241221> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1068615133>;
+	nmo:sentDate "2008-05-01T15:41:22";
+	nmo:receivedDate "2008-05-01T15:41:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "douglas duarte adeuismod net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dignissim hendrerit ipsum lobortis vero aliquip ut lorem praesent facilisi. ";
+	nmo:plainTextMessageContent "Vel praesent odio illum. ".
+
+<urn:uuid:1401159346> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1068615133>;
+	nmo:sentDate "2008-01-30T15:50:25";
+	nmo:receivedDate "2008-01-30T15:51:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "douglas duarte adeuismod net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1400004387>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "catalina ornelas quisad info"];
+	nmo:messageSubject "In Utwisi autem iriuredolor facilisi esse hendrerit exerci illum. ";
+	nmo:plainTextMessageContent "Dolore vero esse aliquip. Zzril lorem dolore commodo elitsed facilisis sit eufeugiat eros iriuredolor. ".
+
+<urn:uuid:1339460863> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1068615133>;
+	nmo:sentDate "2008-08-18T15:15:56";
+	nmo:receivedDate "2008-08-18T15:16:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "douglas duarte adeuismod net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1132553444>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dennis harter lobortiset com"];
+	nmo:messageSubject "Vel aliquam luptatum veniam consequat autem et vero dolor nisl aliquip dolore dolore. ";
+	nmo:plainTextMessageContent "Esse ad consequat zzril esse feugiat lobortis dolore ea iriure. ".
+
+<urn:uuid:108067670> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1068615133>;
+	nmo:sentDate "2008-05-12T15:52:34";
+	nmo:receivedDate "2008-05-12T15:53:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "douglas duarte adeuismod net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Illum aliquip Utwisi laoreet te te nostrud consequat dignissim. ";
+	nmo:plainTextMessageContent "Nonummy nibh eros enim invulputate enim tationullamcorper vel tincidunt ipsum. Ea molestie blandit nulla tationullamcorper enim consequatvel invulputate erat nislut illum iustoodio. ".
+
+<urn:uuid:553769866> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1068615133>;
+	nmo:sentDate "2008-02-05T15:39:11";
+	nmo:receivedDate "2008-02-05T15:40:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "douglas duarte adeuismod net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:744511026>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "cristopher vann veroUtwisi info"];
+	nmo:messageSubject "Nibh erat facilisis veniam erat esse autem. ";
+	nmo:plainTextMessageContent "Autem eufeugiat praesent volutpat. ".
+
+<urn:uuid:773460613> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1068615133>;
+	nmo:sentDate "2008-06-27T15:16:58";
+	nmo:receivedDate "2008-06-27T15:17:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "douglas duarte adeuismod net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:376019423>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bdeyoung hendreritblandit info"];
+	nmo:bcc <urn:uuid:554897463>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lfreund duislobortis net"];
+	nmo:messageSubject "Sit velit hendrerit eufeugiat in eum odio volutpat veniamquis nisl. ";
+	nmo:plainTextMessageContent "Praesent nostrud euismod consectetuer lorem suscipit enim blandit esse te duis eros. ".
+
+<urn:uuid:1597339118> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1068615133>;
+	nmo:sentDate "2009-02-17T15:33:09";
+	nmo:receivedDate "2009-02-17T15:33:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "douglas duarte adeuismod net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1717832073>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "vtracey doloreiriuredolor info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Nostrud blandit blandit nulla feugait consectetuer delenit eros dolore veniam vero duis odio. ";
+	nmo:plainTextMessageContent "Ullamcorper ad eu blandit illum exerci sit eu exerci sit. Exerci eu qui enim nostrud duis et odio. ".
+
+<urn:uuid:1807640553> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07197" ;
+	nco:locality "Newark" ;
+	nco:streetAddress "8195 Glenchester Lane" .
+
+<mailto:gerardo salcido blanditesse com> a nco:EmailAddress; 
+	nco:emailAddress "gerardo salcido blanditesse com".
+
+<urn:uuid:1712900101> a nco:PersonContact; 
+	nco:fullname "Gerardo Salcido";
+	nco:nameGiven "Gerardo";
+	nco:nameFamily "Salcido";
+	nco:birthDate "1942-09-14";
+	nco:hasAffiliation "Ship Officer";
+	nco:hasEmailAddress <mailto:gerardo salcido blanditesse com>;
+	nco:hasPostalAddress <urn:uuid:1807640553>.
+
+<urn:uuid:783831974> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06926" ;
+	nco:locality "Stamford" ;
+	nco:streetAddress "5824 Pridalea Way" .
+
+<mailto:rharley delenitauguedolor edu> a nco:EmailAddress; 
+	nco:emailAddress "rharley delenitauguedolor edu".
+
+<tel:+16313759624> a nco:PhoneNumber; 
+	nco:phoneNumber "(631)375-9624".
+
+<urn:uuid:503291101> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16313759624>]; 
+	nmo:duration 27; 
+	nmo:sentDate "2008-07-30T15:43:49". 
+
+<urn:uuid:2016384571> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16313759624>]; 
+	nmo:duration 33; 
+	nmo:receivedDate "2009-01-27T15:15:14". 
+
+<urn:uuid:834268531> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16313759624>]; 
+	nmo:duration 20; 
+	nmo:receivedDate "2009-01-16T15:37:43". 
+
+<urn:uuid:1698110966> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16313759624>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-14T15:15:46";
+	nmo:receivedDate "2008-08-22T16:02:08";
+	nmo:plainTextMessageContent "Etaccumsan ipsum consequatvel vero at dolore tationullamcorper dolor. Nostrud ad autem lobortis nulla nislut iriuredolor nonummy volutpat lobortis erat. Eu consequatvel elitsed ad ex etaccumsan minim eros blandit. Et dignissim lobortis velit iusto minim autem. ".
+
+<urn:uuid:785517078> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16313759624>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-20T16:10:35";
+	nmo:receivedDate "2008-11-12T15:15:30";
+	nmo:plainTextMessageContent "Iriuredolor praesent dolore consequatvel. Lobortis dolore tincidunt ad consequatvel praesent ad suscipit illum. Iriure dignissim vel et. Illum vel feugait nislut. ".
+
+<urn:uuid:2086149477> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16313759624>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-22T15:53:11";
+	nmo:receivedDate "2008-02-13T15:56:39";
+	nmo:plainTextMessageContent "Delenitaugue ad qui vel. Enim et qui consectetuer delenitaugue ullamcorper nisl praesent et eufeugiat te ullamcorper ad. Qui dolor ea tincidunt augue velit facilisis et vero erat zzril amet. Praesent facilisi eros augue. ".
+
+<urn:uuid:774680864> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16313759624>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-04T15:47:49";
+	nmo:receivedDate "2008-07-13T15:12:27";
+	nmo:plainTextMessageContent "Exerci blandit consequat ut eros. Feugait duis dolore lobortis. Eu vulputate te nulla volutpat nulla duis Utwisi nonummy esse. Exerci dolore dolor et eros veniamquis et commodo zzril delenitaugue nislut enim. Erat dolore dolor ea Utwisi augue delenit feugait euismod minim dolore aliquip enim. Praesent dignissim delenit accumsan accumsan praesent lorem autem. At ea blandit veniamquis qui augue hendrerit. ".
+
+<urn:uuid:547605962> a nco:PersonContact; 
+	nco:fullname "Reta Harley";
+	nco:nameGiven "Reta";
+	nco:nameFamily "Harley";
+	nco:birthDate "1942-12-06";
+	nco:hasAffiliation "Licensed Vocational Nurse";
+	nco:hasEmailAddress <mailto:rharley delenitauguedolor edu>;
+	nco:hasPhoneNumber <tel:+16313759624>;
+	nco:hasPostalAddress <urn:uuid:783831974>.
+
+<urn:uuid:1737346916> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05355" ;
+	nco:locality "Wardsboro" ;
+	nco:streetAddress "2943 Walworth Drive" .
+
+<mailto:monroe cotton autemvero gov> a nco:EmailAddress; 
+	nco:emailAddress "monroe cotton autemvero gov".
+
+<urn:uuid:772618572> a nco:PersonContact; 
+	nco:fullname "Monroe Cotton";
+	nco:nameGiven "Monroe";
+	nco:nameFamily "Cotton";
+	nco:birthDate "1943-01-10";
+	nco:hasAffiliation "Operator Laser Beam Machine";
+	nco:hasEmailAddress <mailto:monroe cotton autemvero gov>;
+	nco:hasPostalAddress <urn:uuid:1737346916>.
+
+<urn:uuid:1942760738> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12808" ;
+	nco:locality "Adirondack" ;
+	nco:streetAddress "6639 Trowbridge Cove" .
+
+<mailto:vballinger eaesse org> a nco:EmailAddress; 
+	nco:emailAddress "vballinger eaesse org".
+
+<xmpp:vernell ballinger gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Vernell Ballinger" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Molestie iustoodio elitsed nulla iriuredolor. " ;
+	nco:imID "vernell ballinger gmail com".
+
+<urn:uuid:756423474> a nco:PersonContact; 
+	nco:fullname "Vernell Ballinger";
+	nco:nameGiven "Vernell";
+	nco:nameFamily "Ballinger";
+	nco:birthDate "1942-04-11";
+	nco:hasAffiliation "Physician Neurosurgeon";
+	nco:hasEmailAddress <mailto:vballinger eaesse org>;
+	nco:hasIMAccount <xmpp:vernell ballinger gmail com>;
+	nco:hasPostalAddress <urn:uuid:1942760738>.
+
+<urn:uuid:1891249811> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12084" ;
+	nco:locality "Guilderland" ;
+	nco:streetAddress "8299 Barons Parkway" .
+
+<mailto:treeves etaccumsandolore net> a nco:EmailAddress; 
+	nco:emailAddress "treeves etaccumsandolore net".
+
+<xmpp:theresa reeves gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Theresa Reeves" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Autem et eros at minim et qui in eum ea nulla ex iustoodio. " ;
+	nco:imID "theresa reeves gmail com".
+
+<urn:uuid:425248791> a nco:PersonContact; 
+	nco:fullname "Theresa Reeves";
+	nco:nameGiven "Theresa";
+	nco:nameFamily "Reeves";
+	nco:birthDate "1942-08-23";
+	nco:hasAffiliation "Legal Manager";
+	nco:hasEmailAddress <mailto:treeves etaccumsandolore net>;
+	nco:hasIMAccount <xmpp:theresa reeves gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:1891249811>.
+
+<urn:uuid:719711158> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10272" ;
+	nco:locality "New York" ;
+	nco:streetAddress "4747 Oxford Drive" .
+
+<mailto:elsie lash diamiriuredolor org> a nco:EmailAddress; 
+	nco:emailAddress "elsie lash diamiriuredolor org".
+
+<tel:+13512026445> a nco:PhoneNumber; 
+	nco:phoneNumber "(351)202-6445".
+
+<urn:uuid:269868516> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13512026445>]; 
+	nmo:duration 0; 
+	nmo:receivedDate "2008-02-09T15:45:58". 
+
+<urn:uuid:263002919> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13512026445>]; 
+	nmo:duration 32; 
+	nmo:sentDate "2009-01-09T15:17:17". 
+
+<urn:uuid:112489701> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13512026445>]; 
+	nmo:duration 20; 
+	nmo:sentDate "2008-06-15T15:54:58". 
+
+<urn:uuid:1319283243> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13512026445>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-05T16:04:06";
+	nmo:receivedDate "2008-05-14T16:05:42";
+	nmo:plainTextMessageContent "Molestie dolor illum nislut dolore elitsed volutpat amet. Aliquip delenitaugue nostrud molestie ut exerci erat. Delenitaugue lorem iriure odio tincidunt ea dignissim duis et delenitaugue dolore. Blandit veniam nibh lorem nisl. Lobortis nulla euismod facilisis ex eufeugiat et ad velit suscipit. ".
+
+<urn:uuid:1001251519> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13512026445>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-09T15:41:15";
+	nmo:receivedDate "2009-01-16T15:27:40";
+	nmo:plainTextMessageContent "Laoreet dolor vero hendrerit vero eu dolore et eum feugait autem. Utwisi exerci ut vero vero etaccumsan diam adipiscing enim. Erat facilisis facilisis facilisis dolore wisi delenit commodo blandit aliquip dolore. Lorem esse illum esse iustoodio consequat Utwisi et facilisis vel. Veniamquis esse Utwisi facilisi ad elitsed vulputate amet molestie dignissim. ".
+
+<urn:uuid:1362685798> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13512026445>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-12T15:13:11";
+	nmo:receivedDate "2008-05-24T15:18:08";
+	nmo:plainTextMessageContent "Feugait ea ut accumsan et et at veniam velit zzril. Ad consequatvel hendrerit dignissim nostrud volutpat facilisi suscipit. Suscipit tation augue adipiscing augue te nislut praesent nisl ipsum erat consequat iriuredolor accumsan. Utwisi veniamquis enim ut dolore. Tincidunt euismod te ullamcorper odio iriuredolor nisl ut iriuredolor at veniamquis. Te elitsed iusto sit et invulputate nulla consequat et volutpat illum consequatvel ad in. Vulputate euismod ut facilisi suscipit eufeugiat. ".
+
+<urn:uuid:1677508484> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13512026445>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-30T15:13:27";
+	nmo:receivedDate "2008-03-26T16:10:47";
+	nmo:plainTextMessageContent "Volutpat ex dolore facilisis blandit velit. Aliquam ullamcorper feugait qui tationullamcorper vero minim hendrerit facilisi praesent. Esse et lobortis vel facilisis minim volutpat tation minim dignissim consequat laoreet. Consequat dolore nulla eum euismod ut ad invulputate velit dolore illum. Veniam iusto autem consequat vulputate esse erat te nostrud nulla accumsan nostrud blandit. ".
+
+<urn:uuid:581720205> a nco:PersonContact; 
+	nco:fullname "Elsie Lash";
+	nco:nameGiven "Elsie";
+	nco:nameFamily "Lash";
+	nco:birthDate "1943-03-03";
+	nco:hasAffiliation "Credit Supervisor";
+	nco:hasEmailAddress <mailto:elsie lash diamiriuredolor org>;
+	nco:hasPhoneNumber <tel:+13512026445>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:719711158>.
+
+<urn:uuid:1574646860> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:485431282>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Dignissim illum augue aliquip. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-20T15:11:34"];
+	ncal:dtend [ncal:dateTime "2009-02-20T16:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:485431282>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1426501087> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04852" ;
+	nco:locality "Monhegan" ;
+	nco:streetAddress "5769 Anniston Way" .
+
+<mailto:fduff tationdolor net> a nco:EmailAddress; 
+	nco:emailAddress "fduff tationdolor net".
+
+<xmpp:fawn duff gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Fawn Duff" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Ex invulputate ex velit luptatumzzril dolore. " ;
+	nco:imID "fawn duff gmail com".
+
+<urn:uuid:119719950> a nco:PersonContact; 
+	nco:fullname "Fawn Duff";
+	nco:nameGiven "Fawn";
+	nco:nameFamily "Duff";
+	nco:birthDate "1942-05-31";
+	nco:hasAffiliation "Foreman Mechanic";
+	nco:hasEmailAddress <mailto:fduff tationdolor net>;
+	nco:hasIMAccount <xmpp:fawn duff gmail com>;
+	nco:hasPostalAddress <urn:uuid:1426501087>.
+
+<urn:uuid:1597617613> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13840" ;
+	nco:locality "Smithboro" ;
+	nco:streetAddress "1264 Grovewood Trail" .
+
+<mailto:pasquale garay velitad com> a nco:EmailAddress; 
+	nco:emailAddress "pasquale garay velitad com".
+
+<tel:+12074008827> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)400-8827".
+
+<urn:uuid:163769552> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12074008827>]; 
+	nmo:duration 37; 
+	nmo:receivedDate "2008-06-30T15:20:53". 
+
+<urn:uuid:1105221517> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12074008827>]; 
+	nmo:duration 49; 
+	nmo:sentDate "2008-10-18T15:43:47". 
+
+<urn:uuid:1034487069> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12074008827>]; 
+	nmo:duration 27; 
+	nmo:sentDate "2008-03-30T15:54:27". 
+
+<urn:uuid:1832083135> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12074008827>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-10T15:16:51";
+	nmo:receivedDate "2008-08-08T15:47:02";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Esse exerci odio diam qui commodoconsequat lobortis dolore vulputate facilisis suscipit dolore quis. Molestie ea amet consectetuer nulla et ad. Facilisi exerci eum veniam in duis suscipit praesent ea autem feugiat. Erat facilisi vero wisi ex amet ex ipsum invulputate te elitsed. Veniamquis ad luptatumzzril dignissim eu ipsum. Vel vulputate nulla delenit qui blandit dolore laoreet iusto. Zzril euismod et etaccumsan ex et diam velit ipsum eros adipiscing et. ".
+
+<urn:uuid:24325912> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12074008827>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-02T15:48:19";
+	nmo:receivedDate "2008-06-25T15:57:51";
+	nmo:plainTextMessageContent "Utwisi invulputate eum qui ea lobortis lobortis iriure. Suscipit veniamquis nulla lorem nulla duis eum iriure. Delenit Utwisi lorem nulla praesent dolor. Te facilisis amet iriuredolor illum vel nostrud esse. Suscipit eros et nulla adipiscing et. ".
+
+<urn:uuid:715506489> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12074008827>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-27T15:52:16";
+	nmo:receivedDate "2008-02-06T16:11:26";
+	nmo:plainTextMessageContent "Molestie volutpat illum suscipit dignissim. Utwisi praesent quis illum ad feugait praesent augue doloremagna accumsan. Ea commodoconsequat delenitaugue et delenitaugue delenit dolore illum. Ut autem exerci eum lobortis eu dolor. Illum vero eufeugiat blandit minim duis dignissim. ".
+
+<urn:uuid:19527159> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12074008827>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-28T15:49:17";
+	nmo:receivedDate "2008-10-13T15:46:20";
+	nmo:plainTextMessageContent "Dolor vero dolor dolore luptatumzzril ex autem delenit. Vel nostrud lobortis feugait eum nislut odio feugiat ex qui exerci. Wisi ipsum accumsan consequat te in. Sit aliquip augue ut commodo consequatvel elitsed. Doloremagna minim eros commodo tation veniamquis te. ".
+
+<urn:uuid:1623675381> a nco:PersonContact; 
+	nco:fullname "Pasquale Garay";
+	nco:nameGiven "Pasquale";
+	nco:nameFamily "Garay";
+	nco:birthDate "1943-01-25";
+	nco:hasAffiliation "Statistical Clerk";
+	nco:hasEmailAddress <mailto:pasquale garay velitad com>;
+	nco:hasPhoneNumber <tel:+12074008827>;
+	nco:hasPostalAddress <urn:uuid:1597617613>.
+
+<urn:uuid:1652943620> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13645" ;
+	nco:locality "Hailesboro" ;
+	nco:streetAddress "5354 Thornwick Avenue" .
+
+<mailto:marsha darnell nibhnisl info> a nco:EmailAddress; 
+	nco:emailAddress "marsha darnell nibhnisl info".
+
+<xmpp:marsha darnell gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Marsha Darnell" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Ea illum vero ad nulla duis. " ;
+	nco:imID "marsha darnell gmail com".
+
+<urn:uuid:730360792> a nco:PersonContact; 
+	nco:fullname "Marsha Darnell";
+	nco:nameGiven "Marsha";
+	nco:nameFamily "Darnell";
+	nco:birthDate "1943-01-13";
+	nco:hasAffiliation "Credit & Collection Supervisor";
+	nco:hasEmailAddress <mailto:marsha darnell nibhnisl info>;
+	nco:hasIMAccount <xmpp:marsha darnell gmail com>;
+	nco:hasPostalAddress <urn:uuid:1652943620>.
+
+<urn:uuid:503754596> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01237" ;
+	nco:locality "Lanesboro" ;
+	nco:streetAddress "9677 Morningside Way" .
+
+<mailto:ltarver consequatin net> a nco:EmailAddress; 
+	nco:emailAddress "ltarver consequatin net".
+
+<urn:uuid:937927973> a nco:PersonContact; 
+	nco:fullname "Leroy Tarver";
+	nco:nameGiven "Leroy";
+	nco:nameFamily "Tarver";
+	nco:birthDate "1942-06-15";
+	nco:hasAffiliation "Manager Travel";
+	nco:hasEmailAddress <mailto:ltarver consequatin net>;
+	nco:hasPostalAddress <urn:uuid:503754596>.
+
+<urn:uuid:1305681022> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02341" ;
+	nco:locality "Hanson" ;
+	nco:streetAddress "4171 Lasso Drive" .
+
+<mailto:clark cushing velpraesent eu> a nco:EmailAddress; 
+	nco:emailAddress "clark cushing velpraesent eu".
+
+<urn:uuid:800482838> a nco:PersonContact; 
+	nco:fullname "Clark Cushing";
+	nco:nameGiven "Clark";
+	nco:nameFamily "Cushing";
+	nco:birthDate "1942-05-08";
+	nco:hasAffiliation "Technologist CAT Scan";
+	nco:hasEmailAddress <mailto:clark cushing velpraesent eu>;
+	nco:hasPostalAddress <urn:uuid:1305681022>.
+
+<urn:uuid:834022470> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06875" ;
+	nco:locality "Redding Center" ;
+	nco:streetAddress "5200 Shadeley Trail" .
+
+<mailto:damaris blythe facilisiiriuredolor info> a nco:EmailAddress; 
+	nco:emailAddress "damaris blythe facilisiiriuredolor info".
+
+<urn:uuid:498724072> a nco:PersonContact; 
+	nco:fullname "Damaris Blythe";
+	nco:nameGiven "Damaris";
+	nco:nameFamily "Blythe";
+	nco:birthDate "1942-06-25";
+	nco:hasAffiliation "Logistics Engineering Technician";
+	nco:hasEmailAddress <mailto:damaris blythe facilisiiriuredolor info>;
+	nco:hasPostalAddress <urn:uuid:834022470>.
+
+<urn:uuid:1024280333> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12846" ;
+	nco:locality "Lake Luzerne" ;
+	nco:streetAddress "9734 Kelvin Cove" .
+
+<mailto:abowen duisdelenit us> a nco:EmailAddress; 
+	nco:emailAddress "abowen duisdelenit us".
+
+<urn:uuid:1442452989> a nco:PersonContact; 
+	nco:fullname "Aretha Bowen";
+	nco:nameGiven "Aretha";
+	nco:nameFamily "Bowen";
+	nco:birthDate "1943-01-17";
+	nco:hasAffiliation "Psychiatric Aide";
+	nco:hasEmailAddress <mailto:abowen duisdelenit us>;
+	nco:hasPostalAddress <urn:uuid:1024280333>.
+
+<urn:uuid:1304364618> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1743649960>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "In commodoconsequat tationullamcorper facilisis vel esse ut veniamquis dolore wisi. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-26T19:11:34"];
+	ncal:dtend [ncal:dateTime "2009-02-26T19:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1743649960>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:2064125149> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08260" ;
+	nco:locality "Wildwood" ;
+	nco:streetAddress "4206 Misty Hollow Parkway" .
+
+<mailto:hanna whited duisvolutpat tv> a nco:EmailAddress; 
+	nco:emailAddress "hanna whited duisvolutpat tv".
+
+<tel:+18606128176> a nco:PhoneNumber; 
+	nco:phoneNumber "(860)612-8176".
+
+<urn:uuid:170847105> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18606128176>]; 
+	nmo:duration 1; 
+	nmo:sentDate "2008-06-09T15:26:57". 
+
+<urn:uuid:316612728> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18606128176>]; 
+	nmo:duration 11; 
+	nmo:sentDate "2008-09-15T15:54:56". 
+
+<urn:uuid:1328776499> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18606128176>]; 
+	nmo:duration 21; 
+	nmo:sentDate "2008-12-31T15:35:02". 
+
+<urn:uuid:168999505> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18606128176>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-07T15:48:31";
+	nmo:receivedDate "2008-08-04T15:23:30";
+	nmo:plainTextMessageContent "Minim lobortis iriure commodo dolore elitsed facilisi molestie dignissim dolore nulla etaccumsan aliquam. Iriuredolor delenit consequat etaccumsan odio praesent duis wisi. Diam dignissim in sit eros dolore luptatumzzril dolore lobortis te. Ea vero lobortis elitsed dolore veniam doloremagna iusto at nulla tincidunt. Ut ea suscipit feugait enim hendrerit nostrud. ".
+
+<urn:uuid:1319414344> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18606128176>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-16T15:12:39";
+	nmo:receivedDate "2008-12-07T15:20:33";
+	nmo:plainTextMessageContent "Enim at duis dolore te dolore illum dolor ullamcorper accumsan autem wisi. Vero iriure nonummy in. Consequat laoreet in facilisis te qui luptatum te at velit enim blandit iriure doloremagna. Exerci nislut minim vel duis vel dolor facilisi euismod dolor wisi. Elitsed qui ipsum praesent eufeugiat ut aliquip facilisi ut iriure zzril. Accumsan feugait consequat ut. ".
+
+<urn:uuid:251093221> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18606128176>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-26T15:52:20";
+	nmo:receivedDate "2009-01-18T15:43:29";
+	nmo:plainTextMessageContent "Amet te nulla adipiscing blandit in. Exerci duis tincidunt aliquam duis at enim. Laoreet nislut quis consectetuer enim. Ea nulla elitsed invulputate qui minim lobortis et zzril quis. ".
+
+<urn:uuid:1460341694> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18606128176>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-28T15:50:43";
+	nmo:receivedDate "2008-10-12T15:57:58";
+	nmo:plainTextMessageContent "Invulputate hendrerit vel facilisi dolore vero et at facilisi iusto minim illum exerci. Velit velit doloremagna vel diam enim esse. Nibh et luptatumzzril at amet praesent doloremagna commodo eufeugiat in eros consequat. Etaccumsan et in dolor. At nulla eros feugait eros blandit minim lobortis ut hendrerit nostrud dolore commodo. Ex autem euismod vel Utwisi at zzril nostrud esse. Lorem dolore commodoconsequat erat qui qui et minim minim suscipit vel facilisis. ".
+
+<urn:uuid:1997379618> a nco:PersonContact; 
+	nco:fullname "Hanna Whited";
+	nco:nameGiven "Hanna";
+	nco:nameFamily "Whited";
+	nco:birthDate "1942-09-18";
+	nco:hasAffiliation "Machine Shop Maintenance";
+	nco:hasEmailAddress <mailto:hanna whited duisvolutpat tv>;
+	nco:hasPhoneNumber <tel:+18606128176>;
+	nco:hasPostalAddress <urn:uuid:2064125149>.
+
+<urn:uuid:262407576> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1997379618>;
+	nmo:sentDate "2008-08-02T15:58:21";
+	nmo:receivedDate "2008-08-02T15:58:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hanna whited duisvolutpat tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:902838565>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "jerald blackburn etet info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Nulla vel ex ut molestie eros dolore suscipit vel feugiat te. ";
+	nmo:plainTextMessageContent "Dolore qui autem suscipit iriure ut commodoconsequat vero. Zzril te volutpat vero in molestie. ".
+
+<urn:uuid:1102517902> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1997379618>;
+	nmo:sentDate "2009-02-01T15:51:45";
+	nmo:receivedDate "2009-02-01T15:51:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hanna whited duisvolutpat tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:382370200>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "vpointer aliquiphendrerit gov"];
+	nmo:messageSubject "Dolore doloremagna vero quis vel consequat invulputate dolore dolore facilisi facilisi doloremagna iustoodio. ";
+	nmo:plainTextMessageContent "Commodoconsequat dolore eu dolor ullamcorper zzril. ".
+
+<urn:uuid:1724495074> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1997379618>;
+	nmo:sentDate "2008-05-02T15:30:40";
+	nmo:receivedDate "2008-05-02T15:31:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "hanna whited duisvolutpat tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisis nibh feugait suscipit duis et vero. ";
+	nmo:plainTextMessageContent "Duis eufeugiat te at. ".
+
+<urn:uuid:2064762292> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15030" ;
+	nco:locality "Creighton" ;
+	nco:streetAddress "34 Watkins Lane" .
+
+<mailto:asteel illumnisl us> a nco:EmailAddress; 
+	nco:emailAddress "asteel illumnisl us".
+
+<xmpp:ahmad steel gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Ahmad Steel" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "At duis iriure etaccumsan dolore amet facilisis lobortis velit delenitaugue lobortis ex aliquip dolor. " ;
+	nco:imID "ahmad steel gmail com".
+
+<urn:uuid:1493014861> a nco:PersonContact; 
+	nco:fullname "Ahmad Steel";
+	nco:nameGiven "Ahmad";
+	nco:nameFamily "Steel";
+	nco:birthDate "1943-01-10";
+	nco:hasAffiliation "Analyst Logistics";
+	nco:hasEmailAddress <mailto:asteel illumnisl us>;
+	nco:hasIMAccount <xmpp:ahmad steel gmail com>;
+	nco:hasPostalAddress <urn:uuid:2064762292>.
+
+<urn:uuid:1757823809> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1873894462>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Wisi wisi eufeugiat ut qui tincidunt exerci. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-15T20:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-15T21:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1873894462>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1171078697> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10507" ;
+	nco:locality "Bedford Hills" ;
+	nco:streetAddress "7577 Regentview Lane" .
+
+<mailto:ofelia tennant incommodo gov> a nco:EmailAddress; 
+	nco:emailAddress "ofelia tennant incommodo gov".
+
+<tel:+12031453376> a nco:PhoneNumber; 
+	nco:phoneNumber "(203)145-3376".
+
+<urn:uuid:1587696240> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12031453376>]; 
+	nmo:duration 6; 
+	nmo:receivedDate "2008-03-06T15:45:56". 
+
+<urn:uuid:650225035> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12031453376>]; 
+	nmo:duration 0; 
+	nmo:sentDate "2008-12-05T15:49:15". 
+
+<urn:uuid:1318273592> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12031453376>]; 
+	nmo:duration 21; 
+	nmo:receivedDate "2008-11-03T15:23:25". 
+
+<urn:uuid:1497811221> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12031453376>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-27T15:38:47";
+	nmo:receivedDate "2008-09-09T15:40:11";
+	nmo:plainTextMessageContent "Ad eum esse sit veniamquis nostrud nonummy esse facilisis. Quis ex zzril lobortis ut quis dignissim vel nisl eros. Ut amet laoreet lobortis velit. Exerci vel et accumsan facilisis Utwisi facilisi. Eros autem qui dolor te eu te ut praesent. Autem qui enim exerci nostrud consectetuer ea luptatumzzril. Ex feugiat tationullamcorper molestie at. ".
+
+<urn:uuid:406608413> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12031453376>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-02T15:44:34";
+	nmo:receivedDate "2009-01-14T15:54:16";
+	nmo:plainTextMessageContent "Exerci minim blandit commodoconsequat tincidunt odio minim adipiscing illum in accumsan velit. Duis invulputate adipiscing ut aliquip esse sit doloremagna. Vel ad consectetuer doloremagna dolor blandit facilisi vulputate ex. Lobortis elitsed exerci ea delenit accumsan duis iriure aliquam. Dolor zzril at nibh volutpat iriure nulla minim qui. In exerci eufeugiat consequatvel minim praesent at suscipit qui vel et. Esse illum hendrerit et dolor veniamquis dolore facilisi consectetuer lorem duis vero. ".
+
+<urn:uuid:1142946037> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12031453376>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-07T15:12:32";
+	nmo:receivedDate "2008-12-31T15:34:54";
+	nmo:plainTextMessageContent "Erat ipsum autem molestie nulla dolore iusto odio ea ut ut illum. Facilisi tincidunt illum tationullamcorper lobortis nulla dignissim nulla. Luptatumzzril in tationullamcorper aliquip nislut doloremagna. Lobortis sit nostrud praesent eufeugiat luptatum facilisis nostrud duis vel iriure ut ex. Qui et vero praesent adipiscing. Iustoodio ex praesent molestie. ".
+
+<urn:uuid:1143407416> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12031453376>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-18T15:19:22";
+	nmo:receivedDate "2008-01-17T15:27:38";
+	nmo:plainTextMessageContent "Lorem doloremagna duis tationullamcorper qui feugiat dolore. Eufeugiat in illum doloremagna. Minim molestie luptatumzzril facilisis nostrud augue qui autem. Amet esse diam volutpat nislut blandit in ea dolor facilisis consequat blandit. Etaccumsan exerci autem blandit luptatum ex iriure invulputate lobortis suscipit hendrerit. ".
+
+<urn:uuid:119248220> a nco:PersonContact; 
+	nco:fullname "Ofelia Tennant";
+	nco:nameGiven "Ofelia";
+	nco:nameFamily "Tennant";
+	nco:birthDate "1942-11-16";
+	nco:hasAffiliation "Drafter Structural";
+	nco:hasEmailAddress <mailto:ofelia tennant incommodo gov>;
+	nco:hasPhoneNumber <tel:+12031453376>;
+	nco:hasPostalAddress <urn:uuid:1171078697>.
+
+<urn:uuid:1616785326> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1550016473>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Delenit iusto vel ad delenitaugue dolore adipiscing ut dolore Utwisi vel. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-23T12:11:34"];
+	ncal:dtend [ncal:dateTime "2009-02-23T13:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1550016473>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:170113501> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10576" ;
+	nco:locality "Pound Ridge" ;
+	nco:streetAddress "5709 Liberty Lane" .
+
+<mailto:dylan ferrell inminim org> a nco:EmailAddress; 
+	nco:emailAddress "dylan ferrell inminim org".
+
+<urn:uuid:837612095> a nco:PersonContact; 
+	nco:fullname "Dylan Ferrell";
+	nco:nameGiven "Dylan";
+	nco:nameFamily "Ferrell";
+	nco:birthDate "1942-04-16";
+	nco:hasAffiliation "Technician Hydrographer";
+	nco:hasEmailAddress <mailto:dylan ferrell inminim org>;
+	nco:hasPostalAddress <urn:uuid:170113501>.
+
+<urn:uuid:770414726> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07710" ;
+	nco:locality "Adelphia" ;
+	nco:streetAddress "9123 Rummel Creek Circle" .
+
+<mailto:rosalind mullin inhendrerit net> a nco:EmailAddress; 
+	nco:emailAddress "rosalind mullin inhendrerit net".
+
+<xmpp:rosalind mullin gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Rosalind Mullin" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Autem illum hendrerit esse eufeugiat facilisi. " ;
+	nco:imID "rosalind mullin gmail com".
+
+<urn:uuid:500722248> a nco:PersonContact; 
+	nco:fullname "Rosalind Mullin";
+	nco:nameGiven "Rosalind";
+	nco:nameFamily "Mullin";
+	nco:birthDate "1942-08-21";
+	nco:hasAffiliation "PC/Microcomputer Specialist";
+	nco:hasEmailAddress <mailto:rosalind mullin inhendrerit net>;
+	nco:hasIMAccount <xmpp:rosalind mullin gmail com>;
+	nco:hasPostalAddress <urn:uuid:770414726>.
+
+<urn:uuid:1006092265> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01560" ;
+	nco:locality "South Grafton" ;
+	nco:streetAddress "9901 Ravencliff Circle" .
+
+<mailto:marc haro exluptatum info> a nco:EmailAddress; 
+	nco:emailAddress "marc haro exluptatum info".
+
+<urn:uuid:83552431> a nco:PersonContact; 
+	nco:fullname "Marc Haro";
+	nco:nameGiven "Marc";
+	nco:nameFamily "Haro";
+	nco:birthDate "1942-11-21";
+	nco:hasAffiliation "Special Events Manager";
+	nco:hasEmailAddress <mailto:marc haro exluptatum info>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:1006092265>.
+
+<urn:uuid:440166635> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:83552431>;
+	nmo:sentDate "2009-01-24T16:09:12";
+	nmo:receivedDate "2009-01-24T16:09:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc haro exluptatum info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:163785100>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "fmcintosh adat org"];
+	nmo:messageSubject "Iriure dolore et euismod eum nostrud et. ";
+	nmo:plainTextMessageContent "Etaccumsan sit augue odio duis velit eum nulla invulputate duis. ".
+
+<urn:uuid:1819223144> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:83552431>;
+	nmo:sentDate "2008-04-12T15:12:25";
+	nmo:receivedDate "2008-04-12T15:13:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc haro exluptatum info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:987224069>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ruthie noe tinciduntveniamquis net"];
+	nmo:messageSubject "Nonummy eros duis delenitaugue. ";
+	nmo:plainTextMessageContent "Autem delenit vel et at eu at. Delenitaugue molestie accumsan esse. ".
+
+<urn:uuid:270278211> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:83552431>;
+	nmo:sentDate "2008-06-27T15:25:36";
+	nmo:receivedDate "2008-06-27T15:25:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc haro exluptatum info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Ea aliquip nibh eros illum volutpat wisi dolor illum sit. ";
+	nmo:plainTextMessageContent "Dolor nislut vel nulla. Lobortis consectetuer amet enim velit vero luptatumzzril exerci ex iustoodio nulla consequat feugait. ".
+
+<urn:uuid:1187989130> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:83552431>;
+	nmo:sentDate "2008-04-05T15:25:37";
+	nmo:receivedDate "2008-04-05T15:26:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc haro exluptatum info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1115876901>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "igeary feugaitnulla net"];
+	nmo:messageSubject "Ex iriure tation exerci nulla et eros hendrerit. ";
+	nmo:plainTextMessageContent "Ea autem volutpat nulla illum. ".
+
+<urn:uuid:1652670030> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:83552431>;
+	nmo:sentDate "2008-06-23T15:58:17";
+	nmo:receivedDate "2008-06-23T15:59:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc haro exluptatum info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Velit esse lobortis odio et ea dignissim amet laoreet nulla tation ullamcorper iriure nulla. ";
+	nmo:plainTextMessageContent "Adipiscing zzril enim facilisis minim volutpat nibh praesent commodo nisl ex adipiscing tation. Enim eros facilisis molestie dolore vel vero ut qui praesent. ".
+
+<urn:uuid:1521605733> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:83552431>;
+	nmo:sentDate "2008-09-28T15:12:49";
+	nmo:receivedDate "2008-09-28T15:13:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc haro exluptatum info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1785226702>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gulrich eumduis info"];
+	nmo:messageSubject "Consequat accumsan luptatumzzril facilisi consequat. ";
+	nmo:plainTextMessageContent "Facilisis luptatumzzril tincidunt invulputate ullamcorper iustoodio iustoodio. ".
+
+<urn:uuid:331698972> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:83552431>;
+	nmo:sentDate "2008-11-17T15:42:49";
+	nmo:receivedDate "2008-11-17T15:43:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc haro exluptatum info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:693002361>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rdonnelly etaccumsannostrud info"];
+	nmo:bcc <urn:uuid:1304743795>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lamar hester eratdignissim org"];
+	nmo:messageSubject "Vero accumsan nonummy duis suscipit suscipit suscipit ullamcorper facilisis te molestie consequatvel nonummy vero. ";
+	nmo:plainTextMessageContent "Nulla dignissim zzril lobortis praesent feugiat illum dolor iusto sit. Amet iustoodio velit iusto invulputate iustoodio. ".
+
+<urn:uuid:152111809> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:83552431>;
+	nmo:sentDate "2008-03-31T16:05:21";
+	nmo:receivedDate "2008-03-31T16:05:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc haro exluptatum info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:685868645>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jarred rigsby facilisiseros com"];
+	nmo:messageSubject "At iustoodio nostrud dolore. ";
+	nmo:plainTextMessageContent "Nulla minim in adipiscing dignissim ad minim delenit. ".
+
+<urn:uuid:587646026> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:83552431>;
+	nmo:sentDate "2008-11-05T15:14:51";
+	nmo:receivedDate "2008-11-05T15:15:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc haro exluptatum info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:185992709>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "constance clemmons aliquipconsequatvel eu"];
+	nmo:messageSubject "Eum dignissim tationullamcorper at augue minim consequatvel nibh. ";
+	nmo:plainTextMessageContent "Minim veniam nulla enim nulla at nulla ex ut exerci nostrud iriure duis. Dignissim consequatvel feugait in hendrerit. ".
+
+<urn:uuid:1240740516> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:83552431>;
+	nmo:sentDate "2008-11-03T15:12:40";
+	nmo:receivedDate "2008-11-03T15:12:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc haro exluptatum info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Te iusto doloremagna nislut dolore nostrud ipsum vero esse nulla nulla. ";
+	nmo:plainTextMessageContent "Exerci consectetuer nulla volutpat consequat accumsan enim consequat. Ea eum ex etaccumsan delenit vero delenitaugue esse. ".
+
+<urn:uuid:1193280890> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:83552431>;
+	nmo:sentDate "2008-09-15T15:47:55";
+	nmo:receivedDate "2008-09-15T15:48:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc haro exluptatum info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eufeugiat ut feugiat nulla ut. ";
+	nmo:plainTextMessageContent "Feugait ex duis dolor eu eu. ".
+
+<urn:uuid:606739641> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:83552431>;
+	nmo:sentDate "2009-01-29T15:27:13";
+	nmo:receivedDate "2009-01-29T15:27:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc haro exluptatum info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Invulputate diam dignissim dignissim iustoodio tation illum nislut feugait blandit praesent. ";
+	nmo:plainTextMessageContent "Vero luptatumzzril dolor Utwisi at eu sit. ".
+
+<urn:uuid:1990924133> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:83552431>;
+	nmo:sentDate "2008-11-13T15:53:48";
+	nmo:receivedDate "2008-11-13T15:53:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "marc haro exluptatum info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1911248550>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:bcc <urn:uuid:1542370204>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "leastman hendreritfeugait info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Iriuredolor eros ex duis blandit enim. ";
+	nmo:plainTextMessageContent "Praesent et aliquip diam veniam wisi lobortis. Qui diam delenitaugue suscipit velit ut lorem facilisis praesent esse in velit ad. ".
+
+<urn:uuid:1544604923> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12816" ;
+	nco:locality "Cambridge" ;
+	nco:streetAddress "2379 Woodsong Way" .
+
+<mailto:vance barksdale enimautem net> a nco:EmailAddress; 
+	nco:emailAddress "vance barksdale enimautem net".
+
+<urn:uuid:642294339> a nco:PersonContact; 
+	nco:fullname "Vance Barksdale";
+	nco:nameGiven "Vance";
+	nco:nameFamily "Barksdale";
+	nco:birthDate "1943-01-14";
+	nco:hasAffiliation "Company Doctor";
+	nco:hasEmailAddress <mailto:vance barksdale enimautem net>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:1544604923>.
+
+<urn:uuid:1896777220> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01004" ;
+	nco:locality "Amherst" ;
+	nco:streetAddress "6638 Saddlegait Lane" .
+
+<mailto:aivey luptatumzzrilUtwisi us> a nco:EmailAddress; 
+	nco:emailAddress "aivey luptatumzzrilUtwisi us".
+
+<tel:+18787247827> a nco:PhoneNumber; 
+	nco:phoneNumber "(878)724-7827".
+
+<urn:uuid:1045221428> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18787247827>]; 
+	nmo:duration 31; 
+	nmo:sentDate "2008-03-15T16:02:10". 
+
+<urn:uuid:1246783810> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18787247827>]; 
+	nmo:duration 28; 
+	nmo:receivedDate "2008-05-04T15:20:26". 
+
+<urn:uuid:919945061> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18787247827>]; 
+	nmo:duration 45; 
+	nmo:sentDate "2009-01-06T15:52:42". 
+
+<urn:uuid:125410354> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18787247827>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-31T15:44:54";
+	nmo:receivedDate "2008-03-09T15:32:54";
+	nmo:plainTextMessageContent "Adipiscing vel autem eum illum et quis praesent nisl vel et suscipit. Vero commodo ad tincidunt etaccumsan duis facilisis lobortis et exerci. Vulputate nulla luptatum in iriuredolor lorem qui eros illum ad. Lobortis feugiat elitsed elitsed in lobortis esse vel. Laoreet suscipit ex praesent consectetuer tation nulla vel. ".
+
+<urn:uuid:214947292> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18787247827>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-21T15:23:32";
+	nmo:receivedDate "2008-02-27T15:25:14";
+	nmo:plainTextMessageContent "Eu laoreet volutpat nulla. Esse hendrerit autem iustoodio ad blandit. Facilisis exerci facilisis quis nostrud illum vel Utwisi. Delenitaugue wisi in autem at iusto at ipsum duis. ".
+
+<urn:uuid:424445396> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18787247827>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-30T15:41:06";
+	nmo:receivedDate "2008-02-29T16:07:46";
+	nmo:plainTextMessageContent "Velit duis ullamcorper ut nulla veniamquis volutpat consequatvel. Diam vel hendrerit iusto quis dignissim quis lorem sit nibh nostrud molestie eros dolore. Sit erat illum enim veniam minim velit te esse ad Utwisi accumsan ut. Facilisi nulla autem esse. Velit duis ad aliquam facilisi ex. Et qui accumsan ullamcorper vero esse nostrud dolore velit luptatum commodoconsequat. ".
+
+<urn:uuid:784942783> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18787247827>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-03T15:51:51";
+	nmo:receivedDate "2008-09-21T15:38:18";
+	nmo:plainTextMessageContent "Ipsum lobortis hendrerit consequat duis suscipit eros dolor ut elitsed augue blandit autem. Exerci blandit hendrerit facilisi augue zzril eum ad ipsum velit. Vulputate enim dolore duis minim facilisis. Ullamcorper ea molestie vel in quis eum ut vel Utwisi nislut nostrud qui. Elitsed sit delenit hendrerit nulla lorem eufeugiat facilisi consequat vel. ".
+
+<urn:uuid:2087414056> a nco:PersonContact; 
+	nco:fullname "Andria Ivey";
+	nco:nameGiven "Andria";
+	nco:nameFamily "Ivey";
+	nco:birthDate "1942-04-06";
+	nco:hasAffiliation "Laser Beam Machine Operator";
+	nco:hasEmailAddress <mailto:aivey luptatumzzrilUtwisi us>;
+	nco:hasPhoneNumber <tel:+18787247827>;
+	nco:hasPostalAddress <urn:uuid:1896777220>.
+
+<urn:uuid:540679652> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03782" ;
+	nco:locality "Sunapee" ;
+	nco:streetAddress "6401 Wilkins Drive" .
+
+<mailto:roland bannister odionulla gov> a nco:EmailAddress; 
+	nco:emailAddress "roland bannister odionulla gov".
+
+<urn:uuid:201541771> a nco:PersonContact; 
+	nco:fullname "Roland Bannister";
+	nco:nameGiven "Roland";
+	nco:nameFamily "Bannister";
+	nco:birthDate "1942-06-10";
+	nco:hasAffiliation "Pastor";
+	nco:hasEmailAddress <mailto:roland bannister odionulla gov>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:540679652>.
+
+<urn:uuid:1030696255> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1921353261>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Praesent ut erat vero vero nulla in duis amet consequat ad exerci. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-19T14:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-19T15:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1921353261>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:734146144> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02106" ;
+	nco:locality "Boston" ;
+	nco:streetAddress "958 Cherryfield Trail" .
+
+<mailto:erica dahl nonummyfeugait com> a nco:EmailAddress; 
+	nco:emailAddress "erica dahl nonummyfeugait com".
+
+<urn:uuid:144385492> a nco:PersonContact; 
+	nco:fullname "Erica Dahl";
+	nco:nameGiven "Erica";
+	nco:nameFamily "Dahl";
+	nco:birthDate "1943-01-25";
+	nco:hasAffiliation "Editor Copy";
+	nco:hasEmailAddress <mailto:erica dahl nonummyfeugait com>;
+	nco:hasPostalAddress <urn:uuid:734146144>.
+
+<urn:uuid:2119694432> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04082" ;
+	nco:locality "South Windham" ;
+	nco:streetAddress "2446 Meadow Hill Avenue" .
+
+<mailto:adell rhoden lobortisdolor info> a nco:EmailAddress; 
+	nco:emailAddress "adell rhoden lobortisdolor info".
+
+<urn:uuid:396801421> a nco:PersonContact; 
+	nco:fullname "Adell Rhoden";
+	nco:nameGiven "Adell";
+	nco:nameFamily "Rhoden";
+	nco:birthDate "1943-02-22";
+	nco:hasAffiliation "Motel Manager";
+	nco:hasEmailAddress <mailto:adell rhoden lobortisdolor info>;
+	nco:hasPostalAddress <urn:uuid:2119694432>.
+
+<urn:uuid:112141424> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:396801421>;
+	nmo:sentDate "2009-01-21T15:39:11";
+	nmo:receivedDate "2009-01-21T15:39:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adell rhoden lobortisdolor info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Diam vel te erat nibh eum nonummy laoreet aliquip feugait dolore. ";
+	nmo:plainTextMessageContent "Dolore duis minim lobortis nisl eum qui facilisis eum. ".
+
+<urn:uuid:120012198> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:396801421>;
+	nmo:sentDate "2008-02-06T15:44:16";
+	nmo:receivedDate "2008-02-06T15:44:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adell rhoden lobortisdolor info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1349540082>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "diann kessler Utwisiea edu"];
+	nmo:messageSubject "Diam autem vero eum molestie dolore ea facilisi minim qui facilisi at nulla. ";
+	nmo:plainTextMessageContent "Vero nislut veniamquis te. ".
+
+<urn:uuid:96150686> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:396801421>;
+	nmo:sentDate "2008-01-17T15:25:48";
+	nmo:receivedDate "2008-01-17T15:25:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adell rhoden lobortisdolor info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:354619162>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "wendi whitcomb inlaoreet edu"];
+	nmo:messageSubject "Consequatvel nibh velit veniamquis duis qui eum etaccumsan facilisis molestie eum eum. ";
+	nmo:plainTextMessageContent "Aliquip autem luptatum et blandit feugait etaccumsan aliquam qui illum iriuredolor aliquip. ".
+
+<urn:uuid:934141997> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:396801421>;
+	nmo:sentDate "2008-11-02T15:35:51";
+	nmo:receivedDate "2008-11-02T15:36:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adell rhoden lobortisdolor info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Elitsed ullamcorper veniamquis at ad duis nulla suscipit vel feugiat diam qui et. ";
+	nmo:plainTextMessageContent "Facilisi ipsum illum consequatvel ut luptatumzzril enim minim zzril aliquip qui. Amet dolore hendrerit illum euismod vero dolor dolore veniam. ".
+
+<urn:uuid:186469584> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:396801421>;
+	nmo:sentDate "2008-04-11T16:04:01";
+	nmo:receivedDate "2008-04-11T16:04:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adell rhoden lobortisdolor info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1127959177>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ben lunsford dignissimqui net"];
+	nmo:bcc <urn:uuid:126650642>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "mdunn delenitfeugait eu"];
+	nmo:messageSubject "Iusto iriure aliquip velit facilisi. ";
+	nmo:plainTextMessageContent "Feugait augue exerci delenit facilisi blandit duis ut dignissim. Dolore dolore molestie dignissim te nulla doloremagna nostrud te elitsed te aliquip nisl. ".
+
+<urn:uuid:681247866> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:396801421>;
+	nmo:sentDate "2009-01-04T15:59:38";
+	nmo:receivedDate "2009-01-04T16:00:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adell rhoden lobortisdolor info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:731276418>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "erin kerns facilisisduis edu"];
+	nmo:bcc <urn:uuid:842439056>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "tsayers facilisiiriuredolor us"];
+	nmo:messageSubject "Dolore vel nulla adipiscing praesent aliquip illum nostrud. ";
+	nmo:plainTextMessageContent "Minim ullamcorper aliquip enim dignissim ipsum dolore iusto wisi praesent. ".
+
+<urn:uuid:1140821694> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:396801421>;
+	nmo:sentDate "2008-08-12T15:56:02";
+	nmo:receivedDate "2008-08-12T15:56:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adell rhoden lobortisdolor info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Doloremagna dolore vel vero facilisi consequat delenit euismod nostrud suscipit eu. ";
+	nmo:plainTextMessageContent "Luptatumzzril augue ad enim facilisis blandit veniamquis et ex nulla veniam aliquip. ".
+
+<urn:uuid:358421958> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:396801421>;
+	nmo:sentDate "2008-03-29T15:56:13";
+	nmo:receivedDate "2008-03-29T15:57:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adell rhoden lobortisdolor info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1905992538>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lauren howe eumodio eu"];
+	nmo:bcc <urn:uuid:886025478>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "creece duiscommodoconsequat net"];
+	nmo:messageSubject "Illum autem quis nulla dignissim ipsum facilisis iusto vero nibh zzril praesent. ";
+	nmo:plainTextMessageContent "Ut te iustoodio velit accumsan erat vero et suscipit nisl dolore illum consequatvel ea. ".
+
+<urn:uuid:234542256> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:396801421>;
+	nmo:sentDate "2009-01-13T15:59:54";
+	nmo:receivedDate "2009-01-13T16:00:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adell rhoden lobortisdolor info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Vulputate feugiat in dolore vulputate etaccumsan commodoconsequat delenitaugue nibh delenitaugue. ";
+	nmo:plainTextMessageContent "Dolore eu eu commodo exerci nisl zzril suscipit ut doloremagna nibh enim autem vero. Nislut nulla nostrud duis dignissim. ".
+
+<urn:uuid:1920599932> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:396801421>;
+	nmo:sentDate "2008-04-03T16:06:16";
+	nmo:receivedDate "2008-04-03T16:06:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adell rhoden lobortisdolor info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Lorem euismod eum augue consequat esse commodoconsequat veniamquis. ";
+	nmo:plainTextMessageContent "Dolore enim volutpat facilisis facilisi eum. ".
+
+<urn:uuid:110161378> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:396801421>;
+	nmo:sentDate "2008-01-21T16:05:37";
+	nmo:receivedDate "2008-01-21T16:06:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adell rhoden lobortisdolor info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore in wisi suscipit minim ut quis duis enim ut. ";
+	nmo:plainTextMessageContent "Qui blandit volutpat consequat illum vel dolor velit odio. ".
+
+<urn:uuid:1658701334> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:396801421>;
+	nmo:sentDate "2008-04-08T15:59:26";
+	nmo:receivedDate "2008-04-08T15:59:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adell rhoden lobortisdolor info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Minim nisl veniam nisl dignissim te exerci ullamcorper enim laoreet praesent dolore ad. ";
+	nmo:plainTextMessageContent "Laoreet qui velit aliquip qui minim vel nulla in qui volutpat. ".
+
+<urn:uuid:1706805065> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:396801421>;
+	nmo:sentDate "2008-02-12T15:40:54";
+	nmo:receivedDate "2008-02-12T15:41:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adell rhoden lobortisdolor info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Velit tationullamcorper ut ut ex. ";
+	nmo:plainTextMessageContent "Hendrerit nonummy hendrerit nislut iusto delenitaugue veniam lorem duis praesent nulla esse. ".
+
+<urn:uuid:2064699606> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:396801421>;
+	nmo:sentDate "2008-10-14T15:39:11";
+	nmo:receivedDate "2008-10-14T15:39:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adell rhoden lobortisdolor info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1037884809>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "valeria vo eratnostrud org"];
+	nmo:messageSubject "Ullamcorper at et aliquip. ";
+	nmo:plainTextMessageContent "Autem nonummy hendrerit vulputate tation velit duis dignissim. Duis blandit eum facilisis vel zzril eros. ".
+
+<urn:uuid:998063937> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:396801421>;
+	nmo:sentDate "2008-07-18T15:16:36";
+	nmo:receivedDate "2008-07-18T15:17:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adell rhoden lobortisdolor info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1894540643>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "winford espino utea info"];
+	nmo:bcc <urn:uuid:1203353125>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "alange molestiequis info"];
+	nmo:messageSubject "Tincidunt dolore doloremagna et. ";
+	nmo:plainTextMessageContent "Dolore diam eros elitsed illum blandit commodo dolore dolore dignissim accumsan commodoconsequat. ".
+
+<urn:uuid:901586016> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:396801421>;
+	nmo:sentDate "2008-11-02T15:48:00";
+	nmo:receivedDate "2008-11-02T15:48:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adell rhoden lobortisdolor info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:786167223>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "fraynor veronostrud com"];
+	nmo:messageSubject "Delenit dolor aliquam iustoodio enim consectetuer nislut delenitaugue eum blandit. ";
+	nmo:plainTextMessageContent "Etaccumsan odio zzril et praesent consectetuer. ".
+
+<urn:uuid:2096302629> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08690" ;
+	nco:locality "Trenton" ;
+	nco:streetAddress "8631 Steeplegate Lane" .
+
+<mailto:esperanza perron exerciUtwisi tv> a nco:EmailAddress; 
+	nco:emailAddress "esperanza perron exerciUtwisi tv".
+
+<tel:+12072681301> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)268-1301".
+
+<urn:uuid:128382821> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12072681301>]; 
+	nmo:duration 37; 
+	nmo:sentDate "2008-05-07T15:16:59". 
+
+<urn:uuid:1531011535> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12072681301>]; 
+	nmo:duration 38; 
+	nmo:sentDate "2008-12-28T15:44:45". 
+
+<urn:uuid:1864426853> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12072681301>]; 
+	nmo:duration 38; 
+	nmo:receivedDate "2008-12-25T15:20:19". 
+
+<urn:uuid:2086895135> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12072681301>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-26T15:37:27";
+	nmo:receivedDate "2008-06-18T16:03:13";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Duis qui velit consequat feugait at autem eu doloremagna praesent minim. Nonummy feugait esse luptatumzzril lobortis euismod nulla. Duis amet nostrud duis diam. Eros esse commodoconsequat autem ullamcorper velit. ".
+
+<urn:uuid:870132344> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12072681301>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-25T16:09:58";
+	nmo:receivedDate "2008-04-02T15:15:40";
+	nmo:plainTextMessageContent "Hendrerit nibh praesent dolor sit autem. Duis volutpat autem esse delenit consectetuer suscipit. Feugait in ea diam eu. Laoreet esse et molestie Utwisi nislut in. Ad te augue consectetuer in eufeugiat commodoconsequat ea aliquip. Eros suscipit ipsum vel. Facilisi feugait in aliquip. ".
+
+<urn:uuid:167498577> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12072681301>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-29T15:28:40";
+	nmo:receivedDate "2009-02-08T15:33:25";
+	nmo:plainTextMessageContent "Et nislut dignissim aliquip duis lobortis. Nulla commodo velit esse commodoconsequat delenitaugue amet et facilisis molestie vero feugiat. Nibh tationullamcorper molestie tationullamcorper. Tincidunt doloremagna nisl facilisi ut in hendrerit nulla exerci nislut feugait. Delenitaugue vel te laoreet. Ea vel aliquip at nonummy veniamquis autem te exerci eum ut et. ".
+
+<urn:uuid:752581433> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12072681301>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-18T15:32:12";
+	nmo:receivedDate "2008-03-06T15:13:32";
+	nmo:plainTextMessageContent "Blandit eufeugiat minim in ipsum amet in suscipit diam luptatum ullamcorper nibh feugait eros. Suscipit facilisis blandit iriure et laoreet molestie ut veniamquis te ut duis. Tincidunt volutpat iustoodio etaccumsan iriure dolore at facilisis. Vel luptatum autem consectetuer autem ut ut feugait dolore. ".
+
+<urn:uuid:772077441> a nco:PersonContact; 
+	nco:fullname "Esperanza Perron";
+	nco:nameGiven "Esperanza";
+	nco:nameFamily "Perron";
+	nco:birthDate "1942-11-14";
+	nco:hasAffiliation "Mechanic Avionics";
+	nco:hasEmailAddress <mailto:esperanza perron exerciUtwisi tv>;
+	nco:hasPhoneNumber <tel:+12072681301>;
+	nco:hasPostalAddress <urn:uuid:2096302629>.
+
+<urn:uuid:1926330038> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08016" ;
+	nco:locality "Burlington" ;
+	nco:streetAddress "123 Kingcastle Parkway" .
+
+<mailto:fthurston veliriure tv> a nco:EmailAddress; 
+	nco:emailAddress "fthurston veliriure tv".
+
+<urn:uuid:297846255> a nco:PersonContact; 
+	nco:fullname "Freddie Thurston";
+	nco:nameGiven "Freddie";
+	nco:nameFamily "Thurston";
+	nco:birthDate "1943-01-04";
+	nco:hasAffiliation "Dealer Gambling";
+	nco:hasEmailAddress <mailto:fthurston veliriure tv>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:1926330038>.
+
+<urn:uuid:1973959815> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11735" ;
+	nco:locality "Farmingdale" ;
+	nco:streetAddress "9415 Trailwood Cove" .
+
+<mailto:tgrady nullaetaccumsan net> a nco:EmailAddress; 
+	nco:emailAddress "tgrady nullaetaccumsan net".
+
+<xmpp:tyson grady gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Tyson Grady" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Enim iriuredolor veniam eros minim blandit delenit laoreet. " ;
+	nco:imID "tyson grady gmail com".
+
+<urn:uuid:1086954266> a nco:PersonContact; 
+	nco:fullname "Tyson Grady";
+	nco:nameGiven "Tyson";
+	nco:nameFamily "Grady";
+	nco:birthDate "1943-01-17";
+	nco:hasAffiliation "Medical Technician Stress";
+	nco:hasEmailAddress <mailto:tgrady nullaetaccumsan net>;
+	nco:hasIMAccount <xmpp:tyson grady gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:1973959815>.
+
+<urn:uuid:760507929> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10016" ;
+	nco:locality "New York" ;
+	nco:streetAddress "4793 Martha Lane" .
+
+<mailto:afrierson doloreut com> a nco:EmailAddress; 
+	nco:emailAddress "afrierson doloreut com".
+
+<urn:uuid:505507098> a nco:PersonContact; 
+	nco:fullname "Arline Frierson";
+	nco:nameGiven "Arline";
+	nco:nameFamily "Frierson";
+	nco:birthDate "1942-03-21";
+	nco:hasAffiliation "User Support Analyst Supervisor";
+	nco:hasEmailAddress <mailto:afrierson doloreut com>;
+	nco:hasPostalAddress <urn:uuid:760507929>.
+
+<urn:uuid:703567128> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:311581703>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Iustoodio dignissim nulla luptatumzzril lorem in duis. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-19T14:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-19T16:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:311581703>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1765058070> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04852" ;
+	nco:locality "Monhegan" ;
+	nco:streetAddress "1616 River Heights Circle" .
+
+<mailto:mfolsom exerciad net> a nco:EmailAddress; 
+	nco:emailAddress "mfolsom exerciad net".
+
+<urn:uuid:1589592691> a nco:PersonContact; 
+	nco:fullname "Merle Folsom";
+	nco:nameGiven "Merle";
+	nco:nameFamily "Folsom";
+	nco:birthDate "1942-09-08";
+	nco:hasAffiliation "Building Superintendent";
+	nco:hasEmailAddress <mailto:mfolsom exerciad net>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:1765058070>.
+
+<urn:uuid:1013905326> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1589592691>;
+	nmo:sentDate "2008-06-03T15:47:53";
+	nmo:receivedDate "2008-06-03T15:48:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mfolsom exerciad net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Quis iriure at ipsum dolore te lobortis tationullamcorper blandit blandit ut vel iriure diam. ";
+	nmo:plainTextMessageContent "Consequat accumsan duis zzril aliquip amet eros tation. ".
+
+<urn:uuid:1964586802> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1589592691>;
+	nmo:sentDate "2008-03-18T15:47:23";
+	nmo:receivedDate "2008-03-18T15:47:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mfolsom exerciad net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iusto iriuredolor doloremagna dolore facilisis luptatumzzril. ";
+	nmo:plainTextMessageContent "Facilisis feugiat volutpat at nonummy amet ad eu etaccumsan vel vero nislut in iriure. Nostrud dolor velit lorem consequat luptatum elitsed eros ex commodoconsequat vel dolore enim eum. ".
+
+<urn:uuid:849093339> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1589592691>;
+	nmo:sentDate "2008-03-20T15:24:53";
+	nmo:receivedDate "2008-03-20T15:25:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mfolsom exerciad net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Ut eros dolore nostrud hendrerit erat eum. ";
+	nmo:plainTextMessageContent "Praesent nulla quis dignissim praesent duis autem blandit elitsed. Lobortis commodoconsequat duis facilisi doloremagna velit lorem nostrud quis nostrud. ".
+
+<urn:uuid:1201399631> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1589592691>;
+	nmo:sentDate "2008-04-08T15:16:46";
+	nmo:receivedDate "2008-04-08T15:17:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mfolsom exerciad net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Nisl duis vero zzril veniamquis exerci et diam. ";
+	nmo:plainTextMessageContent "Facilisis ipsum minim consequat aliquip iusto lobortis dignissim vel ex molestie eum at. Commodoconsequat iusto facilisis enim iustoodio delenitaugue. ".
+
+<urn:uuid:356118882> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01705" ;
+	nco:locality "Framingham" ;
+	nco:streetAddress "5969 Breezy Creek Street" .
+
+<mailto:laureen aaron nulladignissim gov> a nco:EmailAddress; 
+	nco:emailAddress "laureen aaron nulladignissim gov".
+
+<xmpp:laureen aaron gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Laureen Aaron" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Euismod invulputate hendrerit te elitsed suscipit accumsan. " ;
+	nco:imID "laureen aaron gmail com".
+
+<tel:+16073705286> a nco:PhoneNumber; 
+	nco:phoneNumber "(607)370-5286".
+
+<urn:uuid:960828794> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16073705286>]; 
+	nmo:duration 50; 
+	nmo:receivedDate "2008-01-20T15:35:34". 
+
+<urn:uuid:146334330> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16073705286>]; 
+	nmo:duration 13; 
+	nmo:receivedDate "2008-08-05T16:04:08". 
+
+<urn:uuid:1985872468> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16073705286>]; 
+	nmo:duration 29; 
+	nmo:receivedDate "2008-09-17T16:00:03". 
+
+<urn:uuid:887224588> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16073705286>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-16T15:53:46";
+	nmo:receivedDate "2008-06-12T15:14:42";
+	nmo:plainTextMessageContent "Vulputate nulla exerci zzril iriuredolor vel delenit ea nulla ut suscipit dolore vero minim. In nulla tincidunt delenit ipsum duis vero. Odio facilisis autem lobortis sit autem duis delenitaugue nibh ad nulla dolor. Te vel enim luptatum et illum eum. ".
+
+<urn:uuid:733925339> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16073705286>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-10T15:27:14";
+	nmo:receivedDate "2008-10-01T15:44:53";
+	nmo:plainTextMessageContent "Nostrud eum dolor suscipit accumsan commodo illum enim suscipit velit. Et exerci sit illum aliquam facilisis commodo ullamcorper praesent nulla. Suscipit duis molestie minim ut nisl in vel. Blandit vel vel commodoconsequat quis molestie feugiat consectetuer iusto blandit esse elitsed. Feugait iriuredolor in ipsum. Aliquip veniam tation duis dignissim luptatum dolore. Zzril in nulla vero molestie laoreet autem nibh iriure eros adipiscing iustoodio dolore facilisis. ".
+
+<urn:uuid:1844406843> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16073705286>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-09T15:21:58";
+	nmo:receivedDate "2009-01-23T15:34:05";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Aliquip eum consequatvel delenitaugue exerci eufeugiat autem commodo lobortis veniamquis veniam. Dolore ut dolore iustoodio nostrud Utwisi laoreet praesent enim hendrerit. Sit exerci lobortis facilisis nulla ut at aliquam in. Dolore facilisis exerci vel exerci duis odio ut suscipit. Ullamcorper duis consequat commodo duis. ".
+
+<urn:uuid:811152794> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16073705286>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-24T15:47:45";
+	nmo:receivedDate "2008-03-06T16:08:32";
+	nmo:plainTextMessageContent "Ut facilisis doloremagna ea dolore hendrerit velit. Quis nulla dolor iustoodio. Esse in luptatumzzril zzril tincidunt. Duis velit duis amet. Aliquam sit veniamquis nislut et molestie esse exerci exerci facilisi hendrerit. Vel iusto ex enim vel et consectetuer nonummy ut. ".
+
+<urn:uuid:1144281119> a nco:PersonContact; 
+	nco:fullname "Laureen Aaron";
+	nco:nameGiven "Laureen";
+	nco:nameFamily "Aaron";
+	nco:birthDate "1943-01-15";
+	nco:hasAffiliation "Dental Ceramist Assistant";
+	nco:hasEmailAddress <mailto:laureen aaron nulladignissim gov>;
+	nco:hasPhoneNumber <tel:+16073705286>;
+	nco:hasIMAccount <xmpp:laureen aaron gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:356118882>.
+
+<urn:uuid:1058778892> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1143837544>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Lobortis iustoodio wisi aliquip diam tationullamcorper minim invulputate eu aliquip. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-19T18:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-19T19:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1143837544>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:2003514263> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07920" ;
+	nco:locality "Basking Ridge" ;
+	nco:streetAddress "4898 Forest Hill Parkway" .
+
+<mailto:gechols teesse org> a nco:EmailAddress; 
+	nco:emailAddress "gechols teesse org".
+
+<urn:uuid:2107008825> a nco:PersonContact; 
+	nco:fullname "Guillermo Echols";
+	nco:nameGiven "Guillermo";
+	nco:nameFamily "Echols";
+	nco:birthDate "1942-07-04";
+	nco:hasAffiliation "Land Surveyor";
+	nco:hasEmailAddress <mailto:gechols teesse org>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:2003514263>.
+
+<urn:uuid:1819916944> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:590068079>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Te iustoodio delenitaugue invulputate hendrerit dolor at at wisi lobortis luptatumzzril facilisi minim. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-27T19:11:34"];
+	ncal:dtend [ncal:dateTime "2009-02-27T19:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:590068079>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1128808121> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11569" ;
+	nco:locality "Point Lookout" ;
+	nco:streetAddress "6845 Lydia Circle" .
+
+<mailto:istroup illumex gov> a nco:EmailAddress; 
+	nco:emailAddress "istroup illumex gov".
+
+<xmpp:ingrid stroup gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Ingrid Stroup" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Duis dignissim feugiat iustoodio tincidunt ut te nostrud ipsum in quis dignissim ut delenitaugue. " ;
+	nco:imID "ingrid stroup gmail com".
+
+<urn:uuid:837089568> a nco:PersonContact; 
+	nco:fullname "Ingrid Stroup";
+	nco:nameGiven "Ingrid";
+	nco:nameFamily "Stroup";
+	nco:birthDate "1942-12-02";
+	nco:hasAffiliation "Technician Industrial Safety";
+	nco:hasEmailAddress <mailto:istroup illumex gov>;
+	nco:hasIMAccount <xmpp:ingrid stroup gmail com>;
+	nco:hasPostalAddress <urn:uuid:1128808121>.
+
+<urn:uuid:771099497> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10005" ;
+	nco:locality "New York" ;
+	nco:streetAddress "4639 Germantown Village Drive" .
+
+<mailto:glenda hopson exerciut us> a nco:EmailAddress; 
+	nco:emailAddress "glenda hopson exerciut us".
+
+<urn:uuid:643135592> a nco:PersonContact; 
+	nco:fullname "Glenda Hopson";
+	nco:nameGiven "Glenda";
+	nco:nameFamily "Hopson";
+	nco:birthDate "1942-08-30";
+	nco:hasAffiliation "Engineer Water Transportation";
+	nco:hasEmailAddress <mailto:glenda hopson exerciut us>;
+	nco:hasPostalAddress <urn:uuid:771099497>.
+
+<urn:uuid:14572399> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:2071769784>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Qui feugait laoreet commodo diam at odio. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-23T17:11:34"];
+	ncal:dtend [ncal:dateTime "2009-02-23T18:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:2071769784>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1258654338> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02332" ;
+	nco:locality "Duxbury" ;
+	nco:streetAddress "6415 Lakemere Way" .
+
+<mailto:hduckett tationquis net> a nco:EmailAddress; 
+	nco:emailAddress "hduckett tationquis net".
+
+<xmpp:hank duckett gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Hank Duckett" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Exerci velit facilisis minim facilisis in suscipit qui at laoreet vero. " ;
+	nco:imID "hank duckett gmail com".
+
+<urn:uuid:2004559345> a nco:PersonContact; 
+	nco:fullname "Hank Duckett";
+	nco:nameGiven "Hank";
+	nco:nameFamily "Duckett";
+	nco:birthDate "1942-11-20";
+	nco:hasAffiliation "Carpet Layer";
+	nco:hasEmailAddress <mailto:hduckett tationquis net>;
+	nco:hasIMAccount <xmpp:hank duckett gmail com>;
+	nco:hasPostalAddress <urn:uuid:1258654338>.
+
+<urn:uuid:2057668523> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02021" ;
+	nco:locality "Canton" ;
+	nco:streetAddress "5450 Danforth Drive" .
+
+<mailto:noreen meyers enimvel us> a nco:EmailAddress; 
+	nco:emailAddress "noreen meyers enimvel us".
+
+<urn:uuid:764753875> a nco:PersonContact; 
+	nco:fullname "Noreen Meyers";
+	nco:nameGiven "Noreen";
+	nco:nameFamily "Meyers";
+	nco:birthDate "1942-12-04";
+	nco:hasAffiliation "Manager Accounts Payable";
+	nco:hasEmailAddress <mailto:noreen meyers enimvel us>;
+	nco:hasPostalAddress <urn:uuid:2057668523>.
+
+<urn:uuid:1298552861> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06786" ;
+	nco:locality "Terryville" ;
+	nco:streetAddress "2152 Hemlock Parkway" .
+
+<mailto:kathi stern doloreautem org> a nco:EmailAddress; 
+	nco:emailAddress "kathi stern doloreautem org".
+
+<tel:+18028699396> a nco:PhoneNumber; 
+	nco:phoneNumber "(802)869-9396".
+
+<urn:uuid:377153898> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18028699396>]; 
+	nmo:duration 26; 
+	nmo:sentDate "2008-04-02T16:08:07". 
+
+<urn:uuid:1157840730> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18028699396>]; 
+	nmo:duration 26; 
+	nmo:sentDate "2008-02-06T15:44:18". 
+
+<urn:uuid:83831322> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18028699396>]; 
+	nmo:duration 18; 
+	nmo:sentDate "2008-07-29T16:09:37". 
+
+<urn:uuid:1698179836> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18028699396>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-18T15:17:42";
+	nmo:receivedDate "2008-08-07T15:43:22";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Facilisis nostrud nonummy autem dolore hendrerit consequat dignissim nulla qui dolore consequat laoreet iustoodio. Dignissim in qui praesent ex facilisi et ut ut. Tincidunt illum feugiat hendrerit ut eros euismod et dolore vero tation. Lobortis nulla praesent nulla ea etaccumsan ex feugiat ea. Erat et consectetuer diam vero nisl dolor. ".
+
+<urn:uuid:33722869> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18028699396>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-20T16:11:20";
+	nmo:receivedDate "2008-01-22T15:19:03";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Vel nislut ipsum iriuredolor ea duis eros ut odio odio delenit sit ad elitsed. Laoreet eros esse nibh delenitaugue qui volutpat zzril nisl ex. Blandit facilisis et minim nulla at luptatum euismod vel quis iusto minim dolor. Et duis vel laoreet exerci suscipit in eum Utwisi hendrerit. ".
+
+<urn:uuid:1846949884> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18028699396>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-27T15:57:45";
+	nmo:receivedDate "2008-07-12T15:28:53";
+	nmo:plainTextMessageContent "Invulputate feugait lorem molestie aliquam iusto consequatvel delenit ullamcorper tincidunt velit ex euismod. Luptatum illum tincidunt aliquam praesent velit diam consequat minim. Consequatvel in illum esse lobortis vel commodoconsequat nulla zzril etaccumsan. Delenitaugue veniam nulla nulla ad nostrud ea illum facilisis in dignissim. Feugiat dolor eu nulla nibh velit duis duis lobortis molestie ad eum vero. Iustoodio ut lobortis illum nislut te. Euismod diam ipsum laoreet nostrud ex ipsum. ".
+
+<urn:uuid:852312138> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18028699396>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-06T15:37:56";
+	nmo:receivedDate "2008-08-12T16:11:04";
+	nmo:plainTextMessageContent "Luptatumzzril veniam consequat at iusto qui vel molestie. Augue feugait lobortis minim lobortis. Eum Utwisi diam qui consequat enim tationullamcorper velit ad. In facilisis nulla feugait ea elitsed suscipit nislut delenitaugue amet volutpat autem. Elitsed te consequat facilisis aliquam in wisi adipiscing. ".
+
+<urn:uuid:1643230672> a nco:PersonContact; 
+	nco:fullname "Kathi Stern";
+	nco:nameGiven "Kathi";
+	nco:nameFamily "Stern";
+	nco:birthDate "1943-03-04";
+	nco:hasAffiliation "Carpenter (General/Maintenance)";
+	nco:hasEmailAddress <mailto:kathi stern doloreautem org>;
+	nco:hasPhoneNumber <tel:+18028699396>;
+	nco:hasPostalAddress <urn:uuid:1298552861>.
+
+<urn:uuid:685022892> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07853" ;
+	nco:locality "Long Valley" ;
+	nco:streetAddress "5548 Heifort Way" .
+
+<mailto:smelvin iriuredolorlobortis net> a nco:EmailAddress; 
+	nco:emailAddress "smelvin iriuredolorlobortis net".
+
+<xmpp:selena melvin gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Selena Melvin" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Dolore nislut facilisis consequatvel suscipit quis vel. " ;
+	nco:imID "selena melvin gmail com".
+
+<urn:uuid:802120075> a nco:PersonContact; 
+	nco:fullname "Selena Melvin";
+	nco:nameGiven "Selena";
+	nco:nameFamily "Melvin";
+	nco:birthDate "1942-06-19";
+	nco:hasAffiliation "Counselor Education";
+	nco:hasEmailAddress <mailto:smelvin iriuredolorlobortis net>;
+	nco:hasIMAccount <xmpp:selena melvin gmail com>;
+	nco:hasPostalAddress <urn:uuid:685022892>.
+
+<urn:uuid:1013005690> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07006" ;
+	nco:locality "Caldwell" ;
+	nco:streetAddress "7082 Hemlock Way" .
+
+<mailto:alta griswold praesentnislut net> a nco:EmailAddress; 
+	nco:emailAddress "alta griswold praesentnislut net".
+
+<urn:uuid:1809850761> a nco:PersonContact; 
+	nco:fullname "Alta Griswold";
+	nco:nameGiven "Alta";
+	nco:nameFamily "Griswold";
+	nco:birthDate "1943-02-12";
+	nco:hasAffiliation "Tire & Tube Repairer";
+	nco:hasEmailAddress <mailto:alta griswold praesentnislut net>;
+	nco:hasPostalAddress <urn:uuid:1013005690>.
+
+<urn:uuid:270195783> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1809850761>;
+	nmo:sentDate "2009-01-11T15:19:44";
+	nmo:receivedDate "2009-01-11T15:20:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alta griswold praesentnislut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:524373562>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dpellegrino insuscipit eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Nulla ipsum in facilisi minim. ";
+	nmo:plainTextMessageContent "Dolore ad diam dolore aliquip ullamcorper wisi dolor aliquip blandit eros. ".
+
+<urn:uuid:557734368> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1809850761>;
+	nmo:sentDate "2008-11-20T15:18:48";
+	nmo:receivedDate "2008-11-20T15:19:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alta griswold praesentnislut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Molestie eum ullamcorper tincidunt autem enim te iustoodio. ";
+	nmo:plainTextMessageContent "Adipiscing sit ut dolore in invulputate delenitaugue Utwisi lobortis accumsan vel amet zzril. ".
+
+<urn:uuid:1892557841> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1809850761>;
+	nmo:sentDate "2008-06-28T15:40:41";
+	nmo:receivedDate "2008-06-28T15:41:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alta griswold praesentnislut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:625405800>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "eroberson tefacilisis net"];
+	nmo:messageSubject "Luptatum adipiscing consequatvel quis. ";
+	nmo:plainTextMessageContent "Ea Utwisi quis lorem aliquip vel delenit eum volutpat lobortis illum lobortis. Dolore eros ea ex nonummy velit iustoodio facilisis feugait nulla duis. ".
+
+<urn:uuid:1208178576> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1809850761>;
+	nmo:sentDate "2009-01-27T15:23:34";
+	nmo:receivedDate "2009-01-27T15:23:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alta griswold praesentnislut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:586562270>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rlin aliquamqui org"];
+	nmo:messageSubject "Nostrud velit enim et exerci facilisis lobortis commodo. ";
+	nmo:plainTextMessageContent "Elitsed vel te luptatumzzril. ".
+
+<urn:uuid:1153644739> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1809850761>;
+	nmo:sentDate "2008-09-23T15:16:50";
+	nmo:receivedDate "2008-09-23T15:17:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alta griswold praesentnislut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nostrud odio Utwisi elitsed duis iriuredolor enim zzril esse qui in ad. ";
+	nmo:plainTextMessageContent "Ullamcorper at duis et consequat nostrud ea ex consequatvel. Enim laoreet dolore velit etaccumsan aliquam aliquip sit ipsum at. ".
+
+<urn:uuid:374695899> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1809850761>;
+	nmo:sentDate "2008-12-02T15:38:00";
+	nmo:receivedDate "2008-12-02T15:38:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alta griswold praesentnislut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:661691096>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "makins zzrillobortis com"];
+	nmo:messageSubject "Ea exerci eu autem. ";
+	nmo:plainTextMessageContent "Autem aliquip hendrerit luptatumzzril iustoodio volutpat. ".
+
+<urn:uuid:969935146> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1809850761>;
+	nmo:sentDate "2008-11-30T15:51:11";
+	nmo:receivedDate "2008-11-30T15:51:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alta griswold praesentnislut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Minim qui ad suscipit eum nostrud exerci vulputate lobortis zzril lobortis minim. ";
+	nmo:plainTextMessageContent "Praesent nulla delenitaugue vero vel nulla. Iriure volutpat ad aliquam dolore autem molestie esse. ".
+
+<urn:uuid:1821093799> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1809850761>;
+	nmo:sentDate "2008-02-22T15:53:33";
+	nmo:receivedDate "2008-02-22T15:53:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alta griswold praesentnislut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:629481761>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rvalle facilisisnulla us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Iriure nostrud nonummy eros velit facilisis. ";
+	nmo:plainTextMessageContent "Vel ex iriuredolor te duis Utwisi ex eros veniam consectetuer feugait vel amet. Odio adipiscing dolore nulla aliquip vero ad ut. ".
+
+<urn:uuid:1171424950> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1809850761>;
+	nmo:sentDate "2008-01-17T15:52:00";
+	nmo:receivedDate "2008-01-17T15:52:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alta griswold praesentnislut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1208101714>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ggood inut org"];
+	nmo:messageSubject "Ea blandit eros tation feugiat blandit in veniamquis. ";
+	nmo:plainTextMessageContent "Autem erat volutpat eufeugiat ea invulputate delenit duis hendrerit suscipit minim iriuredolor. ".
+
+<urn:uuid:1015323335> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1809850761>;
+	nmo:sentDate "2008-07-04T15:56:28";
+	nmo:receivedDate "2008-07-04T15:56:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alta griswold praesentnislut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Veniam vel dolore consequat praesent aliquip eros ea nostrud feugait. ";
+	nmo:plainTextMessageContent "Dolor minim exerci te lorem invulputate autem eufeugiat duis qui facilisi ex eum et. Tation invulputate dignissim molestie duis velit Utwisi. ".
+
+<urn:uuid:1539693061> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1809850761>;
+	nmo:sentDate "2009-01-26T15:35:30";
+	nmo:receivedDate "2009-01-26T15:36:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "alta griswold praesentnislut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Veniam nisl exerci et dolore autem facilisi vero veniam tation blandit velit duis. ";
+	nmo:plainTextMessageContent "Minim ad ullamcorper lobortis facilisi euismod lobortis iriuredolor vel facilisi commodo hendrerit augue luptatumzzril. Ut iustoodio adipiscing et. ".
+
+<urn:uuid:2102188326> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14303" ;
+	nco:locality "Niagara Falls" ;
+	nco:streetAddress "2537 Mossy Creek Drive" .
+
+<mailto:abrenner illumenim edu> a nco:EmailAddress; 
+	nco:emailAddress "abrenner illumenim edu".
+
+<urn:uuid:1236819207> a nco:PersonContact; 
+	nco:fullname "Alaina Brenner";
+	nco:nameGiven "Alaina";
+	nco:nameFamily "Brenner";
+	nco:birthDate "1943-03-03";
+	nco:hasAffiliation "Department Secretary";
+	nco:hasEmailAddress <mailto:abrenner illumenim edu>;
+	nco:hasPostalAddress <urn:uuid:2102188326>.
+
+<urn:uuid:1705444181> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13754" ;
+	nco:locality "Deposit" ;
+	nco:streetAddress "397 Driftwood Avenue" .
+
+<mailto:asurratt duisvero us> a nco:EmailAddress; 
+	nco:emailAddress "asurratt duisvero us".
+
+<urn:uuid:1818140086> a nco:PersonContact; 
+	nco:fullname "Art Surratt";
+	nco:nameGiven "Art";
+	nco:nameFamily "Surratt";
+	nco:birthDate "1942-12-06";
+	nco:hasAffiliation "Technician Dietary";
+	nco:hasEmailAddress <mailto:asurratt duisvero us>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:1705444181>.
+
+<urn:uuid:601583167> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:664601119>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Esse ad exerci laoreet nisl dolore te in qui minim hendrerit autem exerci. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-03T18:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-03T19:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:664601119>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1343736535> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04260" ;
+	nco:locality "New Gloucester" ;
+	nco:streetAddress "9766 Palomino Way" .
+
+<mailto:connie donnell duisullamcorper us> a nco:EmailAddress; 
+	nco:emailAddress "connie donnell duisullamcorper us".
+
+<urn:uuid:1255001643> a nco:PersonContact; 
+	nco:fullname "Connie Donnell";
+	nco:nameGiven "Connie";
+	nco:nameFamily "Donnell";
+	nco:birthDate "1942-11-14";
+	nco:hasAffiliation "Aircraft Navigator";
+	nco:hasEmailAddress <mailto:connie donnell duisullamcorper us>;
+	nco:hasPostalAddress <urn:uuid:1343736535>.
+
+<urn:uuid:2086734501> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07738" ;
+	nco:locality "Lincroft" ;
+	nco:streetAddress "3416 Gershwin Way" .
+
+<mailto:horace self inillum info> a nco:EmailAddress; 
+	nco:emailAddress "horace self inillum info".
+
+<urn:uuid:1317722418> a nco:PersonContact; 
+	nco:fullname "Horace Self";
+	nco:nameGiven "Horace";
+	nco:nameFamily "Self";
+	nco:birthDate "1942-09-23";
+	nco:hasAffiliation "Sheet Metal Mechanic";
+	nco:hasEmailAddress <mailto:horace self inillum info>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:2086734501>.
+
+<urn:uuid:1934649932> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01107" ;
+	nco:locality "Springfield" ;
+	nco:streetAddress "4751 Coppershire Street" .
+
+<mailto:wjaramillo elitseddolor us> a nco:EmailAddress; 
+	nco:emailAddress "wjaramillo elitseddolor us".
+
+<tel:+17745001740> a nco:PhoneNumber; 
+	nco:phoneNumber "(774)500-1740".
+
+<urn:uuid:817625899> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17745001740>]; 
+	nmo:duration 9; 
+	nmo:sentDate "2008-06-24T16:00:03". 
+
+<urn:uuid:2128582829> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17745001740>]; 
+	nmo:duration 18; 
+	nmo:sentDate "2008-12-30T15:46:31". 
+
+<urn:uuid:1098810538> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17745001740>]; 
+	nmo:duration 29; 
+	nmo:sentDate "2008-06-27T16:03:07". 
+
+<urn:uuid:481081151> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17745001740>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-01T15:56:30";
+	nmo:receivedDate "2009-01-11T15:35:42";
+	nmo:plainTextMessageContent "Amet eufeugiat vel amet esse velit elitsed feugait vero. Nulla consequat praesent lobortis aliquam exerci lobortis nisl dolore in molestie. Nulla velit iustoodio eum. Duis diam facilisi exerci esse esse vel nostrud minim. Lorem in in amet enim suscipit accumsan hendrerit nulla. ".
+
+<urn:uuid:51193682> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17745001740>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-17T16:00:20";
+	nmo:receivedDate "2008-10-29T15:17:00";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Ipsum illum praesent quis veniam praesent in luptatumzzril ad eros. Praesent exerci suscipit eros luptatum eum veniamquis facilisis iusto hendrerit volutpat accumsan tationullamcorper. Veniamquis vero ea te duis. Minim nulla zzril nibh veniamquis iustoodio autem autem quis nostrud delenitaugue eum laoreet vel. Utwisi molestie ipsum accumsan molestie dolore volutpat te enim. Vel duis feugiat volutpat illum suscipit. ".
+
+<urn:uuid:1994287738> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17745001740>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-29T15:57:21";
+	nmo:receivedDate "2008-12-14T15:18:22";
+	nmo:plainTextMessageContent "Tation dignissim ea accumsan aliquip ad nostrud exerci. Eu doloremagna praesent tincidunt. Diam tincidunt erat lobortis at commodoconsequat. Minim amet ex commodoconsequat. Nulla eum duis erat. Nibh luptatumzzril vulputate consequat tationullamcorper volutpat nulla. ".
+
+<urn:uuid:1302887852> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17745001740>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-10T15:38:19";
+	nmo:receivedDate "2009-02-13T15:59:28";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Erat autem doloremagna nulla suscipit et feugait ipsum hendrerit ipsum tation blandit. Ea molestie erat et accumsan nulla exerci iusto nislut. Eros hendrerit ad veniam duis feugait esse facilisis illum praesent praesent delenitaugue nostrud. Veniam vel ut autem. Augue blandit ad blandit ut ut praesent ea consequat aliquip duis in consequat facilisis. ".
+
+<urn:uuid:1128864997> a nco:PersonContact; 
+	nco:fullname "Willy Jaramillo";
+	nco:nameGiven "Willy";
+	nco:nameFamily "Jaramillo";
+	nco:birthDate "1943-02-03";
+	nco:hasAffiliation "Copier Technician";
+	nco:hasEmailAddress <mailto:wjaramillo elitseddolor us>;
+	nco:hasPhoneNumber <tel:+17745001740>;
+	nco:hasPostalAddress <urn:uuid:1934649932>.
+
+<urn:uuid:1025111403> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1873894462>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Aliquip praesent nibh vel lorem vero accumsan eum duis autem. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-19T16:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-19T17:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1873894462>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:2024651498> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13617" ;
+	nco:locality "Canton" ;
+	nco:streetAddress "9588 Homestead Way" .
+
+<mailto:mmacleod odioenim net> a nco:EmailAddress; 
+	nco:emailAddress "mmacleod odioenim net".
+
+<urn:uuid:1999500508> a nco:PersonContact; 
+	nco:fullname "Morton Macleod";
+	nco:nameGiven "Morton";
+	nco:nameFamily "Macleod";
+	nco:birthDate "1942-08-08";
+	nco:hasAffiliation "Manager Restaurant 1";
+	nco:hasEmailAddress <mailto:mmacleod odioenim net>;
+	nco:hasPostalAddress <urn:uuid:2024651498>.
+
+<urn:uuid:732808912> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:898257008>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Velit augue ipsum volutpat nislut eros hendrerit vel laoreet velit luptatumzzril blandit nostrud. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-10T12:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-10T14:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:898257008>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1914688289> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08666" ;
+	nco:locality "Trenton" ;
+	nco:streetAddress "4755 Crestwyn Cove" .
+
+<mailto:catalina hibbard utaliquip com> a nco:EmailAddress; 
+	nco:emailAddress "catalina hibbard utaliquip com".
+
+<xmpp:catalina hibbard gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Catalina Hibbard" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Et volutpat aliquip luptatumzzril aliquip in. " ;
+	nco:imID "catalina hibbard gmail com".
+
+<urn:uuid:1849512391> a nco:PersonContact; 
+	nco:fullname "Catalina Hibbard";
+	nco:nameGiven "Catalina";
+	nco:nameFamily "Hibbard";
+	nco:birthDate "1942-12-05";
+	nco:hasAffiliation "Arboriculturist";
+	nco:hasEmailAddress <mailto:catalina hibbard utaliquip com>;
+	nco:hasIMAccount <xmpp:catalina hibbard gmail com>;
+	nco:hasPostalAddress <urn:uuid:1914688289>.
+
+<urn:uuid:1448887961> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11717" ;
+	nco:locality "Brentwood" ;
+	nco:streetAddress "7458 Glenchester Trail" .
+
+<mailto:rvillalobos essesuscipit com> a nco:EmailAddress; 
+	nco:emailAddress "rvillalobos essesuscipit com".
+
+<xmpp:reta villalobos gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Reta Villalobos" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Nulla blandit sit accumsan nostrud iustoodio diam feugait veniamquis eros eros augue amet. " ;
+	nco:imID "reta villalobos gmail com".
+
+<urn:uuid:15490134> a nco:PersonContact; 
+	nco:fullname "Reta Villalobos";
+	nco:nameGiven "Reta";
+	nco:nameFamily "Villalobos";
+	nco:birthDate "1942-09-06";
+	nco:hasAffiliation "Dietary Technician";
+	nco:hasEmailAddress <mailto:rvillalobos essesuscipit com>;
+	nco:hasIMAccount <xmpp:reta villalobos gmail com>;
+	nco:hasPostalAddress <urn:uuid:1448887961>.
+
+<urn:uuid:2002707976> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10269" ;
+	nco:locality "New York" ;
+	nco:streetAddress "4582 Nova Scotia Trail" .
+
+<mailto:fritz moran consequatte edu> a nco:EmailAddress; 
+	nco:emailAddress "fritz moran consequatte edu".
+
+<xmpp:fritz moran gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Fritz Moran" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Doloremagna ut duis vulputate dolore commodoconsequat velit vero duis consectetuer eu lobortis feugait lobortis. " ;
+	nco:imID "fritz moran gmail com".
+
+<urn:uuid:379922864> a nco:PersonContact; 
+	nco:fullname "Fritz Moran";
+	nco:nameGiven "Fritz";
+	nco:nameFamily "Moran";
+	nco:birthDate "1942-08-31";
+	nco:hasAffiliation "Laser Technician";
+	nco:hasEmailAddress <mailto:fritz moran consequatte edu>;
+	nco:hasIMAccount <xmpp:fritz moran gmail com>;
+	nco:hasPostalAddress <urn:uuid:2002707976>.
+
+<urn:uuid:318310929> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11803" ;
+	nco:locality "Plainview" ;
+	nco:streetAddress "6995 Tully Drive" .
+
+<mailto:janie howes molestieveniam edu> a nco:EmailAddress; 
+	nco:emailAddress "janie howes molestieveniam edu".
+
+<urn:uuid:596515976> a nco:PersonContact; 
+	nco:fullname "Janie Howes";
+	nco:nameGiven "Janie";
+	nco:nameFamily "Howes";
+	nco:birthDate "1943-01-28";
+	nco:hasAffiliation "Internal Auditing Manager";
+	nco:hasEmailAddress <mailto:janie howes molestieveniam edu>;
+	nco:hasPostalAddress <urn:uuid:318310929>.
+
+<urn:uuid:504744836> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04630" ;
+	nco:locality "East Machias" ;
+	nco:streetAddress "9527 San Augustine Way" .
+
+<mailto:dstonge veldelenit edu> a nco:EmailAddress; 
+	nco:emailAddress "dstonge veldelenit edu".
+
+<xmpp:dana stonge gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Dana Stonge" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Dignissim molestie qui euismod molestie nulla ullamcorper velit. " ;
+	nco:imID "dana stonge gmail com".
+
+<urn:uuid:885354252> a nco:PersonContact; 
+	nco:fullname "Dana Stonge";
+	nco:nameGiven "Dana";
+	nco:nameFamily "Stonge";
+	nco:birthDate "1942-07-24";
+	nco:hasAffiliation "Mixer Paint & Varnish";
+	nco:hasEmailAddress <mailto:dstonge veldelenit edu>;
+	nco:hasIMAccount <xmpp:dana stonge gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:504744836>.
+
+<urn:uuid:2116864835> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10548" ;
+	nco:locality "Montrose" ;
+	nco:streetAddress "3955 Heritage Parkway" .
+
+<mailto:cknudsen velitaliquip net> a nco:EmailAddress; 
+	nco:emailAddress "cknudsen velitaliquip net".
+
+<xmpp:chang knudsen gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Chang Knudsen" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Nibh facilisis molestie autem lobortis volutpat amet blandit. " ;
+	nco:imID "chang knudsen gmail com".
+
+<urn:uuid:252912499> a nco:PersonContact; 
+	nco:fullname "Chang Knudsen";
+	nco:nameGiven "Chang";
+	nco:nameFamily "Knudsen";
+	nco:birthDate "1942-04-04";
+	nco:hasAffiliation "Sales Building Materials";
+	nco:hasEmailAddress <mailto:cknudsen velitaliquip net>;
+	nco:hasIMAccount <xmpp:chang knudsen gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:2116864835>.
+
+<urn:uuid:603267408> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:252912499>;
+	nmo:sentDate "2008-05-14T15:48:30";
+	nmo:receivedDate "2008-05-14T15:48:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cknudsen velitaliquip net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:801482573>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "latonia baldwin loremad tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Delenitaugue eum Utwisi at nostrud wisi autem facilisis ex aliquam. ";
+	nmo:plainTextMessageContent "Exerci suscipit nulla consectetuer qui. Ipsum aliquip vel ea suscipit te in exerci. ".
+
+<urn:uuid:1668003903> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:252912499>;
+	nmo:sentDate "2008-03-21T15:38:08";
+	nmo:receivedDate "2008-03-21T15:38:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cknudsen velitaliquip net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Esse euismod duis ad wisi dolore vel autem Utwisi. ";
+	nmo:plainTextMessageContent "Aliquip aliquip vel nislut laoreet. Lobortis blandit Utwisi eros duis vel luptatumzzril blandit eufeugiat velit. ".
+
+<urn:uuid:250642921> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:252912499>;
+	nmo:sentDate "2008-09-24T16:08:14";
+	nmo:receivedDate "2008-09-24T16:08:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cknudsen velitaliquip net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Esse in ex luptatumzzril ea Utwisi exerci volutpat. ";
+	nmo:plainTextMessageContent "Consequat wisi iusto veniamquis nisl dolore elitsed ad. ".
+
+<urn:uuid:487578895> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:252912499>;
+	nmo:sentDate "2008-08-24T15:46:51";
+	nmo:receivedDate "2008-08-24T15:47:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cknudsen velitaliquip net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Eum facilisis ad qui dolor dignissim nisl duis qui. ";
+	nmo:plainTextMessageContent "Duis augue blandit iriuredolor ad et praesent et exerci illum diam consequat ullamcorper. Ad qui feugait molestie consequat feugait dolor dolore suscipit te adipiscing. ".
+
+<urn:uuid:22565202> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:252912499>;
+	nmo:sentDate "2008-07-07T15:24:47";
+	nmo:receivedDate "2008-07-07T15:25:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cknudsen velitaliquip net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla et velit dolore iriuredolor in vel blandit duis. ";
+	nmo:plainTextMessageContent "Nulla ut et nostrud iustoodio nostrud hendrerit duis dignissim iusto vel minim suscipit. ".
+
+<urn:uuid:1103280965> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:252912499>;
+	nmo:sentDate "2008-08-11T16:02:38";
+	nmo:receivedDate "2008-08-11T16:02:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cknudsen velitaliquip net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla doloremagna tationullamcorper iusto blandit accumsan dignissim ut autem eu et doloremagna. ";
+	nmo:plainTextMessageContent "Quis velit exerci commodo nibh ea facilisi luptatum ut vero. In exerci duis exerci iriure elitsed. ".
+
+<urn:uuid:1340185216> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:252912499>;
+	nmo:sentDate "2008-07-29T15:33:11";
+	nmo:receivedDate "2008-07-29T15:33:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cknudsen velitaliquip net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Esse at ut vero in nisl qui ut dolore dolore et. ";
+	nmo:plainTextMessageContent "Nostrud suscipit vulputate nonummy erat facilisis nisl commodoconsequat suscipit lobortis eufeugiat dolore. Nislut facilisis esse commodo velit delenitaugue. ".
+
+<urn:uuid:958911980> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:252912499>;
+	nmo:sentDate "2008-01-23T15:22:34";
+	nmo:receivedDate "2008-01-23T15:23:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cknudsen velitaliquip net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:63475552>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dkemp doloremagnatincidunt info"];
+	nmo:messageSubject "Augue amet vero vero lobortis dolore dolore qui. ";
+	nmo:plainTextMessageContent "Facilisis nostrud consequat erat nostrud zzril erat tationullamcorper. ".
+
+<urn:uuid:1326742434> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:252912499>;
+	nmo:sentDate "2008-07-30T16:10:12";
+	nmo:receivedDate "2008-07-30T16:10:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cknudsen velitaliquip net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nisl et Utwisi esse consequatvel at molestie euismod eros suscipit qui. ";
+	nmo:plainTextMessageContent "Nisl feugiat molestie molestie. ".
+
+<urn:uuid:895619475> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:252912499>;
+	nmo:sentDate "2008-03-16T15:53:48";
+	nmo:receivedDate "2008-03-16T15:54:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cknudsen velitaliquip net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:550650654>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ecouncil doloreet info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Dolor vulputate feugiat odio vero. ";
+	nmo:plainTextMessageContent "Elitsed vero Utwisi iusto at vel iustoodio duis enim augue iriure vulputate. Eros erat at dolore ea dolor te at hendrerit. ".
+
+<urn:uuid:203100299> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:252912499>;
+	nmo:sentDate "2008-06-14T15:21:41";
+	nmo:receivedDate "2008-06-14T15:22:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cknudsen velitaliquip net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Augue velit aliquip dolor ad ut at at at odio nislut. ";
+	nmo:plainTextMessageContent "Quis dolore minim blandit etaccumsan praesent ut. Commodo nulla in iustoodio ad nibh facilisis volutpat aliquam dolore nulla feugiat eum. ".
+
+<urn:uuid:776471690> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:252912499>;
+	nmo:sentDate "2008-03-30T15:59:46";
+	nmo:receivedDate "2008-03-30T16:00:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cknudsen velitaliquip net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ex quis Utwisi nostrud esse facilisi. ";
+	nmo:plainTextMessageContent "Lobortis molestie dolor eum tincidunt etaccumsan suscipit dignissim tation autem in velit luptatumzzril laoreet. ".
+
+<urn:uuid:787169351> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:252912499>;
+	nmo:sentDate "2009-01-20T15:52:12";
+	nmo:receivedDate "2009-01-20T15:52:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cknudsen velitaliquip net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:930425689>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dtotten intincidunt gov"];
+	nmo:messageSubject "Minim illum elitsed consequatvel. ";
+	nmo:plainTextMessageContent "Molestie nibh blandit lobortis eros. Euismod eros suscipit enim in hendrerit esse erat adipiscing qui. ".
+
+<urn:uuid:1929229080> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:252912499>;
+	nmo:sentDate "2008-02-02T15:15:24";
+	nmo:receivedDate "2008-02-02T15:15:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cknudsen velitaliquip net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Feugiat suscipit minim ad quis duis. ";
+	nmo:plainTextMessageContent "Nisl volutpat feugait lobortis vel ullamcorper in ut adipiscing illum duis vero dolore quis. ".
+
+<urn:uuid:582237614> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:252912499>;
+	nmo:sentDate "2008-07-21T15:48:26";
+	nmo:receivedDate "2008-07-21T15:48:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cknudsen velitaliquip net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Enim dolor dolor aliquam velit volutpat velit vero Utwisi. ";
+	nmo:plainTextMessageContent "Exerci minim blandit luptatumzzril feugait consequatvel. Feugiat delenitaugue doloremagna molestie. ".
+
+<urn:uuid:1443566832> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12862" ;
+	nco:locality "Riparius" ;
+	nco:streetAddress "8992 Rico Street" .
+
+<mailto:rbrunson consectetuernostrud gov> a nco:EmailAddress; 
+	nco:emailAddress "rbrunson consectetuernostrud gov".
+
+<urn:uuid:837646764> a nco:PersonContact; 
+	nco:fullname "Roderick Brunson";
+	nco:nameGiven "Roderick";
+	nco:nameFamily "Brunson";
+	nco:birthDate "1943-03-02";
+	nco:hasAffiliation "Carpet Layer";
+	nco:hasEmailAddress <mailto:rbrunson consectetuernostrud gov>;
+	nco:hasPostalAddress <urn:uuid:1443566832>.
+
+<urn:uuid:977714099> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11536" ;
+	nco:locality "Garden City" ;
+	nco:streetAddress "5626 Oarman Street" .
+
+<mailto:winford sigler verodolore com> a nco:EmailAddress; 
+	nco:emailAddress "winford sigler verodolore com".
+
+<urn:uuid:2001355430> a nco:PersonContact; 
+	nco:fullname "Winford Sigler";
+	nco:nameGiven "Winford";
+	nco:nameFamily "Sigler";
+	nco:birthDate "1942-07-03";
+	nco:hasAffiliation "Personnel Manager";
+	nco:hasEmailAddress <mailto:winford sigler verodolore com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:977714099>.
+
+<urn:uuid:848158890> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1041134315>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Doloremagna wisi iriuredolor commodo ex delenitaugue facilisis molestie ut augue diam autem. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-10T13:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-10T15:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1041134315>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1648541286> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07080" ;
+	nco:locality "South Plainfield" ;
+	nco:streetAddress "3595 Thornwick Trail" .
+
+<mailto:mmoll minimnislut net> a nco:EmailAddress; 
+	nco:emailAddress "mmoll minimnislut net".
+
+<urn:uuid:1262878311> a nco:PersonContact; 
+	nco:fullname "Mark Moll";
+	nco:nameGiven "Mark";
+	nco:nameFamily "Moll";
+	nco:birthDate "1942-06-18";
+	nco:hasAffiliation "Instrument Technician";
+	nco:hasEmailAddress <mailto:mmoll minimnislut net>;
+	nco:hasPostalAddress <urn:uuid:1648541286>.
+
+<urn:uuid:1283528000> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1262878311>;
+	nmo:sentDate "2008-06-04T15:13:08";
+	nmo:receivedDate "2008-06-04T15:13:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmoll minimnislut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ad vero feugiat nislut. ";
+	nmo:plainTextMessageContent "Vel iriuredolor eum nulla facilisis vel dignissim commodo esse iriuredolor esse. ".
+
+<urn:uuid:1099484379> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1262878311>;
+	nmo:sentDate "2009-01-30T15:28:34";
+	nmo:receivedDate "2009-01-30T15:28:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmoll minimnislut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Blandit etaccumsan nostrud vulputate consequat dolor vero iusto etaccumsan. ";
+	nmo:plainTextMessageContent "Tincidunt ipsum volutpat vero et et accumsan ut tincidunt exerci ad dolore. Wisi diam etaccumsan iustoodio facilisis luptatum facilisis augue augue. ".
+
+<urn:uuid:2143530120> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1262878311>;
+	nmo:sentDate "2008-02-10T15:42:16";
+	nmo:receivedDate "2008-02-10T15:42:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmoll minimnislut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1347406112>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "jeremiah bader consequatvelut eu"];
+	nmo:messageSubject "In vero doloremagna ut molestie dolore facilisis wisi diam hendrerit. ";
+	nmo:plainTextMessageContent "Ea exerci lobortis Utwisi elitsed lobortis feugait vel. Commodoconsequat facilisi blandit vel sit vel delenit vulputate zzril consectetuer ad lorem lorem. ".
+
+<urn:uuid:665315974> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1262878311>;
+	nmo:sentDate "2008-01-15T16:04:22";
+	nmo:receivedDate "2008-01-15T16:05:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmoll minimnislut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Erat nisl lorem illum ex exerci minim amet zzril. ";
+	nmo:plainTextMessageContent "Vero suscipit duis eum blandit diam. ".
+
+<urn:uuid:1914458254> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1262878311>;
+	nmo:sentDate "2008-08-30T15:39:32";
+	nmo:receivedDate "2008-08-30T15:40:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmoll minimnislut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Erat euismod nisl suscipit eum iustoodio eros aliquam eu ea vulputate nostrud dolore ut. ";
+	nmo:plainTextMessageContent "Ipsum qui illum veniamquis delenit nislut ad veniam illum commodoconsequat. Consequat lorem qui minim diam amet ad dolore vero duis suscipit ex molestie. ".
+
+<urn:uuid:1803250198> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1262878311>;
+	nmo:sentDate "2008-09-24T15:52:36";
+	nmo:receivedDate "2008-09-24T15:52:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmoll minimnislut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Esse in te enim tation nulla. ";
+	nmo:plainTextMessageContent "Eum aliquam ut feugiat eros qui ut. ".
+
+<urn:uuid:889213765> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1262878311>;
+	nmo:sentDate "2008-03-17T15:39:20";
+	nmo:receivedDate "2008-03-17T15:39:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmoll minimnislut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1318196797>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "tdriscoll nonummyblandit net"];
+	nmo:messageSubject "Luptatum dolore duis ullamcorper consequat veniam consequatvel duis nulla nisl aliquip nulla eros duis. ";
+	nmo:plainTextMessageContent "Veniam nulla nulla nibh blandit feugait feugait. ".
+
+<urn:uuid:1076444607> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1262878311>;
+	nmo:sentDate "2008-02-08T16:11:04";
+	nmo:receivedDate "2008-02-08T16:11:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmoll minimnislut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:659563845>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "nwhitten illumdolore edu"];
+	nmo:messageSubject "Volutpat tincidunt blandit facilisi amet. ";
+	nmo:plainTextMessageContent "Lorem in ea nulla hendrerit eum qui exerci consectetuer. ".
+
+<urn:uuid:1003986521> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1262878311>;
+	nmo:sentDate "2008-09-13T15:32:20";
+	nmo:receivedDate "2008-09-13T15:32:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmoll minimnislut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Esse lobortis autem dignissim suscipit accumsan. ";
+	nmo:plainTextMessageContent "Ut feugiat et zzril ex. ".
+
+<urn:uuid:376791254> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1262878311>;
+	nmo:sentDate "2008-06-03T15:11:54";
+	nmo:receivedDate "2008-06-03T15:12:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmoll minimnislut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2145797825>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ewheeler blanditsuscipit org"];
+	nmo:bcc <urn:uuid:629472117>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "clemente sommer iniriure eu"];
+	nmo:messageSubject "Ea duis te in nostrud exerci et dolore. ";
+	nmo:plainTextMessageContent "Luptatum commodo euismod luptatum blandit in nulla. Facilisis illum dolore ullamcorper exerci suscipit et feugait consectetuer te nostrud iriure vel accumsan. ".
+
+<urn:uuid:467955057> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1262878311>;
+	nmo:sentDate "2008-12-16T15:39:30";
+	nmo:receivedDate "2008-12-16T15:40:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmoll minimnislut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:547605962>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rharley delenitauguedolor edu"];
+	nmo:messageSubject "Blandit hendrerit ut laoreet consectetuer feugait. ";
+	nmo:plainTextMessageContent "Consequat aliquip suscipit luptatum odio facilisi veniamquis facilisi molestie delenitaugue eu nisl. Ipsum nulla feugait doloremagna illum in suscipit volutpat eum iustoodio ad. ".
+
+<urn:uuid:2073632952> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1262878311>;
+	nmo:sentDate "2008-12-05T15:51:29";
+	nmo:receivedDate "2008-12-05T15:52:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmoll minimnislut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Luptatumzzril ut nisl eufeugiat esse praesent. ";
+	nmo:plainTextMessageContent "Ut iriure doloremagna lorem lorem eum qui. ".
+
+<urn:uuid:287884894> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1262878311>;
+	nmo:sentDate "2008-05-25T15:13:10";
+	nmo:receivedDate "2008-05-25T15:14:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmoll minimnislut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Duis iustoodio dignissim ut diam suscipit euismod in dolore nulla aliquam. ";
+	nmo:plainTextMessageContent "Minim nibh et consequat doloremagna blandit hendrerit velit at enim. Dolor illum volutpat adipiscing ex adipiscing duis nostrud dignissim nislut duis eum nonummy lobortis. ".
+
+<urn:uuid:802263297> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1262878311>;
+	nmo:sentDate "2008-10-05T15:43:17";
+	nmo:receivedDate "2008-10-05T15:43:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmoll minimnislut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1287344112>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kespinal nonummydolore tv"];
+	nmo:bcc <urn:uuid:1818140086>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "asurratt duisvero us"];
+	nmo:messageSubject "Eu dolore diam euismod dolore dolor. ";
+	nmo:plainTextMessageContent "Ut qui doloremagna eu. Tationullamcorper in enim vel laoreet Utwisi dignissim vulputate odio. ".
+
+<urn:uuid:518366571> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1262878311>;
+	nmo:sentDate "2008-02-15T15:16:59";
+	nmo:receivedDate "2008-02-15T15:17:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmoll minimnislut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:623862122>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "bernadine williford delenitaugueat info"];
+	nmo:messageSubject "Doloremagna ea vel velit Utwisi commodo feugait. ";
+	nmo:plainTextMessageContent "Nulla dignissim hendrerit nonummy iustoodio facilisi invulputate enim dolore nulla. ".
+
+<urn:uuid:775853536> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1262878311>;
+	nmo:sentDate "2008-03-10T15:17:06";
+	nmo:receivedDate "2008-03-10T15:17:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmoll minimnislut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ut et zzril luptatum. ";
+	nmo:plainTextMessageContent "Velit te commodo facilisi aliquip eum. ".
+
+<urn:uuid:1179866523> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1262878311>;
+	nmo:sentDate "2008-07-20T15:51:05";
+	nmo:receivedDate "2008-07-20T15:51:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmoll minimnislut net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1379499947>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mhaas utconsequat us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Nislut eum et ullamcorper vel commodo tation consectetuer duis sit. ";
+	nmo:plainTextMessageContent "Dolore te ad duis facilisi ad commodoconsequat facilisi vero et accumsan facilisis vulputate erat. Dolor exerci facilisis enim blandit adipiscing. ".
+
+<urn:uuid:361243521> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11972" ;
+	nco:locality "Speonk" ;
+	nco:streetAddress "7231 Pepper Lane" .
+
+<mailto:mspeer eratvero info> a nco:EmailAddress; 
+	nco:emailAddress "mspeer eratvero info".
+
+<xmpp:merry speer gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Merry Speer" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Ad vel duis eros. " ;
+	nco:imID "merry speer gmail com".
+
+<urn:uuid:1295949288> a nco:PersonContact; 
+	nco:fullname "Merry Speer";
+	nco:nameGiven "Merry";
+	nco:nameFamily "Speer";
+	nco:birthDate "1942-06-24";
+	nco:hasAffiliation "Affirmative Action Specialist";
+	nco:hasEmailAddress <mailto:mspeer eratvero info>;
+	nco:hasIMAccount <xmpp:merry speer gmail com>;
+	nco:hasPostalAddress <urn:uuid:361243521>.
+
+<urn:uuid:1937734997> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:987224069>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Commodoconsequat duis aliquam adipiscing duis vel tation qui zzril facilisis laoreet wisi commodo dolor. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-14T16:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-14T18:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:987224069>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1994472066> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12965" ;
+	nco:locality "Nicholville" ;
+	nco:streetAddress "5786 Trademark Trail" .
+
+<mailto:judi whipple diamduis eu> a nco:EmailAddress; 
+	nco:emailAddress "judi whipple diamduis eu".
+
+<urn:uuid:654409462> a nco:PersonContact; 
+	nco:fullname "Judi Whipple";
+	nco:nameGiven "Judi";
+	nco:nameFamily "Whipple";
+	nco:birthDate "1942-07-26";
+	nco:hasAffiliation "Cable Splicer";
+	nco:hasEmailAddress <mailto:judi whipple diamduis eu>;
+	nco:hasPostalAddress <urn:uuid:1994472066>.
+
+<urn:uuid:1898607907> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11752" ;
+	nco:locality "Islip Terrace" ;
+	nco:streetAddress "7002 Croixwood Lane" .
+
+<mailto:charlie seal quinonummy org> a nco:EmailAddress; 
+	nco:emailAddress "charlie seal quinonummy org".
+
+<xmpp:charlie seal gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Charlie Seal" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Dignissim vero feugait delenitaugue. " ;
+	nco:imID "charlie seal gmail com".
+
+<urn:uuid:1236443721> a nco:PersonContact; 
+	nco:fullname "Charlie Seal";
+	nco:nameGiven "Charlie";
+	nco:nameFamily "Seal";
+	nco:birthDate "1942-07-01";
+	nco:hasAffiliation "Medical Audiologist";
+	nco:hasEmailAddress <mailto:charlie seal quinonummy org>;
+	nco:hasIMAccount <xmpp:charlie seal gmail com>;
+	nco:hasPostalAddress <urn:uuid:1898607907>.
+
+<urn:uuid:1942345460> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:559989889>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Ut eum dolore feugait. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-17T13:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-17T14:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:559989889>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:145490676> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14168" ;
+	nco:locality "Versailles" ;
+	nco:streetAddress "2775 Silverbark Circle" .
+
+<mailto:maggie donley insit tv> a nco:EmailAddress; 
+	nco:emailAddress "maggie donley insit tv".
+
+<tel:+13154578127> a nco:PhoneNumber; 
+	nco:phoneNumber "(315)457-8127".
+
+<urn:uuid:235122860> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13154578127>]; 
+	nmo:duration 30; 
+	nmo:sentDate "2009-02-17T15:41:04". 
+
+<urn:uuid:1903511967> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13154578127>]; 
+	nmo:duration 30; 
+	nmo:receivedDate "2008-01-26T15:20:55". 
+
+<urn:uuid:1383132160> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13154578127>]; 
+	nmo:duration 24; 
+	nmo:receivedDate "2008-05-08T16:00:19". 
+
+<urn:uuid:636491283> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13154578127>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-08T15:19:25";
+	nmo:receivedDate "2008-11-02T16:06:47";
+	nmo:plainTextMessageContent "Facilisi dignissim amet qui ut praesent eros aliquip consectetuer. Odio lobortis ex commodoconsequat nulla at. Augue nostrud esse odio at suscipit dignissim nislut. Esse nostrud wisi amet nostrud in ut duis vel. ".
+
+<urn:uuid:289688897> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13154578127>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-26T16:07:12";
+	nmo:receivedDate "2008-04-02T15:58:57";
+	nmo:plainTextMessageContent "Illum etaccumsan aliquip et consequat te iriure diam dolore dolore augue lobortis. Odio blandit molestie minim etaccumsan hendrerit eum in iusto molestie duis ipsum. Exerci in et velit consequat et dignissim facilisis veniam. Ut vel ut exerci et veniamquis iriuredolor praesent et ipsum esse lobortis exerci. Esse dolore suscipit consectetuer commodoconsequat nostrud ad odio augue adipiscing odio. Ullamcorper commodoconsequat Utwisi eros ex odio consequat duis enim ex eros. ".
+
+<urn:uuid:1411000431> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13154578127>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-21T15:24:19";
+	nmo:receivedDate "2008-08-21T15:11:49";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Quis nostrud exerci te velit aliquip. Commodo adipiscing autem augue ex invulputate commodoconsequat. Duis ullamcorper enim lorem suscipit. Suscipit ex facilisis commodo ex vero. Nostrud enim etaccumsan veniamquis erat feugait ad erat ea et nulla dignissim lorem. Illum quis vel vel esse luptatumzzril amet molestie facilisis at. ".
+
+<urn:uuid:899903012> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13154578127>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-09T15:18:14";
+	nmo:receivedDate "2008-11-13T15:45:05";
+	nmo:plainTextMessageContent "Exerci dolore iustoodio feugait luptatum. Autem facilisi esse esse praesent in velit suscipit te aliquip suscipit. Vel zzril vero quis molestie volutpat. Tincidunt aliquam lobortis ut exerci adipiscing qui nulla minim adipiscing molestie. Luptatumzzril iriure exerci commodo esse in duis nonummy delenit. Eufeugiat consequat nislut lorem te nibh duis autem luptatumzzril in ut duis lorem. Commodoconsequat lobortis volutpat blandit dolor enim iustoodio vero commodo enim. ".
+
+<urn:uuid:342041644> a nco:PersonContact; 
+	nco:fullname "Maggie Donley";
+	nco:nameGiven "Maggie";
+	nco:nameFamily "Donley";
+	nco:birthDate "1942-06-27";
+	nco:hasAffiliation "Statistician Mathematical";
+	nco:hasEmailAddress <mailto:maggie donley insit tv>;
+	nco:hasPhoneNumber <tel:+13154578127>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:145490676>.
+
+<urn:uuid:1746729242> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07068" ;
+	nco:locality "Roseland" ;
+	nco:streetAddress "2293 Timber Drive" .
+
+<mailto:bshelton vulputatedolore org> a nco:EmailAddress; 
+	nco:emailAddress "bshelton vulputatedolore org".
+
+<urn:uuid:1688805518> a nco:PersonContact; 
+	nco:fullname "Buck Shelton";
+	nco:nameGiven "Buck";
+	nco:nameFamily "Shelton";
+	nco:birthDate "1942-11-06";
+	nco:hasAffiliation "Manager Benefits";
+	nco:hasEmailAddress <mailto:bshelton vulputatedolore org>;
+	nco:hasPostalAddress <urn:uuid:1746729242>.
+
+<urn:uuid:1232197539> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12206" ;
+	nco:locality "Albany" ;
+	nco:streetAddress "8491 Tuscany Street" .
+
+<mailto:kyle ballinger etconsequatvel edu> a nco:EmailAddress; 
+	nco:emailAddress "kyle ballinger etconsequatvel edu".
+
+<urn:uuid:1637652780> a nco:PersonContact; 
+	nco:fullname "Kyle Ballinger";
+	nco:nameGiven "Kyle";
+	nco:nameFamily "Ballinger";
+	nco:birthDate "1942-05-21";
+	nco:hasAffiliation "Operator Casting Machine";
+	nco:hasEmailAddress <mailto:kyle ballinger etconsequatvel edu>;
+	nco:hasPostalAddress <urn:uuid:1232197539>.
+
+<urn:uuid:1848442665> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15236" ;
+	nco:locality "Pittsburgh" ;
+	nco:streetAddress "9882 Bison Parkway" .
+
+<mailto:shawn baptiste eaminim com> a nco:EmailAddress; 
+	nco:emailAddress "shawn baptiste eaminim com".
+
+<tel:+15705519417> a nco:PhoneNumber; 
+	nco:phoneNumber "(570)551-9417".
+
+<urn:uuid:67817687> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15705519417>]; 
+	nmo:duration 42; 
+	nmo:sentDate "2008-06-07T15:33:49". 
+
+<urn:uuid:1305161675> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15705519417>]; 
+	nmo:duration 19; 
+	nmo:sentDate "2008-08-20T15:17:54". 
+
+<urn:uuid:732983120> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15705519417>]; 
+	nmo:duration 36; 
+	nmo:receivedDate "2008-12-24T15:22:16". 
+
+<urn:uuid:862596971> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15705519417>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-19T15:16:32";
+	nmo:receivedDate "2008-05-23T15:30:38";
+	nmo:plainTextMessageContent "Luptatum amet blandit facilisis veniamquis velit eum illum. Et suscipit nulla commodoconsequat et et. Vulputate minim volutpat nulla ut hendrerit vel ut commodo feugait molestie suscipit sit. Iriuredolor eum velit aliquip. Elitsed autem diam molestie eum nislut vero augue invulputate facilisi. Ex nonummy in consequat nostrud ipsum duis commodoconsequat commodo consequat ad erat velit. Commodoconsequat odio autem et erat vel. ".
+
+<urn:uuid:1816080463> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15705519417>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-03T15:13:12";
+	nmo:receivedDate "2008-11-30T15:15:59";
+	nmo:plainTextMessageContent "Facilisi exerci vel commodoconsequat dolore eufeugiat feugait luptatum. Eu consequat eum euismod ea autem facilisi nibh iriuredolor suscipit dolor blandit. Enim sit suscipit suscipit veniamquis dolore delenit consequat ut dolore. Et ea feugait molestie nulla eros ex ex feugait esse nulla nisl ipsum. Te quis volutpat dolore ex eum veniamquis amet luptatum eufeugiat dolore aliquip vel aliquip. ".
+
+<urn:uuid:112856071> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15705519417>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-17T15:42:09";
+	nmo:receivedDate "2008-04-03T15:26:44";
+	nmo:plainTextMessageContent "Ut luptatum in vel dignissim dignissim ipsum exerci nislut aliquip vero. Ea quis qui enim delenit. Enim etaccumsan tincidunt dolore delenitaugue praesent molestie blandit nibh adipiscing veniam illum consectetuer minim. Illum nulla veniam vel dolore feugait consequatvel esse facilisi ea. Ex nislut in delenit nostrud. Nonummy nostrud volutpat in ex commodo qui quis nislut vel duis enim at. ".
+
+<urn:uuid:1906970115> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15705519417>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-26T15:43:22";
+	nmo:receivedDate "2008-11-21T15:54:58";
+	nmo:plainTextMessageContent "Lobortis commodoconsequat enim amet facilisi eros aliquam et tincidunt euismod erat aliquam. Enim lobortis commodo diam. Euismod nisl dignissim consequat. Diam iustoodio tationullamcorper augue. Eum consectetuer ex duis lobortis feugiat ullamcorper euismod tationullamcorper. ".
+
+<urn:uuid:501455324> a nco:PersonContact; 
+	nco:fullname "Shawn Baptiste";
+	nco:nameGiven "Shawn";
+	nco:nameFamily "Baptiste";
+	nco:birthDate "1942-10-30";
+	nco:hasAffiliation "Orderly";
+	nco:hasEmailAddress <mailto:shawn baptiste eaminim com>;
+	nco:hasPhoneNumber <tel:+15705519417>;
+	nco:hasPostalAddress <urn:uuid:1848442665>.
+
+<urn:uuid:2119810946> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13865" ;
+	nco:locality "Windsor" ;
+	nco:streetAddress "2559 Pridalea Parkway" .
+
+<mailto:geri speer dolorin eu> a nco:EmailAddress; 
+	nco:emailAddress "geri speer dolorin eu".
+
+<tel:+14845051200> a nco:PhoneNumber; 
+	nco:phoneNumber "(484)505-1200".
+
+<urn:uuid:595258319> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14845051200>]; 
+	nmo:duration 41; 
+	nmo:receivedDate "2008-10-20T15:40:21". 
+
+<urn:uuid:609933595> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14845051200>]; 
+	nmo:duration 23; 
+	nmo:sentDate "2008-03-05T16:04:23". 
+
+<urn:uuid:2109264775> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14845051200>]; 
+	nmo:duration 29; 
+	nmo:receivedDate "2009-02-09T15:22:36". 
+
+<urn:uuid:1757168197> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14845051200>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-22T15:19:02";
+	nmo:receivedDate "2008-05-15T15:36:14";
+	nmo:plainTextMessageContent "Iriure delenitaugue nulla feugait ea vero qui minim facilisi. Dolore facilisi in dolore amet diam duis. Enim ea dolore veniamquis dolore at nulla te. Consequat feugiat eros illum delenitaugue ex elitsed consequat zzril delenit facilisis hendrerit augue feugiat. Facilisi illum aliquip etaccumsan hendrerit facilisi wisi minim ex laoreet dolore eum exerci nonummy. Minim facilisi vulputate delenitaugue suscipit dolor adipiscing delenit praesent blandit. ".
+
+<urn:uuid:103331665> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14845051200>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-14T15:26:06";
+	nmo:receivedDate "2008-11-17T15:38:12";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Nibh blandit iustoodio luptatumzzril elitsed dolore. Enim doloremagna nislut vel. Praesent ad nostrud iriure molestie aliquip exerci molestie exerci. Nibh suscipit elitsed ut wisi praesent consequat invulputate iusto. Consequat duis qui vero ipsum consequat delenitaugue consequat ex. ".
+
+<urn:uuid:1072330994> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14845051200>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-18T15:13:19";
+	nmo:receivedDate "2008-12-12T15:30:28";
+	nmo:plainTextMessageContent "Doloremagna molestie duis euismod eum laoreet dolore ut dolor. Nulla ea esse dolore nulla tation. Veniam eu commodoconsequat feugait tation ad delenitaugue et dolor. Eum delenitaugue suscipit augue vel esse hendrerit qui iriuredolor nisl nulla dignissim duis. ".
+
+<urn:uuid:226358902> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14845051200>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-21T16:10:58";
+	nmo:receivedDate "2008-11-27T15:35:04";
+	nmo:plainTextMessageContent "Etaccumsan volutpat eu iriure minim esse ex molestie commodoconsequat. Consequatvel duis vero zzril commodo dolore lobortis ex ad. In enim vulputate ea elitsed nostrud veniam nonummy nonummy wisi lorem dolor vulputate ex. Blandit in accumsan nislut. ".
+
+<urn:uuid:1284461787> a nco:PersonContact; 
+	nco:fullname "Geri Speer";
+	nco:nameGiven "Geri";
+	nco:nameFamily "Speer";
+	nco:birthDate "1942-12-20";
+	nco:hasAffiliation "Diet Clerk";
+	nco:hasEmailAddress <mailto:geri speer dolorin eu>;
+	nco:hasPhoneNumber <tel:+14845051200>;
+	nco:hasPostalAddress <urn:uuid:2119810946>.
+
+<urn:uuid:1202253809> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:935965686>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Ad vel ea illum ea praesent. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-20T17:11:34"];
+	ncal:dtend [ncal:dateTime "2009-02-20T18:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:935965686>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1128285190> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10027" ;
+	nco:locality "New York" ;
+	nco:streetAddress "37 Wood Creek Cove" .
+
+<mailto:rbarney illumcommodoconsequat eu> a nco:EmailAddress; 
+	nco:emailAddress "rbarney illumcommodoconsequat eu".
+
+<urn:uuid:1099050210> a nco:PersonContact; 
+	nco:fullname "Rolland Barney";
+	nco:nameGiven "Rolland";
+	nco:nameFamily "Barney";
+	nco:birthDate "1943-02-24";
+	nco:hasAffiliation "Compliance Officer";
+	nco:hasEmailAddress <mailto:rbarney illumcommodoconsequat eu>;
+	nco:hasPostalAddress <urn:uuid:1128285190>.
+
+<urn:uuid:467180801> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14139" ;
+	nco:locality "South Wales" ;
+	nco:streetAddress "239 Gershwin Parkway" .
+
+<mailto:whamrick feugiatqui net> a nco:EmailAddress; 
+	nco:emailAddress "whamrick feugiatqui net".
+
+<urn:uuid:404619912> a nco:PersonContact; 
+	nco:fullname "Walton Hamrick";
+	nco:nameGiven "Walton";
+	nco:nameFamily "Hamrick";
+	nco:birthDate "1942-05-21";
+	nco:hasAffiliation "Director Pharmacy";
+	nco:hasEmailAddress <mailto:whamrick feugiatqui net>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:467180801>.
+
+<urn:uuid:995236491> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06069" ;
+	nco:locality "Sharon" ;
+	nco:streetAddress "1634 Cottage Glen Avenue" .
+
+<mailto:gchristenson eupraesent eu> a nco:EmailAddress; 
+	nco:emailAddress "gchristenson eupraesent eu".
+
+<urn:uuid:1070040829> a nco:PersonContact; 
+	nco:fullname "Georgina Christenson";
+	nco:nameGiven "Georgina";
+	nco:nameFamily "Christenson";
+	nco:birthDate "1942-06-26";
+	nco:hasAffiliation "Medical General Practitioner";
+	nco:hasEmailAddress <mailto:gchristenson eupraesent eu>;
+	nco:hasPostalAddress <urn:uuid:995236491>.
+
+<urn:uuid:2071297890> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1031736098>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "In nulla in velit nostrud tation illum erat iusto eu esse luptatumzzril nulla eros. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-07T12:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-07T14:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1031736098>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1059924388> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05664" ;
+	nco:locality "Northfield Falls" ;
+	nco:streetAddress "1653 Oriole Way" .
+
+<mailto:vdelgado essedolor gov> a nco:EmailAddress; 
+	nco:emailAddress "vdelgado essedolor gov".
+
+<urn:uuid:1838565379> a nco:PersonContact; 
+	nco:fullname "Veda Delgado";
+	nco:nameGiven "Veda";
+	nco:nameFamily "Delgado";
+	nco:birthDate "1942-12-13";
+	nco:hasAffiliation "Receiving Teller";
+	nco:hasEmailAddress <mailto:vdelgado essedolor gov>;
+	nco:hasPostalAddress <urn:uuid:1059924388>.
+
+<urn:uuid:1183481909> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01050" ;
+	nco:locality "Huntington" ;
+	nco:streetAddress "4223 Edgewood Circle" .
+
+<mailto:cdukes zzrilsuscipit gov> a nco:EmailAddress; 
+	nco:emailAddress "cdukes zzrilsuscipit gov".
+
+<urn:uuid:417083331> a nco:PersonContact; 
+	nco:fullname "Corey Dukes";
+	nco:nameGiven "Corey";
+	nco:nameFamily "Dukes";
+	nco:birthDate "1942-07-12";
+	nco:hasAffiliation "Department Editor";
+	nco:hasEmailAddress <mailto:cdukes zzrilsuscipit gov>;
+	nco:hasPostalAddress <urn:uuid:1183481909>.
+
+<urn:uuid:1076217435> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1427355623>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Duis eum dolor at feugait wisi. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-23T17:11:34"];
+	ncal:dtend [ncal:dateTime "2009-02-23T18:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1427355623>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1909822383> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06606" ;
+	nco:locality "Bridgeport" ;
+	nco:streetAddress "9182 Highwood Avenue" .
+
+<mailto:selma chance suscipitet eu> a nco:EmailAddress; 
+	nco:emailAddress "selma chance suscipitet eu".
+
+<urn:uuid:1663020494> a nco:PersonContact; 
+	nco:fullname "Selma Chance";
+	nco:nameGiven "Selma";
+	nco:nameFamily "Chance";
+	nco:birthDate "1942-04-08";
+	nco:hasAffiliation "Technical Training Instructor";
+	nco:hasEmailAddress <mailto:selma chance suscipitet eu>;
+	nco:hasPostalAddress <urn:uuid:1909822383>.
+
+<urn:uuid:32389475> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1201875275>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "In dolore suscipit illum molestie doloremagna veniamquis blandit feugiat ea. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-06T15:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-06T16:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1201875275>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1287978442> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01350" ;
+	nco:locality "Monroe Bridge" ;
+	nco:streetAddress "4331 Harrod Way" .
+
+<mailto:sabrina childs nostrudfacilisis gov> a nco:EmailAddress; 
+	nco:emailAddress "sabrina childs nostrudfacilisis gov".
+
+<xmpp:sabrina childs gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Sabrina Childs" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Ullamcorper ea ut exerci et esse molestie. " ;
+	nco:imID "sabrina childs gmail com".
+
+<urn:uuid:801205259> a nco:PersonContact; 
+	nco:fullname "Sabrina Childs";
+	nco:nameGiven "Sabrina";
+	nco:nameFamily "Childs";
+	nco:birthDate "1942-06-22";
+	nco:hasAffiliation "IT Supervisor Systems Analysis";
+	nco:hasEmailAddress <mailto:sabrina childs nostrudfacilisis gov>;
+	nco:hasIMAccount <xmpp:sabrina childs gmail com>;
+	nco:hasPostalAddress <urn:uuid:1287978442>.
+
+<urn:uuid:1447475630> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15089" ;
+	nco:locality "West Newton" ;
+	nco:streetAddress "4972 Countryside Street" .
+
+<mailto:ltom consequatnulla gov> a nco:EmailAddress; 
+	nco:emailAddress "ltom consequatnulla gov".
+
+<xmpp:lauren tom gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Lauren Tom" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Nulla consequat in feugait velit hendrerit lobortis iusto enim. " ;
+	nco:imID "lauren tom gmail com".
+
+<tel:+19178996295> a nco:PhoneNumber; 
+	nco:phoneNumber "(917)899-6295".
+
+<urn:uuid:1579286231> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19178996295>]; 
+	nmo:duration 35; 
+	nmo:receivedDate "2008-02-01T15:42:18". 
+
+<urn:uuid:1139902697> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19178996295>]; 
+	nmo:duration 43; 
+	nmo:receivedDate "2008-01-30T16:06:35". 
+
+<urn:uuid:1099485692> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19178996295>]; 
+	nmo:duration 50; 
+	nmo:sentDate "2008-02-26T15:36:44". 
+
+<urn:uuid:1796710524> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19178996295>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-28T15:45:01";
+	nmo:receivedDate "2008-02-22T15:54:00";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Adipiscing facilisis nostrud hendrerit etaccumsan consequat duis nostrud illum duis nisl. Tincidunt delenitaugue ullamcorper praesent commodo dolore. In eros volutpat facilisi zzril iriuredolor nulla ea tationullamcorper elitsed. Illum ut enim consequat delenitaugue iusto feugiat lorem iriuredolor. Euismod vulputate autem illum facilisis amet lorem feugait dignissim hendrerit eros enim illum. ".
+
+<urn:uuid:1546612043> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19178996295>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-06T16:01:16";
+	nmo:receivedDate "2008-06-15T16:07:19";
+	nmo:plainTextMessageContent "Lobortis in tincidunt hendrerit euismod nostrud facilisis nislut consequat eros nisl. Duis dolor erat nulla blandit illum. Commodo illum ipsum zzril et duis blandit Utwisi hendrerit nulla. Accumsan nulla vulputate blandit. Facilisi minim delenit vel euismod minim vel molestie erat hendrerit molestie. Nibh nibh suscipit et iusto qui esse ullamcorper amet hendrerit aliquip. ".
+
+<urn:uuid:1594740964> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19178996295>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-22T15:36:35";
+	nmo:receivedDate "2008-06-26T15:39:48";
+	nmo:plainTextMessageContent "Autem vel etaccumsan ad suscipit. Adipiscing ex invulputate luptatumzzril aliquip duis blandit nulla ad dolore minim et doloremagna. Nulla aliquip et in adipiscing eros in feugait eros praesent feugiat iustoodio dolore. Feugiat illum facilisi in. Te commodo nonummy lorem tationullamcorper molestie ea ea. ".
+
+<urn:uuid:1838685160> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19178996295>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-14T16:02:38";
+	nmo:receivedDate "2008-10-17T16:00:25";
+	nmo:plainTextMessageContent "Ad duis at enim. Molestie illum molestie vero feugait nulla luptatumzzril luptatum. Odio ex ea tincidunt consectetuer dolor duis autem duis vel vel consequat minim ea. Erat consequatvel vero enim dolor enim delenit eum dignissim veniam nislut aliquip dolor. Vero feugiat vero exerci ut commodo iustoodio ea eros commodoconsequat feugait. Exerci consequatvel tation exerci lorem ad nostrud elitsed adipiscing esse nonummy. Praesent et ad velit ex ullamcorper ullamcorper eros. ".
+
+<urn:uuid:1339363795> a nco:PersonContact; 
+	nco:fullname "Lauren Tom";
+	nco:nameGiven "Lauren";
+	nco:nameFamily "Tom";
+	nco:birthDate "1942-04-30";
+	nco:hasAffiliation "Board Operator";
+	nco:hasEmailAddress <mailto:ltom consequatnulla gov>;
+	nco:hasPhoneNumber <tel:+19178996295>;
+	nco:hasIMAccount <xmpp:lauren tom gmail com>;
+	nco:hasPostalAddress <urn:uuid:1447475630>.
+
+<urn:uuid:1195525800> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06512" ;
+	nco:locality "East Haven" ;
+	nco:streetAddress "211 Willard Drive" .
+
+<mailto:reyes simpson enimpraesent com> a nco:EmailAddress; 
+	nco:emailAddress "reyes simpson enimpraesent com".
+
+<urn:uuid:1353846878> a nco:PersonContact; 
+	nco:fullname "Reyes Simpson";
+	nco:nameGiven "Reyes";
+	nco:nameFamily "Simpson";
+	nco:birthDate "1942-11-12";
+	nco:hasAffiliation "Training Supervisor";
+	nco:hasEmailAddress <mailto:reyes simpson enimpraesent com>;
+	nco:hasPostalAddress <urn:uuid:1195525800>.
+
+<urn:uuid:880941594> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11957" ;
+	nco:locality "Orient" ;
+	nco:streetAddress "7070 Bergmann Cove" .
+
+<mailto:lynwood clawson suscipittincidunt org> a nco:EmailAddress; 
+	nco:emailAddress "lynwood clawson suscipittincidunt org".
+
+<tel:+13476688044> a nco:PhoneNumber; 
+	nco:phoneNumber "(347)668-8044".
+
+<urn:uuid:2064645819> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13476688044>]; 
+	nmo:duration 25; 
+	nmo:receivedDate "2008-03-15T15:57:10". 
+
+<urn:uuid:237548789> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13476688044>]; 
+	nmo:duration 31; 
+	nmo:sentDate "2008-04-17T15:43:03". 
+
+<urn:uuid:176913930> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13476688044>]; 
+	nmo:duration 19; 
+	nmo:receivedDate "2008-10-21T15:19:38". 
+
+<urn:uuid:1003525711> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13476688044>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-27T15:41:47";
+	nmo:receivedDate "2008-04-02T15:24:54";
+	nmo:plainTextMessageContent "Dolore nulla ex ad augue etaccumsan vero nisl vero. Iriuredolor ea duis nislut enim consectetuer duis tationullamcorper ea commodoconsequat tincidunt. Vel zzril consequat enim eros enim invulputate nulla. Elitsed dignissim eu delenit doloremagna feugait iriuredolor. ".
+
+<urn:uuid:221918557> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13476688044>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-19T15:29:25";
+	nmo:receivedDate "2008-04-27T15:33:59";
+	nmo:plainTextMessageContent "Iriure hendrerit wisi molestie suscipit molestie adipiscing. Facilisis velit duis ea. Tationullamcorper euismod delenit in hendrerit suscipit eum facilisi odio. Nulla duis ea at. ".
+
+<urn:uuid:1932038710> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13476688044>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-12T16:10:08";
+	nmo:receivedDate "2008-11-11T15:50:51";
+	nmo:plainTextMessageContent "Lorem dolore consectetuer eros tationullamcorper dolore nisl luptatumzzril molestie etaccumsan luptatumzzril. Minim ullamcorper nonummy euismod te facilisi dolore eufeugiat facilisi lorem eum aliquam. Facilisi dolore Utwisi dolor ex duis ad volutpat vero iusto ex. In ut ex consequat. ".
+
+<urn:uuid:1523376128> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13476688044>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-01T15:14:50";
+	nmo:receivedDate "2008-09-02T15:48:55";
+	nmo:plainTextMessageContent "Elitsed elitsed veniamquis tationullamcorper facilisis esse laoreet dolore wisi. Delenit consequat vero et ut nulla. Exerci ipsum aliquip praesent veniamquis consequat ut esse augue odio molestie vel. Illum illum sit eum eum at doloremagna consequatvel ut nisl in ullamcorper ipsum. Blandit vel zzril amet luptatumzzril exerci ea in ut vero quis Utwisi. Feugiat ullamcorper dignissim commodoconsequat. ".
+
+<urn:uuid:1873085911> a nco:PersonContact; 
+	nco:fullname "Lynwood Clawson";
+	nco:nameGiven "Lynwood";
+	nco:nameFamily "Clawson";
+	nco:birthDate "1943-02-04";
+	nco:hasAffiliation "IT Services Manager";
+	nco:hasEmailAddress <mailto:lynwood clawson suscipittincidunt org>;
+	nco:hasPhoneNumber <tel:+13476688044>;
+	nco:hasPostalAddress <urn:uuid:880941594>.
+
+<urn:uuid:1383878415> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14480" ;
+	nco:locality "Lakeville" ;
+	nco:streetAddress "4751 Diamond Leaf Lane" .
+
+<mailto:briana blank nulladelenit tv> a nco:EmailAddress; 
+	nco:emailAddress "briana blank nulladelenit tv".
+
+<tel:+16469731201> a nco:PhoneNumber; 
+	nco:phoneNumber "(646)973-1201".
+
+<urn:uuid:240382101> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16469731201>]; 
+	nmo:duration 41; 
+	nmo:receivedDate "2008-02-05T16:07:18". 
+
+<urn:uuid:1045589560> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16469731201>]; 
+	nmo:duration 30; 
+	nmo:sentDate "2008-01-25T15:21:05". 
+
+<urn:uuid:1703988474> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16469731201>]; 
+	nmo:duration 29; 
+	nmo:receivedDate "2008-10-26T15:59:45". 
+
+<urn:uuid:1818077046> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16469731201>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-06T15:54:34";
+	nmo:receivedDate "2008-07-22T16:04:40";
+	nmo:plainTextMessageContent "Facilisis duis vel duis luptatum consequatvel consequat odio aliquam feugait consectetuer. Ad lobortis duis autem luptatum illum et doloremagna vel eum vero suscipit. Tincidunt eufeugiat invulputate duis autem doloremagna aliquip ea lobortis facilisi qui autem. Dolore autem dignissim consequat delenitaugue dolore facilisi exerci vulputate lorem exerci vel enim. Illum nostrud feugait amet exerci esse vel in iusto dignissim. Praesent nostrud te eufeugiat molestie dolore iustoodio invulputate enim. ".
+
+<urn:uuid:2112426462> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16469731201>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-29T15:39:28";
+	nmo:receivedDate "2008-07-22T15:41:20";
+	nmo:plainTextMessageContent "Zzril adipiscing ut vero. Nostrud eufeugiat eufeugiat suscipit quis. Velit feugait vel at delenit in exerci blandit esse dolore dolore Utwisi elitsed duis. Ullamcorper invulputate lorem lorem nulla feugait consectetuer praesent ad consequatvel. Illum velit etaccumsan praesent ut te ea. Ea odio esse wisi in in vel illum eufeugiat molestie at feugait nulla. ".
+
+<urn:uuid:596203639> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16469731201>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-30T15:48:23";
+	nmo:receivedDate "2008-04-10T15:50:53";
+	nmo:plainTextMessageContent "Quis amet vel odio facilisi nonummy accumsan dolore vero dolor accumsan velit vel. Blandit dolore invulputate nulla facilisi adipiscing. In nostrud qui veniamquis nulla veniam. Nonummy eufeugiat accumsan nisl eros. ".
+
+<urn:uuid:1951133569> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16469731201>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-10T16:00:08";
+	nmo:receivedDate "2009-02-09T16:01:25";
+	nmo:plainTextMessageContent "Esse veniam luptatumzzril luptatumzzril dolore dolore ea et duis et ea et. Et eu tation nulla commodoconsequat vero ut invulputate iriuredolor lobortis vulputate molestie veniam. Velit consectetuer esse ad suscipit delenitaugue nislut in delenitaugue vero nibh. Facilisis facilisis ea dolore eufeugiat vero dolor dignissim ex luptatum veniam aliquip tation. Illum quis tationullamcorper quis feugiat. Euismod ad veniam iusto eum commodo in iusto diam ea molestie. Delenitaugue nulla dolore iriure volutpat ea facilisi exerci adipiscing et tincidunt adipiscing. ".
+
+<urn:uuid:1258918694> a nco:PersonContact; 
+	nco:fullname "Briana Blank";
+	nco:nameGiven "Briana";
+	nco:nameFamily "Blank";
+	nco:birthDate "1943-01-23";
+	nco:hasAffiliation "Supervisor Payroll";
+	nco:hasEmailAddress <mailto:briana blank nulladelenit tv>;
+	nco:hasPhoneNumber <tel:+16469731201>;
+	nco:hasPostalAddress <urn:uuid:1383878415>.
+
+<urn:uuid:1555807656> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:415505509>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Aliquam ad ea et diam dolor delenitaugue quis aliquam elitsed sit autem diam. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-18T17:11:34"];
+	ncal:dtend [ncal:dateTime "2009-02-18T19:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:415505509>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:8247813> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2009-01-28T15:47:51";
+	nmo:receivedDate "2009-01-28T15:48:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:117061683>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lilia brennan velnostrud org"];
+	nmo:messageSubject "Autem iriure exerci exerci accumsan ex exerci dolore nostrud duis volutpat ad et illum. ";
+	nmo:plainTextMessageContent "Duis in consequat ex et dolore vero vulputate illum feugait. Laoreet erat accumsan enim esse eum exerci lobortis nulla commodoconsequat velit eros in. ".
+
+<urn:uuid:1333443491> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2009-01-04T15:11:56";
+	nmo:receivedDate "2009-01-04T15:12:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eu volutpat dolore illum vel eu eum et facilisi dolore in ut augue hendrerit. ";
+	nmo:plainTextMessageContent "Esse ea esse at et aliquip. ".
+
+<urn:uuid:1532145498> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2008-07-05T15:23:52";
+	nmo:receivedDate "2008-07-05T15:24:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1089894973>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "linnie grenier suscipitautem org"];
+	nmo:messageSubject "Eum tation dignissim dolore illum. ";
+	nmo:plainTextMessageContent "Aliquip blandit luptatum delenitaugue in erat elitsed dolore. Consequat ea eros dolore duis suscipit in enim diam exerci velit enim diam. ".
+
+<urn:uuid:1547325100> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2008-03-13T15:34:49";
+	nmo:receivedDate "2008-03-13T15:35:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:912424357>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "mseay utdiam edu"];
+	nmo:messageSubject "Et laoreet facilisi autem aliquam aliquip in tincidunt consectetuer augue ipsum dolor suscipit. ";
+	nmo:plainTextMessageContent "In veniamquis iustoodio minim eum exerci ut lobortis vel tationullamcorper dignissim esse. ".
+
+<urn:uuid:1864509551> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2009-02-03T15:50:19";
+	nmo:receivedDate "2009-02-03T15:50:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:706601619>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lowell varner loremte tv"];
+	nmo:messageSubject "Enim wisi vulputate facilisis consequat ea nisl duis et. ";
+	nmo:plainTextMessageContent "Nisl eufeugiat feugait at veniamquis in ex velit eum duis augue volutpat amet. ".
+
+<urn:uuid:1206356680> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2008-10-12T15:18:27";
+	nmo:receivedDate "2008-10-12T15:19:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eu duis enim lobortis facilisis facilisis nulla et enim. ";
+	nmo:plainTextMessageContent "Nonummy hendrerit molestie feugait dolore iusto. ".
+
+<urn:uuid:1425370504> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2008-05-14T15:38:28";
+	nmo:receivedDate "2008-05-14T15:38:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:974101963>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dion stott aliquipmolestie org"];
+	nmo:messageSubject "Zzril exerci feugait enim feugait suscipit commodo lobortis aliquip. ";
+	nmo:plainTextMessageContent "Lobortis vel ea autem at ex. ".
+
+<urn:uuid:1660497784> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2008-11-19T15:53:19";
+	nmo:receivedDate "2008-11-19T15:53:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iustoodio illum consequat wisi vulputate vero nislut te etaccumsan. ";
+	nmo:plainTextMessageContent "Molestie suscipit illum augue feugait in. ".
+
+<urn:uuid:1187903169> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2008-12-21T15:25:22";
+	nmo:receivedDate "2008-12-21T15:25:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Laoreet dolore tation nibh nulla ut adipiscing. ";
+	nmo:plainTextMessageContent "Nislut delenitaugue autem duis ullamcorper vero vel et diam commodoconsequat iriuredolor. ".
+
+<urn:uuid:347959973> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2008-11-16T15:31:26";
+	nmo:receivedDate "2008-11-16T15:31:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1317722418>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "horace self inillum info"];
+	nmo:messageSubject "Vero praesent ea duis facilisis consequat minim qui commodo blandit nulla duis exerci eu. ";
+	nmo:plainTextMessageContent "Nulla ex commodoconsequat luptatum. Adipiscing eum ex molestie zzril nulla zzril aliquip iusto nulla velit aliquip dolore. ".
+
+<urn:uuid:2118846188> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2008-09-07T15:47:58";
+	nmo:receivedDate "2008-09-07T15:48:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:138779587>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "johnathan alcala wisiat edu"];
+	nmo:messageSubject "Luptatumzzril duis dignissim vel vel odio in duis. ";
+	nmo:plainTextMessageContent "Facilisi duis minim luptatumzzril nibh hendrerit dignissim eros. Doloremagna facilisis nulla nulla in suscipit nislut elitsed exerci minim nulla ut duis. ".
+
+<urn:uuid:68226760> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2008-09-26T15:21:47";
+	nmo:receivedDate "2008-09-26T15:22:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:584347560>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gordon littlefield velitlobortis gov"];
+	nmo:bcc <urn:uuid:468232632>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kwaldron duisluptatum eu"];
+	nmo:messageSubject "Blandit ut iustoodio dignissim ut ad illum consectetuer te erat enim aliquip iriure. ";
+	nmo:plainTextMessageContent "Hendrerit molestie autem diam iriure hendrerit laoreet vulputate feugait quis feugait aliquip ea. Consequatvel aliquip aliquip in. ".
+
+<urn:uuid:529603065> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2008-04-22T16:06:16";
+	nmo:receivedDate "2008-04-22T16:06:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:102531825>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "audrey troutman accumsanullamcorper tv"];
+	nmo:messageSubject "Ipsum amet accumsan accumsan. ";
+	nmo:plainTextMessageContent "In vero exerci enim illum erat te velit diam wisi delenit accumsan vero. Ut molestie in wisi nulla. ".
+
+<urn:uuid:395060722> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2008-03-08T16:02:46";
+	nmo:receivedDate "2008-03-08T16:03:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1911248550>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tcosgrove hendreritfeugait com"];
+	nmo:messageSubject "Eu lobortis vulputate amet vulputate eum autem eum suscipit volutpat vulputate blandit. ";
+	nmo:plainTextMessageContent "In lorem consequat tationullamcorper. ".
+
+<urn:uuid:928813784> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2008-09-12T15:20:13";
+	nmo:receivedDate "2008-09-12T15:20:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:623862122>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "bernadine williford delenitaugueat info"];
+	nmo:messageSubject "In adipiscing aliquam ullamcorper consequatvel dignissim veniamquis nulla vero laoreet at ad. ";
+	nmo:plainTextMessageContent "Et delenit nostrud consequatvel vel esse. Quis nonummy aliquam augue erat. ".
+
+<urn:uuid:2120959524> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2008-09-30T15:51:15";
+	nmo:receivedDate "2008-09-30T15:52:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:757635421>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "fspearman velitlorem net"];
+	nmo:messageSubject "At eu et zzril dolor vel facilisi facilisis accumsan nulla nulla eu. ";
+	nmo:plainTextMessageContent "Dignissim eros dignissim veniam vel veniamquis eros aliquip at. Consequatvel minim delenit nostrud iriure vel consectetuer vulputate qui ea. ".
+
+<urn:uuid:1639489433> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2008-09-28T16:05:26";
+	nmo:receivedDate "2008-09-28T16:05:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Esse ea dolore ad nostrud ea nostrud autem ea ex vel eufeugiat ut nostrud. ";
+	nmo:plainTextMessageContent "Exerci blandit eum nostrud eum te ut ex velit. ".
+
+<urn:uuid:1968387282> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2008-03-22T15:53:47";
+	nmo:receivedDate "2008-03-22T15:54:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Exerci vero ullamcorper eufeugiat hendrerit ad odio molestie. ";
+	nmo:plainTextMessageContent "Nulla esse ex diam delenit praesent molestie feugiat te. Facilisi laoreet illum adipiscing consequat eum dignissim nonummy invulputate volutpat praesent. ".
+
+<urn:uuid:600079853> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2008-06-27T15:57:36";
+	nmo:receivedDate "2008-06-27T15:58:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2002697952>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "teresita norman essecommodo com"];
+	nmo:messageSubject "Aliquip dolor esse euismod commodoconsequat diam nostrud. ";
+	nmo:plainTextMessageContent "Aliquip tationullamcorper nisl vel velit nonummy ut dolore suscipit tincidunt nibh ut te dignissim. Ex qui luptatum dignissim eum enim suscipit vel molestie. ".
+
+<urn:uuid:1409783204> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2008-11-08T15:36:40";
+	nmo:receivedDate "2008-11-08T15:37:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consequatvel ex eum ut dolor nonummy nostrud iusto wisi duis. ";
+	nmo:plainTextMessageContent "Exerci iriure autem commodoconsequat vero facilisi et invulputate vel delenitaugue zzril feugait duis elitsed. Adipiscing commodo Utwisi vero. ".
+
+<urn:uuid:42791275> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2009-01-02T15:38:20";
+	nmo:receivedDate "2009-01-02T15:39:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:576490985>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "atidwell tationullamcorperiusto info"];
+	nmo:messageSubject "Lorem praesent ea nibh tation. ";
+	nmo:plainTextMessageContent "Vel consequat in vel eros veniam velit ipsum velit facilisi laoreet ipsum. Veniam tincidunt in aliquip ut consectetuer. ".
+
+<urn:uuid:1908333196> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2008-06-24T15:37:48";
+	nmo:receivedDate "2008-06-24T15:38:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Commodoconsequat te Utwisi ut suscipit dignissim ipsum praesent molestie vel. ";
+	nmo:plainTextMessageContent "Enim dignissim ex illum feugiat eufeugiat autem ipsum dolore nulla dolore. ".
+
+<urn:uuid:316250542> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2008-07-01T15:17:29";
+	nmo:receivedDate "2008-07-01T15:17:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nibh te praesent adipiscing tationullamcorper at. ";
+	nmo:plainTextMessageContent "Nislut etaccumsan duis nulla veniamquis dolore eros nulla nostrud consequat qui eufeugiat at. Delenitaugue vel aliquip velit consequatvel minim augue vero hendrerit nulla nislut ut. ".
+
+<urn:uuid:1363715236> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2008-12-13T15:43:18";
+	nmo:receivedDate "2008-12-13T15:43:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:642294339>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "vance barksdale enimautem net"];
+	nmo:messageSubject "Nostrud facilisis vel nulla iusto. ";
+	nmo:plainTextMessageContent "Autem elitsed volutpat et augue doloremagna. Etaccumsan aliquam qui ut facilisi. ".
+
+<urn:uuid:549962951> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2008-08-16T15:29:18";
+	nmo:receivedDate "2008-08-16T15:29:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1365315065>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "fmarler ametesse net"];
+	nmo:bcc <urn:uuid:2125966341>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "penriquez velitexerci eu"];
+	nmo:messageSubject "Et qui nulla eu erat blandit et ad exerci elitsed feugait iriure hendrerit aliquam. ";
+	nmo:plainTextMessageContent "Blandit elitsed velit ullamcorper. ".
+
+<urn:uuid:1170980802> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2008-05-17T15:16:39";
+	nmo:receivedDate "2008-05-17T15:17:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1877149055>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "sweiss exluptatumzzril net"];
+	nmo:messageSubject "Blandit nulla blandit et ipsum dignissim dignissim praesent erat zzril praesent qui praesent. ";
+	nmo:plainTextMessageContent "Facilisi illum dolore zzril odio dolore eu dignissim eu at vero sit laoreet nibh. Dolore autem facilisis suscipit velit te nisl enim iustoodio. ".
+
+<urn:uuid:1664676381> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2008-04-25T15:55:05";
+	nmo:receivedDate "2008-04-25T15:55:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:547605962>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rharley delenitauguedolor edu"];
+	nmo:messageSubject "Quis te wisi et esse ex eum facilisi exerci ea nonummy exerci. ";
+	nmo:plainTextMessageContent "Vero veniam qui consequat facilisis duis. ".
+
+<urn:uuid:1980528187> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2008-03-18T15:21:17";
+	nmo:receivedDate "2008-03-18T15:22:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Diam zzril vel esse vulputate nulla blandit in duis facilisis. ";
+	nmo:plainTextMessageContent "Dignissim delenitaugue elitsed esse nostrud Utwisi vel nislut vulputate. Facilisis molestie molestie praesent tation luptatumzzril. ".
+
+<urn:uuid:289950083> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1258918694>;
+	nmo:sentDate "2008-03-26T15:13:07";
+	nmo:receivedDate "2008-03-26T15:13:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "briana blank nulladelenit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Qui consectetuer autem delenit eu nostrud delenitaugue ad suscipit. ";
+	nmo:plainTextMessageContent "Aliquam enim ullamcorper ea exerci facilisi dolore dolore duis illum eu lobortis suscipit ut. Invulputate ut tincidunt consequatvel augue luptatumzzril in accumsan. ".
+
+<urn:uuid:2009521062> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11426" ;
+	nco:locality "Bellerose" ;
+	nco:streetAddress "8776 Caylors Wood Circle" .
+
+<mailto:adelina simmons hendreritinvulputate us> a nco:EmailAddress; 
+	nco:emailAddress "adelina simmons hendreritinvulputate us".
+
+<urn:uuid:855736113> a nco:PersonContact; 
+	nco:fullname "Adelina Simmons";
+	nco:nameGiven "Adelina";
+	nco:nameFamily "Simmons";
+	nco:birthDate "1942-10-14";
+	nco:hasAffiliation "Art Appraiser";
+	nco:hasEmailAddress <mailto:adelina simmons hendreritinvulputate us>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:2009521062>.
+
+<urn:uuid:306766451> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:564495227>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Commodoconsequat dolor consequat ad dolore vel qui. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-26T18:11:34"];
+	ncal:dtend [ncal:dateTime "2009-02-26T18:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:564495227>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:544130033> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:855736113>;
+	nmo:sentDate "2009-01-23T15:38:12";
+	nmo:receivedDate "2009-01-23T15:38:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adelina simmons hendreritinvulputate us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Enim duis eros ut dolor ex vero facilisis nostrud accumsan eum nisl. ";
+	nmo:plainTextMessageContent "Qui autem laoreet feugait. Dolore facilisis et adipiscing minim molestie duis nostrud iriuredolor invulputate. ".
+
+<urn:uuid:349429611> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:855736113>;
+	nmo:sentDate "2008-01-21T15:44:46";
+	nmo:receivedDate "2008-01-21T15:45:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adelina simmons hendreritinvulputate us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2082631504>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mario correia eumea net"];
+	nmo:messageSubject "Diam lorem dolor iriuredolor laoreet vel. ";
+	nmo:plainTextMessageContent "Consectetuer nibh dignissim minim aliquip in illum quis duis elitsed praesent sit ea. ".
+
+<urn:uuid:2052043676> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:855736113>;
+	nmo:sentDate "2008-10-23T15:15:17";
+	nmo:receivedDate "2008-10-23T15:15:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adelina simmons hendreritinvulputate us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1691678526>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "sheena montes teillum us"];
+	nmo:messageSubject "Consequatvel velit te consectetuer dolore molestie delenit tationullamcorper eu dignissim commodo feugiat in. ";
+	nmo:plainTextMessageContent "Esse dolore facilisis ut duis autem nostrud minim veniamquis blandit te. Blandit lobortis dolore zzril ex illum eros duis veniam. ".
+
+<urn:uuid:338897376> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:855736113>;
+	nmo:sentDate "2008-07-29T15:40:51";
+	nmo:receivedDate "2008-07-29T15:40:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adelina simmons hendreritinvulputate us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:21618638>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "devon truong facilisisduis com"];
+	nmo:bcc <urn:uuid:476324522>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "fritz foy nislutdolore edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Qui erat quis facilisi enim autem vero. ";
+	nmo:plainTextMessageContent "Minim nulla aliquip blandit. ".
+
+<urn:uuid:618397005> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:855736113>;
+	nmo:sentDate "2008-04-11T15:22:32";
+	nmo:receivedDate "2008-04-11T15:22:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adelina simmons hendreritinvulputate us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Autem ad euismod et augue lorem dolore commodo et te commodoconsequat ad. ";
+	nmo:plainTextMessageContent "Veniam illum vel dolor accumsan qui tincidunt iusto hendrerit luptatum minim consectetuer ut feugiat. ".
+
+<urn:uuid:243429598> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:855736113>;
+	nmo:sentDate "2008-03-08T15:21:06";
+	nmo:receivedDate "2008-03-08T15:22:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adelina simmons hendreritinvulputate us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisis delenitaugue erat doloremagna blandit ex ex vero ullamcorper. ";
+	nmo:plainTextMessageContent "Sit odio qui eros consequat tation iusto consequatvel hendrerit. ".
+
+<urn:uuid:646940225> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:855736113>;
+	nmo:sentDate "2008-05-16T15:42:32";
+	nmo:receivedDate "2008-05-16T15:43:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adelina simmons hendreritinvulputate us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1650976324>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ischweitzer eufeugiatblandit net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Dolore facilisi duis vel at delenit nostrud. ";
+	nmo:plainTextMessageContent "Iriuredolor ipsum feugait te illum aliquip euismod dolore aliquip at lobortis praesent dolor feugiat. Qui lobortis hendrerit iustoodio ipsum lobortis feugait exerci te dolor et molestie praesent molestie. ".
+
+<urn:uuid:939813863> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:855736113>;
+	nmo:sentDate "2008-04-12T15:18:10";
+	nmo:receivedDate "2008-04-12T15:18:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adelina simmons hendreritinvulputate us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ullamcorper commodoconsequat facilisi diam molestie eu aliquip. ";
+	nmo:plainTextMessageContent "Tation minim wisi tationullamcorper iusto ex erat iusto in diam vero lorem molestie dolore. ".
+
+<urn:uuid:103537729> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:855736113>;
+	nmo:sentDate "2008-04-20T15:36:52";
+	nmo:receivedDate "2008-04-20T15:37:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adelina simmons hendreritinvulputate us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:253585491>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rchisolm inqui info"];
+	nmo:messageSubject "Laoreet quis nulla vero consequatvel. ";
+	nmo:plainTextMessageContent "Autem Utwisi dolor eum. ".
+
+<urn:uuid:1852688864> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:855736113>;
+	nmo:sentDate "2008-10-16T16:03:38";
+	nmo:receivedDate "2008-10-16T16:04:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "adelina simmons hendreritinvulputate us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1942393884>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "gcarlisle molestieiustoodio org"];
+	nmo:messageSubject "Vulputate eros te eros illum ullamcorper. ";
+	nmo:plainTextMessageContent "Luptatumzzril at ex molestie ea ipsum iusto eros euismod minim duis autem. ".
+
+<urn:uuid:678594539> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03051" ;
+	nco:locality "Hudson" ;
+	nco:streetAddress "1096 Pebblebrook Circle" .
+
+<mailto:lucas fishman teex net> a nco:EmailAddress; 
+	nco:emailAddress "lucas fishman teex net".
+
+<xmpp:lucas fishman gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Lucas Fishman" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Eum te nislut duis amet suscipit consequatvel lobortis wisi suscipit qui nulla blandit. " ;
+	nco:imID "lucas fishman gmail com".
+
+<urn:uuid:1069024370> a nco:PersonContact; 
+	nco:fullname "Lucas Fishman";
+	nco:nameGiven "Lucas";
+	nco:nameFamily "Fishman";
+	nco:birthDate "1942-06-09";
+	nco:hasAffiliation "Attorney Practicing";
+	nco:hasEmailAddress <mailto:lucas fishman teex net>;
+	nco:hasIMAccount <xmpp:lucas fishman gmail com>;
+	nco:hasPostalAddress <urn:uuid:678594539>.
+
+<urn:uuid:1206000649> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02211" ;
+	nco:locality "Boston" ;
+	nco:streetAddress "743 Cordie Lee Circle" .
+
+<mailto:tessie begay verodignissim tv> a nco:EmailAddress; 
+	nco:emailAddress "tessie begay verodignissim tv".
+
+<tel:+19789414072> a nco:PhoneNumber; 
+	nco:phoneNumber "(978)941-4072".
+
+<urn:uuid:849930854> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19789414072>]; 
+	nmo:duration 13; 
+	nmo:receivedDate "2008-09-10T16:09:16". 
+
+<urn:uuid:179890395> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19789414072>]; 
+	nmo:duration 13; 
+	nmo:receivedDate "2008-03-31T15:33:21". 
+
+<urn:uuid:308907725> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19789414072>]; 
+	nmo:duration 21; 
+	nmo:receivedDate "2009-01-29T15:16:17". 
+
+<urn:uuid:304786704> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19789414072>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-19T16:10:48";
+	nmo:receivedDate "2008-06-20T16:11:05";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Delenit delenitaugue luptatumzzril veniamquis qui molestie ad qui nulla hendrerit praesent zzril nostrud. Aliquam blandit nostrud elitsed blandit illum. Duis facilisis nostrud delenitaugue vulputate te vero sit in adipiscing consequat molestie exerci. Delenitaugue dolore tincidunt nonummy. Illum amet et in adipiscing velit te tationullamcorper lobortis velit te. ".
+
+<urn:uuid:609375476> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19789414072>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-11T16:03:07";
+	nmo:receivedDate "2008-10-31T15:57:21";
+	nmo:plainTextMessageContent "Qui ad duis ad eu at et nostrud autem et blandit et. In at ex amet ullamcorper in suscipit ullamcorper dolor. Ex blandit luptatum minim commodo ut facilisis invulputate feugiat minim facilisis volutpat illum blandit. Commodo consequatvel vel duis ex iusto illum Utwisi dolore te. Delenit vel iusto ad qui qui augue duis molestie facilisi. ".
+
+<urn:uuid:1774438145> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19789414072>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-28T15:55:24";
+	nmo:receivedDate "2008-09-12T16:11:04";
+	nmo:plainTextMessageContent "Etaccumsan vel in exerci enim feugait hendrerit et ea lorem blandit ut iriuredolor. Ex nulla tincidunt luptatumzzril ut eum. Te te eros consequat volutpat. Feugiat doloremagna dignissim laoreet in vel aliquam ex ea. Ut ullamcorper wisi blandit vero facilisis nostrud eros molestie in. ".
+
+<urn:uuid:699036387> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19789414072>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-11T15:38:10";
+	nmo:receivedDate "2008-05-29T16:06:52";
+	nmo:plainTextMessageContent "Feugait nulla hendrerit feugait nostrud euismod. Esse dolore commodo suscipit aliquam feugait te accumsan vel. Nisl vel dolore dolore vel aliquip illum dolore et iustoodio te. Esse nonummy dolor ea dolor lobortis vel. Ut feugiat vero autem. Tation nulla nonummy tation feugiat amet odio nulla lorem elitsed. ".
+
+<urn:uuid:1958810746> a nco:PersonContact; 
+	nco:fullname "Tessie Begay";
+	nco:nameGiven "Tessie";
+	nco:nameFamily "Begay";
+	nco:birthDate "1942-05-27";
+	nco:hasAffiliation "Machine Milling Setup Operator";
+	nco:hasEmailAddress <mailto:tessie begay verodignissim tv>;
+	nco:hasPhoneNumber <tel:+19789414072>;
+	nco:hasPostalAddress <urn:uuid:1206000649>.
+
+<urn:uuid:1272882637> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15429" ;
+	nco:locality "Denbo" ;
+	nco:streetAddress "4636 Towne Circle" .
+
+<mailto:gdavison etcommodoconsequat us> a nco:EmailAddress; 
+	nco:emailAddress "gdavison etcommodoconsequat us".
+
+<urn:uuid:1485817721> a nco:PersonContact; 
+	nco:fullname "Grady Davison";
+	nco:nameGiven "Grady";
+	nco:nameFamily "Davison";
+	nco:birthDate "1942-04-12";
+	nco:hasAffiliation "Media Supervisor";
+	nco:hasEmailAddress <mailto:gdavison etcommodoconsequat us>;
+	nco:hasPostalAddress <urn:uuid:1272882637>.
+
+<urn:uuid:1883440383> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03441" ;
+	nco:locality "Ashuelot" ;
+	nco:streetAddress "2409 Nelson Lane" .
+
+<mailto:eavila veniamquiseu gov> a nco:EmailAddress; 
+	nco:emailAddress "eavila veniamquiseu gov".
+
+<urn:uuid:71106551> a nco:PersonContact; 
+	nco:fullname "Elmer Avila";
+	nco:nameGiven "Elmer";
+	nco:nameFamily "Avila";
+	nco:birthDate "1942-10-30";
+	nco:hasAffiliation "Programming Supervisor";
+	nco:hasEmailAddress <mailto:eavila veniamquiseu gov>;
+	nco:hasPostalAddress <urn:uuid:1883440383>.
+
+<urn:uuid:1501196747> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1975598669>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Ullamcorper feugait facilisis consequat et dignissim facilisis nonummy consequat exerci Utwisi vel aliquip illum. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-19T19:11:34"];
+	ncal:dtend [ncal:dateTime "2009-02-19T20:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1975598669>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:99587983> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:71106551>;
+	nmo:sentDate "2008-11-24T15:42:57";
+	nmo:receivedDate "2008-11-24T15:43:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eavila veniamquiseu gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Elitsed commodo facilisi dolor ex amet ut nulla nostrud facilisis nulla iustoodio. ";
+	nmo:plainTextMessageContent "Eum ad nibh duis eum accumsan. In autem dignissim accumsan tationullamcorper veniamquis consequat veniamquis esse duis feugait in commodo. ".
+
+<urn:uuid:1518961112> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:71106551>;
+	nmo:sentDate "2008-05-10T15:31:01";
+	nmo:receivedDate "2008-05-10T15:31:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eavila veniamquiseu gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:593644743>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "smeadows illumquis tv"];
+	nmo:messageSubject "Enim illum at elitsed doloremagna commodo qui esse suscipit feugait iusto. ";
+	nmo:plainTextMessageContent "Zzril vero invulputate autem enim nostrud doloremagna accumsan at zzril. ".
+
+<urn:uuid:741119209> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:71106551>;
+	nmo:sentDate "2008-12-03T15:54:37";
+	nmo:receivedDate "2008-12-03T15:55:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eavila veniamquiseu gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Etaccumsan erat eros odio consequat. ";
+	nmo:plainTextMessageContent "Blandit in volutpat et dignissim minim illum enim vel duis. ".
+
+<urn:uuid:1863721939> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:71106551>;
+	nmo:sentDate "2009-02-02T15:29:36";
+	nmo:receivedDate "2009-02-02T15:30:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eavila veniamquiseu gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Qui et laoreet enim facilisi lorem luptatumzzril. ";
+	nmo:plainTextMessageContent "Aliquip esse nulla veniam duis. Sit commodo aliquip facilisis et veniam enim euismod duis et delenitaugue tationullamcorper. ".
+
+<urn:uuid:1344356231> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:71106551>;
+	nmo:sentDate "2008-01-22T15:34:12";
+	nmo:receivedDate "2008-01-22T15:34:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eavila veniamquiseu gov"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1277100631>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ldahl facilisieufeugiat edu"];
+	nmo:bcc <urn:uuid:117061683>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lilia brennan velnostrud org"];
+	nmo:messageSubject "Praesent lobortis dolore delenitaugue consequat wisi te vel facilisi facilisis consequat ex suscipit delenit. ";
+	nmo:plainTextMessageContent "Nulla ut aliquip doloremagna vulputate lorem facilisi feugait eum. Doloremagna molestie iusto dolor enim vero hendrerit lobortis dolore ad. ".
+
+<urn:uuid:2037194190> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12052" ;
+	nco:locality "Cropseyville" ;
+	nco:streetAddress "6278 Ashmont Parkway" .
+
+<mailto:lorenzo shannon dignissimsuscipit gov> a nco:EmailAddress; 
+	nco:emailAddress "lorenzo shannon dignissimsuscipit gov".
+
+<tel:+19146863577> a nco:PhoneNumber; 
+	nco:phoneNumber "(914)686-3577".
+
+<urn:uuid:1406104090> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19146863577>]; 
+	nmo:duration 38; 
+	nmo:sentDate "2008-06-02T15:20:02". 
+
+<urn:uuid:828033057> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19146863577>]; 
+	nmo:duration 33; 
+	nmo:receivedDate "2008-08-13T15:56:21". 
+
+<urn:uuid:936553396> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19146863577>]; 
+	nmo:duration 5; 
+	nmo:receivedDate "2008-02-28T15:49:00". 
+
+<urn:uuid:604626892> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19146863577>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-25T15:59:59";
+	nmo:receivedDate "2008-10-24T15:34:57";
+	nmo:plainTextMessageContent "Duis lobortis vero volutpat adipiscing ut nonummy dolore molestie. Suscipit velit veniam delenit exerci ea nostrud at in lobortis. Adipiscing minim consequat erat accumsan hendrerit vero ad feugait exerci enim ipsum adipiscing suscipit. Ea adipiscing aliquam duis consectetuer eu delenitaugue. Qui nulla volutpat volutpat molestie et vel luptatumzzril iusto augue blandit. Dolore augue dolore illum volutpat. ".
+
+<urn:uuid:1632417877> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19146863577>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-19T15:41:23";
+	nmo:receivedDate "2008-10-14T15:41:05";
+	nmo:plainTextMessageContent "Lobortis nostrud iriure praesent illum invulputate duis in at odio in tationullamcorper. In commodo erat commodo vel zzril nislut. At dolor luptatum aliquip te te ut autem laoreet ex consequatvel dolore facilisis hendrerit. Ad qui duis nisl nibh esse odio nostrud nulla ex delenit diam facilisis suscipit. Eum exerci molestie at esse at te dolore facilisi delenit. Facilisis ipsum enim volutpat aliquam aliquam ut duis praesent lorem nislut. Molestie esse eum ea vero duis amet. ".
+
+<urn:uuid:2145575107> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19146863577>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-01T15:23:30";
+	nmo:receivedDate "2008-09-07T15:12:47";
+	nmo:plainTextMessageContent "Etaccumsan odio delenitaugue elitsed nulla in augue vel dolor vel vulputate praesent exerci luptatumzzril. Vel lorem wisi et te consectetuer commodo delenit elitsed wisi duis in delenitaugue. Hendrerit eros illum blandit dolore vulputate. Eufeugiat consequat in in facilisis adipiscing iriuredolor et euismod ipsum consequat nulla ut. Facilisis eum exerci duis. Utwisi praesent dolore ipsum. Suscipit facilisi exerci vel duis quis eum enim ut consequat ex zzril nulla. ".
+
+<urn:uuid:1310876605> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19146863577>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-31T15:42:50";
+	nmo:receivedDate "2008-10-02T15:15:20";
+	nmo:plainTextMessageContent "Consequat etaccumsan eros quis molestie. Diam molestie feugait dolore te at ipsum euismod facilisi duis. Facilisi eu diam ea eufeugiat esse. Et feugait aliquip hendrerit ad et ex aliquam blandit et molestie autem. Te commodo aliquip nulla consequat aliquam. Commodoconsequat lobortis eros te suscipit volutpat duis eros quis. Consequat invulputate nulla ut praesent ut feugait tation Utwisi ullamcorper Utwisi illum. ".
+
+<urn:uuid:1745435942> a nco:PersonContact; 
+	nco:fullname "Lorenzo Shannon";
+	nco:nameGiven "Lorenzo";
+	nco:nameFamily "Shannon";
+	nco:birthDate "1942-07-21";
+	nco:hasAffiliation "Power Shear Operator";
+	nco:hasEmailAddress <mailto:lorenzo shannon dignissimsuscipit gov>;
+	nco:hasPhoneNumber <tel:+19146863577>;
+	nco:hasPostalAddress <urn:uuid:2037194190>.
+
+<urn:uuid:335861299> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:380705489>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Minim illum ut sit facilisis ullamcorper blandit facilisi iusto commodo feugiat aliquam. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-22T20:11:34"];
+	ncal:dtend [ncal:dateTime "2009-02-22T21:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:380705489>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1552856068> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05074" ;
+	nco:locality "Thetford" ;
+	nco:streetAddress "9582 New England Way" .
+
+<mailto:adam montero velitte org> a nco:EmailAddress; 
+	nco:emailAddress "adam montero velitte org".
+
+<xmpp:adam montero gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Adam Montero" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Facilisis doloremagna ipsum qui illum consectetuer nostrud lorem aliquip. " ;
+	nco:imID "adam montero gmail com".
+
+<urn:uuid:687379497> a nco:PersonContact; 
+	nco:fullname "Adam Montero";
+	nco:nameGiven "Adam";
+	nco:nameFamily "Montero";
+	nco:birthDate "1942-12-06";
+	nco:hasAffiliation "Fashion Illustrator";
+	nco:hasEmailAddress <mailto:adam montero velitte org>;
+	nco:hasIMAccount <xmpp:adam montero gmail com>;
+	nco:hasPostalAddress <urn:uuid:1552856068>.
+
+<urn:uuid:655909633> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15068" ;
+	nco:locality "New Kensington" ;
+	nco:streetAddress "9762 Summer Fields Cove" .
+
+<mailto:cchurch euismodlobortis eu> a nco:EmailAddress; 
+	nco:emailAddress "cchurch euismodlobortis eu".
+
+<urn:uuid:1143487399> a nco:PersonContact; 
+	nco:fullname "Cathrine Church";
+	nco:nameGiven "Cathrine";
+	nco:nameFamily "Church";
+	nco:birthDate "1943-02-14";
+	nco:hasAffiliation "Machinery Maintenance Mechanic";
+	nco:hasEmailAddress <mailto:cchurch euismodlobortis eu>;
+	nco:hasPostalAddress <urn:uuid:655909633>.
+
+<urn:uuid:689656919> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:865538347>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Quis nostrud ea qui diam te duis euismod duis at ex. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-19T17:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-19T18:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:865538347>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:801149910> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07070" ;
+	nco:locality "Rutherford" ;
+	nco:streetAddress "8343 Gadient Circle" .
+
+<mailto:dick newberry diamminim tv> a nco:EmailAddress; 
+	nco:emailAddress "dick newberry diamminim tv".
+
+<xmpp:dick newberry gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Dick Newberry" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Blandit Utwisi commodo enim enim nostrud. " ;
+	nco:imID "dick newberry gmail com".
+
+<urn:uuid:251431915> a nco:PersonContact; 
+	nco:fullname "Dick Newberry";
+	nco:nameGiven "Dick";
+	nco:nameFamily "Newberry";
+	nco:birthDate "1943-01-24";
+	nco:hasAffiliation "Travel Manager";
+	nco:hasEmailAddress <mailto:dick newberry diamminim tv>;
+	nco:hasIMAccount <xmpp:dick newberry gmail com>;
+	nco:hasPostalAddress <urn:uuid:801149910>.
+
+<urn:uuid:61528781> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05354" ;
+	nco:locality "Vernon" ;
+	nco:streetAddress "865 Neal Lane" .
+
+<mailto:olive clouse erosut com> a nco:EmailAddress; 
+	nco:emailAddress "olive clouse erosut com".
+
+<xmpp:olive clouse gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Olive Clouse" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Hendrerit delenitaugue aliquip ut dolore. " ;
+	nco:imID "olive clouse gmail com".
+
+<urn:uuid:773473308> a nco:PersonContact; 
+	nco:fullname "Olive Clouse";
+	nco:nameGiven "Olive";
+	nco:nameFamily "Clouse";
+	nco:birthDate "1942-06-16";
+	nco:hasAffiliation "Sports Instructor";
+	nco:hasEmailAddress <mailto:olive clouse erosut com>;
+	nco:hasIMAccount <xmpp:olive clouse gmail com>;
+	nco:hasPostalAddress <urn:uuid:61528781>.
+
+<urn:uuid:694886382> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1583419384>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Enim molestie veniam nibh. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-02T13:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-02T13:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1583419384>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1243845070> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14537" ;
+	nco:locality "Port Gibson" ;
+	nco:streetAddress "5064 Stillwater Parkway" .
+
+<mailto:sha iniriuredolor eu> a nco:EmailAddress; 
+	nco:emailAddress "sha iniriuredolor eu".
+
+<urn:uuid:1356532938> a nco:PersonContact; 
+	nco:fullname "Sheri Ha";
+	nco:nameGiven "Sheri";
+	nco:nameFamily "Ha";
+	nco:birthDate "1943-02-05";
+	nco:hasAffiliation "Helper Bindery";
+	nco:hasEmailAddress <mailto:sha iniriuredolor eu>;
+	nco:hasPostalAddress <urn:uuid:1243845070>.
+
+<urn:uuid:1230209882> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01035" ;
+	nco:locality "Hadley" ;
+	nco:streetAddress "6765 Hidden Valley Cove" .
+
+<mailto:rsisk quieufeugiat eu> a nco:EmailAddress; 
+	nco:emailAddress "rsisk quieufeugiat eu".
+
+<tel:+18022014050> a nco:PhoneNumber; 
+	nco:phoneNumber "(802)201-4050".
+
+<urn:uuid:314539158> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18022014050>]; 
+	nmo:duration 27; 
+	nmo:sentDate "2008-08-26T15:11:49". 
+
+<urn:uuid:305930807> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18022014050>]; 
+	nmo:duration 37; 
+	nmo:receivedDate "2008-04-03T16:05:21". 
+
+<urn:uuid:854098463> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18022014050>]; 
+	nmo:duration 37; 
+	nmo:sentDate "2009-02-09T15:29:12". 
+
+<urn:uuid:880022433> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18022014050>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-13T15:28:54";
+	nmo:receivedDate "2008-10-28T15:22:39";
+	nmo:plainTextMessageContent "Invulputate suscipit at enim wisi exerci feugait. Nibh praesent etaccumsan ad hendrerit tation. Amet hendrerit te feugiat ut nislut laoreet dolor delenit etaccumsan lobortis commodoconsequat facilisis. Nostrud minim suscipit velit facilisi. Te delenit luptatum nulla praesent eufeugiat dolor amet aliquip eufeugiat molestie ex luptatumzzril. Consectetuer praesent tation eum praesent delenit ex. ".
+
+<urn:uuid:200053251> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18022014050>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-15T15:46:35";
+	nmo:receivedDate "2008-05-10T15:52:02";
+	nmo:plainTextMessageContent "In at facilisi blandit iusto eum laoreet esse. Ipsum feugait Utwisi Utwisi velit nulla et. Nonummy illum etaccumsan ut iriuredolor iriuredolor vel minim iusto diam lorem minim. Aliquip dolore eum ex quis iusto lorem ipsum in dignissim quis dolore nulla eros. Accumsan ipsum facilisi praesent vel odio feugiat consequat eu nibh minim et veniam. Duis iriuredolor eufeugiat ullamcorper ipsum tincidunt tation aliquip Utwisi tation elitsed. ".
+
+<urn:uuid:52189443> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18022014050>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-21T15:35:57";
+	nmo:receivedDate "2008-10-12T16:09:27";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Utwisi velit blandit et diam ea enim eum qui enim consequat at praesent dolore. Aliquam praesent lobortis delenit. Enim hendrerit quis duis dolore consectetuer vulputate dignissim iriure hendrerit qui. Dolore ea duis aliquip molestie duis invulputate praesent nislut dignissim ad. Illum dolore dolore laoreet sit illum iustoodio in. ".
+
+<urn:uuid:1997408178> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18022014050>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-02T15:31:55";
+	nmo:receivedDate "2009-02-09T16:09:02";
+	nmo:plainTextMessageContent "Praesent te hendrerit duis ad facilisi iriure blandit ut. Duis augue nostrud esse vero consequat dolor ad facilisi autem. Hendrerit eum facilisi praesent. Augue illum facilisi ex autem dolore et delenit et. Iustoodio diam tincidunt minim et etaccumsan. Eum minim suscipit etaccumsan feugait blandit nostrud ut vero. ".
+
+<urn:uuid:668930499> a nco:PersonContact; 
+	nco:fullname "Ross Sisk";
+	nco:nameGiven "Ross";
+	nco:nameFamily "Sisk";
+	nco:birthDate "1942-11-12";
+	nco:hasAffiliation "Minister";
+	nco:hasEmailAddress <mailto:rsisk quieufeugiat eu>;
+	nco:hasPhoneNumber <tel:+18022014050>;
+	nco:hasPostalAddress <urn:uuid:1230209882>.
+
+<urn:uuid:1097342868> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:485431282>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Nulla molestie in nonummy iustoodio dolore tationullamcorper dolor vel luptatum elitsed hendrerit. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-27T18:11:34"];
+	ncal:dtend [ncal:dateTime "2009-02-27T19:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:485431282>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:868261642> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:668930499>;
+	nmo:sentDate "2008-07-07T16:09:36";
+	nmo:receivedDate "2008-07-07T16:10:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsisk quieufeugiat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Suscipit ex in ex. ";
+	nmo:plainTextMessageContent "Adipiscing nulla eros ut nulla iustoodio at. ".
+
+<urn:uuid:1500191846> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:668930499>;
+	nmo:sentDate "2008-03-04T15:39:18";
+	nmo:receivedDate "2008-03-04T15:39:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsisk quieufeugiat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:581720205>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "elsie lash diamiriuredolor org"];
+	nmo:messageSubject "Autem velit praesent tincidunt iustoodio augue duis zzril accumsan nibh odio illum lorem esse. ";
+	nmo:plainTextMessageContent "Et nulla et luptatum eufeugiat nulla odio praesent aliquip qui nulla eufeugiat veniam molestie. ".
+
+<urn:uuid:1220471268> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:668930499>;
+	nmo:sentDate "2008-11-02T15:24:49";
+	nmo:receivedDate "2008-11-02T15:25:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsisk quieufeugiat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Ut hendrerit commodo adipiscing feugait illum praesent dignissim iustoodio ea qui te in lobortis. ";
+	nmo:plainTextMessageContent "Feugait ullamcorper luptatumzzril aliquip Utwisi molestie invulputate velit duis facilisis consequatvel etaccumsan etaccumsan in. ".
+
+<urn:uuid:1530183051> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:668930499>;
+	nmo:sentDate "2008-12-14T16:04:39";
+	nmo:receivedDate "2008-12-14T16:05:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsisk quieufeugiat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ut ipsum nulla doloremagna molestie commodoconsequat nostrud ea et facilisi eros. ";
+	nmo:plainTextMessageContent "Blandit feugait eu praesent vel quis eros. Delenit delenit exerci consequat erat eum dolor euismod et facilisi hendrerit. ".
+
+<urn:uuid:1322210047> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:668930499>;
+	nmo:sentDate "2008-11-05T15:45:21";
+	nmo:receivedDate "2008-11-05T15:45:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsisk quieufeugiat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:2130475458>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "robert mcclelland eroste tv"];
+	nmo:messageSubject "Qui vulputate vero consequat. ";
+	nmo:plainTextMessageContent "Duis eu facilisi delenitaugue blandit erat invulputate lobortis. Ut doloremagna at consequat duis nisl iusto vero diam exerci tationullamcorper quis enim. ".
+
+<urn:uuid:890969451> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:668930499>;
+	nmo:sentDate "2008-02-01T15:48:39";
+	nmo:receivedDate "2008-02-01T15:49:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsisk quieufeugiat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Aliquam vel luptatum vel eum ullamcorper enim aliquip wisi. ";
+	nmo:plainTextMessageContent "Blandit autem etaccumsan eros illum praesent ea minim. ".
+
+<urn:uuid:1156733178> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:668930499>;
+	nmo:sentDate "2008-12-20T15:15:33";
+	nmo:receivedDate "2008-12-20T15:16:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsisk quieufeugiat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Vero suscipit consectetuer in delenit consequat doloremagna dolore aliquam dolore doloremagna. ";
+	nmo:plainTextMessageContent "Hendrerit eu suscipit sit vero lobortis duis vero facilisis consequat. ".
+
+<urn:uuid:1027089080> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:668930499>;
+	nmo:sentDate "2008-12-16T15:57:59";
+	nmo:receivedDate "2008-12-16T15:58:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsisk quieufeugiat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:772618572>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "monroe cotton autemvero gov"];
+	nmo:bcc <urn:uuid:1687977649>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "bhwang iriuredolornulla tv"];
+	nmo:messageSubject "Ex hendrerit vero iustoodio suscipit eum te nisl. ";
+	nmo:plainTextMessageContent "In sit at ut iusto dignissim nisl dolor eu euismod ad feugiat. ".
+
+<urn:uuid:944478824> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:668930499>;
+	nmo:sentDate "2008-01-22T15:37:43";
+	nmo:receivedDate "2008-01-22T15:38:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsisk quieufeugiat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Hendrerit vulputate delenit sit dignissim. ";
+	nmo:plainTextMessageContent "Lorem feugiat diam ea nostrud blandit ipsum dolore luptatumzzril nostrud velit. Nislut wisi ut dolor at tation ad feugait. ".
+
+<urn:uuid:891520376> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:668930499>;
+	nmo:sentDate "2009-02-16T15:24:54";
+	nmo:receivedDate "2009-02-16T15:24:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsisk quieufeugiat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ad blandit delenit zzril tincidunt veniamquis laoreet dolore ex augue velit duis ex qui. ";
+	nmo:plainTextMessageContent "In consectetuer in duis in dignissim amet laoreet commodoconsequat. ".
+
+<urn:uuid:719603889> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:668930499>;
+	nmo:sentDate "2008-05-11T15:52:15";
+	nmo:receivedDate "2008-05-11T15:52:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsisk quieufeugiat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vel volutpat ad in adipiscing et molestie ullamcorper. ";
+	nmo:plainTextMessageContent "Autem illum nulla etaccumsan dolor velit adipiscing feugait autem ut lobortis nulla et illum. ".
+
+<urn:uuid:40424544> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:668930499>;
+	nmo:sentDate "2008-11-27T15:27:42";
+	nmo:receivedDate "2008-11-27T15:28:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsisk quieufeugiat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2088370103>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "trina hoppe erosfacilisi edu"];
+	nmo:messageSubject "Molestie nulla dolore iriure luptatum illum ut consequat. ";
+	nmo:plainTextMessageContent "Feugait hendrerit nostrud ex. Invulputate facilisi ullamcorper hendrerit. ".
+
+<urn:uuid:152309156> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:668930499>;
+	nmo:sentDate "2008-11-26T15:29:42";
+	nmo:receivedDate "2008-11-26T15:30:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsisk quieufeugiat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:309189477>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "don beardsley sitlobortis tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Facilisis sit ea et enim qui odio nibh eufeugiat vero enim. ";
+	nmo:plainTextMessageContent "Dolor zzril velit euismod molestie nostrud iriuredolor blandit in. Praesent hendrerit nibh commodo Utwisi augue consequat exerci delenitaugue iustoodio minim invulputate ut augue. ".
+
+<urn:uuid:1787201213> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:668930499>;
+	nmo:sentDate "2008-04-25T15:59:50";
+	nmo:receivedDate "2008-04-25T16:00:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsisk quieufeugiat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1034791356>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "leone whitt feugiatfeugiat com"];
+	nmo:messageSubject "Ipsum nulla minim at at esse. ";
+	nmo:plainTextMessageContent "Veniam minim duis ex exerci. ".
+
+<urn:uuid:30168982> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:668930499>;
+	nmo:sentDate "2008-03-20T15:42:37";
+	nmo:receivedDate "2008-03-20T15:42:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsisk quieufeugiat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consequat lobortis nislut molestie veniamquis aliquam ullamcorper odio. ";
+	nmo:plainTextMessageContent "Invulputate dolor nisl tation ad ipsum ut qui duis feugait commodoconsequat in dolore. Consequatvel lobortis iusto autem esse illum facilisi in. ".
+
+<urn:uuid:1055153547> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:668930499>;
+	nmo:sentDate "2008-08-08T15:37:49";
+	nmo:receivedDate "2008-08-08T15:37:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsisk quieufeugiat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Feugiat enim laoreet eum etaccumsan te amet Utwisi. ";
+	nmo:plainTextMessageContent "Commodoconsequat tation adipiscing doloremagna ex ea molestie hendrerit in illum autem qui iustoodio. Nostrud praesent eros consectetuer tation odio nislut vel. ".
+
+<urn:uuid:1755505860> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:668930499>;
+	nmo:sentDate "2008-09-13T15:24:18";
+	nmo:receivedDate "2008-09-13T15:25:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsisk quieufeugiat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consequat exerci vero delenit ea feugiat duis dignissim vulputate vel delenit. ";
+	nmo:plainTextMessageContent "Vel illum molestie consequat. Ex nulla nostrud tation commodo feugait. ".
+
+<urn:uuid:779980565> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:668930499>;
+	nmo:sentDate "2009-02-16T15:29:26";
+	nmo:receivedDate "2009-02-16T15:29:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsisk quieufeugiat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:311459088>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dtruitt facilisisesse info"];
+	nmo:messageSubject "Dignissim ut exerci duis nostrud commodo feugiat. ";
+	nmo:plainTextMessageContent "Nisl dolore feugait ad amet zzril ex ipsum enim dolore autem veniamquis Utwisi eufeugiat. At ad nostrud facilisis illum iriure duis dolor. ".
+
+<urn:uuid:652906443> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:668930499>;
+	nmo:sentDate "2008-09-30T16:01:23";
+	nmo:receivedDate "2008-09-30T16:01:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsisk quieufeugiat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Consectetuer quis nislut lobortis duis. ";
+	nmo:plainTextMessageContent "Facilisis ex iusto aliquip nulla et eros consequat. Commodo aliquam facilisis nostrud. ".
+
+<urn:uuid:2102681544> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:668930499>;
+	nmo:sentDate "2008-07-13T15:34:33";
+	nmo:receivedDate "2008-07-13T15:34:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsisk quieufeugiat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:86339083>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cmorgan iustoodioeuismod com"];
+	nmo:messageSubject "In nulla duis nulla nulla aliquip. ";
+	nmo:plainTextMessageContent "Ut amet nonummy duis consequatvel at vero facilisis nostrud feugait. ".
+
+<urn:uuid:188143143> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:668930499>;
+	nmo:sentDate "2008-08-25T15:52:11";
+	nmo:receivedDate "2008-08-25T15:52:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsisk quieufeugiat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Veniam vero vulputate facilisi lorem dolore ex. ";
+	nmo:plainTextMessageContent "Ad enim te dignissim sit aliquip consectetuer. ".
+
+<urn:uuid:784074032> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:668930499>;
+	nmo:sentDate "2008-08-02T15:16:13";
+	nmo:receivedDate "2008-08-02T15:16:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsisk quieufeugiat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1443469279>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ttorrez eumdignissim gov"];
+	nmo:messageSubject "Eu vulputate iusto erat. ";
+	nmo:plainTextMessageContent "Nonummy qui illum hendrerit dignissim elitsed elitsed exerci eros invulputate facilisi nonummy molestie. Volutpat etaccumsan eum etaccumsan. ".
+
+<urn:uuid:1980554283> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:668930499>;
+	nmo:sentDate "2008-05-26T15:30:37";
+	nmo:receivedDate "2008-05-26T15:31:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsisk quieufeugiat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Duis molestie lobortis nonummy qui commodo luptatumzzril vel enim. ";
+	nmo:plainTextMessageContent "Facilisi vel te facilisis ad autem at dolore minim dolore tincidunt. ".
+
+<urn:uuid:650486048> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:668930499>;
+	nmo:sentDate "2008-05-02T15:22:49";
+	nmo:receivedDate "2008-05-02T15:23:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsisk quieufeugiat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:871110616>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ywhitmire duisaugue us"];
+	nmo:bcc <urn:uuid:1361528731>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "wwilber duisex gov"];
+	nmo:messageSubject "Aliquam tincidunt wisi blandit commodoconsequat. ";
+	nmo:plainTextMessageContent "Suscipit consectetuer Utwisi delenitaugue commodoconsequat vel amet wisi duis praesent hendrerit dolor et. At ad nibh nulla ad ipsum dignissim eum lorem vulputate. ".
+
+<urn:uuid:1318870262> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:668930499>;
+	nmo:sentDate "2008-10-29T15:45:51";
+	nmo:receivedDate "2008-10-29T15:45:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsisk quieufeugiat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1500166783>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gbutler augueaccumsan gov"];
+	nmo:messageSubject "Esse eros qui elitsed consequat eum consequat ad esse. ";
+	nmo:plainTextMessageContent "Eum doloremagna ad velit ullamcorper euismod nostrud nonummy ea dolore ea ea doloremagna luptatumzzril. Zzril luptatumzzril nislut qui molestie nulla dolor. ".
+
+<urn:uuid:1488088490> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:668930499>;
+	nmo:sentDate "2008-07-11T16:02:57";
+	nmo:receivedDate "2008-07-11T16:03:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsisk quieufeugiat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:948613802>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "birdie fagan adipiscingvelit edu"];
+	nmo:messageSubject "Dolore ut blandit eu enim qui illum lobortis. ";
+	nmo:plainTextMessageContent "Nulla dolore hendrerit wisi augue eufeugiat. Autem vulputate nulla ut. ".
+
+<urn:uuid:1714805619> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:668930499>;
+	nmo:sentDate "2008-07-08T15:36:01";
+	nmo:receivedDate "2008-07-08T15:36:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsisk quieufeugiat eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1540686483>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "odessa stinson iustoodiodolor gov"];
+	nmo:messageSubject "Hendrerit sit blandit autem commodoconsequat vel tationullamcorper dolore praesent tation. ";
+	nmo:plainTextMessageContent "In nibh lorem tincidunt invulputate delenit iriuredolor qui praesent aliquip diam veniam dolore facilisi. ".
+
+<urn:uuid:1685022073> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12763" ;
+	nco:locality "Mountain Dale" ;
+	nco:streetAddress "7229 Cloverbrook Avenue" .
+
+<mailto:leeann little consequatvelwisi tv> a nco:EmailAddress; 
+	nco:emailAddress "leeann little consequatvelwisi tv".
+
+<urn:uuid:850434583> a nco:PersonContact; 
+	nco:fullname "Leeann Little";
+	nco:nameGiven "Leeann";
+	nco:nameFamily "Little";
+	nco:birthDate "1942-11-18";
+	nco:hasAffiliation "Economic Analysis Manager";
+	nco:hasEmailAddress <mailto:leeann little consequatvelwisi tv>;
+	nco:hasPostalAddress <urn:uuid:1685022073>.
+
+<urn:uuid:147449921> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13353" ;
+	nco:locality "Hoffmeister" ;
+	nco:streetAddress "801 Forestwood Way" .
+
+<mailto:ljung eufeugiatullamcorper info> a nco:EmailAddress; 
+	nco:emailAddress "ljung eufeugiatullamcorper info".
+
+<xmpp:lemuel jung gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Lemuel Jung" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Consectetuer eros enim ad nonummy exerci erat ad dolor te ad eum. " ;
+	nco:imID "lemuel jung gmail com".
+
+<urn:uuid:905868580> a nco:PersonContact; 
+	nco:fullname "Lemuel Jung";
+	nco:nameGiven "Lemuel";
+	nco:nameFamily "Jung";
+	nco:birthDate "1943-01-09";
+	nco:hasAffiliation "Clerk Stock Retail";
+	nco:hasEmailAddress <mailto:ljung eufeugiatullamcorper info>;
+	nco:hasIMAccount <xmpp:lemuel jung gmail com>;
+	nco:hasPostalAddress <urn:uuid:147449921>.
+
+<urn:uuid:1672241028> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03041" ;
+	nco:locality "East Derry" ;
+	nco:streetAddress "4718 Dogwood Grove Avenue" .
+
+<mailto:lsauls sitet org> a nco:EmailAddress; 
+	nco:emailAddress "lsauls sitet org".
+
+<urn:uuid:678435223> a nco:PersonContact; 
+	nco:fullname "Lorrie Sauls";
+	nco:nameGiven "Lorrie";
+	nco:nameFamily "Sauls";
+	nco:birthDate "1942-07-11";
+	nco:hasAffiliation "Supervisor Quality Control";
+	nco:hasEmailAddress <mailto:lsauls sitet org>;
+	nco:hasPostalAddress <urn:uuid:1672241028>.
+
+<urn:uuid:2072959522> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1623281126>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Enim praesent ut nulla ea diam iustoodio enim. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-16T13:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-16T14:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1623281126>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:212615982> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11571" ;
+	nco:locality "Rockville Centre" ;
+	nco:streetAddress "9404 Pridalea Cove" .
+
+<mailto:rogelio creed iustofacilisis us> a nco:EmailAddress; 
+	nco:emailAddress "rogelio creed iustofacilisis us".
+
+<urn:uuid:221990169> a nco:PersonContact; 
+	nco:fullname "Rogelio Creed";
+	nco:nameGiven "Rogelio";
+	nco:nameFamily "Creed";
+	nco:birthDate "1942-11-10";
+	nco:hasAffiliation "Supervisor Hardware Design";
+	nco:hasEmailAddress <mailto:rogelio creed iustofacilisis us>;
+	nco:hasPostalAddress <urn:uuid:212615982>.
+
+<urn:uuid:645509264> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06059" ;
+	nco:locality "North Canton" ;
+	nco:streetAddress "8589 Keats Lane" .
+
+<mailto:kbearden dolorut net> a nco:EmailAddress; 
+	nco:emailAddress "kbearden dolorut net".
+
+<urn:uuid:461393698> a nco:PersonContact; 
+	nco:fullname "Kari Bearden";
+	nco:nameGiven "Kari";
+	nco:nameFamily "Bearden";
+	nco:birthDate "1942-05-19";
+	nco:hasAffiliation "Data Entry Operator";
+	nco:hasEmailAddress <mailto:kbearden dolorut net>;
+	nco:hasPostalAddress <urn:uuid:645509264>.
+
+<urn:uuid:237051257> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14411" ;
+	nco:locality "Albion" ;
+	nco:streetAddress "6068 Thistlewood Parkway" .
+
+<mailto:estovall veroveniam us> a nco:EmailAddress; 
+	nco:emailAddress "estovall veroveniam us".
+
+<xmpp:elizabeth stovall gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Elizabeth Stovall" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Erat illum in consequat aliquip in minim invulputate luptatumzzril. " ;
+	nco:imID "elizabeth stovall gmail com".
+
+<tel:+13476393262> a nco:PhoneNumber; 
+	nco:phoneNumber "(347)639-3262".
+
+<urn:uuid:1988683473> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13476393262>]; 
+	nmo:duration 11; 
+	nmo:sentDate "2008-04-28T15:49:20". 
+
+<urn:uuid:1259122139> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13476393262>]; 
+	nmo:duration 1; 
+	nmo:sentDate "2008-10-29T16:11:04". 
+
+<urn:uuid:309615295> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13476393262>]; 
+	nmo:duration 22; 
+	nmo:sentDate "2009-01-20T15:51:05". 
+
+<urn:uuid:889360260> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13476393262>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-04T16:10:20";
+	nmo:receivedDate "2008-06-09T15:12:17";
+	nmo:plainTextMessageContent "In eu amet consequatvel duis eros nisl facilisis qui ut et duis. Esse iusto duis vel lobortis nibh tincidunt iriuredolor consectetuer exerci iriuredolor vero. Qui duis ex euismod facilisis laoreet dolor illum vel. Eufeugiat ex duis aliquam et praesent minim. Facilisis qui exerci iustoodio ea ex ullamcorper eum dolore nulla. ".
+
+<urn:uuid:232328480> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13476393262>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-28T16:00:38";
+	nmo:receivedDate "2008-01-18T16:08:58";
+	nmo:plainTextMessageContent "Lobortis dolore delenitaugue vel erat ut consequat tincidunt duis et at vero consequat facilisis. Odio vero ad exerci qui. Quis luptatumzzril quis exerci laoreet dolor. Suscipit feugiat blandit volutpat nostrud suscipit feugiat feugait nislut. Lobortis ullamcorper in feugait exerci vero feugait duis volutpat dolore ad velit nislut duis. Velit aliquip dolor esse ut suscipit. ".
+
+<urn:uuid:594937260> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13476393262>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-15T15:34:49";
+	nmo:receivedDate "2008-08-02T16:10:22";
+	nmo:plainTextMessageContent "Vero qui duis adipiscing. Odio exerci ea odio. Nulla ad facilisi dolore accumsan ad blandit facilisi. Molestie suscipit veniam exerci etaccumsan illum. Feugait duis nulla commodo in ipsum zzril luptatum nostrud nonummy nostrud facilisis doloremagna iriuredolor. ".
+
+<urn:uuid:497898784> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13476393262>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-13T15:48:35";
+	nmo:receivedDate "2008-07-18T15:33:12";
+	nmo:plainTextMessageContent "Hendrerit delenitaugue nulla ex eum esse duis volutpat ea. Duis suscipit commodoconsequat nibh enim iriure dolor Utwisi augue duis commodo eufeugiat dolore illum. Wisi hendrerit eu blandit velit feugait hendrerit ut odio iustoodio. Dignissim ea qui zzril molestie eum duis dignissim nulla at lobortis hendrerit dolore tationullamcorper. Et facilisis delenitaugue facilisis in et laoreet diam et delenit commodo at. Ullamcorper velit erat nonummy et in minim nulla feugait consequat luptatumzzril quis velit. Vel consequatvel praesent nislut dolore feugiat lobortis dignissim minim vel. ".
+
+<urn:uuid:1403620440> a nco:PersonContact; 
+	nco:fullname "Elizabeth Stovall";
+	nco:nameGiven "Elizabeth";
+	nco:nameFamily "Stovall";
+	nco:birthDate "1942-05-08";
+	nco:hasAffiliation "Clerk Policyholders";
+	nco:hasEmailAddress <mailto:estovall veroveniam us>;
+	nco:hasPhoneNumber <tel:+13476393262>;
+	nco:hasIMAccount <xmpp:elizabeth stovall gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:237051257>.
+
+<urn:uuid:468684561> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12077" ;
+	nco:locality "Glenmont" ;
+	nco:streetAddress "3525 Pete Mitchell Parkway" .
+
+<mailto:katharine tibbetts consequatvellobortis eu> a nco:EmailAddress; 
+	nco:emailAddress "katharine tibbetts consequatvellobortis eu".
+
+<tel:+19732152497> a nco:PhoneNumber; 
+	nco:phoneNumber "(973)215-2497".
+
+<urn:uuid:892663955> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19732152497>]; 
+	nmo:duration 40; 
+	nmo:receivedDate "2008-03-11T15:31:19". 
+
+<urn:uuid:1036552147> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19732152497>]; 
+	nmo:duration 18; 
+	nmo:receivedDate "2008-08-27T15:47:57". 
+
+<urn:uuid:1022488015> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19732152497>]; 
+	nmo:duration 23; 
+	nmo:sentDate "2008-12-21T16:00:00". 
+
+<urn:uuid:662477406> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19732152497>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-25T15:31:36";
+	nmo:receivedDate "2008-12-09T15:49:19";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Delenit et hendrerit velit et ut dolore consequat. Eum euismod nostrud minim ut ea. Blandit ex amet vero illum feugiat minim vero suscipit diam eros hendrerit adipiscing. Eros exerci vel adipiscing invulputate. Facilisi feugait commodoconsequat luptatumzzril minim eufeugiat minim blandit. Facilisis nibh eum hendrerit duis duis commodo erat consequat suscipit wisi facilisis feugiat autem. ".
+
+<urn:uuid:1598082870> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19732152497>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-01T15:30:42";
+	nmo:receivedDate "2008-06-15T16:05:28";
+	nmo:plainTextMessageContent "Lobortis molestie suscipit consequat dolore ad sit praesent nostrud minim consequat. Tationullamcorper exerci invulputate iustoodio eros dignissim aliquip at velit duis. Ex te consectetuer Utwisi dolore diam molestie suscipit diam nibh ut. Amet ex velit molestie wisi hendrerit tationullamcorper aliquip. Odio eu quis augue qui ad dolore dolore facilisis in at euismod nulla. Qui zzril ut feugiat aliquip. ".
+
+<urn:uuid:517184701> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19732152497>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-10T15:18:35";
+	nmo:receivedDate "2008-06-04T15:44:04";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Facilisis illum ut nonummy euismod molestie dolor molestie delenit qui ea. Amet nonummy at doloremagna dignissim odio. Nulla dignissim praesent te at feugait feugait augue diam tincidunt. Zzril erat zzril duis feugait veniam consequat lorem hendrerit vulputate. Molestie feugait enim nulla eros wisi vulputate facilisi dignissim nonummy vulputate esse. ".
+
+<urn:uuid:90889141> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19732152497>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-03T15:20:41";
+	nmo:receivedDate "2008-05-14T15:19:26";
+	nmo:plainTextMessageContent "Tation facilisi in laoreet nonummy zzril dolor ut facilisis exerci vulputate veniam. Lobortis illum dolore te te eros zzril iriure iusto eum volutpat suscipit. Consectetuer dolore veniam zzril laoreet etaccumsan duis adipiscing in elitsed. Te dolore nislut te aliquip praesent eum nulla wisi te qui quis aliquip amet. Et consequatvel eros in erat. Nulla eu quis facilisi iusto duis autem illum aliquip facilisis iustoodio duis. ".
+
+<urn:uuid:422195357> a nco:PersonContact; 
+	nco:fullname "Katharine Tibbetts";
+	nco:nameGiven "Katharine";
+	nco:nameFamily "Tibbetts";
+	nco:birthDate "1942-11-10";
+	nco:hasAffiliation "Tire & Tube Repairer";
+	nco:hasEmailAddress <mailto:katharine tibbetts consequatvellobortis eu>;
+	nco:hasPhoneNumber <tel:+19732152497>;
+	nco:hasPostalAddress <urn:uuid:468684561>.
+
+<urn:uuid:1290109809> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:422195357>;
+	nmo:sentDate "2008-03-23T15:17:41";
+	nmo:receivedDate "2008-03-23T15:18:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "katharine tibbetts consequatvellobortis eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Vulputate illum Utwisi nibh iusto quis adipiscing nislut nulla at. ";
+	nmo:plainTextMessageContent "Enim in duis ex illum vel nulla aliquam. Utwisi doloremagna autem ex volutpat nostrud et. ".
+
+<urn:uuid:2082828548> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:422195357>;
+	nmo:sentDate "2008-11-13T15:34:39";
+	nmo:receivedDate "2008-11-13T15:34:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "katharine tibbetts consequatvellobortis eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nonummy praesent ipsum molestie ullamcorper euismod nisl. ";
+	nmo:plainTextMessageContent "Enim lorem vero accumsan nislut dolore. Tationullamcorper nulla delenitaugue facilisis ut autem. ".
+
+<urn:uuid:1093371924> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:422195357>;
+	nmo:sentDate "2008-12-28T15:14:54";
+	nmo:receivedDate "2008-12-28T15:15:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "katharine tibbetts consequatvellobortis eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:149479495>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "berta riggs duiseu net"];
+	nmo:messageSubject "Dignissim dolore suscipit delenit elitsed dignissim nislut eufeugiat enim nostrud eum. ";
+	nmo:plainTextMessageContent "Consequatvel tincidunt exerci hendrerit nislut molestie blandit accumsan lobortis duis ad. Commodoconsequat at vel nostrud adipiscing velit volutpat. ".
+
+<urn:uuid:1742678384> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:422195357>;
+	nmo:sentDate "2008-06-06T15:54:13";
+	nmo:receivedDate "2008-06-06T15:54:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "katharine tibbetts consequatvellobortis eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Sit in hendrerit ad augue dolore. ";
+	nmo:plainTextMessageContent "Utwisi consectetuer enim ad consequatvel. Iriuredolor praesent veniamquis lobortis dolore ad. ".
+
+<urn:uuid:1641382688> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:422195357>;
+	nmo:sentDate "2009-02-18T15:21:20";
+	nmo:receivedDate "2009-02-18T15:21:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "katharine tibbetts consequatvellobortis eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Qui volutpat vel ullamcorper eros invulputate. ";
+	nmo:plainTextMessageContent "Exerci vel vel molestie ut commodoconsequat hendrerit luptatum sit velit ex te dolor aliquip. Nulla ipsum iriuredolor wisi aliquip velit vel facilisis zzril at duis luptatumzzril iriuredolor. ".
+
+<urn:uuid:581497197> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:422195357>;
+	nmo:sentDate "2008-02-15T16:07:31";
+	nmo:receivedDate "2008-02-15T16:08:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "katharine tibbetts consequatvellobortis eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:800660757>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gil fogarty nulladelenitaugue net"];
+	nmo:messageSubject "Eu nisl autem nisl aliquip invulputate erat doloremagna nostrud duis duis illum nulla. ";
+	nmo:plainTextMessageContent "Commodo duis in ipsum Utwisi velit ea nonummy consequat nulla blandit in. ".
+
+<urn:uuid:255824805> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:422195357>;
+	nmo:sentDate "2009-02-16T15:51:18";
+	nmo:receivedDate "2009-02-16T15:52:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "katharine tibbetts consequatvellobortis eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1132553444>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dennis harter lobortiset com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Feugait ad et aliquip iriure commodo iriuredolor consequat qui hendrerit suscipit exerci minim. ";
+	nmo:plainTextMessageContent "Suscipit exerci in ullamcorper in exerci vel. Dolor ullamcorper veniam volutpat luptatumzzril amet sit. ".
+
+<urn:uuid:1216881630> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:422195357>;
+	nmo:sentDate "2008-10-03T15:40:32";
+	nmo:receivedDate "2008-10-03T15:41:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "katharine tibbetts consequatvellobortis eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1446071403>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "sarah goolsby atadipiscing org"];
+	nmo:messageSubject "Ullamcorper eufeugiat etaccumsan Utwisi nulla vulputate lobortis erat praesent tincidunt aliquip minim. ";
+	nmo:plainTextMessageContent "Duis odio ex ut. Facilisi nostrud ut wisi duis tincidunt suscipit esse exerci ad ut minim. ".
+
+<urn:uuid:1941981219> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:422195357>;
+	nmo:sentDate "2008-11-11T15:13:56";
+	nmo:receivedDate "2008-11-11T15:14:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "katharine tibbetts consequatvellobortis eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:501138423>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "fritz stowe Utwisiblandit tv"];
+	nmo:messageSubject "Facilisi eufeugiat elitsed blandit doloremagna augue. ";
+	nmo:plainTextMessageContent "Volutpat at minim nibh. Aliquip velit suscipit velit vero. ".
+
+<urn:uuid:1460586450> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:422195357>;
+	nmo:sentDate "2008-02-21T15:38:17";
+	nmo:receivedDate "2008-02-21T15:39:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "katharine tibbetts consequatvellobortis eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:36048330>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "grosales atduis net"];
+	nmo:bcc <urn:uuid:1318196797>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "tdriscoll nonummyblandit net"];
+	nmo:messageSubject "Commodoconsequat feugait ullamcorper luptatumzzril illum elitsed. ";
+	nmo:plainTextMessageContent "Exerci ut aliquam nostrud consectetuer aliquip exerci qui nulla. In delenitaugue ut nisl vel ut. ".
+
+<urn:uuid:82799050> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:422195357>;
+	nmo:sentDate "2008-02-29T15:31:20";
+	nmo:receivedDate "2008-02-29T15:31:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "katharine tibbetts consequatvellobortis eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisis ullamcorper et autem odio. ";
+	nmo:plainTextMessageContent "Augue duis minim qui veniamquis qui consequat. ".
+
+<urn:uuid:1835850274> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:422195357>;
+	nmo:sentDate "2008-06-24T16:05:24";
+	nmo:receivedDate "2008-06-24T16:05:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "katharine tibbetts consequatvellobortis eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Quis lobortis ad lorem dolore velit. ";
+	nmo:plainTextMessageContent "Qui commodo facilisi feugait consequat dolore molestie suscipit. ".
+
+<urn:uuid:1058365402> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:422195357>;
+	nmo:sentDate "2008-12-24T16:04:06";
+	nmo:receivedDate "2008-12-24T16:04:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "katharine tibbetts consequatvellobortis eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iustoodio vel autem exerci duis erat tincidunt diam diam. ";
+	nmo:plainTextMessageContent "Facilisi eufeugiat et autem accumsan feugait exerci blandit illum. Wisi velit euismod veniam laoreet eros feugiat molestie blandit iriuredolor duis hendrerit facilisis. ".
+
+<urn:uuid:794061845> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:422195357>;
+	nmo:sentDate "2009-02-16T15:23:06";
+	nmo:receivedDate "2009-02-16T15:23:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "katharine tibbetts consequatvellobortis eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Qui sit illum vulputate in praesent suscipit et dolore delenitaugue. ";
+	nmo:plainTextMessageContent "Consequat diam molestie nulla. Suscipit nibh vero vel feugiat aliquip iustoodio. ".
+
+<urn:uuid:38316804> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:422195357>;
+	nmo:sentDate "2008-02-13T15:55:29";
+	nmo:receivedDate "2008-02-13T15:55:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "katharine tibbetts consequatvellobortis eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:551863217>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "josue tamayo doloreullamcorper org"];
+	nmo:bcc <urn:uuid:1482510006>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "elliot giordano aliquamnostrud tv"];
+	nmo:messageSubject "Eum facilisis consequatvel facilisis dolor ad dignissim sit iriure. ";
+	nmo:plainTextMessageContent "Esse zzril dignissim zzril at. ".
+
+<urn:uuid:2053813863> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:422195357>;
+	nmo:sentDate "2008-07-05T15:37:42";
+	nmo:receivedDate "2008-07-05T15:38:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "katharine tibbetts consequatvellobortis eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Enim aliquam eros iriure dolor. ";
+	nmo:plainTextMessageContent "Hendrerit at et qui luptatum dolor consequatvel lobortis lobortis dolor. ".
+
+<urn:uuid:107418781> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:422195357>;
+	nmo:sentDate "2008-04-05T16:09:42";
+	nmo:receivedDate "2008-04-05T16:10:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "katharine tibbetts consequatvellobortis eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Quis elitsed tationullamcorper veniamquis adipiscing dolore eum veniamquis facilisis. ";
+	nmo:plainTextMessageContent "Ex iustoodio ut in facilisi. Eufeugiat vel Utwisi Utwisi feugait dolore et dolor enim adipiscing eros dignissim. ".
+
+<urn:uuid:412135815> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:422195357>;
+	nmo:sentDate "2008-09-12T16:10:30";
+	nmo:receivedDate "2008-09-12T16:11:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "katharine tibbetts consequatvellobortis eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Hendrerit duis illum lobortis facilisis invulputate dolore iusto nonummy dignissim eros at. ";
+	nmo:plainTextMessageContent "Iustoodio eu hendrerit ad dignissim in laoreet illum eu minim. Et vulputate consequatvel hendrerit esse aliquip ea odio facilisi esse. ".
+
+<urn:uuid:1048990710> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:422195357>;
+	nmo:sentDate "2008-06-16T15:19:26";
+	nmo:receivedDate "2008-06-16T15:20:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "katharine tibbetts consequatvellobortis eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Minim adipiscing commodo nulla eum eu duis lobortis augue tincidunt enim in euismod qui. ";
+	nmo:plainTextMessageContent "Esse consequat nostrud iriure. At autem delenit velit esse odio. ".
+
+<urn:uuid:364628351> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:422195357>;
+	nmo:sentDate "2008-12-09T15:42:11";
+	nmo:receivedDate "2008-12-09T15:42:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "katharine tibbetts consequatvellobortis eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Te dolore delenitaugue esse et blandit. ";
+	nmo:plainTextMessageContent "Illum elitsed hendrerit nulla eros veniamquis nulla praesent ea tincidunt. ".
+
+<urn:uuid:1625892092> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:422195357>;
+	nmo:sentDate "2008-04-14T15:48:08";
+	nmo:receivedDate "2008-04-14T15:48:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "katharine tibbetts consequatvellobortis eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:36048330>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "grosales atduis net"];
+	nmo:messageSubject "Aliquip tationullamcorper facilisi vero feugiat Utwisi aliquip vero volutpat odio. ";
+	nmo:plainTextMessageContent "Commodoconsequat suscipit lobortis aliquip consequat diam accumsan nostrud ea et vel luptatum. Nulla tation facilisi nostrud molestie. ".
+
+<urn:uuid:1268449097> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:422195357>;
+	nmo:sentDate "2008-10-30T16:09:31";
+	nmo:receivedDate "2008-10-30T16:10:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "katharine tibbetts consequatvellobortis eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:839033319>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "karyn perrin tecommodoconsequat tv"];
+	nmo:messageSubject "Exerci nostrud hendrerit Utwisi ut esse dolore consequat vel qui. ";
+	nmo:plainTextMessageContent "Exerci delenitaugue sit feugait nisl enim dolore tincidunt aliquip adipiscing suscipit molestie. ".
+
+<urn:uuid:1524139451> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:422195357>;
+	nmo:sentDate "2009-01-18T15:50:31";
+	nmo:receivedDate "2009-01-18T15:51:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "katharine tibbetts consequatvellobortis eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Consequatvel suscipit nulla te. ";
+	nmo:plainTextMessageContent "Duis iusto delenit feugait nonummy aliquip duis ea tincidunt hendrerit augue. Autem lobortis doloremagna duis consequatvel feugait feugiat nibh ex laoreet hendrerit. ".
+
+<urn:uuid:929376560> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:422195357>;
+	nmo:sentDate "2008-06-07T16:02:55";
+	nmo:receivedDate "2008-06-07T16:03:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "katharine tibbetts consequatvellobortis eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1777045174>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cathrine bollinger exut gov"];
+	nmo:bcc <urn:uuid:539239127>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "max mendenhall dolorefacilisi info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Luptatum duis eros dolore doloremagna amet in nonummy. ";
+	nmo:plainTextMessageContent "Feugiat consequat vero feugait exerci minim qui nulla nulla nisl. ".
+
+<urn:uuid:184250167> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:422195357>;
+	nmo:sentDate "2008-02-08T15:38:01";
+	nmo:receivedDate "2008-02-08T15:38:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "katharine tibbetts consequatvellobortis eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Amet diam aliquip Utwisi et adipiscing vero. ";
+	nmo:plainTextMessageContent "Eros commodoconsequat suscipit vel in ut vel dolor exerci. Vel nisl autem vero lobortis esse consequat illum sit suscipit. ".
+
+<urn:uuid:706275622> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:422195357>;
+	nmo:sentDate "2008-11-29T15:54:23";
+	nmo:receivedDate "2008-11-29T15:55:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "katharine tibbetts consequatvellobortis eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1405323794>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "hong oshea veladipiscing tv"];
+	nmo:messageSubject "Eros qui nulla aliquip velit tation qui eum duis dolore hendrerit consequatvel hendrerit lobortis. ";
+	nmo:plainTextMessageContent "Ipsum ea facilisis in consectetuer te. ".
+
+<urn:uuid:1517360164> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:422195357>;
+	nmo:sentDate "2008-11-28T15:36:06";
+	nmo:receivedDate "2008-11-28T15:36:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "katharine tibbetts consequatvellobortis eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:7764296>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lburge utduis us"];
+	nmo:messageSubject "Ut Utwisi te at volutpat sit. ";
+	nmo:plainTextMessageContent "Quis facilisi nonummy at blandit delenitaugue. Dignissim exerci nisl nonummy dolore dolore ad iustoodio duis aliquam augue blandit veniam. ".
+
+<urn:uuid:486328995> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:422195357>;
+	nmo:sentDate "2008-03-14T15:21:40";
+	nmo:receivedDate "2008-03-14T15:22:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "katharine tibbetts consequatvellobortis eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eros nulla zzril nulla exerci nibh ut. ";
+	nmo:plainTextMessageContent "Dolor et duis delenit hendrerit autem consequatvel suscipit. Facilisis dolore diam molestie exerci iustoodio lobortis eum erat. ".
+
+<urn:uuid:1096352930> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14615" ;
+	nco:locality "Rochester" ;
+	nco:streetAddress "5455 Matisse Lane" .
+
+<mailto:eproctor dignissimodio com> a nco:EmailAddress; 
+	nco:emailAddress "eproctor dignissimodio com".
+
+<xmpp:eusebio proctor gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Eusebio Proctor" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Amet in consequat nostrud in ullamcorper dignissim duis etaccumsan hendrerit at laoreet diam in. " ;
+	nco:imID "eusebio proctor gmail com".
+
+<urn:uuid:515058205> a nco:PersonContact; 
+	nco:fullname "Eusebio Proctor";
+	nco:nameGiven "Eusebio";
+	nco:nameFamily "Proctor";
+	nco:birthDate "1942-09-15";
+	nco:hasEmailAddress <mailto:eproctor dignissimodio com>;
+	nco:hasIMAccount <xmpp:eusebio proctor gmail com>;
+	nco:hasPostalAddress <urn:uuid:1096352930>.
+
+<urn:uuid:235181439> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2008-07-15T15:34:50";
+	nmo:receivedDate "2008-07-15T15:35:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:360937704>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ctitus doloremagnavero org"];
+	nmo:messageSubject "Nonummy dolore in nulla. ";
+	nmo:plainTextMessageContent "Minim sit ex accumsan. ".
+
+<urn:uuid:1066189726> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2008-12-21T16:04:18";
+	nmo:receivedDate "2008-12-21T16:05:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1997741777>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "benedict keating ipsumnulla eu"];
+	nmo:bcc <urn:uuid:1784731074>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "amccorkle invulputatemolestie edu"];
+	nmo:messageSubject "At zzril molestie in consectetuer in aliquip vel. ";
+	nmo:plainTextMessageContent "Elitsed ea iriuredolor doloremagna ut ut luptatumzzril luptatumzzril lobortis in. Eu te facilisi enim luptatumzzril duis. ".
+
+<urn:uuid:951166303> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2008-10-16T16:04:31";
+	nmo:receivedDate "2008-10-16T16:05:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:861007884>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "errol goodman ipsumiriuredolor tv"];
+	nmo:bcc <urn:uuid:1365315065>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "fmarler ametesse net"];
+	nmo:messageSubject "Dignissim commodoconsequat tationullamcorper eum minim blandit augue facilisis euismod. ";
+	nmo:plainTextMessageContent "Lorem nonummy molestie dignissim ut eu molestie volutpat nostrud nisl ipsum ex. ".
+
+<urn:uuid:792173466> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2008-05-05T15:31:49";
+	nmo:receivedDate "2008-05-05T15:32:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Consectetuer diam molestie consequat autem commodoconsequat dolor lobortis luptatum laoreet vero. ";
+	nmo:plainTextMessageContent "Vulputate etaccumsan dolore enim dolore iriuredolor. Nislut amet dolore dolore ea ad ea praesent. ".
+
+<urn:uuid:1033688183> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2008-11-27T15:48:36";
+	nmo:receivedDate "2008-11-27T15:49:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:636442564>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "scrouse utillum eu"];
+	nmo:bcc <urn:uuid:1509649894>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "cyang feugaitluptatumzzril com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Facilisi nulla esse te esse facilisi. ";
+	nmo:plainTextMessageContent "Augue eros tincidunt ad eum. Et consequat te etaccumsan ut et nulla exerci et aliquam esse duis quis wisi. ".
+
+<urn:uuid:37085595> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2008-04-24T16:06:00";
+	nmo:receivedDate "2008-04-24T16:06:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:125519721>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "latonia overby consequatpraesent net"];
+	nmo:messageSubject "Minim te illum eufeugiat feugait duis nulla commodo eros ex etaccumsan zzril et te. ";
+	nmo:plainTextMessageContent "Praesent erat luptatum hendrerit lobortis in esse dolore eu esse minim dolore lobortis. ".
+
+<urn:uuid:1151919073> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2008-05-30T15:24:04";
+	nmo:receivedDate "2008-05-30T15:24:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Esse in duis esse eum enim dolore esse exerci facilisi. ";
+	nmo:plainTextMessageContent "Wisi duis dolore consequatvel illum duis volutpat elitsed eros commodo illum illum ex amet. ".
+
+<urn:uuid:508751066> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2009-01-02T16:01:26";
+	nmo:receivedDate "2009-01-02T16:01:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Erat suscipit luptatumzzril velit at. ";
+	nmo:plainTextMessageContent "Feugiat nulla minim enim dignissim nibh autem nulla ut dolore. Duis eros velit ut lobortis ex eros. ".
+
+<urn:uuid:2117402793> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2009-01-21T15:43:43";
+	nmo:receivedDate "2009-01-21T15:44:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:886025478>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "creece duiscommodoconsequat net"];
+	nmo:messageSubject "Vero minim ad eum duis qui ut iriuredolor Utwisi delenit illum. ";
+	nmo:plainTextMessageContent "Feugait nisl zzril doloremagna nulla esse nislut nostrud nibh iustoodio. ".
+
+<urn:uuid:896752704> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2008-06-11T15:24:44";
+	nmo:receivedDate "2008-06-11T15:25:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consequat dolore etaccumsan veniam lorem dolore. ";
+	nmo:plainTextMessageContent "Nulla at autem nostrud duis ea in. ".
+
+<urn:uuid:1560221667> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2009-02-18T15:28:08";
+	nmo:receivedDate "2009-02-18T15:29:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Velit tationullamcorper enim praesent vel illum ut sit. ";
+	nmo:plainTextMessageContent "Luptatum luptatumzzril duis duis erat dolore feugait suscipit. Ex dignissim iusto ex delenit. ".
+
+<urn:uuid:1025746482> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2009-01-29T15:50:02";
+	nmo:receivedDate "2009-01-29T15:50:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:380953780>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "julianna weinstein exercisuscipit org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Te lorem esse nisl ea facilisis nulla. ";
+	nmo:plainTextMessageContent "Et invulputate ut enim nulla zzril et invulputate diam dolor ut consequat ex dignissim. Ullamcorper iriuredolor erat nonummy facilisi lobortis. ".
+
+<urn:uuid:1829619366> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2008-03-17T16:05:49";
+	nmo:receivedDate "2008-03-17T16:06:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Sit invulputate nulla facilisi. ";
+	nmo:plainTextMessageContent "Minim praesent wisi veniam praesent vel enim at. ".
+
+<urn:uuid:1578223838> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2008-05-27T15:54:08";
+	nmo:receivedDate "2008-05-27T15:54:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:631544916>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rabbott facilisiet net"];
+	nmo:messageSubject "Nostrud consequat ea aliquip dolore praesent nulla veniam euismod veniamquis veniamquis tationullamcorper eufeugiat. ";
+	nmo:plainTextMessageContent "Molestie facilisis commodoconsequat delenit nonummy ipsum laoreet consectetuer iriure qui velit. ".
+
+<urn:uuid:792699000> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2008-04-25T15:31:04";
+	nmo:receivedDate "2008-04-25T15:31:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1809850761>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "alta griswold praesentnislut net"];
+	nmo:messageSubject "Vel facilisi exerci consequat Utwisi facilisi tincidunt. ";
+	nmo:plainTextMessageContent "Et lorem nostrud veniamquis nulla vero ad luptatumzzril tincidunt ipsum feugait veniam facilisis. Tincidunt blandit dignissim vel. ".
+
+<urn:uuid:1418744808> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2008-02-26T16:10:18";
+	nmo:receivedDate "2008-02-26T16:10:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1677533879>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "angelita spillman quifacilisis info"];
+	nmo:messageSubject "Facilisis exerci ut feugait dolore hendrerit nislut nulla augue augue ullamcorper autem at. ";
+	nmo:plainTextMessageContent "Dolore autem invulputate veniamquis accumsan eufeugiat lobortis blandit eum vel luptatum suscipit. Hendrerit in odio eufeugiat suscipit iriuredolor consequat iustoodio. ".
+
+<urn:uuid:715332369> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2008-07-13T15:21:13";
+	nmo:receivedDate "2008-07-13T15:21:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore vel luptatum ex veniam duis aliquam qui facilisi wisi erat elitsed enim laoreet. ";
+	nmo:plainTextMessageContent "Nislut velit eros vel dolore euismod odio luptatumzzril dolor luptatum. ".
+
+<urn:uuid:255030428> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2009-01-24T15:52:18";
+	nmo:receivedDate "2009-01-24T15:52:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "In illum quis delenitaugue dolor. ";
+	nmo:plainTextMessageContent "Eu blandit vero ex facilisi et tationullamcorper accumsan eufeugiat. Ut nulla enim ipsum iustoodio consequat te. ".
+
+<urn:uuid:671566955> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2008-02-04T15:43:09";
+	nmo:receivedDate "2008-02-04T15:44:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1997379618>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "hanna whited duisvolutpat tv"];
+	nmo:messageSubject "Ut iustoodio vel at dolore nulla. ";
+	nmo:plainTextMessageContent "Ea doloremagna veniamquis augue zzril odio in tation enim. ".
+
+<urn:uuid:660671656> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2008-10-22T15:40:59";
+	nmo:receivedDate "2008-10-22T15:41:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Suscipit vel suscipit dolor nibh minim. ";
+	nmo:plainTextMessageContent "Molestie quis nislut consectetuer nostrud vero blandit ad illum dignissim vel exerci laoreet. ".
+
+<urn:uuid:1383929141> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2008-02-15T15:36:24";
+	nmo:receivedDate "2008-02-15T15:36:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1088716037>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dscherer essetincidunt net"];
+	nmo:messageSubject "Tation in ut eum luptatum iustoodio ut facilisi iriuredolor eros. ";
+	nmo:plainTextMessageContent "Consectetuer ad ex iriure ut lobortis exerci ut praesent aliquam suscipit wisi adipiscing nibh. ".
+
+<urn:uuid:1894849525> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2008-08-04T15:39:57";
+	nmo:receivedDate "2008-08-04T15:40:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Amet eufeugiat aliquip duis eros tationullamcorper illum. ";
+	nmo:plainTextMessageContent "Consequat at dignissim illum veniam illum. ".
+
+<urn:uuid:1508341427> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2008-09-03T15:57:20";
+	nmo:receivedDate "2008-09-03T15:58:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:355638061>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "nspringer euismoddignissim us"];
+	nmo:messageSubject "Dolore nulla illum feugiat esse augue luptatumzzril ea in hendrerit aliquip minim. ";
+	nmo:plainTextMessageContent "Consequatvel aliquam in iriuredolor dolor augue amet praesent ex. ".
+
+<urn:uuid:25639074> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2008-12-01T15:44:24";
+	nmo:receivedDate "2008-12-01T15:44:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Aliquam ea qui adipiscing aliquip iriuredolor accumsan duis ea vulputate qui dolore minim. ";
+	nmo:plainTextMessageContent "Eum dolore dolore enim euismod. ".
+
+<urn:uuid:1451384178> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2008-05-09T15:43:38";
+	nmo:receivedDate "2008-05-09T15:44:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1905992538>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lauren howe eumodio eu"];
+	nmo:messageSubject "Et illum et facilisis dolor ea nislut luptatum veniamquis iriuredolor iustoodio. ";
+	nmo:plainTextMessageContent "Vulputate at nibh ad ea blandit lobortis et eum autem esse et. ".
+
+<urn:uuid:1263848955> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2008-10-29T15:26:20";
+	nmo:receivedDate "2008-10-29T15:26:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:117061683>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lilia brennan velnostrud org"];
+	nmo:bcc <urn:uuid:278174879>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "bcasteel consequatvelnostrud net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Praesent exerci nibh iusto nulla tincidunt euismod in sit adipiscing. ";
+	nmo:plainTextMessageContent "Invulputate minim duis lorem nostrud aliquam aliquip invulputate. ".
+
+<urn:uuid:2080691301> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2008-12-14T16:03:15";
+	nmo:receivedDate "2008-12-14T16:03:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla hendrerit vero duis vulputate dolore blandit lobortis. ";
+	nmo:plainTextMessageContent "Duis aliquam in ad in erat dignissim ad autem velit vel dolore iustoodio. Eum eros zzril augue accumsan odio blandit ea consequat nulla iusto invulputate hendrerit. ".
+
+<urn:uuid:1865139078> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2008-02-01T15:28:38";
+	nmo:receivedDate "2008-02-01T15:29:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Et consectetuer ea eufeugiat ea eros iusto diam consequat commodo delenit laoreet et. ";
+	nmo:plainTextMessageContent "Enim hendrerit consequat vel vero tincidunt nulla at in ex delenitaugue autem ex facilisis. ".
+
+<urn:uuid:784862548> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:515058205>;
+	nmo:sentDate "2008-12-29T15:37:23";
+	nmo:receivedDate "2008-12-29T15:37:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Iriure facilisi vel velit duis augue lorem te veniam Utwisi. ";
+	nmo:plainTextMessageContent "Esse lobortis ea esse dolore dolore. Illum vel ut eros eum lorem ullamcorper exerci adipiscing velit vulputate lobortis. ".
+
+<urn:uuid:1647556377> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04124" ;
+	nco:locality "Portland" ;
+	nco:streetAddress "4448 Forest Hill Parkway" .
+
+<mailto:mcreed doloremagnatation org> a nco:EmailAddress; 
+	nco:emailAddress "mcreed doloremagnatation org".
+
+<urn:uuid:241469174> a nco:PersonContact; 
+	nco:fullname "Meghan Creed";
+	nco:nameGiven "Meghan";
+	nco:nameFamily "Creed";
+	nco:birthDate "1943-01-23";
+	nco:hasEmailAddress <mailto:mcreed doloremagnatation org>;
+	nco:hasPostalAddress <urn:uuid:1647556377>.
+
+<urn:uuid:867447653> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11952" ;
+	nco:locality "Mattituck" ;
+	nco:streetAddress "7588 Birchtree Trail" .
+
+<mailto:alisa melancon wisidolore tv> a nco:EmailAddress; 
+	nco:emailAddress "alisa melancon wisidolore tv".
+
+<tel:+19597586051> a nco:PhoneNumber; 
+	nco:phoneNumber "(959)758-6051".
+
+<urn:uuid:434529670> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19597586051>]; 
+	nmo:duration 10; 
+	nmo:receivedDate "2008-09-04T16:01:15". 
+
+<urn:uuid:1563797787> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19597586051>]; 
+	nmo:duration 27; 
+	nmo:sentDate "2008-01-31T15:36:29". 
+
+<urn:uuid:585501533> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19597586051>]; 
+	nmo:duration 32; 
+	nmo:sentDate "2008-05-10T15:52:17". 
+
+<urn:uuid:137119541> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19597586051>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-28T15:44:23";
+	nmo:receivedDate "2008-08-04T16:09:40";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Ex lobortis illum aliquip duis. Blandit nostrud nostrud nonummy hendrerit eufeugiat zzril esse lobortis at et. Nislut iriure in tation illum delenitaugue molestie commodoconsequat esse dolore autem suscipit nostrud. At aliquam vero illum. Vero vel accumsan diam autem hendrerit commodo dolore wisi. Ea vero nostrud praesent ipsum odio iustoodio. Vel duis lorem autem ea exerci hendrerit eum feugait tincidunt dolore nostrud. ".
+
+<urn:uuid:719405806> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19597586051>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-05T15:31:27";
+	nmo:receivedDate "2008-04-20T15:14:11";
+	nmo:plainTextMessageContent "Iriure praesent laoreet ea iusto. Accumsan minim autem duis qui facilisi iriure consequat et duis. Lobortis hendrerit duis ullamcorper ea duis velit hendrerit etaccumsan feugait enim. Iustoodio duis duis velit eum Utwisi minim feugait consequat invulputate lobortis accumsan dolore tincidunt. Amet velit laoreet vel et. Et exerci aliquam luptatum erat Utwisi iustoodio minim molestie exerci. ".
+
+<urn:uuid:955622079> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19597586051>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-21T15:59:36";
+	nmo:receivedDate "2008-10-31T15:16:52";
+	nmo:plainTextMessageContent "At iriure enim facilisi ullamcorper luptatumzzril. In invulputate nislut eros ex nulla duis commodoconsequat eu luptatum tation dolore. Ut facilisis vel tation ex. In autem eros veniamquis ex elitsed consequat quis commodoconsequat facilisis. Minim sit eufeugiat feugiat duis amet elitsed wisi nonummy facilisis vel feugait vero commodo. Et tincidunt aliquip ex suscipit velit facilisis erat vero diam consequat eum. Volutpat aliquip facilisis vulputate blandit nislut ullamcorper nulla. ".
+
+<urn:uuid:1438217636> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19597586051>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-10T16:07:21";
+	nmo:receivedDate "2008-06-20T15:31:39";
+	nmo:plainTextMessageContent "Autem duis Utwisi autem duis. Enim at ad ad suscipit quis. Hendrerit enim minim iriure commodoconsequat in vel augue nisl aliquip duis hendrerit iustoodio. Delenitaugue facilisi aliquam ullamcorper. ".
+
+<urn:uuid:1373419684> a nco:PersonContact; 
+	nco:fullname "Alisa Melancon";
+	nco:nameGiven "Alisa";
+	nco:nameFamily "Melancon";
+	nco:birthDate "1942-08-30";
+	nco:hasEmailAddress <mailto:alisa melancon wisidolore tv>;
+	nco:hasPhoneNumber <tel:+19597586051>;
+	nco:hasPostalAddress <urn:uuid:867447653>.
+
+<urn:uuid:1491011089> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05453" ;
+	nco:locality "Essex Junction" ;
+	nco:streetAddress "4922 Osgood Drive" .
+
+<mailto:weldon humphries duisblandit eu> a nco:EmailAddress; 
+	nco:emailAddress "weldon humphries duisblandit eu".
+
+<urn:uuid:1673918092> a nco:PersonContact; 
+	nco:fullname "Weldon Humphries";
+	nco:nameGiven "Weldon";
+	nco:nameFamily "Humphries";
+	nco:birthDate "1942-03-16";
+	nco:hasEmailAddress <mailto:weldon humphries duisblandit eu>;
+	nco:hasPostalAddress <urn:uuid:1491011089>.
+
+<urn:uuid:1545372054> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06860" ;
+	nco:locality "Norwalk" ;
+	nco:streetAddress "9711 Tallwood Street" .
+
+<mailto:numbers morey duiseu net> a nco:EmailAddress; 
+	nco:emailAddress "numbers morey duiseu net".
+
+<xmpp:numbers morey gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Numbers Morey" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Eu invulputate suscipit facilisi delenit autem nislut aliquip duis. " ;
+	nco:imID "numbers morey gmail com".
+
+<tel:+17328656124> a nco:PhoneNumber; 
+	nco:phoneNumber "(732)865-6124".
+
+<urn:uuid:203022757> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17328656124>]; 
+	nmo:duration 25; 
+	nmo:receivedDate "2009-01-27T15:30:17". 
+
+<urn:uuid:1432994146> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17328656124>]; 
+	nmo:duration 34; 
+	nmo:receivedDate "2009-01-23T15:18:29". 
+
+<urn:uuid:1785837839> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17328656124>]; 
+	nmo:duration 45; 
+	nmo:receivedDate "2008-03-01T15:36:02". 
+
+<urn:uuid:1488602289> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17328656124>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-31T15:46:18";
+	nmo:receivedDate "2008-09-17T16:08:56";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Iriure minim qui dolore delenit hendrerit illum esse dolore. Illum consequat aliquip diam duis eum vero iustoodio illum. Te esse nonummy velit. Delenitaugue consequat ea aliquip adipiscing in. Sit tationullamcorper sit eum velit quis esse hendrerit eros eu amet esse sit veniam. ".
+
+<urn:uuid:1861273291> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17328656124>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-23T15:11:59";
+	nmo:receivedDate "2008-10-05T16:06:28";
+	nmo:plainTextMessageContent "Ut suscipit feugait in tincidunt duis hendrerit et diam molestie luptatum delenit. Facilisis eum nonummy commodo luptatum veniam iriure dolore nostrud at duis vel. Volutpat dolore volutpat laoreet dolore adipiscing facilisis consequat iriuredolor consectetuer ut sit qui lorem. Luptatum in nibh aliquip amet te vero vel ex delenit eufeugiat luptatum etaccumsan wisi. Dolore hendrerit consequat et nulla ad suscipit facilisis iriuredolor. Eros dolore tationullamcorper ex facilisis hendrerit eum. ".
+
+<urn:uuid:26036620> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17328656124>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-03T15:14:47";
+	nmo:receivedDate "2008-11-08T15:47:56";
+	nmo:plainTextMessageContent "Exerci nonummy commodoconsequat et in commodoconsequat. Tationullamcorper adipiscing feugait ut praesent exerci exerci dolore dignissim nulla. Ad et doloremagna lobortis ex ex euismod praesent nostrud hendrerit. Lobortis accumsan illum eros nulla elitsed. Laoreet ad laoreet iriuredolor blandit. Ad ut vero vel luptatum diam exerci iustoodio vero vulputate autem blandit velit dignissim. Nulla dolore delenitaugue hendrerit facilisi velit ut iriuredolor. ".
+
+<urn:uuid:469005611> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17328656124>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-15T15:17:57";
+	nmo:receivedDate "2008-04-03T15:46:27";
+	nmo:plainTextMessageContent "Facilisi amet duis at eum suscipit enim at facilisi. Dolore augue vel vero dolore laoreet ut. Qui lorem Utwisi volutpat dolore duis hendrerit vel vel nulla odio molestie. At feugiat wisi dolore iriuredolor luptatumzzril eu dolore adipiscing illum. Consequat consequat in nostrud duis ullamcorper blandit facilisi et eum veniamquis feugait Utwisi vel. ".
+
+<urn:uuid:1156965297> a nco:PersonContact; 
+	nco:fullname "Numbers Morey";
+	nco:nameGiven "Numbers";
+	nco:nameFamily "Morey";
+	nco:birthDate "1942-04-27";
+	nco:hasEmailAddress <mailto:numbers morey duiseu net>;
+	nco:hasPhoneNumber <tel:+17328656124>;
+	nco:hasIMAccount <xmpp:numbers morey gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:1545372054>.
+
+<urn:uuid:962621616> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1731614453>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Amet quis nonummy luptatumzzril molestie ea zzril et adipiscing. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-18T18:11:34"];
+	ncal:dtend [ncal:dateTime "2009-02-18T20:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1731614453>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1269701166> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12045" ;
+	nco:locality "Coeymans" ;
+	nco:streetAddress "1250 Ravensdale Lane" .
+
+<mailto:jnabors consequatvelea net> a nco:EmailAddress; 
+	nco:emailAddress "jnabors consequatvelea net".
+
+<urn:uuid:171662901> a nco:PersonContact; 
+	nco:fullname "Janine Nabors";
+	nco:nameGiven "Janine";
+	nco:nameFamily "Nabors";
+	nco:birthDate "1942-11-24";
+	nco:hasEmailAddress <mailto:jnabors consequatvelea net>;
+	nco:hasPostalAddress <urn:uuid:1269701166>.
+
+<urn:uuid:2107849138> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02103" ;
+	nco:locality "Boston" ;
+	nco:streetAddress "3473 Cherrybark Avenue" .
+
+<mailto:rcapps velitamet tv> a nco:EmailAddress; 
+	nco:emailAddress "rcapps velitamet tv".
+
+<urn:uuid:226200271> a nco:PersonContact; 
+	nco:fullname "Roslyn Capps";
+	nco:nameGiven "Roslyn";
+	nco:nameFamily "Capps";
+	nco:birthDate "1942-11-11";
+	nco:hasEmailAddress <mailto:rcapps velitamet tv>;
+	nco:hasPostalAddress <urn:uuid:2107849138>.
+
+<urn:uuid:376876087> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02201" ;
+	nco:locality "Boston" ;
+	nco:streetAddress "8034 Mossy Creek Cove" .
+
+<mailto:ctrimble exerciconsectetuer us> a nco:EmailAddress; 
+	nco:emailAddress "ctrimble exerciconsectetuer us".
+
+<xmpp:clarissa trimble gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Clarissa Trimble" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Facilisi dolore minim et ut praesent te nulla. " ;
+	nco:imID "clarissa trimble gmail com".
+
+<tel:+16035034133> a nco:PhoneNumber; 
+	nco:phoneNumber "(603)503-4133".
+
+<urn:uuid:395179841> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16035034133>]; 
+	nmo:duration 7; 
+	nmo:sentDate "2008-03-04T15:37:13". 
+
+<urn:uuid:1245666292> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16035034133>]; 
+	nmo:duration 24; 
+	nmo:sentDate "2008-02-27T16:05:42". 
+
+<urn:uuid:945250735> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16035034133>]; 
+	nmo:duration 38; 
+	nmo:receivedDate "2008-08-05T15:27:42". 
+
+<urn:uuid:210750515> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16035034133>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-28T15:18:32";
+	nmo:receivedDate "2008-01-15T15:40:28";
+	nmo:plainTextMessageContent "Delenit nulla nulla eum te eum minim aliquip nostrud sit enim. Exerci molestie ea minim feugait duis dolore ut feugiat. Facilisi dignissim doloremagna amet hendrerit commodo nibh praesent. Nonummy hendrerit iusto tationullamcorper doloremagna quis feugiat. Ut ut delenit erat dolor te vulputate feugiat vel. In ut ut veniamquis zzril ea veniam sit lorem zzril vero odio. Praesent blandit amet exerci invulputate te dolor qui commodoconsequat esse suscipit ipsum te. ".
+
+<urn:uuid:546742301> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16035034133>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-20T15:45:49";
+	nmo:receivedDate "2008-09-10T15:15:46";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Aliquip dolore feugait nulla hendrerit doloremagna in facilisi illum veniamquis luptatum. Eros iriure facilisi molestie lobortis praesent et veniamquis. Dignissim minim ex blandit te praesent luptatum ad commodoconsequat iustoodio velit esse enim qui. Utwisi laoreet vel molestie tation iustoodio quis hendrerit exerci hendrerit quis. Facilisis in aliquip amet. Suscipit veniamquis tincidunt Utwisi dolor consequatvel facilisi praesent volutpat euismod doloremagna. ".
+
+<urn:uuid:1432548893> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16035034133>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-18T15:30:14";
+	nmo:receivedDate "2008-04-08T16:08:53";
+	nmo:plainTextMessageContent "Luptatum at nislut amet eros molestie vulputate te ipsum vel lobortis iustoodio. Autem ad consequatvel ad consequat nibh eum eum facilisis luptatumzzril nostrud volutpat nibh. Blandit ullamcorper exerci accumsan in accumsan hendrerit tation qui molestie. Delenitaugue erat feugiat ipsum exerci molestie velit augue exerci esse eufeugiat delenit. Dolore hendrerit ipsum ea velit at esse te consequat nostrud tincidunt amet. Feugait dolore commodo iusto ea at vel et dolore lorem nibh ut consequatvel. ".
+
+<urn:uuid:2082236930> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16035034133>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-27T16:00:37";
+	nmo:receivedDate "2008-07-05T15:59:56";
+	nmo:plainTextMessageContent "Odio nislut facilisi consequat qui facilisi eufeugiat nostrud autem hendrerit ut molestie autem tincidunt. Delenitaugue tincidunt iustoodio in consequat zzril veniamquis in. Consectetuer dolore veniam at commodo ea et luptatum duis enim tationullamcorper. Dolore in hendrerit ea dignissim vel dolor delenit enim nislut dolore et ad. At dolor duis facilisi. Vulputate iriuredolor dignissim lobortis praesent qui vel nonummy aliquam nibh eufeugiat dolore laoreet autem. Illum suscipit te nislut duis tincidunt iriuredolor aliquam esse vero at et Utwisi. ".
+
+<urn:uuid:234791857> a nco:PersonContact; 
+	nco:fullname "Clarissa Trimble";
+	nco:nameGiven "Clarissa";
+	nco:nameFamily "Trimble";
+	nco:birthDate "1942-10-01";
+	nco:hasEmailAddress <mailto:ctrimble exerciconsectetuer us>;
+	nco:hasPhoneNumber <tel:+16035034133>;
+	nco:hasIMAccount <xmpp:clarissa trimble gmail com>;
+	nco:hasPostalAddress <urn:uuid:376876087>.
+
+<urn:uuid:1744646609> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14569" ;
+	nco:locality "Warsaw" ;
+	nco:streetAddress "8786 Walkwood Parkway" .
+
+<mailto:denver mangum doloreeros tv> a nco:EmailAddress; 
+	nco:emailAddress "denver mangum doloreeros tv".
+
+<urn:uuid:1754886806> a nco:PersonContact; 
+	nco:fullname "Denver Mangum";
+	nco:nameGiven "Denver";
+	nco:nameFamily "Mangum";
+	nco:birthDate "1943-01-02";
+	nco:hasEmailAddress <mailto:denver mangum doloreeros tv>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:1744646609>.
+
+<urn:uuid:780904231> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11219" ;
+	nco:locality "Brooklyn" ;
+	nco:streetAddress "9791 Mallard Parkway" .
+
+<mailto:mrobb dolorvelit eu> a nco:EmailAddress; 
+	nco:emailAddress "mrobb dolorvelit eu".
+
+<urn:uuid:1568731661> a nco:PersonContact; 
+	nco:fullname "Martha Robb";
+	nco:nameGiven "Martha";
+	nco:nameFamily "Robb";
+	nco:birthDate "1942-05-28";
+	nco:hasEmailAddress <mailto:mrobb dolorvelit eu>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:780904231>.
+
+<urn:uuid:1107970250> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05071" ;
+	nco:locality "South Woodstock" ;
+	nco:streetAddress "8098 Orchard Grove Lane" .
+
+<mailto:justin cassell commodoconsequatat edu> a nco:EmailAddress; 
+	nco:emailAddress "justin cassell commodoconsequatat edu".
+
+<urn:uuid:1771871880> a nco:PersonContact; 
+	nco:fullname "Justin Cassell";
+	nco:nameGiven "Justin";
+	nco:nameFamily "Cassell";
+	nco:birthDate "1942-03-24";
+	nco:hasEmailAddress <mailto:justin cassell commodoconsequatat edu>;
+	nco:hasPostalAddress <urn:uuid:1107970250>.
+
+<urn:uuid:159689234> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08095" ;
+	nco:locality "Winslow" ;
+	nco:streetAddress "4778 Creekside Drive" .
+
+<mailto:zelda guerrero eummolestie gov> a nco:EmailAddress; 
+	nco:emailAddress "zelda guerrero eummolestie gov".
+
+<tel:+17811985579> a nco:PhoneNumber; 
+	nco:phoneNumber "(781)198-5579".
+
+<urn:uuid:515609696> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17811985579>]; 
+	nmo:duration 11; 
+	nmo:receivedDate "2008-01-18T15:32:01". 
+
+<urn:uuid:2130653293> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17811985579>]; 
+	nmo:duration 9; 
+	nmo:receivedDate "2008-11-09T15:57:19". 
+
+<urn:uuid:959384234> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17811985579>]; 
+	nmo:duration 19; 
+	nmo:receivedDate "2008-01-22T15:38:55". 
+
+<urn:uuid:145392019> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17811985579>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-02T15:31:42";
+	nmo:receivedDate "2008-07-16T15:48:54";
+	nmo:plainTextMessageContent "Doloremagna qui feugiat ad molestie sit. Vulputate ex nisl facilisis vulputate ut duis vulputate dolore dolore iusto feugait tincidunt consequatvel. Consequat minim laoreet exerci odio consequatvel lobortis nulla facilisis at in aliquam. Eros veniamquis nibh consequat blandit dolor eufeugiat. Accumsan veniam delenit veniam dolore iriuredolor ex. ".
+
+<urn:uuid:1521896808> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17811985579>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-26T15:59:15";
+	nmo:receivedDate "2008-04-10T15:30:36";
+	nmo:plainTextMessageContent "Lobortis molestie illum suscipit. Quis lorem in ea diam hendrerit at duis blandit qui suscipit ex. Et aliquip hendrerit tationullamcorper minim invulputate et augue. Molestie lorem veniam tationullamcorper in dolor consectetuer esse praesent commodoconsequat iusto. Ut sit aliquip qui autem vel at duis illum nisl esse at lobortis nisl. Lorem nulla aliquip ipsum blandit facilisis dolor commodoconsequat tation te etaccumsan volutpat molestie. Suscipit euismod euismod dolore consequatvel elitsed delenit commodoconsequat nostrud autem hendrerit autem. ".
+
+<urn:uuid:929413927> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17811985579>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-22T16:02:30";
+	nmo:receivedDate "2008-03-03T15:26:24";
+	nmo:plainTextMessageContent "Euismod nostrud at enim aliquam odio. Elitsed wisi in velit ex odio dolore autem qui zzril blandit eu dolor. Praesent aliquip eufeugiat esse illum ut Utwisi. Odio lorem tation iriuredolor aliquip velit ut aliquip et. Accumsan accumsan in vel dignissim dignissim molestie veniam dolore erat autem. Blandit sit exerci in eum nulla minim autem ea. ".
+
+<urn:uuid:312801820> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17811985579>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-30T16:04:35";
+	nmo:receivedDate "2008-08-12T15:52:06";
+	nmo:plainTextMessageContent "Diam hendrerit ad esse tationullamcorper consectetuer ullamcorper duis at velit nibh illum. Eu volutpat accumsan enim et velit praesent in nibh dolore blandit erat eum veniamquis. Autem facilisis vero eu ipsum facilisis duis qui blandit vel delenitaugue velit. Doloremagna veniam delenitaugue quis nostrud dolore autem ipsum vero iriure dolore eros elitsed. ".
+
+<urn:uuid:902744810> a nco:PersonContact; 
+	nco:fullname "Zelda Guerrero";
+	nco:nameGiven "Zelda";
+	nco:nameFamily "Guerrero";
+	nco:birthDate "1942-04-28";
+	nco:hasEmailAddress <mailto:zelda guerrero eummolestie gov>;
+	nco:hasPhoneNumber <tel:+17811985579>;
+	nco:hasPostalAddress <urn:uuid:159689234>.
+
+<urn:uuid:1707678191> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1420434634>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Nulla ea illum delenitaugue nostrud duis dolor doloremagna ipsum sit iriuredolor. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-06T13:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-06T14:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1420434634>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1709355517> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02121" ;
+	nco:locality "Boston" ;
+	nco:streetAddress "887 Panama Lane" .
+
+<mailto:jami kurtz suscipitiriuredolor eu> a nco:EmailAddress; 
+	nco:emailAddress "jami kurtz suscipitiriuredolor eu".
+
+<urn:uuid:1039549932> a nco:PersonContact; 
+	nco:fullname "Jami Kurtz";
+	nco:nameGiven "Jami";
+	nco:nameFamily "Kurtz";
+	nco:birthDate "1942-12-09";
+	nco:hasEmailAddress <mailto:jami kurtz suscipitiriuredolor eu>;
+	nco:hasPostalAddress <urn:uuid:1709355517>.
+
+<urn:uuid:1271065970> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1147597884>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Commodoconsequat dolore commodoconsequat lobortis nislut luptatum nulla esse enim laoreet tation. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-01T14:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-01T16:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1147597884>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:826071073> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14131" ;
+	nco:locality "Ransomville" ;
+	nco:streetAddress "2837 Overlook Cove" .
+
+<mailto:uestep duisluptatum net> a nco:EmailAddress; 
+	nco:emailAddress "uestep duisluptatum net".
+
+<tel:+18567783980> a nco:PhoneNumber; 
+	nco:phoneNumber "(856)778-3980".
+
+<urn:uuid:177295131> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18567783980>]; 
+	nmo:duration 39; 
+	nmo:sentDate "2008-10-12T15:40:52". 
+
+<urn:uuid:1366627171> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18567783980>]; 
+	nmo:duration 24; 
+	nmo:receivedDate "2008-02-12T15:35:27". 
+
+<urn:uuid:816004037> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18567783980>]; 
+	nmo:duration 8; 
+	nmo:sentDate "2008-09-15T15:19:11". 
+
+<urn:uuid:282985769> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18567783980>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-11T16:05:10";
+	nmo:receivedDate "2008-08-25T16:00:27";
+	nmo:plainTextMessageContent "Volutpat facilisis dolore iusto dolore molestie facilisi. Vulputate commodo vero wisi nostrud wisi veniamquis aliquip laoreet vel ad vulputate facilisi. Minim eum invulputate adipiscing. At etaccumsan nisl tincidunt. ".
+
+<urn:uuid:1232622810> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18567783980>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-20T15:55:32";
+	nmo:receivedDate "2008-03-08T15:57:17";
+	nmo:plainTextMessageContent "Duis iustoodio Utwisi accumsan euismod dignissim te. Ad facilisis enim ullamcorper suscipit illum nislut enim facilisi luptatum nostrud nulla. Aliquip ad enim ut lobortis amet aliquam dolore feugait et dolore iriure. Invulputate quis Utwisi elitsed nulla nibh ut autem vero autem dolor vero facilisis accumsan. Elitsed dignissim doloremagna veniam zzril. Ea iriuredolor nisl nisl praesent veniamquis. Esse vero et ipsum elitsed lobortis luptatumzzril nibh adipiscing. ".
+
+<urn:uuid:1899065031> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18567783980>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-31T15:34:13";
+	nmo:receivedDate "2009-01-19T15:14:47";
+	nmo:plainTextMessageContent "Qui consectetuer nulla vero dolore aliquam delenit veniamquis duis ea exerci in euismod eros. Duis molestie te tationullamcorper hendrerit lobortis. Diam ipsum feugait luptatum nulla illum praesent. Euismod in velit accumsan wisi tationullamcorper ut praesent consequatvel. Euismod enim consequatvel lobortis vel eum at autem enim nulla eufeugiat wisi. Esse nibh nulla nulla ad. ".
+
+<urn:uuid:1546564038> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18567783980>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-30T15:15:04";
+	nmo:receivedDate "2008-05-28T15:45:38";
+	nmo:plainTextMessageContent "Duis duis minim delenit delenit consequatvel suscipit. Lobortis blandit nulla feugiat qui ut luptatumzzril lorem nostrud vero nulla veniam erat. Autem molestie commodoconsequat ex invulputate feugiat accumsan. Duis Utwisi euismod vel minim dignissim suscipit eros praesent nulla quis te dolore. Praesent accumsan molestie in consequat iriuredolor zzril illum. ".
+
+<urn:uuid:68308913> a nco:PersonContact; 
+	nco:fullname "Ulysses Estep";
+	nco:nameGiven "Ulysses";
+	nco:nameFamily "Estep";
+	nco:birthDate "1942-05-12";
+	nco:hasEmailAddress <mailto:uestep duisluptatum net>;
+	nco:hasPhoneNumber <tel:+18567783980>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nco:hasPostalAddress <urn:uuid:826071073>.
+
+<urn:uuid:179042902> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12734" ;
+	nco:locality "Ferndale" ;
+	nco:streetAddress "9970 Bubbling Brook Trail" .
+
+<mailto:antwan galvan autemduis us> a nco:EmailAddress; 
+	nco:emailAddress "antwan galvan autemduis us".
+
+<tel:+16039981391> a nco:PhoneNumber; 
+	nco:phoneNumber "(603)998-1391".
+
+<urn:uuid:1787299091> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16039981391>]; 
+	nmo:duration 41; 
+	nmo:sentDate "2008-04-01T15:45:01". 
+
+<urn:uuid:2142385064> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16039981391>]; 
+	nmo:duration 10; 
+	nmo:receivedDate "2008-09-23T16:00:25". 
+
+<urn:uuid:1994095976> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16039981391>]; 
+	nmo:duration 9; 
+	nmo:sentDate "2008-12-03T15:22:31". 
+
+<urn:uuid:904926352> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16039981391>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-03T15:28:29";
+	nmo:receivedDate "2009-01-28T15:55:41";
+	nmo:plainTextMessageContent "Minim facilisi vel dolore et duis exerci feugiat blandit vulputate. Minim dolore consequatvel tation. Iustoodio autem blandit ut autem velit ipsum at ipsum accumsan ut vel. Nisl dolore nisl delenit nulla nostrud exerci iriure. Accumsan luptatumzzril lobortis minim. Tincidunt veniamquis hendrerit veniamquis ipsum suscipit eufeugiat illum facilisi odio praesent nibh feugiat lobortis. Facilisi nulla eum molestie velit Utwisi. ".
+
+<urn:uuid:1590530133> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16039981391>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-01T15:45:18";
+	nmo:receivedDate "2009-01-08T16:06:53";
+	nmo:plainTextMessageContent "Dolore elitsed nisl ea at blandit vel eros nostrud nisl quis luptatum tation duis. Nostrud dolor wisi ad facilisis accumsan illum luptatumzzril vel Utwisi consequat erat iriure nulla. Lobortis lobortis ea in laoreet amet molestie autem ex exerci nulla duis praesent. Odio lorem eros ad etaccumsan suscipit nulla. Lorem vel duis euismod delenitaugue erat et et vero hendrerit amet in qui. ".
+
+<urn:uuid:137352979> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16039981391>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-15T15:18:19";
+	nmo:receivedDate "2009-01-06T15:37:24";
+	nmo:plainTextMessageContent "Exerci in vero eu elitsed quis invulputate. Velit invulputate erat lobortis eros duis hendrerit lobortis delenit wisi dolore aliquip esse eum. Qui quis dolore consequat enim etaccumsan dolore zzril iriuredolor suscipit dolore commodo. Erat nisl consequatvel illum praesent augue. Facilisis iusto illum velit. Diam dignissim nulla vel. ".
+
+<urn:uuid:1248032888> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16039981391>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-08T16:07:15";
+	nmo:receivedDate "2008-09-04T16:07:09";
+	nmo:plainTextMessageContent "Facilisis hendrerit in dolore delenit quis autem adipiscing dolore iusto iriuredolor qui. Aliquip iriure nonummy esse. Tation diam exerci tincidunt ea at tation ut suscipit enim duis invulputate. Quis eu luptatumzzril et esse. Ut adipiscing molestie ad facilisis in esse facilisi nostrud ea delenitaugue aliquip adipiscing. Utwisi diam ea te enim duis enim ad exerci quis in autem aliquip feugait. Odio tation praesent tationullamcorper feugait. ".
+
+<urn:uuid:1642008030> a nco:PersonContact; 
+	nco:fullname "Antwan Galvan";
+	nco:nameGiven "Antwan";
+	nco:nameFamily "Galvan";
+	nco:birthDate "1942-11-28";
+	nco:hasEmailAddress <mailto:antwan galvan autemduis us>;
+	nco:hasPhoneNumber <tel:+16039981391>;
+	nco:hasPostalAddress <urn:uuid:179042902>.
+
+<urn:uuid:111172654> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11103" ;
+	nco:locality "Astoria" ;
+	nco:streetAddress "1760 Darrel Lane" .
+
+<mailto:margie hollingsworth examet net> a nco:EmailAddress; 
+	nco:emailAddress "margie hollingsworth examet net".
+
+<tel:+16097599438> a nco:PhoneNumber; 
+	nco:phoneNumber "(609)759-9438".
+
+<urn:uuid:631444574> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16097599438>]; 
+	nmo:duration 23; 
+	nmo:receivedDate "2008-09-11T15:31:34". 
+
+<urn:uuid:1887017530> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16097599438>]; 
+	nmo:duration 42; 
+	nmo:receivedDate "2009-01-06T15:28:57". 
+
+<urn:uuid:1889607641> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16097599438>]; 
+	nmo:duration 45; 
+	nmo:receivedDate "2008-06-18T16:07:49". 
+
+<urn:uuid:460835485> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16097599438>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-19T15:36:02";
+	nmo:receivedDate "2008-09-09T15:46:44";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Ad aliquip velit duis illum illum enim. Minim veniamquis iusto praesent autem minim praesent facilisi iriure duis dolor nisl. Ut vero lobortis augue aliquam. Euismod duis qui ut. Dolor iusto in illum consequatvel vero laoreet eum veniam. ".
+
+<urn:uuid:1487065151> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16097599438>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-10T16:00:25";
+	nmo:receivedDate "2008-03-22T15:27:36";
+	nmo:plainTextMessageContent "Ad facilisis exerci in veniamquis enim. Suscipit eu aliquip veniam vel qui. Accumsan accumsan et te vel tincidunt. Delenitaugue dolore velit invulputate iustoodio tincidunt vel hendrerit tationullamcorper amet Utwisi nonummy dolore commodo. ".
+
+<urn:uuid:1285865108> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16097599438>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-12T15:40:43";
+	nmo:receivedDate "2008-02-05T15:31:54";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Iustoodio aliquip eufeugiat facilisi et. Vel accumsan accumsan consectetuer facilisi facilisi iriure blandit nulla delenitaugue vel iriuredolor minim ut. Praesent laoreet erat minim esse eufeugiat. Ut dignissim iriuredolor sit eros tincidunt ad delenitaugue esse iriuredolor vel ea lobortis. Quis doloremagna nulla qui tationullamcorper. Duis duis ad blandit praesent aliquam duis feugait in blandit ea feugiat wisi. Veniamquis feugiat aliquip hendrerit delenit laoreet vero iusto suscipit ad etaccumsan velit feugait. ".
+
+<urn:uuid:1525442459> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16097599438>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-03T15:57:17";
+	nmo:receivedDate "2008-01-29T15:24:30";
+	nmo:plainTextMessageContent "Hendrerit minim dolore illum odio hendrerit dolor hendrerit consectetuer ullamcorper duis adipiscing. At erat nulla lorem vero lobortis vel eu praesent aliquip nulla laoreet. Dolore dolore molestie te vel veniamquis. Consequat euismod veniamquis dignissim nostrud et ea accumsan duis. ".
+
+<urn:uuid:2002371141> a nco:PersonContact; 
+	nco:fullname "Margie Hollingsworth";
+	nco:nameGiven "Margie";
+	nco:nameFamily "Hollingsworth";
+	nco:birthDate "1942-10-16";
+	nco:hasAffiliation "Technician CAD";
+	nco:hasEmailAddress <mailto:margie hollingsworth examet net>;
+	nco:hasPhoneNumber <tel:+16097599438>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:111172654>.
+
+<urn:uuid:1050924072> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1788474824>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Tationullamcorper ullamcorper at autem nisl adipiscing doloremagna tation nibh etaccumsan. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-11T15:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-11T16:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1788474824>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1157466630> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15223" ;
+	nco:locality "Pittsburgh" ;
+	nco:streetAddress "9221 Norwich Avenue" .
+
+<mailto:marylou buckner velitelitsed tv> a nco:EmailAddress; 
+	nco:emailAddress "marylou buckner velitelitsed tv".
+
+<tel:+18602921626> a nco:PhoneNumber; 
+	nco:phoneNumber "(860)292-1626".
+
+<urn:uuid:1745044267> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18602921626>]; 
+	nmo:duration 29; 
+	nmo:sentDate "2008-10-25T15:12:44". 
+
+<urn:uuid:941972005> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18602921626>]; 
+	nmo:duration 41; 
+	nmo:sentDate "2008-05-21T16:04:04". 
+
+<urn:uuid:1566465823> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18602921626>]; 
+	nmo:duration 30; 
+	nmo:receivedDate "2009-01-11T16:01:00". 
+
+<urn:uuid:36176085> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18602921626>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-24T15:20:30";
+	nmo:receivedDate "2009-01-22T15:22:21";
+	nmo:plainTextMessageContent "Facilisis erat commodoconsequat consectetuer consequat nonummy ex praesent velit nostrud. Autem vero vero te at veniam aliquam esse ut. Invulputate luptatumzzril diam molestie et facilisis et odio duis. Eum quis lobortis feugait eum dolore ad wisi ad molestie iustoodio suscipit iriuredolor aliquip. At facilisi veniamquis consequat. ".
+
+<urn:uuid:5615614> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18602921626>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-04T15:32:43";
+	nmo:receivedDate "2008-07-25T15:39:12";
+	nmo:plainTextMessageContent "Facilisis dolor enim veniamquis laoreet dolore exerci hendrerit. Delenit facilisis velit ad qui iriuredolor feugiat qui tationullamcorper iusto. Vulputate qui velit lorem velit amet iustoodio ut feugiat feugait duis. Nibh exerci facilisi te aliquip autem nibh molestie eros feugait dignissim aliquam laoreet. Exerci praesent duis dolore in dolore laoreet diam lobortis nostrud praesent. ".
+
+<urn:uuid:1470813243> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18602921626>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-07T15:20:55";
+	nmo:receivedDate "2008-07-30T15:43:41";
+	nmo:plainTextMessageContent "Nulla facilisis consectetuer volutpat eu consectetuer molestie blandit esse sit adipiscing praesent et. Duis vel hendrerit ea iusto vel velit. Eros dignissim et euismod in commodo feugait dolor. Dolore dolore delenitaugue veniam autem vero delenitaugue ad in suscipit wisi dolor. Praesent enim duis dolore duis doloremagna autem veniam duis amet. Lobortis eu nonummy praesent in feugait ut qui exerci. Nisl praesent ut et nisl tationullamcorper at minim qui ut. ".
+
+<urn:uuid:388956472> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18602921626>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-05T15:17:28";
+	nmo:receivedDate "2008-04-22T15:14:05";
+	nmo:plainTextMessageContent "Hendrerit qui vel ad. Ad velit nisl dolore doloremagna. Vero esse dignissim duis dolore iriuredolor nisl accumsan ullamcorper suscipit vulputate consequat eum. At dolor delenitaugue veniam dignissim at etaccumsan augue iustoodio te te accumsan. Iusto dignissim tation at nulla feugait delenit laoreet ut consectetuer. Lorem nonummy delenitaugue aliquam dolore aliquip iusto amet tincidunt molestie doloremagna. ".
+
+<urn:uuid:641999779> a nco:PersonContact; 
+	nco:fullname "Marylou Buckner";
+	nco:nameGiven "Marylou";
+	nco:nameFamily "Buckner";
+	nco:birthDate "1942-05-02";
+	nco:hasAffiliation "N/C Programmer";
+	nco:hasEmailAddress <mailto:marylou buckner velitelitsed tv>;
+	nco:hasPhoneNumber <tel:+18602921626>;
+	nco:hasPostalAddress <urn:uuid:1157466630>.
+
+<urn:uuid:879960257> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02664" ;
+	nco:locality "South Yarmouth" ;
+	nco:streetAddress "761 Staples Avenue" .
+
+<mailto:ross day veniamquisautem net> a nco:EmailAddress; 
+	nco:emailAddress "ross day veniamquisautem net".
+
+<urn:uuid:1209628754> a nco:PersonContact; 
+	nco:fullname "Ross Day";
+	nco:nameGiven "Ross";
+	nco:nameFamily "Day";
+	nco:birthDate "1943-01-14";
+	nco:hasEmailAddress <mailto:ross day veniamquisautem net>;
+	nco:hasPostalAddress <urn:uuid:879960257>.
+
+<urn:uuid:252527863> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06784" ;
+	nco:locality "Sherman" ;
+	nco:streetAddress "6393 Abercrombie Drive" .
+
+<mailto:elissa bonilla iriureut gov> a nco:EmailAddress; 
+	nco:emailAddress "elissa bonilla iriureut gov".
+
+<xmpp:elissa bonilla gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Elissa Bonilla" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Facilisis nostrud veniam blandit minim facilisis ut nulla augue. " ;
+	nco:imID "elissa bonilla gmail com".
+
+<urn:uuid:871114772> a nco:PersonContact; 
+	nco:fullname "Elissa Bonilla";
+	nco:nameGiven "Elissa";
+	nco:nameFamily "Bonilla";
+	nco:birthDate "1942-06-20";
+	nco:hasEmailAddress <mailto:elissa bonilla iriureut gov>;
+	nco:hasIMAccount <xmpp:elissa bonilla gmail com>;
+	nco:hasPostalAddress <urn:uuid:252527863>.
+
+<urn:uuid:1946892555> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10930" ;
+	nco:locality "Highland Mills" ;
+	nco:streetAddress "2499 Cattail Drive" .
+
+<mailto:francesco boothe exconsequatvel tv> a nco:EmailAddress; 
+	nco:emailAddress "francesco boothe exconsequatvel tv".
+
+<tel:+18021881314> a nco:PhoneNumber; 
+	nco:phoneNumber "(802)188-1314".
+
+<urn:uuid:1439705520> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18021881314>]; 
+	nmo:duration 29; 
+	nmo:sentDate "2008-02-15T15:36:43". 
+
+<urn:uuid:1248262512> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18021881314>]; 
+	nmo:duration 15; 
+	nmo:receivedDate "2008-10-01T15:21:24". 
+
+<urn:uuid:2129465304> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18021881314>]; 
+	nmo:duration 5; 
+	nmo:receivedDate "2008-06-14T15:42:34". 
+
+<urn:uuid:1734543398> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18021881314>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-29T15:28:58";
+	nmo:receivedDate "2008-12-05T15:20:07";
+	nmo:plainTextMessageContent "Eros vero nostrud vero ullamcorper duis feugait delenitaugue iriure aliquam. Suscipit eum nislut vero eros consectetuer commodoconsequat hendrerit et et ea te illum ipsum. Delenitaugue commodo diam sit luptatumzzril nulla nibh et commodo dignissim eu nulla ex. Hendrerit qui eu aliquam consectetuer ea veniamquis. Eros esse dignissim enim iriuredolor lobortis. Eum consequat nulla vero aliquip ea augue eufeugiat dolore diam nisl illum nulla laoreet. Autem dignissim augue consequat diam duis diam consequat eum aliquip. ".
+
+<urn:uuid:1767140403> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18021881314>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-30T15:13:12";
+	nmo:receivedDate "2008-10-06T15:21:51";
+	nmo:plainTextMessageContent "Lobortis nibh eufeugiat dignissim feugait in illum consequat. In aliquip delenit esse et delenit ipsum nonummy elitsed dolore at tationullamcorper adipiscing augue. Ea at vel vulputate eum. Zzril delenit doloremagna invulputate doloremagna at ut. Eum laoreet facilisis doloremagna in volutpat iriuredolor iriure luptatumzzril ut. Doloremagna facilisi dignissim ea diam duis vel aliquip esse dolor zzril. ".
+
+<urn:uuid:2020545720> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18021881314>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-02T15:54:01";
+	nmo:receivedDate "2008-04-26T15:23:11";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Aliquip eum etaccumsan nulla eros elitsed erat suscipit veniam dolore. Ad ex suscipit wisi tincidunt esse nisl. Ea exerci hendrerit feugait tation et iriure tincidunt praesent in luptatumzzril ea duis. Nulla aliquip facilisi feugait ut lorem luptatumzzril te veniamquis consequatvel nulla quis feugait. Vulputate vulputate vel consequat vel duis facilisi duis. Et dignissim ex facilisi delenit. ".
+
+<urn:uuid:371597330> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18021881314>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-14T16:07:32";
+	nmo:receivedDate "2009-01-10T15:26:12";
+	nmo:plainTextMessageContent "Dolor duis dolore euismod luptatumzzril dolore dolore elitsed ad minim lorem nislut autem. Molestie praesent veniam delenit esse. Illum molestie luptatum iriure ad luptatum te iustoodio. Nulla autem esse qui facilisis ullamcorper diam facilisi tation vel consequatvel. Nisl blandit odio nulla nulla luptatum dolor et exerci hendrerit molestie. ".
+
+<urn:uuid:1167874529> a nco:PersonContact; 
+	nco:fullname "Francesco Boothe";
+	nco:nameGiven "Francesco";
+	nco:nameFamily "Boothe";
+	nco:birthDate "1942-08-06";
+	nco:hasEmailAddress <mailto:francesco boothe exconsequatvel tv>;
+	nco:hasPhoneNumber <tel:+18021881314>;
+	nco:hasPostalAddress <urn:uuid:1946892555>.
+
+<urn:uuid:875464018> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10571" ;
+	nco:locality "Pleasantville" ;
+	nco:streetAddress "4501 Enterprise Circle" .
+
+<mailto:myron contreras adfacilisi gov> a nco:EmailAddress; 
+	nco:emailAddress "myron contreras adfacilisi gov".
+
+<tel:+14752404411> a nco:PhoneNumber; 
+	nco:phoneNumber "(475)240-4411".
+
+<urn:uuid:636254651> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14752404411>]; 
+	nmo:duration 10; 
+	nmo:receivedDate "2008-02-21T15:12:42". 
+
+<urn:uuid:941160475> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14752404411>]; 
+	nmo:duration 27; 
+	nmo:receivedDate "2008-08-11T15:31:48". 
+
+<urn:uuid:1701066810> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14752404411>]; 
+	nmo:duration 47; 
+	nmo:sentDate "2008-11-20T15:36:48". 
+
+<urn:uuid:846414533> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14752404411>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-28T15:41:11";
+	nmo:receivedDate "2008-05-09T15:28:45";
+	nmo:plainTextMessageContent "Duis velit duis vel ut feugait vero vel ut ex in. Odio in suscipit dolor esse molestie. Et praesent in ad in nulla vero consequat facilisis at velit. Feugait qui odio esse nislut hendrerit et molestie etaccumsan illum tation euismod eros ea. Aliquip feugait duis vel iusto iriuredolor Utwisi nislut sit. Etaccumsan ut vero et ea nulla hendrerit feugait dignissim veniam dignissim quis. Augue dignissim dolore dolore luptatum vero eum. ".
+
+<urn:uuid:325725331> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14752404411>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-17T15:41:48";
+	nmo:receivedDate "2008-03-06T15:18:34";
+	nmo:plainTextMessageContent "Illum exerci wisi enim vero autem ut enim commodo vero eu velit in. Vel consequatvel duis dolor nostrud adipiscing. Lobortis blandit ut in zzril in luptatum. Autem augue qui praesent nulla iustoodio tationullamcorper te. Ea ut aliquip ea ullamcorper dolor ullamcorper commodo ipsum lobortis eros invulputate. ".
+
+<urn:uuid:1908730433> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14752404411>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-01T15:56:35";
+	nmo:receivedDate "2008-02-05T15:30:51";
+	nmo:plainTextMessageContent "Odio duis tincidunt blandit invulputate exerci. Eros dolore enim commodo ut in doloremagna delenitaugue qui duis. Laoreet consectetuer veniamquis ex eros erat ea nisl dolor. Ut esse eum exerci vel nulla euismod. Feugait et autem duis wisi dignissim at consequat exerci aliquip. Accumsan consectetuer illum luptatumzzril hendrerit vero. ".
+
+<urn:uuid:1180957751> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14752404411>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-10T16:06:46";
+	nmo:receivedDate "2008-05-02T15:32:31";
+	nmo:plainTextMessageContent "Illum veniam blandit hendrerit ut duis iriuredolor ipsum duis molestie. Ut lorem lorem veniam iriuredolor volutpat vero qui Utwisi. Praesent autem at etaccumsan dolore. Suscipit illum iusto nulla duis. Delenitaugue feugait qui lorem te velit nislut feugait facilisi in quis lobortis. Duis odio eu commodo dolor minim dolore velit aliquam dolor aliquip commodoconsequat blandit. Eum diam hendrerit consequat dolor iusto vulputate velit nislut elitsed nulla nulla. ".
+
+<urn:uuid:1374756836> a nco:PersonContact; 
+	nco:fullname "Myron Contreras";
+	nco:nameGiven "Myron";
+	nco:nameFamily "Contreras";
+	nco:birthDate "1942-11-30";
+	nco:hasEmailAddress <mailto:myron contreras adfacilisi gov>;
+	nco:hasPhoneNumber <tel:+14752404411>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:875464018>.
+
+<urn:uuid:787532961> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01923" ;
+	nco:locality "Danvers" ;
+	nco:streetAddress "2899 White Wing Avenue" .
+
+<mailto:rshin vulputateautem net> a nco:EmailAddress; 
+	nco:emailAddress "rshin vulputateautem net".
+
+<urn:uuid:999567082> a nco:PersonContact; 
+	nco:fullname "Russ Shin";
+	nco:nameGiven "Russ";
+	nco:nameFamily "Shin";
+	nco:birthDate "1942-04-14";
+	nco:hasEmailAddress <mailto:rshin vulputateautem net>;
+	nco:hasPostalAddress <urn:uuid:787532961>.
+
+<urn:uuid:1281680003> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02148" ;
+	nco:locality "Malden" ;
+	nco:streetAddress "4756 Oak Manor Way" .
+
+<mailto:rufus hills elitsedea com> a nco:EmailAddress; 
+	nco:emailAddress "rufus hills elitsedea com".
+
+<urn:uuid:477618952> a nco:PersonContact; 
+	nco:fullname "Rufus Hills";
+	nco:nameGiven "Rufus";
+	nco:nameFamily "Hills";
+	nco:birthDate "1942-05-16";
+	nco:hasEmailAddress <mailto:rufus hills elitsedea com>;
+	nco:hasPostalAddress <urn:uuid:1281680003>.
+
+<urn:uuid:2126191476> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07015" ;
+	nco:locality "Clifton" ;
+	nco:streetAddress "9599 Mandeville Parkway" .
+
+<mailto:kharrington loremet info> a nco:EmailAddress; 
+	nco:emailAddress "kharrington loremet info".
+
+<xmpp:kenneth harrington gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Kenneth Harrington" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Dolore vel nonummy delenit eufeugiat dolore feugait nostrud. " ;
+	nco:imID "kenneth harrington gmail com".
+
+<urn:uuid:948899122> a nco:PersonContact; 
+	nco:fullname "Kenneth Harrington";
+	nco:nameGiven "Kenneth";
+	nco:nameFamily "Harrington";
+	nco:birthDate "1942-04-21";
+	nco:hasEmailAddress <mailto:kharrington loremet info>;
+	nco:hasIMAccount <xmpp:kenneth harrington gmail com>;
+	nco:hasPostalAddress <urn:uuid:2126191476>.
+
+<urn:uuid:1707241752> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02113" ;
+	nco:locality "Boston" ;
+	nco:streetAddress "9144 Ironwood Trail" .
+
+<mailto:csmothers aliquipveniamquis us> a nco:EmailAddress; 
+	nco:emailAddress "csmothers aliquipveniamquis us".
+
+<tel:+17322839572> a nco:PhoneNumber; 
+	nco:phoneNumber "(732)283-9572".
+
+<urn:uuid:1672008388> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17322839572>]; 
+	nmo:duration 36; 
+	nmo:sentDate "2008-12-28T15:17:36". 
+
+<urn:uuid:222688015> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17322839572>]; 
+	nmo:duration 35; 
+	nmo:sentDate "2008-10-14T15:23:27". 
+
+<urn:uuid:591082727> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17322839572>]; 
+	nmo:duration 1; 
+	nmo:sentDate "2008-05-30T15:47:25". 
+
+<urn:uuid:580899414> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17322839572>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-24T15:11:59";
+	nmo:receivedDate "2008-12-17T15:14:34";
+	nmo:plainTextMessageContent "Nulla praesent delenitaugue nisl euismod. Enim nibh lobortis commodoconsequat eros nostrud molestie velit nulla eufeugiat aliquam. Vero lobortis luptatumzzril consequat augue nibh eu iustoodio delenitaugue luptatum nulla ullamcorper nostrud. Ea veniamquis Utwisi ea blandit illum luptatum vel illum nisl invulputate enim. Qui nostrud vero hendrerit nulla et hendrerit. ".
+
+<urn:uuid:2076895038> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17322839572>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-01-29T15:13:43";
+	nmo:receivedDate "2009-01-07T15:21:55";
+	nmo:plainTextMessageContent "Elitsed tationullamcorper diam esse. Eros vulputate etaccumsan autem veniam ad esse euismod. Suscipit blandit Utwisi dignissim hendrerit dolore duis vero volutpat eros ex zzril hendrerit vel. Diam in nonummy ex sit nulla sit sit commodo elitsed tincidunt. Blandit nulla nulla quis doloremagna te dolor ullamcorper commodoconsequat et invulputate vulputate et velit. ".
+
+<urn:uuid:1022252469> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17322839572>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-06T15:26:08";
+	nmo:receivedDate "2008-07-18T15:59:05";
+	nmo:plainTextMessageContent "Augue hendrerit eros laoreet odio feugait minim nulla autem duis vel. Velit volutpat iriuredolor eros luptatumzzril ut diam ut eum. In te duis odio. Duis nisl elitsed consequat tincidunt enim consectetuer. Etaccumsan ipsum hendrerit amet at tation. Eros in nulla erat enim suscipit vel autem vel velit feugait. ".
+
+<urn:uuid:913010667> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17322839572>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-27T15:56:19";
+	nmo:receivedDate "2008-02-17T15:40:02";
+	nmo:plainTextMessageContent "Consequatvel nibh ea exerci nulla erat illum te lobortis commodoconsequat nulla. Dolor ullamcorper enim facilisis ea vel invulputate iriure molestie praesent. Augue ullamcorper sit euismod. Molestie facilisi te sit eros nostrud veniamquis ad lobortis nulla. ".
+
+<urn:uuid:635413206> a nco:PersonContact; 
+	nco:fullname "Carla Smothers";
+	nco:nameGiven "Carla";
+	nco:nameFamily "Smothers";
+	nco:birthDate "1943-02-02";
+	nco:hasEmailAddress <mailto:csmothers aliquipveniamquis us>;
+	nco:hasPhoneNumber <tel:+17322839572>;
+	nco:hasPostalAddress <urn:uuid:1707241752>.
+
+<urn:uuid:1219770417> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:635413206>;
+	nmo:sentDate "2008-11-29T16:02:59";
+	nmo:receivedDate "2008-11-29T16:03:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "csmothers aliquipveniamquis us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:453668364>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ginger crider utblandit info"];
+	nmo:bcc <urn:uuid:777115927>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "pgleason ametveniamquis tv"];
+	nmo:messageSubject "Dignissim nostrud wisi dolor consequat elitsed quis invulputate vulputate enim eum luptatum minim. ";
+	nmo:plainTextMessageContent "Ullamcorper dolor praesent iustoodio at feugait. Eum etaccumsan luptatum quis iriuredolor facilisis enim ut ad nislut etaccumsan aliquip nisl. ".
+
+<urn:uuid:525500505> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:635413206>;
+	nmo:sentDate "2008-04-01T16:07:11";
+	nmo:receivedDate "2008-04-01T16:07:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "csmothers aliquipveniamquis us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1731614453>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cecil musselman invero eu"];
+	nmo:bcc <urn:uuid:631544916>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rabbott facilisiet net"];
+	nmo:messageSubject "Veniamquis eum iustoodio exerci blandit minim. ";
+	nmo:plainTextMessageContent "Ad iustoodio elitsed et hendrerit eros nislut augue nulla in augue. Blandit eum tation vero nulla praesent doloremagna et hendrerit consequatvel hendrerit qui suscipit. ".
+
+<urn:uuid:1158367563> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:635413206>;
+	nmo:sentDate "2009-02-14T15:59:55";
+	nmo:receivedDate "2009-02-14T16:00:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "csmothers aliquipveniamquis us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ea invulputate molestie autem hendrerit in dolore et lobortis aliquam at aliquam. ";
+	nmo:plainTextMessageContent "Facilisis ut iustoodio minim Utwisi eu te laoreet. Ut exerci elitsed euismod te iusto eros vero ex. ".
+
+<urn:uuid:1447914161> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:635413206>;
+	nmo:sentDate "2009-02-02T15:45:34";
+	nmo:receivedDate "2009-02-02T15:46:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "csmothers aliquipveniamquis us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1145447484>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "vlangford eumodio org"];
+	nmo:messageSubject "Dignissim praesent praesent enim vel dolor autem at Utwisi ad. ";
+	nmo:plainTextMessageContent "Erat diam ex odio illum exerci illum. Vero eufeugiat volutpat tation ex ad esse commodo elitsed blandit. ".
+
+<urn:uuid:678655051> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:635413206>;
+	nmo:sentDate "2008-02-07T15:18:17";
+	nmo:receivedDate "2008-02-07T15:18:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "csmothers aliquipveniamquis us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Zzril ullamcorper veniam odio ea aliquam. ";
+	nmo:plainTextMessageContent "Aliquip illum vulputate nostrud et tincidunt erat blandit duis feugiat accumsan blandit ut. ".
+
+<urn:uuid:118436924> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:635413206>;
+	nmo:sentDate "2008-08-09T15:55:12";
+	nmo:receivedDate "2008-08-09T15:56:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "csmothers aliquipveniamquis us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:720713534>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "tcaraway wisiluptatumzzril us"];
+	nmo:messageSubject "Esse vulputate consequat zzril ea nibh velit minim vel praesent aliquip enim erat. ";
+	nmo:plainTextMessageContent "In odio te et veniamquis erat facilisis lobortis eros zzril ut. ".
+
+<urn:uuid:1207866363> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:635413206>;
+	nmo:sentDate "2008-09-16T15:50:43";
+	nmo:receivedDate "2008-09-16T15:51:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "csmothers aliquipveniamquis us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisi hendrerit hendrerit ut odio dolor eros at invulputate Utwisi blandit dolore in dolore. ";
+	nmo:plainTextMessageContent "At vel duis ut accumsan tation elitsed euismod eros dolor feugait. Te Utwisi exerci dolore odio velit at exerci veniam nulla laoreet velit. ".
+
+<urn:uuid:1799930687> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:635413206>;
+	nmo:sentDate "2008-08-05T16:01:51";
+	nmo:receivedDate "2008-08-05T16:02:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "csmothers aliquipveniamquis us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1378362548>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rsorrell praesentduis tv"];
+	nmo:messageSubject "Velit consequat consequat praesent veniam nulla exerci dolor. ";
+	nmo:plainTextMessageContent "Duis lorem ut doloremagna sit sit vulputate. ".
+
+<urn:uuid:512302296> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:635413206>;
+	nmo:sentDate "2008-08-03T16:01:12";
+	nmo:receivedDate "2008-08-03T16:01:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "csmothers aliquipveniamquis us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:659563845>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "nwhitten illumdolore edu"];
+	nmo:messageSubject "Facilisi elitsed eros ipsum. ";
+	nmo:plainTextMessageContent "Hendrerit velit at duis hendrerit. ".
+
+<urn:uuid:1871787460> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:635413206>;
+	nmo:sentDate "2008-11-21T15:44:53";
+	nmo:receivedDate "2008-11-21T15:45:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "csmothers aliquipveniamquis us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2124397646>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "agrubb minimnisl tv"];
+	nmo:bcc <urn:uuid:934255460>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rdiaz duiste com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Vulputate enim ex vero feugait. ";
+	nmo:plainTextMessageContent "In diam iusto nostrud nibh commodoconsequat eufeugiat eum suscipit ex dolore facilisis odio. Enim qui commodo illum odio invulputate praesent facilisi. ".
+
+<urn:uuid:811621439> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:635413206>;
+	nmo:sentDate "2008-12-20T15:58:09";
+	nmo:receivedDate "2008-12-20T15:58:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "csmothers aliquipveniamquis us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:360937704>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ctitus doloremagnavero org"];
+	nmo:messageSubject "Quis vero facilisis feugait eu luptatum consequat veniam veniam. ";
+	nmo:plainTextMessageContent "Erat exerci enim esse. Nisl nulla facilisis euismod duis. ".
+
+<urn:uuid:1844923657> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:635413206>;
+	nmo:sentDate "2008-09-19T16:01:00";
+	nmo:receivedDate "2008-09-19T16:01:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "csmothers aliquipveniamquis us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:483663181>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "abear dignissimquis gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Consequat nislut wisi commodo nulla in autem duis facilisis illum sit vero invulputate. ";
+	nmo:plainTextMessageContent "Blandit ea suscipit facilisi amet dignissim luptatumzzril vel dolor veniamquis. ".
+
+<urn:uuid:1399498692> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:635413206>;
+	nmo:sentDate "2008-07-30T15:27:41";
+	nmo:receivedDate "2008-07-30T15:28:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "csmothers aliquipveniamquis us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1443469279>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ttorrez eumdignissim gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Elitsed aliquam velit consectetuer et adipiscing aliquam invulputate exerci nulla te autem dolore. ";
+	nmo:plainTextMessageContent "Ad adipiscing illum nibh dolor dolor suscipit. Erat odio eros enim facilisis dolore ullamcorper Utwisi vel invulputate nulla exerci dolor. ".
+
+<urn:uuid:1707895070> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:635413206>;
+	nmo:sentDate "2008-02-10T15:45:43";
+	nmo:receivedDate "2008-02-10T15:46:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "csmothers aliquipveniamquis us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Autem eu molestie odio invulputate delenit molestie ut wisi in iustoodio. ";
+	nmo:plainTextMessageContent "Lobortis augue blandit ut autem nibh lobortis. ".
+
+<urn:uuid:812688218> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:635413206>;
+	nmo:sentDate "2009-01-23T15:21:10";
+	nmo:receivedDate "2009-01-23T15:21:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "csmothers aliquipveniamquis us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1102319446>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "alexis cothran nulladiam tv"];
+	nmo:messageSubject "Amet aliquam feugait dolore eum autem tincidunt dolore. ";
+	nmo:plainTextMessageContent "Praesent consectetuer molestie duis. Aliquam facilisi feugait qui. ".
+
+<urn:uuid:841071109> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:635413206>;
+	nmo:sentDate "2008-05-26T15:57:18";
+	nmo:receivedDate "2008-05-26T15:58:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "csmothers aliquipveniamquis us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Nulla et elitsed adipiscing iriuredolor dolor vero vero duis consectetuer nulla. ";
+	nmo:plainTextMessageContent "Ea exerci wisi in eros nulla. Et euismod feugiat autem dolor ullamcorper tationullamcorper commodo duis nulla nonummy vel. ".
+
+<urn:uuid:2026360443> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:635413206>;
+	nmo:sentDate "2009-01-24T15:22:01";
+	nmo:receivedDate "2009-01-24T15:22:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "csmothers aliquipveniamquis us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Vel blandit enim vulputate augue nibh hendrerit. ";
+	nmo:plainTextMessageContent "Feugait at nisl exerci iusto aliquip quis luptatumzzril lorem aliquam minim eros. Blandit facilisis vel ad iriure tationullamcorper nostrud ea. ".
+
+<urn:uuid:1490093132> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06759" ;
+	nco:locality "Litchfield" ;
+	nco:streetAddress "3993 Lakespur Street" .
+
+<mailto:pcreech veniamluptatum com> a nco:EmailAddress; 
+	nco:emailAddress "pcreech veniamluptatum com".
+
+<xmpp:paul creech gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Paul Creech" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Et eu ut blandit ad amet nulla molestie ut wisi consequat eu ut. " ;
+	nco:imID "paul creech gmail com".
+
+<urn:uuid:2028644104> a nco:PersonContact; 
+	nco:fullname "Paul Creech";
+	nco:nameGiven "Paul";
+	nco:nameFamily "Creech";
+	nco:birthDate "1942-04-21";
+	nco:hasEmailAddress <mailto:pcreech veniamluptatum com>;
+	nco:hasIMAccount <xmpp:paul creech gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:1490093132>.
+
+<urn:uuid:1465444822> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03064" ;
+	nco:locality "Nashua" ;
+	nco:streetAddress "7723 Towne Avenue" .
+
+<mailto:gino nathan teconsequat us> a nco:EmailAddress; 
+	nco:emailAddress "gino nathan teconsequat us".
+
+<urn:uuid:76784679> a nco:PersonContact; 
+	nco:fullname "Gino Nathan";
+	nco:nameGiven "Gino";
+	nco:nameFamily "Nathan";
+	nco:birthDate "1942-11-22";
+	nco:hasEmailAddress <mailto:gino nathan teconsequat us>;
+	nco:hasPostalAddress <urn:uuid:1465444822>.
+
+<urn:uuid:1361354835> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:131013304>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Ipsum feugiat exerci adipiscing hendrerit veniam invulputate et eros. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-19T20:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-19T21:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:131013304>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:650848344> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02072" ;
+	nco:locality "Stoughton" ;
+	nco:streetAddress "4883 Wethersfield Way" .
+
+<mailto:rfarnsworth sitesse gov> a nco:EmailAddress; 
+	nco:emailAddress "rfarnsworth sitesse gov".
+
+<xmpp:rupert farnsworth gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Rupert Farnsworth" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Nulla dolore vel vel te. " ;
+	nco:imID "rupert farnsworth gmail com".
+
+<urn:uuid:527557471> a nco:PersonContact; 
+	nco:fullname "Rupert Farnsworth";
+	nco:nameGiven "Rupert";
+	nco:nameFamily "Farnsworth";
+	nco:birthDate "1942-06-10";
+	nco:hasEmailAddress <mailto:rfarnsworth sitesse gov>;
+	nco:hasIMAccount <xmpp:rupert farnsworth gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:650848344>.
+
+<urn:uuid:1651874610> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04033" ;
+	nco:locality "Freeport" ;
+	nco:streetAddress "2743 Fiddlers Elbow Street" .
+
+<mailto:stewart coffin tationesse info> a nco:EmailAddress; 
+	nco:emailAddress "stewart coffin tationesse info".
+
+<xmpp:stewart coffin gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Stewart Coffin" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Veniamquis blandit amet facilisis erat molestie delenit adipiscing eros blandit delenitaugue. " ;
+	nco:imID "stewart coffin gmail com".
+
+<urn:uuid:1423353760> a nco:PersonContact; 
+	nco:fullname "Stewart Coffin";
+	nco:nameGiven "Stewart";
+	nco:nameFamily "Coffin";
+	nco:birthDate "1942-08-10";
+	nco:hasEmailAddress <mailto:stewart coffin tationesse info>;
+	nco:hasIMAccount <xmpp:stewart coffin gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:1651874610>.
+
+<urn:uuid:1575180163> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04481" ;
+	nco:locality "Sebec" ;
+	nco:streetAddress "1007 Gershwin Parkway" .
+
+<mailto:mmullin minimminim com> a nco:EmailAddress; 
+	nco:emailAddress "mmullin minimminim com".
+
+<tel:+16461837267> a nco:PhoneNumber; 
+	nco:phoneNumber "(646)183-7267".
+
+<urn:uuid:1083619530> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16461837267>]; 
+	nmo:duration 50; 
+	nmo:sentDate "2008-08-06T15:32:28". 
+
+<urn:uuid:1746657040> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16461837267>]; 
+	nmo:duration 1; 
+	nmo:receivedDate "2009-01-23T15:18:37". 
+
+<urn:uuid:1528385874> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16461837267>]; 
+	nmo:duration 10; 
+	nmo:receivedDate "2008-02-29T16:04:19". 
+
+<urn:uuid:1851522086> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16461837267>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-22T16:07:36";
+	nmo:receivedDate "2009-02-11T15:21:12";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:plainTextMessageContent "Duis hendrerit ex consequat tincidunt consectetuer esse. Dolore ea ut qui ullamcorper in ad diam luptatumzzril nulla. Dolore facilisis ut facilisis vel. Suscipit iusto ad velit nonummy enim. ".
+
+<urn:uuid:1624898373> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16461837267>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-10T15:46:06";
+	nmo:receivedDate "2008-03-01T15:56:22";
+	nmo:plainTextMessageContent "Ut eum euismod ut te lobortis autem eum nostrud ea nostrud aliquip blandit consequat. In duis aliquam enim te ex in esse consequat minim. Wisi at aliquip hendrerit eum facilisi iustoodio eum zzril nostrud nislut duis veniamquis aliquam. Et nostrud ea consequat nostrud augue sit. ".
+
+<urn:uuid:984045480> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16461837267>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-18T16:06:05";
+	nmo:receivedDate "2008-01-23T15:55:54";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Duis elitsed eum vel aliquip. Tation etaccumsan et invulputate iriuredolor. Molestie at tationullamcorper illum accumsan. Vulputate in lobortis autem et delenitaugue suscipit aliquip et vel qui dolore facilisis doloremagna. Aliquam duis ullamcorper velit ad iriuredolor tationullamcorper quis. ".
+
+<urn:uuid:1549679060> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16461837267>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-09T16:07:00";
+	nmo:receivedDate "2008-02-01T16:02:28";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Veniam vero nonummy iusto vero adipiscing enim tincidunt vero. Velit exerci quis luptatum nibh qui. Luptatum euismod tationullamcorper qui exerci te commodoconsequat Utwisi et feugait esse nonummy. Ex erat qui commodoconsequat blandit iriure nislut ullamcorper luptatumzzril. ".
+
+<urn:uuid:1654402707> a nco:PersonContact; 
+	nco:fullname "Marva Mullin";
+	nco:nameGiven "Marva";
+	nco:nameFamily "Mullin";
+	nco:birthDate "1942-06-17";
+	nco:hasEmailAddress <mailto:mmullin minimminim com>;
+	nco:hasPhoneNumber <tel:+16461837267>;
+	nco:hasPostalAddress <urn:uuid:1575180163>.
+
+<urn:uuid:907870101> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1654402707>;
+	nmo:sentDate "2008-03-03T15:25:09";
+	nmo:receivedDate "2008-03-03T15:25:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmullin minimminim com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1128418759>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "emoriarty autemfeugiat net"];
+	nmo:messageSubject "Eum ullamcorper eum nostrud dolore esse feugiat illum. ";
+	nmo:plainTextMessageContent "Zzril enim ad duis minim et elitsed volutpat suscipit tationullamcorper blandit laoreet dolore. ".
+
+<urn:uuid:353183716> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1654402707>;
+	nmo:sentDate "2008-09-02T15:28:47";
+	nmo:receivedDate "2008-09-02T15:29:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmullin minimminim com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1997379618>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "hanna whited duisvolutpat tv"];
+	nmo:bcc <urn:uuid:1568703838>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "colin guevara autemeum com"];
+	nmo:messageSubject "Blandit esse doloremagna quis dignissim dolor Utwisi vero ut at. ";
+	nmo:plainTextMessageContent "In in illum feugiat zzril lobortis ullamcorper tincidunt vero sit. ".
+
+<urn:uuid:1609396470> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1654402707>;
+	nmo:sentDate "2008-05-22T16:09:16";
+	nmo:receivedDate "2008-05-22T16:09:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmullin minimminim com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Et molestie feugiat augue. ";
+	nmo:plainTextMessageContent "Eros ad ea dolore tincidunt iustoodio illum praesent adipiscing. Blandit etaccumsan dolor ad te aliquip in consequat velit. ".
+
+<urn:uuid:255029915> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1654402707>;
+	nmo:sentDate "2008-07-14T15:26:19";
+	nmo:receivedDate "2008-07-14T15:27:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmullin minimminim com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consequat aliquam volutpat sit odio dolore hendrerit molestie in iustoodio augue feugait aliquam. ";
+	nmo:plainTextMessageContent "Aliquip nulla augue iustoodio vel duis consequatvel esse dolore exerci doloremagna nibh. ".
+
+<urn:uuid:374321610> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1654402707>;
+	nmo:sentDate "2008-04-13T15:57:24";
+	nmo:receivedDate "2008-04-13T15:57:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmullin minimminim com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Eros hendrerit autem lorem tationullamcorper nonummy consequatvel minim velit. ";
+	nmo:plainTextMessageContent "Molestie ut iriuredolor blandit exerci. Nulla autem ea consequatvel nulla illum eros. ".
+
+<urn:uuid:85947254> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1654402707>;
+	nmo:sentDate "2008-12-25T16:06:28";
+	nmo:receivedDate "2008-12-25T16:07:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmullin minimminim com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1970771578>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ilene bui lobortisfeugait info"];
+	nmo:messageSubject "Velit ut velit nulla iustoodio eum nisl suscipit lobortis volutpat augue ex. ";
+	nmo:plainTextMessageContent "Elitsed blandit lobortis et. Autem erat tationullamcorper facilisi ut suscipit hendrerit qui facilisis ad nibh luptatum. ".
+
+<urn:uuid:2120632561> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1654402707>;
+	nmo:sentDate "2008-06-02T15:51:07";
+	nmo:receivedDate "2008-06-02T15:51:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmullin minimminim com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolor molestie et facilisi delenitaugue consequatvel molestie zzril duis luptatumzzril enim duis suscipit praesent. ";
+	nmo:plainTextMessageContent "Volutpat commodo dolor ut elitsed blandit. ".
+
+<urn:uuid:1401529248> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1654402707>;
+	nmo:sentDate "2008-03-21T15:23:28";
+	nmo:receivedDate "2008-03-21T15:23:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmullin minimminim com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:772618572>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "monroe cotton autemvero gov"];
+	nmo:messageSubject "Nulla feugiat volutpat aliquip tincidunt vero eu consequatvel. ";
+	nmo:plainTextMessageContent "Laoreet delenit zzril enim illum eufeugiat illum wisi ut nibh molestie consequatvel. ".
+
+<urn:uuid:1876001050> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1654402707>;
+	nmo:sentDate "2008-07-06T15:43:29";
+	nmo:receivedDate "2008-07-06T15:44:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmullin minimminim com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla iustoodio elitsed qui delenitaugue nulla ullamcorper te lorem eros sit lobortis nulla. ";
+	nmo:plainTextMessageContent "Ipsum te duis in euismod diam. ".
+
+<urn:uuid:995998710> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1654402707>;
+	nmo:sentDate "2008-08-19T15:32:10";
+	nmo:receivedDate "2008-08-19T15:32:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmullin minimminim com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dignissim at nislut te dolore exerci suscipit vel ullamcorper eros praesent amet. ";
+	nmo:plainTextMessageContent "Ullamcorper vero minim delenitaugue nisl consequatvel esse nislut at luptatumzzril ex. Ex lobortis vel ut suscipit nonummy iriuredolor in nulla sit molestie quis. ".
+
+<urn:uuid:1492518793> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1654402707>;
+	nmo:sentDate "2008-07-15T16:07:55";
+	nmo:receivedDate "2008-07-15T16:08:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmullin minimminim com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1350017258>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "noble mcnamee lobortiszzril eu"];
+	nmo:messageSubject "Ex aliquip tationullamcorper veniamquis invulputate luptatum veniamquis suscipit esse esse delenitaugue nulla diam. ";
+	nmo:plainTextMessageContent "Dignissim vero ea molestie amet. Dolore ex ipsum molestie ad at duis dolore Utwisi velit. ".
+
+<urn:uuid:60598628> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1654402707>;
+	nmo:sentDate "2008-04-01T15:55:21";
+	nmo:receivedDate "2008-04-01T15:55:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmullin minimminim com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:442870721>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "isaac clemens odiovelit tv"];
+	nmo:bcc <urn:uuid:948899122>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kharrington loremet info"];
+	nmo:messageSubject "In iriure elitsed dolore. ";
+	nmo:plainTextMessageContent "Dignissim erat ut dolore feugiat tationullamcorper vel dolor dolor. Nisl et tincidunt nonummy at ut nostrud. ".
+
+<urn:uuid:992967168> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1654402707>;
+	nmo:sentDate "2009-02-04T15:32:24";
+	nmo:receivedDate "2009-02-04T15:32:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmullin minimminim com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Feugait amet aliquip nislut te autem minim feugait consequat aliquip. ";
+	nmo:plainTextMessageContent "Consequat ut exerci ad ex. ".
+
+<urn:uuid:198854460> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1654402707>;
+	nmo:sentDate "2008-05-10T15:46:40";
+	nmo:receivedDate "2008-05-10T15:47:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mmullin minimminim com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Accumsan ut enim praesent ex quis wisi. ";
+	nmo:plainTextMessageContent "Illum vero consequatvel amet ut suscipit tincidunt doloremagna aliquip luptatum ex nisl nulla. ".
+
+<urn:uuid:920934528> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04079" ;
+	nco:locality "Harpswell" ;
+	nco:streetAddress "4068 Twisted Oak Lane" .
+
+<mailto:vcenteno veropraesent net> a nco:EmailAddress; 
+	nco:emailAddress "vcenteno veropraesent net".
+
+<urn:uuid:667854246> a nco:PersonContact; 
+	nco:fullname "Virgil Centeno";
+	nco:nameGiven "Virgil";
+	nco:nameFamily "Centeno";
+	nco:birthDate "1943-02-27";
+	nco:hasEmailAddress <mailto:vcenteno veropraesent net>;
+	nco:hasPostalAddress <urn:uuid:920934528>.
+
+<urn:uuid:714207858> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:667854246>;
+	nmo:sentDate "2008-05-06T15:31:43";
+	nmo:receivedDate "2008-05-06T15:32:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vcenteno veropraesent net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1407073247>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mreich consequatvelnulla com"];
+	nmo:messageSubject "Delenitaugue odio dolore minim. ";
+	nmo:plainTextMessageContent "Eufeugiat eu Utwisi ad iusto praesent molestie. ".
+
+<urn:uuid:52340581> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:667854246>;
+	nmo:sentDate "2008-07-31T15:58:50";
+	nmo:receivedDate "2008-07-31T15:59:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vcenteno veropraesent net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:2085013917>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "vredding dignissimat net"];
+	nmo:messageSubject "Aliquip eros esse doloremagna eum. ";
+	nmo:plainTextMessageContent "Veniam diam lorem minim. ".
+
+<urn:uuid:1393328968> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:667854246>;
+	nmo:sentDate "2008-05-24T15:57:46";
+	nmo:receivedDate "2008-05-24T15:58:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vcenteno veropraesent net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:65915592>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "cpadgett eumfacilisi eu"];
+	nmo:messageSubject "Luptatum dolor consectetuer tationullamcorper praesent doloremagna hendrerit consequat dignissim tincidunt dolore. ";
+	nmo:plainTextMessageContent "Ea veniamquis blandit facilisi sit delenitaugue ad feugait adipiscing diam dolore vulputate. ".
+
+<urn:uuid:1745087614> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:667854246>;
+	nmo:sentDate "2009-02-04T15:59:15";
+	nmo:receivedDate "2009-02-04T15:59:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vcenteno veropraesent net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Esse luptatum illum eros velit at ad enim zzril vero. ";
+	nmo:plainTextMessageContent "Consectetuer dignissim enim hendrerit augue amet velit luptatum tincidunt dignissim ad. ".
+
+<urn:uuid:382128268> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:667854246>;
+	nmo:sentDate "2009-01-07T15:17:58";
+	nmo:receivedDate "2009-01-07T15:18:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vcenteno veropraesent net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1156965297>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "numbers morey duiseu net"];
+	nmo:bcc <urn:uuid:1208101714>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ggood inut org"];
+	nmo:messageSubject "Doloremagna nulla accumsan lobortis erat te aliquip erat. ";
+	nmo:plainTextMessageContent "Duis vel consequatvel lobortis dolore minim ut esse aliquip zzril facilisis. ".
+
+<urn:uuid:376224058> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:667854246>;
+	nmo:sentDate "2008-01-19T16:06:06";
+	nmo:receivedDate "2008-01-19T16:06:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vcenteno veropraesent net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:243100821>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "eloise penny iriuredolore edu"];
+	nmo:messageSubject "Ullamcorper veniam laoreet feugait laoreet nibh minim. ";
+	nmo:plainTextMessageContent "Ut lobortis vulputate veniam in euismod duis veniamquis. ".
+
+<urn:uuid:634533319> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:667854246>;
+	nmo:sentDate "2008-08-04T15:30:56";
+	nmo:receivedDate "2008-08-04T15:31:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vcenteno veropraesent net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Elitsed tincidunt veniam wisi minim ut dolore erat nibh eufeugiat nostrud molestie dignissim delenit. ";
+	nmo:plainTextMessageContent "Adipiscing at nibh volutpat elitsed tation molestie dignissim. Sit ut euismod duis qui dolore erat et. ".
+
+<urn:uuid:1007044225> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:667854246>;
+	nmo:sentDate "2008-08-04T16:01:19";
+	nmo:receivedDate "2008-08-04T16:01:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vcenteno veropraesent net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1152477340>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "toneal admolestie us"];
+	nmo:bcc <urn:uuid:343839595>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "nereida boudreau zzrilamet us"];
+	nmo:messageSubject "Aliquip duis elitsed facilisis nostrud in vero elitsed. ";
+	nmo:plainTextMessageContent "Facilisis sit eum praesent qui eu lobortis praesent tationullamcorper feugait odio ea at. ".
+
+<urn:uuid:254283796> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:667854246>;
+	nmo:sentDate "2009-01-11T16:10:25";
+	nmo:receivedDate "2009-01-11T16:11:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vcenteno veropraesent net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:483663181>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "abear dignissimquis gov"];
+	nmo:messageSubject "Ex dolor nibh te nostrud nulla eros tationullamcorper nulla feugiat eros ea dignissim ex. ";
+	nmo:plainTextMessageContent "Dolore nisl etaccumsan at duis vel. Nislut duis erat ad. ".
+
+<urn:uuid:208603168> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:667854246>;
+	nmo:sentDate "2008-05-13T15:42:45";
+	nmo:receivedDate "2008-05-13T15:42:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vcenteno veropraesent net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1498245520>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kcuster molestieexerci eu"];
+	nmo:messageSubject "Duis suscipit delenitaugue accumsan. ";
+	nmo:plainTextMessageContent "Feugait facilisi sit praesent ex ut odio tation vulputate iriuredolor tationullamcorper esse luptatum. ".
+
+<urn:uuid:1706031665> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:667854246>;
+	nmo:sentDate "2008-06-12T16:06:13";
+	nmo:receivedDate "2008-06-12T16:06:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vcenteno veropraesent net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:955227775>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "chardaway velitdolore gov"];
+	nmo:messageSubject "Facilisis ea nostrud at in consequatvel dolor dolor accumsan duis ad eu molestie. ";
+	nmo:plainTextMessageContent "Nislut duis qui tation vel amet nulla in facilisis molestie. Hendrerit hendrerit laoreet duis blandit. ".
+
+<urn:uuid:1898134404> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:667854246>;
+	nmo:sentDate "2008-08-06T15:59:02";
+	nmo:receivedDate "2008-08-06T15:59:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vcenteno veropraesent net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1064068661>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "gspivey facilisiquis org"];
+	nmo:messageSubject "Duis nulla facilisi facilisis delenit ad eufeugiat duis. ";
+	nmo:plainTextMessageContent "Vel dolor amet enim nislut sit dolor commodo iriure consequatvel te nulla in. ".
+
+<urn:uuid:994500298> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:667854246>;
+	nmo:sentDate "2009-02-08T15:44:02";
+	nmo:receivedDate "2009-02-08T15:44:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vcenteno veropraesent net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Suscipit delenit veniam volutpat facilisi eum vero nulla et vel molestie lobortis velit. ";
+	nmo:plainTextMessageContent "Te luptatum quis in hendrerit ut feugait dolore. Laoreet wisi ex vero iriure facilisis erat vel esse volutpat lobortis etaccumsan autem. ".
+
+<urn:uuid:593163717> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:667854246>;
+	nmo:sentDate "2009-02-17T15:29:18";
+	nmo:receivedDate "2009-02-17T15:29:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vcenteno veropraesent net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:961783501>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "devon call etfacilisis eu"];
+	nmo:messageSubject "Nonummy doloremagna nonummy dolore ea hendrerit augue. ";
+	nmo:plainTextMessageContent "Vero nostrud veniam tincidunt molestie duis tincidunt iustoodio aliquam molestie consequatvel. ".
+
+<urn:uuid:1999024743> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:667854246>;
+	nmo:sentDate "2008-10-29T15:30:35";
+	nmo:receivedDate "2008-10-29T15:31:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vcenteno veropraesent net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1818355959>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dcolvin quisodio org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Delenit doloremagna luptatumzzril molestie eufeugiat commodo tationullamcorper delenit molestie dignissim tincidunt laoreet vulputate. ";
+	nmo:plainTextMessageContent "Nulla enim enim nostrud et enim vel tincidunt tincidunt exerci vulputate. ".
+
+<urn:uuid:1094276277> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:667854246>;
+	nmo:sentDate "2008-12-24T15:14:49";
+	nmo:receivedDate "2008-12-24T15:15:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vcenteno veropraesent net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:736958011>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lindsey mullin veniamlorem us"];
+	nmo:messageSubject "Aliquam doloremagna eros eum. ";
+	nmo:plainTextMessageContent "Ea eros blandit augue ut nulla te dignissim. Duis illum tincidunt commodoconsequat enim euismod. ".
+
+<urn:uuid:1117066164> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:667854246>;
+	nmo:sentDate "2008-11-03T16:01:21";
+	nmo:receivedDate "2008-11-03T16:02:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vcenteno veropraesent net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Nisl feugiat illum feugait commodoconsequat nulla. ";
+	nmo:plainTextMessageContent "Nibh facilisis veniamquis dignissim duis at dolore nulla eum in nulla et exerci ipsum. ".
+
+<urn:uuid:1082357840> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:667854246>;
+	nmo:sentDate "2008-03-02T16:00:46";
+	nmo:receivedDate "2008-03-02T16:00:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "vcenteno veropraesent net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1074437036>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rredman blanditodio net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Consectetuer in nonummy erat eros lobortis enim vulputate etaccumsan duis ullamcorper zzril. ";
+	nmo:plainTextMessageContent "Nostrud facilisi facilisi dolore. Odio feugiat eufeugiat luptatumzzril molestie suscipit commodoconsequat et duis consequatvel eu diam. ".
+
+<urn:uuid:272540444> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12747" ;
+	nco:locality "Hurleyville" ;
+	nco:streetAddress "796 Bavarian Trail" .
+
+<mailto:lbrowder tationullamcorperad net> a nco:EmailAddress; 
+	nco:emailAddress "lbrowder tationullamcorperad net".
+
+<urn:uuid:1557588955> a nco:PersonContact; 
+	nco:fullname "Louann Browder";
+	nco:nameGiven "Louann";
+	nco:nameFamily "Browder";
+	nco:birthDate "1942-07-08";
+	nco:hasEmailAddress <mailto:lbrowder tationullamcorperad net>;
+	nco:hasPostalAddress <urn:uuid:272540444>.
+
+<urn:uuid:824814789> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12482" ;
+	nco:locality "South Cairo" ;
+	nco:streetAddress "985 Kingcastle Circle" .
+
+<mailto:dlay aliquipodio gov> a nco:EmailAddress; 
+	nco:emailAddress "dlay aliquipodio gov".
+
+<urn:uuid:753773264> a nco:PersonContact; 
+	nco:fullname "Demetria Lay";
+	nco:nameGiven "Demetria";
+	nco:nameFamily "Lay";
+	nco:birthDate "1943-01-06";
+	nco:hasEmailAddress <mailto:dlay aliquipodio gov>;
+	nco:hasPostalAddress <urn:uuid:824814789>.
+
+<urn:uuid:1110006427> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11005" ;
+	nco:locality "Floral Park" ;
+	nco:streetAddress "1075 Greenmeadow Cove" .
+
+<mailto:shawn beasley veniampraesent us> a nco:EmailAddress; 
+	nco:emailAddress "shawn beasley veniampraesent us".
+
+<xmpp:shawn beasley gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Shawn Beasley" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Laoreet in autem etaccumsan hendrerit dignissim nulla. " ;
+	nco:imID "shawn beasley gmail com".
+
+<urn:uuid:690519120> a nco:PersonContact; 
+	nco:fullname "Shawn Beasley";
+	nco:nameGiven "Shawn";
+	nco:nameFamily "Beasley";
+	nco:birthDate "1942-04-11";
+	nco:hasEmailAddress <mailto:shawn beasley veniampraesent us>;
+	nco:hasIMAccount <xmpp:shawn beasley gmail com>;
+	nco:hasPostalAddress <urn:uuid:1110006427>.
+
+<urn:uuid:180420543> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06251" ;
+	nco:locality "Mansfield Depot" ;
+	nco:streetAddress "5048 Macey Parkway" .
+
+<mailto:frederic lees nislconsequat gov> a nco:EmailAddress; 
+	nco:emailAddress "frederic lees nislconsequat gov".
+
+<tel:+14018524093> a nco:PhoneNumber; 
+	nco:phoneNumber "(401)852-4093".
+
+<urn:uuid:2037147312> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14018524093>]; 
+	nmo:duration 34; 
+	nmo:receivedDate "2008-11-05T15:44:22". 
+
+<urn:uuid:761062093> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14018524093>]; 
+	nmo:duration 37; 
+	nmo:sentDate "2008-10-20T16:10:07". 
+
+<urn:uuid:40963414> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14018524093>]; 
+	nmo:duration 2; 
+	nmo:receivedDate "2008-07-11T15:40:57". 
+
+<urn:uuid:19054733> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14018524093>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-01T15:31:58";
+	nmo:receivedDate "2008-04-15T15:56:35";
+	nmo:plainTextMessageContent "Velit dolor vero ut illum ad duis velit vulputate ullamcorper esse. Duis velit aliquip aliquip te blandit ex in ut ut at veniamquis adipiscing. Illum volutpat qui lorem et et accumsan enim autem elitsed duis. Nislut eu autem volutpat. Lobortis vel ad delenitaugue esse lobortis odio exerci lobortis vero dignissim at. ".
+
+<urn:uuid:1663024592> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14018524093>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-25T16:06:12";
+	nmo:receivedDate "2008-10-29T15:43:13";
+	nmo:plainTextMessageContent "Facilisis minim commodoconsequat consequat enim at ad suscipit at dolore ipsum molestie feugait aliquam. Dignissim hendrerit suscipit at consectetuer ad in vel suscipit odio iustoodio. Tincidunt vulputate erat nostrud nonummy invulputate eu nulla blandit aliquip dolore eu dolor. Ex vulputate amet aliquip ipsum tincidunt delenitaugue facilisi et nostrud. ".
+
+<urn:uuid:1880895897> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14018524093>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-30T15:34:21";
+	nmo:receivedDate "2008-05-30T15:18:17";
+	nmo:plainTextMessageContent "At nulla elitsed aliquip lobortis ea praesent consequat molestie laoreet feugait et. Hendrerit molestie facilisi praesent duis feugait. Autem invulputate aliquip enim qui at facilisis feugait Utwisi ut in luptatumzzril illum. Eros praesent iriure ut dolore facilisis sit esse dolor ullamcorper wisi. Nislut ullamcorper volutpat facilisis vel exerci enim vel. Vero doloremagna doloremagna qui Utwisi feugait esse. In ipsum ex eum dignissim facilisi aliquip delenit zzril ut. ".
+
+<urn:uuid:285202041> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14018524093>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-15T15:42:28";
+	nmo:receivedDate "2008-01-17T15:45:35";
+	nmo:plainTextMessageContent "Duis in zzril consequatvel erat nibh et nostrud euismod wisi feugait consequat. Tincidunt iusto iustoodio duis exerci luptatum dignissim wisi. Ad in odio esse. Facilisi molestie tation esse qui dolore. In in et ad suscipit hendrerit iustoodio wisi augue. At molestie ipsum te hendrerit illum minim iusto lorem Utwisi. ".
+
+<urn:uuid:2108720409> a nco:PersonContact; 
+	nco:fullname "Frederic Lees";
+	nco:nameGiven "Frederic";
+	nco:nameFamily "Lees";
+	nco:birthDate "1942-07-04";
+	nco:hasEmailAddress <mailto:frederic lees nislconsequat gov>;
+	nco:hasPhoneNumber <tel:+14018524093>;
+	nco:hasPostalAddress <urn:uuid:180420543>.
+
+<urn:uuid:539305255> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01098" ;
+	nco:locality "Worthington" ;
+	nco:streetAddress "7815 Wyndhurst Way" .
+
+<mailto:dtovar eaat info> a nco:EmailAddress; 
+	nco:emailAddress "dtovar eaat info".
+
+<xmpp:debora tovar gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Debora Tovar" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Iriure iustoodio eum qui. " ;
+	nco:imID "debora tovar gmail com".
+
+<urn:uuid:939069366> a nco:PersonContact; 
+	nco:fullname "Debora Tovar";
+	nco:nameGiven "Debora";
+	nco:nameFamily "Tovar";
+	nco:birthDate "1942-06-16";
+	nco:hasEmailAddress <mailto:dtovar eaat info>;
+	nco:hasIMAccount <xmpp:debora tovar gmail com>;
+	nco:hasPostalAddress <urn:uuid:539305255>.
+
+<urn:uuid:263687389> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:939069366>;
+	nmo:sentDate "2008-09-23T15:16:17";
+	nmo:receivedDate "2008-09-23T15:16:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtovar eaat info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Adipiscing adipiscing aliquip autem eros ex tationullamcorper vero wisi. ";
+	nmo:plainTextMessageContent "Nisl nonummy eu in exerci ullamcorper tation vel duis lobortis dolor. ".
+
+<urn:uuid:1131827572> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:939069366>;
+	nmo:sentDate "2008-02-20T15:58:57";
+	nmo:receivedDate "2008-02-20T15:59:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtovar eaat info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:187602804>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kfalcon exconsequatvel eu"];
+	nmo:messageSubject "Ad duis invulputate elitsed elitsed enim in esse consequat te nislut exerci dignissim. ";
+	nmo:plainTextMessageContent "Consequat tation wisi sit nostrud invulputate eu te qui vero in qui. Augue suscipit vulputate luptatumzzril dolore veniamquis facilisi nonummy veniamquis. ".
+
+<urn:uuid:227984037> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:939069366>;
+	nmo:sentDate "2008-07-03T15:18:15";
+	nmo:receivedDate "2008-07-03T15:18:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtovar eaat info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Autem nulla facilisis eufeugiat ipsum eros qui sit. ";
+	nmo:plainTextMessageContent "Consequat blandit nostrud facilisis praesent odio ea invulputate volutpat minim erat. ".
+
+<urn:uuid:1164084428> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:939069366>;
+	nmo:sentDate "2008-07-29T15:12:47";
+	nmo:receivedDate "2008-07-29T15:13:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtovar eaat info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:542941629>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "pboland inconsequat edu"];
+	nmo:messageSubject "Dolore nostrud qui molestie. ";
+	nmo:plainTextMessageContent "Esse feugiat dignissim nisl exerci et molestie. ".
+
+<urn:uuid:1755493515> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:939069366>;
+	nmo:sentDate "2008-11-04T16:02:34";
+	nmo:receivedDate "2008-11-04T16:02:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtovar eaat info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1717832073>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "vtracey doloreiriuredolor info"];
+	nmo:messageSubject "Ut nulla praesent dignissim odio velit et luptatum. ";
+	nmo:plainTextMessageContent "In minim molestie feugait. ".
+
+<urn:uuid:325817187> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:939069366>;
+	nmo:sentDate "2008-03-22T16:05:50";
+	nmo:receivedDate "2008-03-22T16:06:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtovar eaat info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Luptatum delenit ad iustoodio et molestie et eros esse dignissim lobortis. ";
+	nmo:plainTextMessageContent "Ad aliquip consequat duis et eum. Quis delenit augue qui hendrerit et facilisi laoreet ad dolore tation at ut quis. ".
+
+<urn:uuid:401652640> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:939069366>;
+	nmo:sentDate "2008-06-13T15:28:07";
+	nmo:receivedDate "2008-06-13T15:28:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtovar eaat info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Feugait minim sit dolore autem et illum nostrud te. ";
+	nmo:plainTextMessageContent "Duis enim euismod esse suscipit tation lobortis tincidunt commodo ex duis eros nostrud. ".
+
+<urn:uuid:1971741464> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:939069366>;
+	nmo:sentDate "2008-05-27T16:01:24";
+	nmo:receivedDate "2008-05-27T16:01:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtovar eaat info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1099050210>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rbarney illumcommodoconsequat eu"];
+	nmo:messageSubject "Qui eros ut nibh lobortis minim autem dolor dignissim illum eufeugiat ea. ";
+	nmo:plainTextMessageContent "Eros wisi tation exerci in dolor suscipit ex luptatumzzril Utwisi iusto ex minim minim. ".
+
+<urn:uuid:528213950> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:939069366>;
+	nmo:sentDate "2008-09-12T15:57:45";
+	nmo:receivedDate "2008-09-12T15:58:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtovar eaat info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1209628754>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ross day veniamquisautem net"];
+	nmo:messageSubject "Zzril illum vero nulla esse ut eu exerci eros tincidunt. ";
+	nmo:plainTextMessageContent "Nostrud elitsed aliquip duis. Veniamquis sit feugiat ad facilisis. ".
+
+<urn:uuid:1596389817> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:939069366>;
+	nmo:sentDate "2008-12-06T16:08:48";
+	nmo:receivedDate "2008-12-06T16:08:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtovar eaat info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Quis eros dolor delenitaugue Utwisi consequat dolor. ";
+	nmo:plainTextMessageContent "Lorem ut aliquam lobortis commodo in eufeugiat minim molestie lorem. ".
+
+<urn:uuid:1078704901> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:939069366>;
+	nmo:sentDate "2008-08-28T15:36:10";
+	nmo:receivedDate "2008-08-28T15:36:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtovar eaat info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Laoreet blandit dolore lobortis consectetuer illum duis tationullamcorper ad ut aliquam at feugiat. ";
+	nmo:plainTextMessageContent "Accumsan suscipit nislut nulla. ".
+
+<urn:uuid:1963779664> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:939069366>;
+	nmo:sentDate "2008-10-21T15:52:42";
+	nmo:receivedDate "2008-10-21T15:52:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtovar eaat info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Veniamquis in amet dolor ut veniamquis. ";
+	nmo:plainTextMessageContent "Te velit veniam illum tation invulputate. Dolor molestie velit odio illum iriure iriuredolor at iustoodio. ".
+
+<urn:uuid:1868339468> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:939069366>;
+	nmo:sentDate "2009-01-10T15:20:26";
+	nmo:receivedDate "2009-01-10T15:20:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtovar eaat info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:131013304>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lwoodbury praesentelitsed org"];
+	nmo:messageSubject "Feugait quis suscipit aliquam consequat illum nulla in nisl ipsum iriure velit iusto. ";
+	nmo:plainTextMessageContent "Facilisis iusto veniam tincidunt facilisis qui suscipit tincidunt facilisis ullamcorper. Aliquam aliquip illum dolore ad facilisi. ".
+
+<urn:uuid:1690307940> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:939069366>;
+	nmo:sentDate "2008-09-18T15:46:21";
+	nmo:receivedDate "2008-09-18T15:46:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtovar eaat info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Doloremagna qui autem esse molestie consectetuer facilisis ad. ";
+	nmo:plainTextMessageContent "Ex molestie autem tationullamcorper consequatvel lobortis feugiat eros iusto in. Luptatum etaccumsan suscipit consequat consequatvel feugiat delenitaugue commodoconsequat delenitaugue tationullamcorper quis euismod. ".
+
+<urn:uuid:1521710813> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:939069366>;
+	nmo:sentDate "2009-02-12T15:15:00";
+	nmo:receivedDate "2009-02-12T15:15:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtovar eaat info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:917119277>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "homer eubanks invulputatedignissim edu"];
+	nmo:messageSubject "Ea dolore lobortis dolor eum. ";
+	nmo:plainTextMessageContent "Ex ad exerci vel amet luptatum nibh. ".
+
+<urn:uuid:1741384878> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:939069366>;
+	nmo:sentDate "2008-09-05T15:58:33";
+	nmo:receivedDate "2008-09-05T15:59:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtovar eaat info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1128418759>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "emoriarty autemfeugiat net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Consectetuer esse zzril in diam aliquam ea ex autem erat eufeugiat nostrud volutpat. ";
+	nmo:plainTextMessageContent "Eum aliquip amet facilisi amet iusto eros. ".
+
+<urn:uuid:650471777> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:939069366>;
+	nmo:sentDate "2008-03-08T15:25:45";
+	nmo:receivedDate "2008-03-08T15:25:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtovar eaat info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1259398744>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "eugenio hawthorne duisfacilisis info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Tincidunt commodoconsequat nibh nostrud feugait Utwisi. ";
+	nmo:plainTextMessageContent "Blandit iriuredolor et ad. ".
+
+<urn:uuid:40786166> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:939069366>;
+	nmo:sentDate "2008-08-12T15:50:15";
+	nmo:receivedDate "2008-08-12T15:50:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtovar eaat info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:359399277>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "janis hynes nisluteum com"];
+	nmo:messageSubject "Hendrerit Utwisi blandit te augue accumsan nislut tationullamcorper dignissim iriuredolor lobortis minim. ";
+	nmo:plainTextMessageContent "Iusto facilisis hendrerit delenitaugue. Suscipit nostrud tincidunt eros. ".
+
+<urn:uuid:1546379786> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:939069366>;
+	nmo:sentDate "2008-07-10T15:51:47";
+	nmo:receivedDate "2008-07-10T15:52:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtovar eaat info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:22869447>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "belmore inblandit eu"];
+	nmo:messageSubject "Nisl minim erat aliquam facilisi commodoconsequat te ut accumsan diam blandit. ";
+	nmo:plainTextMessageContent "Iriuredolor dolore Utwisi ad doloremagna facilisi dolore dolore commodo commodo. Consequatvel eum adipiscing esse commodo vero in consequatvel at nulla invulputate. ".
+
+<urn:uuid:1688384> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:939069366>;
+	nmo:sentDate "2008-07-09T15:45:24";
+	nmo:receivedDate "2008-07-09T15:45:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "dtovar eaat info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1675075664>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "greg dasilva nibhtationullamcorper com"];
+	nmo:messageSubject "Minim vel sit suscipit suscipit doloremagna facilisis dolore velit nulla nostrud duis. ";
+	nmo:plainTextMessageContent "Erat molestie eum feugait feugait duis laoreet facilisi consectetuer duis feugait ea. ".
+
+<urn:uuid:1162455868> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11255" ;
+	nco:locality "Brooklyn" ;
+	nco:streetAddress "5991 Dunedin Circle" .
+
+<mailto:mrush ameteu info> a nco:EmailAddress; 
+	nco:emailAddress "mrush ameteu info".
+
+<xmpp:maria rush gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Maria Rush" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Euismod etaccumsan in vero exerci consequat hendrerit esse. " ;
+	nco:imID "maria rush gmail com".
+
+<urn:uuid:488134856> a nco:PersonContact; 
+	nco:fullname "Maria Rush";
+	nco:nameGiven "Maria";
+	nco:nameFamily "Rush";
+	nco:birthDate "1943-02-08";
+	nco:hasEmailAddress <mailto:mrush ameteu info>;
+	nco:hasIMAccount <xmpp:maria rush gmail com>;
+	nco:hasPostalAddress <urn:uuid:1162455868>.
+
+<urn:uuid:1243941029> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2008-10-27T15:23:17";
+	nmo:receivedDate "2008-10-27T15:23:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla ullamcorper erat iusto. ";
+	nmo:plainTextMessageContent "Volutpat eros hendrerit lobortis aliquam iusto feugait facilisi lobortis zzril et tationullamcorper lorem. ".
+
+<urn:uuid:907613685> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2008-02-11T15:59:50";
+	nmo:receivedDate "2008-02-11T15:59:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Duis Utwisi in te nonummy ut facilisis ea enim enim vero. ";
+	nmo:plainTextMessageContent "Praesent blandit te adipiscing. ".
+
+<urn:uuid:1326344195> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2008-08-21T15:33:12";
+	nmo:receivedDate "2008-08-21T15:33:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eros diam vero ullamcorper dolore. ";
+	nmo:plainTextMessageContent "Blandit feugait aliquip suscipit qui autem vero eum lobortis delenit euismod minim feugait. Ea suscipit aliquam duis nostrud luptatumzzril aliquam. ".
+
+<urn:uuid:349554881> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2008-02-16T15:29:49";
+	nmo:receivedDate "2008-02-16T15:30:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1543085371>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kaye griffiths consequateros eu"];
+	nmo:messageSubject "Dolor vel velit praesent suscipit esse nulla ut nulla esse nislut velit vero dolore. ";
+	nmo:plainTextMessageContent "Odio dolore Utwisi ex tationullamcorper. Suscipit praesent odio duis nulla molestie ipsum blandit iustoodio ut Utwisi quis. ".
+
+<urn:uuid:424013073> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2008-12-03T15:17:39";
+	nmo:receivedDate "2008-12-03T15:18:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:861007884>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "errol goodman ipsumiriuredolor tv"];
+	nmo:messageSubject "Velit dolore enim ad ullamcorper dignissim. ";
+	nmo:plainTextMessageContent "At ex nisl lorem blandit tincidunt Utwisi ad feugait veniamquis. ".
+
+<urn:uuid:993555777> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2008-04-21T16:06:03";
+	nmo:receivedDate "2008-04-21T16:06:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1857965994>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "nathanael roberson dolorut org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Ea vel nulla hendrerit eufeugiat commodo delenitaugue commodo ad qui. ";
+	nmo:plainTextMessageContent "Enim dolor nulla esse. Autem autem illum in. ".
+
+<urn:uuid:616211799> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2009-02-16T16:10:55";
+	nmo:receivedDate "2009-02-16T16:11:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:160363725>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "elida sperry quieros info"];
+	nmo:bcc <urn:uuid:1276383388>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lwashburn volutpatmolestie info"];
+	nmo:messageSubject "Minim te ut blandit commodoconsequat autem dignissim nisl molestie exerci ea facilisi delenitaugue. ";
+	nmo:plainTextMessageContent "Erat dignissim ea aliquam qui feugait. ".
+
+<urn:uuid:2099027053> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2008-11-22T15:38:42";
+	nmo:receivedDate "2008-11-22T15:38:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1613868251>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kelli fitzpatrick nostrudaugue net"];
+	nmo:messageSubject "Minim feugait amet dolor nostrud et ad aliquip duis. ";
+	nmo:plainTextMessageContent "Ad zzril feugait Utwisi. ".
+
+<urn:uuid:1295111452> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2008-02-04T15:26:05";
+	nmo:receivedDate "2008-02-04T15:26:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:376019423>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bdeyoung hendreritblandit info"];
+	nmo:messageSubject "Enim tationullamcorper duis nostrud ullamcorper autem ipsum nostrud minim volutpat minim iriuredolor ullamcorper. ";
+	nmo:plainTextMessageContent "In nibh molestie veniamquis minim. Iriure nostrud molestie erat. ".
+
+<urn:uuid:117735209> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2008-05-29T15:45:34";
+	nmo:receivedDate "2008-05-29T15:46:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Enim exerci lobortis eros euismod diam exerci eufeugiat lobortis aliquam ut veniamquis. ";
+	nmo:plainTextMessageContent "Suscipit iusto ut nislut. ".
+
+<urn:uuid:1860501075> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2008-07-02T15:37:51";
+	nmo:receivedDate "2008-07-02T15:38:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:654409462>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "judi whipple diamduis eu"];
+	nmo:bcc <urn:uuid:1208101714>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ggood inut org"];
+	nmo:messageSubject "Invulputate nislut tation molestie. ";
+	nmo:plainTextMessageContent "Duis et iusto dolore delenitaugue dolor iriure minim lorem et vero duis at. Ut lobortis feugait luptatumzzril consequatvel veniam hendrerit. ".
+
+<urn:uuid:801114243> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2008-10-01T15:55:48";
+	nmo:receivedDate "2008-10-01T15:56:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nibh sit at vulputate ea iriuredolor. ";
+	nmo:plainTextMessageContent "Tincidunt illum lobortis suscipit ex enim duis vel ea dignissim tationullamcorper iriure. Nulla eros dolore velit ad exerci eufeugiat amet iriure. ".
+
+<urn:uuid:1820336387> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2008-06-18T15:24:26";
+	nmo:receivedDate "2008-06-18T15:24:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:253585491>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rchisolm inqui info"];
+	nmo:messageSubject "Amet illum wisi exerci dignissim Utwisi esse in velit luptatum. ";
+	nmo:plainTextMessageContent "Dolor in ea eum dolore ad luptatumzzril luptatum duis nostrud consectetuer te. Enim minim eufeugiat suscipit at ut suscipit te feugait blandit. ".
+
+<urn:uuid:2002187759> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2009-01-30T15:47:45";
+	nmo:receivedDate "2009-01-30T15:47:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:47994502>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "apitcher ineu tv"];
+	nmo:messageSubject "Facilisi tincidunt et molestie eum nonummy vel delenitaugue praesent. ";
+	nmo:plainTextMessageContent "Eum consequat hendrerit augue. Feugait autem ea eros enim nonummy nibh eum facilisis hendrerit aliquip tation. ".
+
+<urn:uuid:2052272311> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2008-06-29T15:40:10";
+	nmo:receivedDate "2008-06-29T15:40:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:289258122>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "leng consectetueririuredolor org"];
+	nmo:bcc <urn:uuid:1041134315>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "marcelina epps molestienostrud com"];
+	nmo:messageSubject "In nostrud lobortis feugait etaccumsan consequat ex ea wisi ut. ";
+	nmo:plainTextMessageContent "Illum facilisi vero minim adipiscing ea vero at consequatvel suscipit odio at lobortis. Molestie dignissim laoreet hendrerit feugait esse tincidunt Utwisi amet in quis nostrud nisl. ".
+
+<urn:uuid:1954152407> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2008-01-15T15:35:41";
+	nmo:receivedDate "2008-01-15T15:36:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1617595122>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mariano pringle facilisinonummy net"];
+	nmo:messageSubject "Suscipit nostrud illum hendrerit accumsan velit tincidunt eros. ";
+	nmo:plainTextMessageContent "In duis qui et hendrerit wisi nulla hendrerit aliquip facilisis. Suscipit feugait vero nulla enim. ".
+
+<urn:uuid:965904684> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2009-02-17T15:41:33";
+	nmo:receivedDate "2009-02-17T15:42:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Delenit accumsan hendrerit wisi consequatvel et ut veniamquis. ";
+	nmo:plainTextMessageContent "Eum eros ad nulla ullamcorper ut qui ut luptatum eufeugiat nonummy. ".
+
+<urn:uuid:674171233> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2008-07-25T16:07:19";
+	nmo:receivedDate "2008-07-25T16:07:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1407073247>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mreich consequatvelnulla com"];
+	nmo:messageSubject "Ea consequat feugait autem. ";
+	nmo:plainTextMessageContent "Doloremagna iusto duis blandit delenitaugue molestie vero ex molestie delenit tincidunt dolor esse. Nonummy minim tation nonummy iriuredolor. ".
+
+<urn:uuid:724710418> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2008-07-21T15:45:26";
+	nmo:receivedDate "2008-07-21T15:45:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:163785100>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "fmcintosh adat org"];
+	nmo:messageSubject "Molestie nislut ad veniamquis duis veniamquis. ";
+	nmo:plainTextMessageContent "Aliquam ipsum ex et diam et et nostrud feugiat delenitaugue etaccumsan nostrud amet. ".
+
+<urn:uuid:1078233782> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2008-08-26T15:18:53";
+	nmo:receivedDate "2008-08-26T15:18:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Suscipit eufeugiat euismod et. ";
+	nmo:plainTextMessageContent "Dolor luptatum facilisi qui ut iusto ut vel iriuredolor at in ad. ".
+
+<urn:uuid:794020767> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2009-01-17T15:44:34";
+	nmo:receivedDate "2009-01-17T15:45:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:119248220>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ofelia tennant incommodo gov"];
+	nmo:bcc <urn:uuid:276106236>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "phillis caraway nislnulla tv"];
+	nmo:messageSubject "Vero feugiat tincidunt tincidunt blandit iriuredolor nulla. ";
+	nmo:plainTextMessageContent "Minim nulla autem vel delenitaugue diam molestie dolore feugait. ".
+
+<urn:uuid:961421326> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2008-05-23T15:43:37";
+	nmo:receivedDate "2008-05-23T15:43:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:522539322>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "alpha darling commodoaliquip gov"];
+	nmo:bcc <urn:uuid:67388568>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lher odioconsequatvel com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Facilisi facilisi dolore nulla exerci feugait. ";
+	nmo:plainTextMessageContent "Vel iriuredolor ad in. ".
+
+<urn:uuid:479522917> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2008-08-11T16:10:21";
+	nmo:receivedDate "2008-08-11T16:10:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1064068661>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "gspivey facilisiquis org"];
+	nmo:messageSubject "Lobortis exerci nibh euismod lobortis ut eros commodoconsequat luptatum eum velit duis at nostrud. ";
+	nmo:plainTextMessageContent "Facilisis nisl iriure adipiscing. ".
+
+<urn:uuid:541145324> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2008-03-03T15:44:06";
+	nmo:receivedDate "2008-03-03T15:45:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:214097226>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rgant luptatumfeugait us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Qui et wisi ex et delenitaugue augue facilisi. ";
+	nmo:plainTextMessageContent "Vero zzril sit hendrerit ad. ".
+
+<urn:uuid:886606525> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2008-07-13T15:17:37";
+	nmo:receivedDate "2008-07-13T15:17:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1356532938>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "sha iniriuredolor eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Veniam etaccumsan at nulla blandit diam minim te facilisi dolore. ";
+	nmo:plainTextMessageContent "Lorem at blandit et nislut duis nisl ea autem autem. ".
+
+<urn:uuid:1673282959> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2009-02-17T15:58:50";
+	nmo:receivedDate "2009-02-17T15:59:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "In feugait eufeugiat enim vel duis nostrud. ";
+	nmo:plainTextMessageContent "Utwisi velit facilisi ea molestie velit ipsum at nulla te exerci sit consequat. Ex dolor facilisi enim minim blandit laoreet vel. ".
+
+<urn:uuid:400384027> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2008-10-16T15:23:10";
+	nmo:receivedDate "2008-10-16T15:23:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iusto lobortis etaccumsan ea dolore at feugait facilisi tation suscipit commodoconsequat. ";
+	nmo:plainTextMessageContent "Sit ex invulputate et molestie suscipit ullamcorper nibh qui lobortis. Invulputate delenit illum hendrerit esse eros eros in invulputate iustoodio. ".
+
+<urn:uuid:1117260619> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2008-10-23T15:21:02";
+	nmo:receivedDate "2008-10-23T15:21:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:659563845>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "nwhitten illumdolore edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Vero feugiat vulputate eum commodo hendrerit dolor blandit duis aliquip. ";
+	nmo:plainTextMessageContent "Dolor exerci facilisis hendrerit consequat in feugiat delenit consectetuer eufeugiat tincidunt zzril aliquip. ".
+
+<urn:uuid:220787794> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2008-01-19T15:51:41";
+	nmo:receivedDate "2008-01-19T15:52:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:67233756>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "burton batchelor duisaccumsan net"];
+	nmo:messageSubject "Te at commodoconsequat duis minim molestie praesent odio duis doloremagna exerci. ";
+	nmo:plainTextMessageContent "Ullamcorper commodo autem ex Utwisi etaccumsan eum consequat enim vel dolor dolor praesent nibh. ".
+
+<urn:uuid:1319521076> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:488134856>;
+	nmo:sentDate "2009-01-29T16:05:42";
+	nmo:receivedDate "2009-01-29T16:06:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1849512391>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "catalina hibbard utaliquip com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Consectetuer delenit iustoodio duis duis dolor tation te. ";
+	nmo:plainTextMessageContent "Nonummy vero elitsed ipsum iriuredolor minim nibh iriure volutpat dolore duis suscipit hendrerit nonummy. Tincidunt eum tincidunt luptatumzzril feugait exerci eufeugiat hendrerit consequat amet minim tincidunt. ".
+
+<urn:uuid:1599187035> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02359" ;
+	nco:locality "Pembroke" ;
+	nco:streetAddress "4904 Broadgreen Cove" .
+
+<mailto:lane pulliam commodoconsequatvelit com> a nco:EmailAddress; 
+	nco:emailAddress "lane pulliam commodoconsequatvelit com".
+
+<xmpp:lane pulliam gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Lane Pulliam" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Nulla nonummy exerci lobortis etaccumsan nisl aliquam in. " ;
+	nco:imID "lane pulliam gmail com".
+
+<urn:uuid:1093896736> a nco:PersonContact; 
+	nco:fullname "Lane Pulliam";
+	nco:nameGiven "Lane";
+	nco:nameFamily "Pulliam";
+	nco:birthDate "1942-10-19";
+	nco:hasEmailAddress <mailto:lane pulliam commodoconsequatvelit com>;
+	nco:hasIMAccount <xmpp:lane pulliam gmail com>;
+	nco:hasPostalAddress <urn:uuid:1599187035>.
+
+<urn:uuid:1462539177> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04616" ;
+	nco:locality "Brooklin" ;
+	nco:streetAddress "1761 Pawnee Cove" .
+
+<mailto:samuel brookins volutpatautem org> a nco:EmailAddress; 
+	nco:emailAddress "samuel brookins volutpatautem org".
+
+<urn:uuid:191180410> a nco:PersonContact; 
+	nco:fullname "Samuel Brookins";
+	nco:nameGiven "Samuel";
+	nco:nameFamily "Brookins";
+	nco:birthDate "1942-12-04";
+	nco:hasEmailAddress <mailto:samuel brookins volutpatautem org>;
+	nco:hasPostalAddress <urn:uuid:1462539177>.
+
+<urn:uuid:1695563208> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14538" ;
+	nco:locality "Pultneyville" ;
+	nco:streetAddress "9586 Rutherford Circle" .
+
+<mailto:clarence higginbotham doloramet com> a nco:EmailAddress; 
+	nco:emailAddress "clarence higginbotham doloramet com".
+
+<urn:uuid:912819978> a nco:PersonContact; 
+	nco:fullname "Clarence Higginbotham";
+	nco:nameGiven "Clarence";
+	nco:nameFamily "Higginbotham";
+	nco:birthDate "1942-08-24";
+	nco:hasAffiliation "Operator Milling/Planing";
+	nco:hasEmailAddress <mailto:clarence higginbotham doloramet com>;
+	nco:hasPostalAddress <urn:uuid:1695563208>.
+
+<urn:uuid:1008391437> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1100613381>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Facilisis ut iriure feugait nulla vero nostrud lobortis dolore minim ut. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-24T19:11:34"];
+	ncal:dtend [ncal:dateTime "2009-02-24T19:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1100613381>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:2061579792> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "RI" ;
+	nco:postalcode "02881" ;
+	nco:locality "Kingston" ;
+	nco:streetAddress "3746 Cobblestone Lane" .
+
+<mailto:colvera ametnonummy net> a nco:EmailAddress; 
+	nco:emailAddress "colvera ametnonummy net".
+
+<urn:uuid:1851830242> a nco:PersonContact; 
+	nco:fullname "Cornell Olvera";
+	nco:nameGiven "Cornell";
+	nco:nameFamily "Olvera";
+	nco:birthDate "1942-04-27";
+	nco:hasAffiliation "Office Helper";
+	nco:hasEmailAddress <mailto:colvera ametnonummy net>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:2061579792>.
+
+<urn:uuid:51066021> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1851830242>;
+	nmo:sentDate "2008-06-03T16:01:25";
+	nmo:receivedDate "2008-06-03T16:02:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colvera ametnonummy net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla eum commodo vel ut laoreet luptatumzzril nislut laoreet eros blandit. ";
+	nmo:plainTextMessageContent "Duis enim ad delenit lobortis dolore iustoodio accumsan at wisi enim. ".
+
+<urn:uuid:286978249> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1851830242>;
+	nmo:sentDate "2009-01-26T15:32:34";
+	nmo:receivedDate "2009-01-26T15:32:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colvera ametnonummy net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1540686483>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "odessa stinson iustoodiodolor gov"];
+	nmo:messageSubject "Dolor laoreet velit nulla erat odio feugait luptatumzzril lorem at consequat minim velit minim. ";
+	nmo:plainTextMessageContent "In nulla doloremagna molestie iriuredolor dolore in dignissim suscipit invulputate tationullamcorper nostrud nulla luptatumzzril. Adipiscing enim eros aliquip blandit facilisi exerci dolore nonummy enim tation ullamcorper praesent sit. ".
+
+<urn:uuid:1831559331> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1851830242>;
+	nmo:sentDate "2008-06-06T15:16:06";
+	nmo:receivedDate "2008-06-06T15:16:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colvera ametnonummy net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Sit praesent velit in volutpat feugait dolore esse eros dignissim hendrerit. ";
+	nmo:plainTextMessageContent "Dignissim ut ex facilisis ad vero et autem illum esse. Eum et aliquip te et ad minim Utwisi molestie dolore autem duis diam. ".
+
+<urn:uuid:2130707342> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1851830242>;
+	nmo:sentDate "2008-02-06T15:34:59";
+	nmo:receivedDate "2008-02-06T15:35:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "colvera ametnonummy net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Qui veniamquis illum dolor dignissim lorem ad eu vero. ";
+	nmo:plainTextMessageContent "Utwisi molestie ex et nibh blandit feugait. ".
+
+<urn:uuid:776455674> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10150" ;
+	nco:locality "New York" ;
+	nco:streetAddress "9177 Weston Lane" .
+
+<mailto:matthew venegas velitad info> a nco:EmailAddress; 
+	nco:emailAddress "matthew venegas velitad info".
+
+<urn:uuid:1597396188> a nco:PersonContact; 
+	nco:fullname "Matthew Venegas";
+	nco:nameGiven "Matthew";
+	nco:nameFamily "Venegas";
+	nco:birthDate "1942-10-20";
+	nco:hasAffiliation "Child Care Leader";
+	nco:hasEmailAddress <mailto:matthew venegas velitad info>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:776455674>.
+
+<urn:uuid:2132184368> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06235" ;
+	nco:locality "Chaplin" ;
+	nco:streetAddress "4360 Kimforest Way" .
+
+<mailto:abostick enimin org> a nco:EmailAddress; 
+	nco:emailAddress "abostick enimin org".
+
+<urn:uuid:152293391> a nco:PersonContact; 
+	nco:fullname "Adelaide Bostick";
+	nco:nameGiven "Adelaide";
+	nco:nameFamily "Bostick";
+	nco:birthDate "1942-03-10";
+	nco:hasAffiliation "Lecturer";
+	nco:hasEmailAddress <mailto:abostick enimin org>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:2132184368>.
+
+<urn:uuid:946388478> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:152293391>;
+	nmo:sentDate "2008-02-18T15:38:57";
+	nmo:receivedDate "2008-02-18T15:39:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "abostick enimin org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Enim etaccumsan esse facilisi illum Utwisi illum facilisis lorem sit odio. ";
+	nmo:plainTextMessageContent "Commodo esse consequat elitsed qui accumsan consequatvel molestie ut duis tationullamcorper quis. ".
+
+<urn:uuid:1008446738> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:152293391>;
+	nmo:sentDate "2008-05-24T15:24:05";
+	nmo:receivedDate "2008-05-24T15:24:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "abostick enimin org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Utwisi diam vel erat in te facilisi euismod ad et velit praesent hendrerit facilisi. ";
+	nmo:plainTextMessageContent "Illum esse iusto veniam ex exerci molestie duis eros nulla veniamquis. ".
+
+<urn:uuid:856117204> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:152293391>;
+	nmo:sentDate "2009-02-09T15:27:03";
+	nmo:receivedDate "2009-02-09T15:27:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "abostick enimin org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1145447484>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "vlangford eumodio org"];
+	nmo:messageSubject "Vel ex tation lobortis molestie. ";
+	nmo:plainTextMessageContent "Dolore commodoconsequat autem ea eu lorem delenitaugue nulla. ".
+
+<urn:uuid:538876542> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:152293391>;
+	nmo:sentDate "2008-07-03T15:25:25";
+	nmo:receivedDate "2008-07-03T15:26:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "abostick enimin org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1758115378>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "elliot williford verolobortis info"];
+	nmo:messageSubject "Consequatvel augue ex elitsed molestie euismod commodoconsequat nulla te nisl Utwisi consequat velit aliquip. ";
+	nmo:plainTextMessageContent "Enim facilisis lobortis laoreet aliquam et commodo nulla hendrerit enim duis esse. Augue invulputate amet minim. ".
+
+<urn:uuid:2079677744> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:152293391>;
+	nmo:sentDate "2008-08-24T15:28:24";
+	nmo:receivedDate "2008-08-24T15:29:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "abostick enimin org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:564700584>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "tamera spurlock nullairiuredolor eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Te dignissim minim iustoodio consectetuer consequat dolore ipsum sit nulla. ";
+	nmo:plainTextMessageContent "Tation dolore veniamquis velit vel vero facilisis luptatum luptatum augue dolore feugait lobortis. Exerci hendrerit iriure blandit nulla ullamcorper duis iusto commodo ut. ".
+
+<urn:uuid:1410796482> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:152293391>;
+	nmo:sentDate "2008-08-24T15:47:15";
+	nmo:receivedDate "2008-08-24T15:47:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "abostick enimin org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:337010795>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dharry eaipsum tv"];
+	nmo:messageSubject "Facilisi ea suscipit diam commodo ad et nulla dolor feugait. ";
+	nmo:plainTextMessageContent "Tation ipsum ullamcorper enim duis dignissim autem quis Utwisi dolor et exerci suscipit feugait. Ad qui te iriuredolor suscipit. ".
+
+<urn:uuid:599484736> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:152293391>;
+	nmo:sentDate "2008-09-30T16:09:27";
+	nmo:receivedDate "2008-09-30T16:09:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "abostick enimin org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nostrud eros lorem commodoconsequat illum blandit duis ex. ";
+	nmo:plainTextMessageContent "Praesent lobortis nulla consequat enim enim augue duis. Nislut molestie eros at molestie nulla duis. ".
+
+<urn:uuid:1727088021> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:152293391>;
+	nmo:sentDate "2008-11-16T15:25:20";
+	nmo:receivedDate "2008-11-16T15:25:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "abostick enimin org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Lobortis dignissim facilisi facilisi aliquam iusto eum te aliquip ad iriuredolor ad vulputate volutpat. ";
+	nmo:plainTextMessageContent "Accumsan velit eum dignissim duis in ipsum dignissim dolore esse molestie ut autem suscipit. Diam augue veniam iusto enim duis duis facilisi nostrud consequat. ".
+
+<urn:uuid:385244497> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:152293391>;
+	nmo:sentDate "2008-01-15T16:03:09";
+	nmo:receivedDate "2008-01-15T16:03:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "abostick enimin org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1593126247>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "noreen watt dignissimfacilisi tv"];
+	nmo:messageSubject "Diam qui eum molestie feugait exerci ut vero iriuredolor feugait esse zzril duis elitsed. ";
+	nmo:plainTextMessageContent "Vel nislut consequatvel adipiscing adipiscing eum in. ".
+
+<urn:uuid:795919417> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13092" ;
+	nco:locality "Locke" ;
+	nco:streetAddress "5370 Cherry Parkway" .
+
+<mailto:ntibbs nullaiustoodio edu> a nco:EmailAddress; 
+	nco:emailAddress "ntibbs nullaiustoodio edu".
+
+<tel:+16462634585> a nco:PhoneNumber; 
+	nco:phoneNumber "(646)263-4585".
+
+<urn:uuid:1449262111> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16462634585>]; 
+	nmo:duration 48; 
+	nmo:receivedDate "2008-01-16T16:09:47". 
+
+<urn:uuid:1493209153> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16462634585>]; 
+	nmo:duration 37; 
+	nmo:receivedDate "2008-08-21T15:58:20". 
+
+<urn:uuid:689230219> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16462634585>]; 
+	nmo:duration 23; 
+	nmo:receivedDate "2008-05-16T15:23:01". 
+
+<urn:uuid:1503935698> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16462634585>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-13T16:08:57";
+	nmo:receivedDate "2009-01-28T15:43:46";
+	nmo:plainTextMessageContent "Consequat sit duis nostrud amet nisl. Nulla veniam nisl enim enim eros consequat esse hendrerit doloremagna. Te ad in at elitsed dolore suscipit consequat ad nulla te at. Tincidunt vulputate euismod lobortis. Illum suscipit praesent nulla eufeugiat commodoconsequat autem ad ex. Suscipit augue at dignissim ipsum volutpat ad dolor tincidunt te feugiat. Enim ut qui adipiscing velit vulputate facilisis praesent consequat etaccumsan praesent nulla hendrerit. ".
+
+<urn:uuid:1400963971> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16462634585>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-08T16:01:53";
+	nmo:receivedDate "2008-09-25T15:55:37";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Nostrud illum in dolore molestie nisl commodoconsequat facilisi suscipit qui duis suscipit illum. Aliquam in wisi vero diam et adipiscing feugait at veniam lorem facilisis aliquip. Duis minim lobortis dolore consectetuer volutpat velit vel iusto. Feugait eufeugiat consectetuer iriuredolor zzril commodo etaccumsan wisi nulla in iustoodio eufeugiat consequat. Duis molestie nonummy consectetuer. Nulla duis zzril zzril dolore duis consequatvel nostrud consequat ex dolore dignissim. Zzril dolor nibh vel eu suscipit. ".
+
+<urn:uuid:926382170> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+16462634585>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-14T16:03:08";
+	nmo:receivedDate "2008-02-28T15:30:45";
+	nmo:plainTextMessageContent "Illum enim feugiat consequat iustoodio. Nulla suscipit iriuredolor suscipit zzril lobortis in vero illum dolore vel illum vel. Lorem nulla vel eum adipiscing. Eum blandit eros nostrud lobortis. Qui ut facilisis exerci esse dolore at facilisis duis qui commodoconsequat. Ex ea ex facilisi ad duis facilisi wisi. ".
+
+<urn:uuid:1989391598> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+16462634585>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-14T16:09:27";
+	nmo:receivedDate "2008-02-22T15:54:33";
+	nmo:plainTextMessageContent "Nulla dolor eros eros tationullamcorper. Ex nulla nulla vel iriure diam doloremagna volutpat blandit at te iustoodio augue. Aliquip nisl illum commodo laoreet dolore praesent illum. Doloremagna autem luptatum ad etaccumsan erat lorem feugiat accumsan augue nislut. Duis ipsum esse nibh velit suscipit ea vulputate augue duis. Ut vel lobortis hendrerit et autem vel et commodoconsequat dignissim. Nonummy consectetuer dolore odio diam etaccumsan dolore amet ut eum autem. ".
+
+<urn:uuid:1842820972> a nco:PersonContact; 
+	nco:fullname "Nan Tibbs";
+	nco:nameGiven "Nan";
+	nco:nameFamily "Tibbs";
+	nco:birthDate "1942-11-14";
+	nco:hasAffiliation "Computer Programmer Engineer";
+	nco:hasEmailAddress <mailto:ntibbs nullaiustoodio edu>;
+	nco:hasPhoneNumber <tel:+16462634585>;
+	nco:hasPostalAddress <urn:uuid:795919417>.
+
+<urn:uuid:992459879> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1818355959>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Tincidunt praesent tation facilisis. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-04T13:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-04T15:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1818355959>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:9399485> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05463" ;
+	nco:locality "Isle La Motte" ;
+	nco:streetAddress "7968 Manning Trail Avenue" .
+
+<mailto:lbean nonummynostrud info> a nco:EmailAddress; 
+	nco:emailAddress "lbean nonummynostrud info".
+
+<urn:uuid:163117723> a nco:PersonContact; 
+	nco:fullname "Lloyd Bean";
+	nco:nameGiven "Lloyd";
+	nco:nameFamily "Bean";
+	nco:birthDate "1942-06-28";
+	nco:hasEmailAddress <mailto:lbean nonummynostrud info>;
+	nco:hasPostalAddress <urn:uuid:9399485>.
+
+<urn:uuid:199794147> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2008-09-22T15:50:32";
+	nmo:receivedDate "2008-09-22T15:50:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Feugait laoreet volutpat molestie wisi velit nulla ipsum consectetuer zzril. ";
+	nmo:plainTextMessageContent "Dolore hendrerit ex adipiscing iusto aliquip esse facilisis aliquam. Tation facilisi at praesent ad. ".
+
+<urn:uuid:1290239738> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2008-02-13T15:44:51";
+	nmo:receivedDate "2008-02-13T15:45:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eufeugiat feugait in nisl facilisi autem in erat. ";
+	nmo:plainTextMessageContent "Lobortis nulla et ex esse in nonummy tationullamcorper eum dolore quis nulla. Zzril esse accumsan nostrud amet sit et eu blandit duis euismod et lobortis. ".
+
+<urn:uuid:1497929421> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2009-01-13T16:05:43";
+	nmo:receivedDate "2009-01-13T16:06:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Duis illum nisl in vel in. ";
+	nmo:plainTextMessageContent "Nislut consequat enim zzril lobortis molestie vero dolor. Iusto praesent autem ullamcorper blandit nulla minim minim dignissim at tincidunt praesent. ".
+
+<urn:uuid:305716675> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2009-01-09T15:37:29";
+	nmo:receivedDate "2009-01-09T15:37:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Molestie ad in ut eros lobortis vulputate Utwisi consequatvel eros tincidunt adipiscing aliquam. ";
+	nmo:plainTextMessageContent "Tincidunt luptatumzzril at luptatum invulputate diam. ".
+
+<urn:uuid:1630187062> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2008-08-31T15:38:30";
+	nmo:receivedDate "2008-08-31T15:38:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:485431282>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bonita madsen doloreiustoodio tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Ea suscipit ullamcorper vel volutpat dolore elitsed eros blandit consequat autem luptatum nostrud. ";
+	nmo:plainTextMessageContent "Enim dolore illum dolore dignissim dolore aliquam. Esse amet veniamquis iriuredolor. ".
+
+<urn:uuid:106376269> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2008-10-04T15:57:00";
+	nmo:receivedDate "2008-10-04T15:57:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consequat duis at eu eros autem lobortis blandit at consequatvel aliquip duis exerci. ";
+	nmo:plainTextMessageContent "Vel vulputate blandit at. ".
+
+<urn:uuid:1144615884> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2008-06-19T16:10:05";
+	nmo:receivedDate "2008-06-19T16:10:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iriuredolor lorem erat facilisis duis nostrud luptatumzzril velit nibh commodoconsequat nulla tationullamcorper nostrud iusto. ";
+	nmo:plainTextMessageContent "Feugait lorem iriuredolor duis euismod delenit. Luptatumzzril illum duis iustoodio vero luptatum velit dolore eum delenit dolor. ".
+
+<urn:uuid:351937556> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2008-05-17T16:07:39";
+	nmo:receivedDate "2008-05-17T16:07:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Molestie lobortis vero lorem in. ";
+	nmo:plainTextMessageContent "At et enim minim eum. ".
+
+<urn:uuid:1088965763> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2008-04-19T15:15:05";
+	nmo:receivedDate "2008-04-19T15:15:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Delenitaugue doloremagna ipsum tationullamcorper. ";
+	nmo:plainTextMessageContent "Euismod lobortis ipsum esse lobortis veniam feugait augue. Laoreet te quis vel zzril eros blandit nibh velit iustoodio. ".
+
+<urn:uuid:1955906029> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2008-08-23T15:33:45";
+	nmo:receivedDate "2008-08-23T15:33:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1849512391>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "catalina hibbard utaliquip com"];
+	nmo:messageSubject "Exerci amet eros enim odio dolore nostrud nulla consequat invulputate autem. ";
+	nmo:plainTextMessageContent "Facilisis eufeugiat tincidunt dolore tationullamcorper enim euismod nostrud aliquip. ".
+
+<urn:uuid:216346463> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2008-05-27T15:39:40";
+	nmo:receivedDate "2008-05-27T15:39:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1407073247>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "mreich consequatvelnulla com"];
+	nmo:messageSubject "Nulla dolor te feugiat eros iriure qui quis facilisis at blandit molestie. ";
+	nmo:plainTextMessageContent "Nulla nisl qui consequatvel tationullamcorper laoreet nulla dolore erat hendrerit nostrud feugait consequatvel vel. Iustoodio vel ipsum illum odio diam duis vero. ".
+
+<urn:uuid:2014098313> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2008-11-13T16:01:55";
+	nmo:receivedDate "2008-11-13T16:02:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ipsum aliquam diam nostrud euismod ut feugait at facilisis molestie. ";
+	nmo:plainTextMessageContent "Suscipit commodo laoreet ad etaccumsan erat in nulla ipsum. ".
+
+<urn:uuid:446541252> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2008-05-18T15:22:02";
+	nmo:receivedDate "2008-05-18T15:22:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:641999779>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "marylou buckner velitelitsed tv"];
+	nmo:messageSubject "Illum wisi qui iusto dignissim. ";
+	nmo:plainTextMessageContent "Consequatvel nisl consequat nulla eufeugiat erat nostrud commodo ut veniamquis feugiat tationullamcorper et eu. Lobortis praesent enim augue feugait nibh lobortis dolor nislut erat feugiat amet nulla feugiat. ".
+
+<urn:uuid:213361506> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2008-01-28T15:40:15";
+	nmo:receivedDate "2008-01-28T15:40:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:667854246>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "vcenteno veropraesent net"];
+	nmo:messageSubject "Facilisis commodo luptatumzzril invulputate enim nulla sit luptatum et illum. ";
+	nmo:plainTextMessageContent "Eros euismod vulputate commodoconsequat. ".
+
+<urn:uuid:648832304> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2008-07-03T15:34:40";
+	nmo:receivedDate "2008-07-03T15:35:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nostrud iusto commodoconsequat luptatum praesent qui dolore. ";
+	nmo:plainTextMessageContent "Vulputate nulla volutpat ex facilisis iriuredolor erat sit nostrud lorem facilisi. Ad iusto dolor te suscipit erat. ".
+
+<urn:uuid:836102059> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2008-12-14T15:33:47";
+	nmo:receivedDate "2008-12-14T15:34:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:650099146>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gil cullen inpraesent org"];
+	nmo:messageSubject "At suscipit nulla consequatvel illum facilisis molestie dolore vel. ";
+	nmo:plainTextMessageContent "Doloremagna eufeugiat amet feugiat sit blandit. ".
+
+<urn:uuid:1472888822> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2008-03-03T15:16:10";
+	nmo:receivedDate "2008-03-03T15:16:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:506079169>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "myoder loremea info"];
+	nmo:messageSubject "In eros ex consequatvel zzril qui dolore quis. ";
+	nmo:plainTextMessageContent "Et elitsed quis lobortis exerci suscipit te commodo eufeugiat duis dolore doloremagna. ".
+
+<urn:uuid:2131114756> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2008-05-30T15:16:30";
+	nmo:receivedDate "2008-05-30T15:16:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "In luptatum minim elitsed dolore ut commodo ullamcorper dignissim sit. ";
+	nmo:plainTextMessageContent "Nulla commodo te wisi tincidunt nulla accumsan feugiat praesent suscipit qui. Aliquip zzril facilisis nostrud nibh luptatumzzril enim suscipit dolor ipsum et Utwisi elitsed ut. ".
+
+<urn:uuid:975112955> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2008-05-29T15:44:22";
+	nmo:receivedDate "2008-05-29T15:45:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:47994502>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "apitcher ineu tv"];
+	nmo:messageSubject "Adipiscing eum laoreet facilisi augue. ";
+	nmo:plainTextMessageContent "Ea dignissim vulputate sit te nostrud eros quis consectetuer te delenitaugue euismod illum. Augue ad ex dolore hendrerit aliquip duis euismod eufeugiat at nislut. ".
+
+<urn:uuid:1142513193> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2008-08-22T15:57:32";
+	nmo:receivedDate "2008-08-22T15:58:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Exerci veniam ipsum duis etaccumsan commodo. ";
+	nmo:plainTextMessageContent "Blandit minim in enim consequatvel autem et exerci eu molestie iriuredolor. ".
+
+<urn:uuid:1030371786> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2009-02-13T16:00:07";
+	nmo:receivedDate "2009-02-13T16:00:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:756423474>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "vballinger eaesse org"];
+	nmo:messageSubject "Duis et duis euismod accumsan ad dolore. ";
+	nmo:plainTextMessageContent "Consequat veniamquis et consequat suscipit amet iriure iriure ea eu iriuredolor. ".
+
+<urn:uuid:165760097> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2009-01-09T15:26:32";
+	nmo:receivedDate "2009-01-09T15:27:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nonummy consectetuer facilisis aliquam facilisi dolore blandit eros. ";
+	nmo:plainTextMessageContent "Nulla facilisi dignissim invulputate esse nostrud duis exerci te. Minim consequatvel esse odio etaccumsan nonummy iriuredolor sit veniam. ".
+
+<urn:uuid:561263574> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2008-04-27T15:25:52";
+	nmo:receivedDate "2008-04-27T15:26:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Amet ex sit dolor velit te dolore nonummy ut sit. ";
+	nmo:plainTextMessageContent "Luptatumzzril molestie at sit eros. ".
+
+<urn:uuid:295981943> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2008-07-04T15:29:31";
+	nmo:receivedDate "2008-07-04T15:30:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:724722229>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageSubject "Et amet ex dignissim consequat. ";
+	nmo:plainTextMessageContent "Nibh molestie nibh qui facilisis hendrerit nonummy et commodoconsequat consequat lorem luptatumzzril quis at. ".
+
+<urn:uuid:506076709> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2008-09-19T15:21:50";
+	nmo:receivedDate "2008-09-19T15:22:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eros ut exerci ea ut commodo elitsed vero consequat. ";
+	nmo:plainTextMessageContent "Ut dignissim duis eum aliquip eum etaccumsan ad nislut facilisis. Aliquip consequat ut veniam wisi delenit nostrud. ".
+
+<urn:uuid:1364888172> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2008-08-09T15:53:49";
+	nmo:receivedDate "2008-08-09T15:54:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1140198782>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rjuarez minimpraesent edu"];
+	nmo:messageSubject "Vel qui vero euismod. ";
+	nmo:plainTextMessageContent "Luptatumzzril tincidunt nulla autem lobortis et et te consectetuer vulputate vero ea feugait in. Praesent diam nulla enim sit te eu vero enim ut te molestie te esse. ".
+
+<urn:uuid:1751312312> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2008-01-26T15:54:38";
+	nmo:receivedDate "2008-01-26T15:55:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Diam nulla tationullamcorper autem nostrud at facilisi suscipit tationullamcorper dolor delenitaugue dolor. ";
+	nmo:plainTextMessageContent "At dolore tationullamcorper lorem nulla et et aliquip. Vero hendrerit exerci dignissim erat. ".
+
+<urn:uuid:1882514852> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2008-03-22T15:43:12";
+	nmo:receivedDate "2008-03-22T15:43:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Feugiat eu wisi ad ullamcorper nostrud blandit ea. ";
+	nmo:plainTextMessageContent "Feugiat eu sit nostrud ad wisi vel velit dolore dignissim. Eum te consequat dolore Utwisi eros commodoconsequat dignissim luptatumzzril diam elitsed. ".
+
+<urn:uuid:1496279394> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:163117723>;
+	nmo:sentDate "2008-10-13T15:36:08";
+	nmo:receivedDate "2008-10-13T15:36:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbean nonummynostrud info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1919774260>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lavonne nutt ealobortis net"];
+	nmo:messageSubject "Esse iustoodio wisi et Utwisi lobortis esse dignissim nibh. ";
+	nmo:plainTextMessageContent "Aliquip velit illum dolore qui et nislut facilisi consequatvel ut. ".
+
+<urn:uuid:224328626> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03819" ;
+	nco:locality "Danville" ;
+	nco:streetAddress "2465 Chertsy Street" .
+
+<mailto:cpassmore iustoodiopraesent gov> a nco:EmailAddress; 
+	nco:emailAddress "cpassmore iustoodiopraesent gov".
+
+<xmpp:christi passmore gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Christi Passmore" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Ut Utwisi vel nostrud hendrerit at commodo esse. " ;
+	nco:imID "christi passmore gmail com".
+
+<urn:uuid:1174987363> a nco:PersonContact; 
+	nco:fullname "Christi Passmore";
+	nco:nameGiven "Christi";
+	nco:nameFamily "Passmore";
+	nco:birthDate "1942-08-05";
+	nco:hasEmailAddress <mailto:cpassmore iustoodiopraesent gov>;
+	nco:hasIMAccount <xmpp:christi passmore gmail com>;
+	nco:hasPostalAddress <urn:uuid:224328626>.
+
+<urn:uuid:421994328> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03845" ;
+	nco:locality "Intervale" ;
+	nco:streetAddress "4160 Wilkins Parkway" .
+
+<mailto:brenna malloy nostrudfeugait info> a nco:EmailAddress; 
+	nco:emailAddress "brenna malloy nostrudfeugait info".
+
+<urn:uuid:184086709> a nco:PersonContact; 
+	nco:fullname "Brenna Malloy";
+	nco:nameGiven "Brenna";
+	nco:nameFamily "Malloy";
+	nco:birthDate "1943-01-21";
+	nco:hasAffiliation "Quality Control Supervisor/Administrator";
+	nco:hasEmailAddress <mailto:brenna malloy nostrudfeugait info>;
+	nco:hasPostalAddress <urn:uuid:421994328>.
+
+<urn:uuid:1867026830> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13139" ;
+	nco:locality "Poplar Ridge" ;
+	nco:streetAddress "1858 Nightingale Drive" .
+
+<mailto:kglaser exdignissim eu> a nco:EmailAddress; 
+	nco:emailAddress "kglaser exdignissim eu".
+
+<urn:uuid:1167869637> a nco:PersonContact; 
+	nco:fullname "Kisha Glaser";
+	nco:nameGiven "Kisha";
+	nco:nameFamily "Glaser";
+	nco:birthDate "1942-10-03";
+	nco:hasEmailAddress <mailto:kglaser exdignissim eu>;
+	nco:hasPostalAddress <urn:uuid:1867026830>.
+
+<urn:uuid:1755991269> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1620105064>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Vel ad minim vulputate luptatum dignissim ut dignissim ea erat eros etaccumsan quis. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-27T15:11:34"];
+	ncal:dtend [ncal:dateTime "2009-02-27T17:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1620105064>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1254335793> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08803" ;
+	nco:locality "Baptistown" ;
+	nco:streetAddress "8678 Mistywood Cove" .
+
+<mailto:bboswell nullaenim tv> a nco:EmailAddress; 
+	nco:emailAddress "bboswell nullaenim tv".
+
+<xmpp:byron boswell gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Byron Boswell" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Et illum et commodoconsequat. " ;
+	nco:imID "byron boswell gmail com".
+
+<tel:+17328219508> a nco:PhoneNumber; 
+	nco:phoneNumber "(732)821-9508".
+
+<urn:uuid:1259517256> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17328219508>]; 
+	nmo:duration 3; 
+	nmo:sentDate "2008-10-04T15:43:23". 
+
+<urn:uuid:625795854> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17328219508>]; 
+	nmo:duration 47; 
+	nmo:sentDate "2008-09-20T15:29:49". 
+
+<urn:uuid:1714264847> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17328219508>]; 
+	nmo:duration 11; 
+	nmo:sentDate "2008-05-08T15:31:14". 
+
+<urn:uuid:53637056> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17328219508>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-26T15:35:25";
+	nmo:receivedDate "2008-02-15T15:59:57";
+	nmo:plainTextMessageContent "Lobortis vel consequat autem te aliquam exerci ut dolor iustoodio dolor ut nibh. Feugait nulla iriuredolor vel augue exerci illum et ut blandit exerci duis. Ut accumsan duis eu enim in vel ullamcorper etaccumsan iriuredolor lorem. Odio et dolor aliquip duis delenitaugue blandit dolore consequatvel accumsan feugait. ".
+
+<urn:uuid:1818038513> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17328219508>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-08T15:15:36";
+	nmo:receivedDate "2009-02-08T16:04:59";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Lobortis elitsed eros nulla in ea consectetuer odio tation. Zzril consectetuer autem eros molestie sit nulla nonummy illum vel invulputate qui. Iusto veniamquis ad at facilisi dolor. Vero at illum facilisis tincidunt eros vulputate volutpat at qui etaccumsan at eufeugiat vero. Accumsan praesent eufeugiat Utwisi consequat delenitaugue. Dignissim adipiscing consequat vel duis vel wisi eros wisi ut. Eu eum suscipit ea. ".
+
+<urn:uuid:507813961> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17328219508>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-20T15:39:22";
+	nmo:receivedDate "2008-03-13T15:51:48";
+	nmo:plainTextMessageContent "Eufeugiat feugait et nisl vel vero dolore. Nibh delenit minim autem et feugait facilisi nislut facilisis velit nonummy eufeugiat. Dolore suscipit augue dignissim consequat ea consequat commodo ut blandit delenitaugue minim. Esse te ex nostrud ex consectetuer molestie dignissim ad dolore enim. ".
+
+<urn:uuid:1158181193> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17328219508>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-10T16:09:25";
+	nmo:receivedDate "2009-01-24T15:23:44";
+	nmo:plainTextMessageContent "Lorem vero vero commodoconsequat feugiat. Accumsan facilisis nulla consectetuer. Duis facilisi aliquip lobortis Utwisi sit facilisi volutpat doloremagna feugait amet eros te iriuredolor. Ut iriuredolor duis enim dolore enim euismod iriuredolor nulla. Dolore te in tincidunt aliquip eros praesent dolor consequat luptatumzzril blandit facilisi elitsed suscipit. Esse exerci minim eros velit ullamcorper dolore nostrud aliquip. ".
+
+<urn:uuid:1743769639> a nco:PersonContact; 
+	nco:fullname "Byron Boswell";
+	nco:nameGiven "Byron";
+	nco:nameFamily "Boswell";
+	nco:birthDate "1942-05-14";
+	nco:hasEmailAddress <mailto:bboswell nullaenim tv>;
+	nco:hasPhoneNumber <tel:+17328219508>;
+	nco:hasIMAccount <xmpp:byron boswell gmail com>;
+	nco:hasPostalAddress <urn:uuid:1254335793>.
+
+<urn:uuid:1918766760> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1743769639>;
+	nmo:sentDate "2008-10-08T15:45:40";
+	nmo:receivedDate "2008-10-08T15:45:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bboswell nullaenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1070040829>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "gchristenson eupraesent eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Dolore te ex vel molestie. ";
+	nmo:plainTextMessageContent "Ex ad diam ut ex volutpat duis eu ad ullamcorper dolor at et vel. ".
+
+<urn:uuid:1144392469> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1743769639>;
+	nmo:sentDate "2008-08-01T15:53:40";
+	nmo:receivedDate "2008-08-01T15:53:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bboswell nullaenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:149479495>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "berta riggs duiseu net"];
+	nmo:messageSubject "Wisi ullamcorper esse consectetuer facilisis. ";
+	nmo:plainTextMessageContent "Vero Utwisi etaccumsan tincidunt ad hendrerit consequat duis in facilisis. Nonummy iusto esse consequatvel eum consequat consectetuer tationullamcorper vero in eros. ".
+
+<urn:uuid:822781916> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1743769639>;
+	nmo:sentDate "2008-04-12T15:29:09";
+	nmo:receivedDate "2008-04-12T15:29:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bboswell nullaenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1236819207>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "abrenner illumenim edu"];
+	nmo:messageSubject "Nostrud velit illum veniamquis etaccumsan dolor erat vel adipiscing lobortis. ";
+	nmo:plainTextMessageContent "Dolore consequat feugiat et ad te luptatum vero commodoconsequat exerci delenit. ".
+
+<urn:uuid:652750910> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1743769639>;
+	nmo:sentDate "2008-05-09T15:55:16";
+	nmo:receivedDate "2008-05-09T15:56:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bboswell nullaenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eu feugait molestie nostrud. ";
+	nmo:plainTextMessageContent "Ipsum vero nonummy commodo iustoodio quis nisl dolore vero. ".
+
+<urn:uuid:320478900> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1743769639>;
+	nmo:sentDate "2009-01-18T16:10:23";
+	nmo:receivedDate "2009-01-18T16:10:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bboswell nullaenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:737898680>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "nikki frazier luptatumea tv"];
+	nmo:bcc <urn:uuid:1361488936>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "mohammed gillis nibhdelenit gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Quis te at nisl facilisi dignissim et illum. ";
+	nmo:plainTextMessageContent "Eum augue at duis in ad dolor enim. ".
+
+<urn:uuid:517718404> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1743769639>;
+	nmo:sentDate "2008-02-21T15:12:48";
+	nmo:receivedDate "2008-02-21T15:12:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bboswell nullaenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Lorem tincidunt amet ex feugait iriuredolor erat ut. ";
+	nmo:plainTextMessageContent "Veniam vero veniamquis molestie. ".
+
+<urn:uuid:2036940465> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1743769639>;
+	nmo:sentDate "2009-02-15T15:22:19";
+	nmo:receivedDate "2009-02-15T15:22:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bboswell nullaenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:17303044>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rsmallwood exercilobortis info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Luptatumzzril delenit commodoconsequat tation aliquip hendrerit tationullamcorper autem esse. ";
+	nmo:plainTextMessageContent "Ullamcorper facilisis delenitaugue autem volutpat enim nulla iustoodio dolor hendrerit hendrerit praesent. Nulla nisl consequatvel augue enim nulla autem dolore. ".
+
+<urn:uuid:675824869> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1743769639>;
+	nmo:sentDate "2008-06-23T16:07:46";
+	nmo:receivedDate "2008-06-23T16:07:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bboswell nullaenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Veniam consectetuer duis praesent hendrerit et ut lobortis nulla wisi feugiat aliquip iriure nulla. ";
+	nmo:plainTextMessageContent "Et nulla odio facilisi iriure ipsum ut facilisis nisl amet accumsan adipiscing. Augue luptatum te eum wisi blandit quis vulputate iriure elitsed iustoodio facilisi euismod. ".
+
+<urn:uuid:1944284375> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1743769639>;
+	nmo:sentDate "2008-05-01T15:21:26";
+	nmo:receivedDate "2008-05-01T15:21:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bboswell nullaenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1528572108>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "zoe liddell auguefeugiat eu"];
+	nmo:messageSubject "Ullamcorper adipiscing blandit te euismod esse dolor. ";
+	nmo:plainTextMessageContent "Iustoodio odio tationullamcorper aliquip dolore blandit et enim feugait eros. ".
+
+<urn:uuid:825303095> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1743769639>;
+	nmo:sentDate "2008-08-26T15:58:03";
+	nmo:receivedDate "2008-08-26T15:58:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bboswell nullaenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Luptatumzzril qui diam in esse molestie quis blandit duis suscipit ex in. ";
+	nmo:plainTextMessageContent "Nulla invulputate amet tationullamcorper esse vel dolore lobortis nulla aliquip. Nulla suscipit duis in nonummy at Utwisi dignissim nostrud dolore in. ".
+
+<urn:uuid:538347902> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1743769639>;
+	nmo:sentDate "2008-09-24T15:35:19";
+	nmo:receivedDate "2008-09-24T15:36:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bboswell nullaenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:276147427>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "luigi bruns tinciduntnonummy net"];
+	nmo:bcc <urn:uuid:417083331>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "cdukes zzrilsuscipit gov"];
+	nmo:messageSubject "Eum delenitaugue elitsed delenit facilisi. ";
+	nmo:plainTextMessageContent "Consequat ex odio commodo in dignissim et amet tation commodo exerci. ".
+
+<urn:uuid:797895766> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1743769639>;
+	nmo:sentDate "2009-01-20T16:11:02";
+	nmo:receivedDate "2009-01-20T16:11:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bboswell nullaenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Doloremagna lobortis autem quis ut blandit accumsan dolor vero iriuredolor. ";
+	nmo:plainTextMessageContent "Suscipit zzril tincidunt qui. Veniam consequat aliquip et in. ".
+
+<urn:uuid:1273361464> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1743769639>;
+	nmo:sentDate "2008-07-26T15:39:10";
+	nmo:receivedDate "2008-07-26T15:39:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bboswell nullaenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Odio at ut vel dolor. ";
+	nmo:plainTextMessageContent "Wisi amet eufeugiat illum vel at blandit hendrerit. Praesent enim nulla hendrerit. ".
+
+<urn:uuid:1537604432> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1743769639>;
+	nmo:sentDate "2009-01-19T16:00:01";
+	nmo:receivedDate "2009-01-19T16:00:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bboswell nullaenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:470305951>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ssturm blanditullamcorper info"];
+	nmo:messageSubject "Dolor eros in commodoconsequat. ";
+	nmo:plainTextMessageContent "Esse veniam zzril zzril nostrud illum eum molestie facilisi ut eufeugiat dolore ipsum. Consequat velit et eufeugiat et commodo. ".
+
+<urn:uuid:1959425595> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1743769639>;
+	nmo:sentDate "2008-06-09T15:50:52";
+	nmo:receivedDate "2008-06-09T15:51:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bboswell nullaenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1613868251>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kelli fitzpatrick nostrudaugue net"];
+	nmo:bcc <urn:uuid:443600707>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kent snider iustosuscipit eu"];
+	nmo:messageSubject "Te dignissim vel nostrud. ";
+	nmo:plainTextMessageContent "Velit suscipit eros aliquam et ut aliquip te delenit exerci consectetuer nonummy et. ".
+
+<urn:uuid:1087332005> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1743769639>;
+	nmo:sentDate "2008-04-24T15:24:15";
+	nmo:receivedDate "2008-04-24T15:24:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bboswell nullaenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Lorem in vel esse ut tation duis. ";
+	nmo:plainTextMessageContent "Aliquip laoreet consequatvel tincidunt feugait luptatum. ".
+
+<urn:uuid:1642708306> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1743769639>;
+	nmo:sentDate "2008-03-29T15:52:05";
+	nmo:receivedDate "2008-03-29T15:52:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bboswell nullaenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Dolor qui esse dolor tation ea eu hendrerit. ";
+	nmo:plainTextMessageContent "Quis eufeugiat praesent illum vel suscipit zzril nisl duis suscipit. ".
+
+<urn:uuid:778719779> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1743769639>;
+	nmo:sentDate "2008-10-18T15:14:08";
+	nmo:receivedDate "2008-10-18T15:14:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bboswell nullaenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dignissim wisi duis esse iriure. ";
+	nmo:plainTextMessageContent "Commodo molestie nonummy vero qui feugait euismod. Suscipit nostrud diam praesent facilisi feugiat nislut ad consequat ad enim. ".
+
+<urn:uuid:1998948841> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1743769639>;
+	nmo:sentDate "2008-02-23T15:44:11";
+	nmo:receivedDate "2008-02-23T15:44:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bboswell nullaenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisi facilisi duis duis consequatvel nulla delenitaugue et dolore dolor quis. ";
+	nmo:plainTextMessageContent "Vel qui vel vero esse. ".
+
+<urn:uuid:307967040> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1743769639>;
+	nmo:sentDate "2008-12-05T15:20:31";
+	nmo:receivedDate "2008-12-05T15:21:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bboswell nullaenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Te blandit consectetuer consequat illum vulputate duis consectetuer qui commodoconsequat tationullamcorper iriure iustoodio. ";
+	nmo:plainTextMessageContent "Nostrud diam facilisis nulla nulla. ".
+
+<urn:uuid:517970940> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1743769639>;
+	nmo:sentDate "2008-11-24T15:27:21";
+	nmo:receivedDate "2008-11-24T15:28:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bboswell nullaenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Exerci laoreet eros hendrerit. ";
+	nmo:plainTextMessageContent "Te consequat suscipit nibh nulla veniamquis veniam dolor autem vero feugait. Iusto diam vero dolore eum commodo ut. ".
+
+<urn:uuid:152135525> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1743769639>;
+	nmo:sentDate "2008-12-22T15:45:56";
+	nmo:receivedDate "2008-12-22T15:46:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "bboswell nullaenim tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Esse qui consequat te ea etaccumsan. ";
+	nmo:plainTextMessageContent "Autem Utwisi eros iusto praesent ut diam aliquip nibh feugait esse diam in veniam. Qui elitsed duis eufeugiat feugait quis. ".
+
+<urn:uuid:2135388932> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01852" ;
+	nco:locality "Lowell" ;
+	nco:streetAddress "7321 Farmington Parkway" .
+
+<mailto:cemery dolorein us> a nco:EmailAddress; 
+	nco:emailAddress "cemery dolorein us".
+
+<xmpp:charley emery gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Charley Emery" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Ex dignissim ut duis blandit. " ;
+	nco:imID "charley emery gmail com".
+
+<urn:uuid:1812126007> a nco:PersonContact; 
+	nco:fullname "Charley Emery";
+	nco:nameGiven "Charley";
+	nco:nameFamily "Emery";
+	nco:birthDate "1942-08-26";
+	nco:hasEmailAddress <mailto:cemery dolorein us>;
+	nco:hasIMAccount <xmpp:charley emery gmail com>;
+	nco:hasPostalAddress <urn:uuid:2135388932>.
+
+<urn:uuid:1398147517> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:546596129>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Et lobortis Utwisi nulla sit te vel consequatvel esse velit lorem. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-14T16:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-14T16:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:546596129>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:857087943> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13302" ;
+	nco:locality "Altmar" ;
+	nco:streetAddress "8385 Merenerm Street" .
+
+<mailto:kari kruger eumhendrerit org> a nco:EmailAddress; 
+	nco:emailAddress "kari kruger eumhendrerit org".
+
+<urn:uuid:399864344> a nco:PersonContact; 
+	nco:fullname "Kari Kruger";
+	nco:nameGiven "Kari";
+	nco:nameFamily "Kruger";
+	nco:birthDate "1943-02-20";
+	nco:hasEmailAddress <mailto:kari kruger eumhendrerit org>;
+	nco:hasPostalAddress <urn:uuid:857087943>.
+
+<urn:uuid:1519982035> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:399864344>;
+	nmo:sentDate "2008-09-08T15:27:42";
+	nmo:receivedDate "2008-09-08T15:27:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kari kruger eumhendrerit org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1905992538>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lauren howe eumodio eu"];
+	nmo:messageSubject "Facilisi qui te et te luptatum exerci Utwisi augue volutpat dolor vel ut lobortis. ";
+	nmo:plainTextMessageContent "Adipiscing praesent facilisi duis tation. ".
+
+<urn:uuid:1741401897> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:399864344>;
+	nmo:sentDate "2008-10-03T15:32:50";
+	nmo:receivedDate "2008-10-03T15:33:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kari kruger eumhendrerit org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Qui blandit aliquip tincidunt invulputate dolore aliquip ex amet nislut dolor. ";
+	nmo:plainTextMessageContent "Eum minim vulputate aliquip feugait dolore duis ad nislut. ".
+
+<urn:uuid:898232266> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:399864344>;
+	nmo:sentDate "2008-04-30T15:25:23";
+	nmo:receivedDate "2008-04-30T15:26:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kari kruger eumhendrerit org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vel amet autem ex enim lorem blandit exerci etaccumsan dolore suscipit iustoodio duis diam. ";
+	nmo:plainTextMessageContent "Facilisis suscipit hendrerit et odio dolore adipiscing dignissim duis. Ad duis diam nulla et lorem nulla amet euismod in. ".
+
+<urn:uuid:1129421313> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:399864344>;
+	nmo:sentDate "2008-01-21T15:41:09";
+	nmo:receivedDate "2008-01-21T15:42:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kari kruger eumhendrerit org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:43548768>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bhyland veroduis org"];
+	nmo:messageSubject "Luptatumzzril facilisis erat ea eum facilisis praesent consequatvel lobortis dolor quis te. ";
+	nmo:plainTextMessageContent "Enim doloremagna accumsan velit qui vel. ".
+
+<urn:uuid:67837915> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:399864344>;
+	nmo:sentDate "2009-01-04T15:24:20";
+	nmo:receivedDate "2009-01-04T15:24:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kari kruger eumhendrerit org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:737861566>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rshelley Utwisivel tv"];
+	nmo:messageSubject "Dolore delenit enim delenitaugue luptatumzzril ea. ";
+	nmo:plainTextMessageContent "Consequat duis tincidunt enim luptatumzzril blandit consectetuer. Lobortis iustoodio duis amet. ".
+
+<urn:uuid:953973966> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:399864344>;
+	nmo:sentDate "2008-09-06T15:23:07";
+	nmo:receivedDate "2008-09-06T15:23:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kari kruger eumhendrerit org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Hendrerit dolor tincidunt dignissim nostrud eum. ";
+	nmo:plainTextMessageContent "Lobortis illum wisi consequat. ".
+
+<urn:uuid:2040815213> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:399864344>;
+	nmo:sentDate "2008-12-18T16:02:01";
+	nmo:receivedDate "2008-12-18T16:02:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kari kruger eumhendrerit org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla ex veniam nibh praesent praesent facilisi nulla hendrerit consectetuer vero nostrud consequat ullamcorper. ";
+	nmo:plainTextMessageContent "Facilisis augue enim tincidunt invulputate consequat duis iustoodio diam consequat. Illum vel ut eum veniamquis lobortis veniam nostrud delenitaugue. ".
+
+<urn:uuid:1174987644> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:399864344>;
+	nmo:sentDate "2008-01-16T15:24:22";
+	nmo:receivedDate "2008-01-16T15:24:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kari kruger eumhendrerit org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1571927074>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ldesjardins adipiscingtation us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Aliquam vel vel consequat consectetuer dolore eu eum. ";
+	nmo:plainTextMessageContent "Consequatvel tationullamcorper consectetuer feugiat zzril nostrud dolor nibh molestie feugait dignissim eum. Vel luptatum iriure ut iriure. ".
+
+<urn:uuid:465686175> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:399864344>;
+	nmo:sentDate "2008-12-09T15:49:44";
+	nmo:receivedDate "2008-12-09T15:49:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kari kruger eumhendrerit org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vero delenitaugue dignissim esse dignissim dolor ea lorem facilisi. ";
+	nmo:plainTextMessageContent "Vel feugait adipiscing consectetuer etaccumsan. Hendrerit diam invulputate nulla doloremagna velit. ".
+
+<urn:uuid:1262338182> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:399864344>;
+	nmo:sentDate "2008-04-06T15:26:52";
+	nmo:receivedDate "2008-04-06T15:27:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kari kruger eumhendrerit org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:902744810>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "zelda guerrero eummolestie gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Nulla veniam lobortis eros quis veniam wisi consequatvel diam nislut eum. ";
+	nmo:plainTextMessageContent "Eros volutpat consequatvel velit vero qui minim. ".
+
+<urn:uuid:778649248> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:399864344>;
+	nmo:sentDate "2008-07-21T15:37:39";
+	nmo:receivedDate "2008-07-21T15:37:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kari kruger eumhendrerit org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1580041564>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cstephen laoreetUtwisi info"];
+	nmo:bcc <urn:uuid:744511026>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "cristopher vann veroUtwisi info"];
+	nmo:messageSubject "Illum veniam at tincidunt. ";
+	nmo:plainTextMessageContent "Etaccumsan ex et qui qui eum. Iriure ex autem adipiscing tincidunt. ".
+
+<urn:uuid:962748309> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:399864344>;
+	nmo:sentDate "2008-03-27T15:24:21";
+	nmo:receivedDate "2008-03-27T15:24:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kari kruger eumhendrerit org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1500299499>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "hiram pearce nibhnulla us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Dolore qui nostrud eros iriure dolore iriure duis iriure exerci. ";
+	nmo:plainTextMessageContent "Dolore veniam vero in nulla iriure consequat ea eum suscipit suscipit tation te eum. Dolor nulla facilisis luptatum blandit etaccumsan doloremagna vel praesent. ".
+
+<urn:uuid:1854063084> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:399864344>;
+	nmo:sentDate "2008-05-21T15:15:53";
+	nmo:receivedDate "2008-05-21T15:16:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kari kruger eumhendrerit org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Tincidunt in odio lobortis Utwisi veniam luptatumzzril esse feugiat accumsan luptatum delenitaugue. ";
+	nmo:plainTextMessageContent "Ipsum nostrud praesent et zzril dolore et facilisi hendrerit iustoodio vel exerci molestie. Duis duis ipsum dolore molestie eros eufeugiat et veniamquis. ".
+
+<urn:uuid:822746815> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:399864344>;
+	nmo:sentDate "2008-12-07T15:48:10";
+	nmo:receivedDate "2008-12-07T15:48:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kari kruger eumhendrerit org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Euismod tation ad diam nislut illum lobortis iriuredolor nonummy luptatumzzril nislut dolore ea. ";
+	nmo:plainTextMessageContent "Iriure tation hendrerit feugiat molestie suscipit suscipit enim commodoconsequat vero delenitaugue blandit. ".
+
+<urn:uuid:1900929807> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:399864344>;
+	nmo:sentDate "2008-01-16T15:47:34";
+	nmo:receivedDate "2008-01-16T15:47:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kari kruger eumhendrerit org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1004275188>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ezekiel carrion hendreritconsequat edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Consequat hendrerit dolore eros nulla ipsum eros enim et. ";
+	nmo:plainTextMessageContent "Laoreet tincidunt nostrud consequat laoreet eros at exerci quis eum minim vel aliquip odio. Facilisi nulla exerci dolor iriure nislut in ullamcorper aliquip. ".
+
+<urn:uuid:61626159> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:399864344>;
+	nmo:sentDate "2008-05-16T15:54:43";
+	nmo:receivedDate "2008-05-16T15:54:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "kari kruger eumhendrerit org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iusto eufeugiat eros odio aliquip ad etaccumsan euismod iustoodio tationullamcorper consectetuer. ";
+	nmo:plainTextMessageContent "Facilisi volutpat duis eum. Autem autem molestie feugiat. ".
+
+<urn:uuid:1142975485> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01098" ;
+	nco:locality "Worthington" ;
+	nco:streetAddress "287 Surrey Parkway" .
+
+<mailto:ladonna grogan aliquipnibh tv> a nco:EmailAddress; 
+	nco:emailAddress "ladonna grogan aliquipnibh tv".
+
+<tel:+15168532728> a nco:PhoneNumber; 
+	nco:phoneNumber "(516)853-2728".
+
+<urn:uuid:1460712982> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15168532728>]; 
+	nmo:duration 9; 
+	nmo:receivedDate "2009-02-15T15:13:39". 
+
+<urn:uuid:1059056618> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+15168532728>]; 
+	nmo:duration 5; 
+	nmo:receivedDate "2008-12-05T15:59:23". 
+
+<urn:uuid:1140448837> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15168532728>]; 
+	nmo:duration 16; 
+	nmo:sentDate "2009-02-18T15:34:03". 
+
+<urn:uuid:1057525132> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15168532728>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-12T16:10:15";
+	nmo:receivedDate "2009-01-25T15:41:19";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Duis exerci ut vero enim consequatvel zzril laoreet praesent diam. Commodo duis ut ad amet zzril blandit et adipiscing adipiscing veniamquis dolore doloremagna. Delenit exerci accumsan hendrerit consequat feugait aliquip nostrud. Dolor delenit consequatvel dolore nonummy nonummy eufeugiat erat te autem zzril suscipit hendrerit. Lobortis in consectetuer dolore facilisi amet lorem doloremagna luptatum tation dolore. ".
+
+<urn:uuid:1435459069> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15168532728>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-07T15:20:11";
+	nmo:receivedDate "2009-01-17T15:50:13";
+	nmo:plainTextMessageContent "Aliquip at feugait eum nostrud nostrud. Utwisi iriuredolor wisi Utwisi. Eu exerci augue illum tationullamcorper nonummy zzril veniamquis hendrerit velit. Vel dolore at te tincidunt facilisis te aliquip eros ut dignissim blandit in. Nulla eros odio nislut in et feugait laoreet quis elitsed. Exerci autem in nibh. Zzril praesent delenit et. ".
+
+<urn:uuid:490137171> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15168532728>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-01T15:28:03";
+	nmo:receivedDate "2008-04-23T16:07:24";
+	nmo:plainTextMessageContent "Nulla adipiscing wisi lobortis veniamquis vel eum commodoconsequat dolor ut suscipit. Dolor praesent dolore dignissim in luptatumzzril adipiscing et ea praesent iriuredolor. Iustoodio tation esse nulla et dignissim te vulputate tincidunt nostrud. Dolor lobortis invulputate adipiscing adipiscing doloremagna in lobortis duis iusto ea. Illum nulla hendrerit velit diam qui enim illum tationullamcorper ad. Amet dolore nislut eum eros enim. ".
+
+<urn:uuid:1605008085> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+15168532728>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-05T16:04:04";
+	nmo:receivedDate "2008-02-24T15:58:00";
+	nmo:plainTextMessageContent "Illum sit te exerci nulla euismod tation nulla iusto eu hendrerit. Facilisi at dolore iustoodio amet vel. Blandit consequat iriuredolor vulputate molestie. Te consequat nislut erat nostrud lorem. ".
+
+<urn:uuid:943219810> a nco:PersonContact; 
+	nco:fullname "Ladonna Grogan";
+	nco:nameGiven "Ladonna";
+	nco:nameFamily "Grogan";
+	nco:birthDate "1943-01-05";
+	nco:hasEmailAddress <mailto:ladonna grogan aliquipnibh tv>;
+	nco:hasPhoneNumber <tel:+15168532728>;
+	nco:hasPostalAddress <urn:uuid:1142975485>.
+
+<urn:uuid:1588569680> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08738" ;
+	nco:locality "Mantoloking" ;
+	nco:streetAddress "3586 Timber Drive" .
+
+<mailto:karen leclair lobortisvero net> a nco:EmailAddress; 
+	nco:emailAddress "karen leclair lobortisvero net".
+
+<urn:uuid:807222180> a nco:PersonContact; 
+	nco:fullname "Karen Leclair";
+	nco:nameGiven "Karen";
+	nco:nameFamily "Leclair";
+	nco:birthDate "1943-01-27";
+	nco:hasEmailAddress <mailto:karen leclair lobortisvero net>;
+	nco:hasPostalAddress <urn:uuid:1588569680>.
+
+<urn:uuid:1563479843> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:807222180>;
+	nmo:sentDate "2008-05-12T15:34:28";
+	nmo:receivedDate "2008-05-12T15:34:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "karen leclair lobortisvero net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dignissim adipiscing veniam tincidunt suscipit nostrud ea duis. ";
+	nmo:plainTextMessageContent "Volutpat erat iusto delenitaugue dignissim ex tationullamcorper augue. ".
+
+<urn:uuid:413785093> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:807222180>;
+	nmo:sentDate "2008-03-19T15:26:10";
+	nmo:receivedDate "2008-03-19T15:26:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "karen leclair lobortisvero net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Te doloremagna vel vel eros nulla exerci euismod praesent consequatvel nisl ex te ut. ";
+	nmo:plainTextMessageContent "Velit et lobortis nislut aliquip consequat odio laoreet augue aliquip nulla duis duis. Ullamcorper blandit commodo vel iriure eros vulputate laoreet. ".
+
+<urn:uuid:55763726> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:807222180>;
+	nmo:sentDate "2008-04-12T15:55:38";
+	nmo:receivedDate "2008-04-12T15:55:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "karen leclair lobortisvero net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1905992538>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lauren howe eumodio eu"];
+	nmo:bcc <urn:uuid:291470224>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lpicard erosut org"];
+	nmo:messageSubject "Luptatumzzril dolore nulla amet feugait adipiscing veniamquis consectetuer iriuredolor te facilisi delenitaugue commodoconsequat veniamquis. ";
+	nmo:plainTextMessageContent "Ea ipsum vel eros eros vero nisl in iusto nonummy qui. Etaccumsan veniam lobortis quis velit qui tation ut luptatum consequat ea nostrud feugait. ".
+
+<urn:uuid:1309208732> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:807222180>;
+	nmo:sentDate "2008-10-17T15:28:56";
+	nmo:receivedDate "2008-10-17T15:29:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "karen leclair lobortisvero net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1255001643>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "connie donnell duisullamcorper us"];
+	nmo:messageSubject "Enim ut dolore laoreet diam praesent esse diam tation esse feugait ea molestie. ";
+	nmo:plainTextMessageContent "Qui facilisi consectetuer lobortis velit illum ullamcorper adipiscing luptatumzzril. ".
+
+<urn:uuid:1184140408> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:807222180>;
+	nmo:sentDate "2008-01-30T15:42:00";
+	nmo:receivedDate "2008-01-30T15:42:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "karen leclair lobortisvero net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:173299576>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "gaye lundgren velex org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Ad aliquam nibh at suscipit ad. ";
+	nmo:plainTextMessageContent "Exerci elitsed delenit veniamquis ad dignissim dolore at iriure iriuredolor enim ipsum nulla iustoodio. Aliquip esse ipsum Utwisi ea nulla ex consequat duis euismod adipiscing praesent consequat. ".
+
+<urn:uuid:609971328> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:807222180>;
+	nmo:sentDate "2008-06-01T15:55:07";
+	nmo:receivedDate "2008-06-01T15:56:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "karen leclair lobortisvero net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Esse commodo feugait te dolore. ";
+	nmo:plainTextMessageContent "Amet eufeugiat sit suscipit zzril commodo praesent exerci. Nostrud enim dolore euismod eum delenit ad facilisis lorem consectetuer minim facilisis. ".
+
+<urn:uuid:2063013574> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:807222180>;
+	nmo:sentDate "2009-02-13T15:58:27";
+	nmo:receivedDate "2009-02-13T15:58:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "karen leclair lobortisvero net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "In nislut feugait nostrud esse te minim exerci. ";
+	nmo:plainTextMessageContent "Hendrerit autem odio luptatumzzril ad consequat tationullamcorper nulla duis consequat amet velit aliquam. ".
+
+<urn:uuid:1959312211> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:807222180>;
+	nmo:sentDate "2008-12-29T15:16:55";
+	nmo:receivedDate "2008-12-29T15:17:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "karen leclair lobortisvero net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1804939123>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "fgates teea net"];
+	nmo:bcc <urn:uuid:772077441>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "esperanza perron exerciUtwisi tv"];
+	nmo:messageSubject "Euismod duis blandit iriure suscipit. ";
+	nmo:plainTextMessageContent "Et eufeugiat praesent lobortis autem exerci eros illum qui tationullamcorper wisi. ".
+
+<urn:uuid:1656067385> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:807222180>;
+	nmo:sentDate "2008-03-03T15:16:46";
+	nmo:receivedDate "2008-03-03T15:17:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "karen leclair lobortisvero net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:524728853>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "latonya stanton etaccumsandolore org"];
+	nmo:messageSubject "Iriure nonummy te zzril feugait nostrud. ";
+	nmo:plainTextMessageContent "Eros consequatvel vulputate ut aliquam velit dolor quis eu accumsan wisi lobortis et. Euismod nostrud nonummy facilisi velit consectetuer duis ad delenitaugue Utwisi illum dolore. ".
+
+<urn:uuid:1575157196> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:807222180>;
+	nmo:sentDate "2008-12-15T16:10:26";
+	nmo:receivedDate "2008-12-15T16:11:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "karen leclair lobortisvero net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore qui illum nostrud consectetuer lobortis autem blandit nibh suscipit. ";
+	nmo:plainTextMessageContent "Nibh consequat erat velit nulla. Aliquam diam molestie enim hendrerit delenitaugue eros. ".
+
+<urn:uuid:368680216> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:807222180>;
+	nmo:sentDate "2008-07-03T15:28:32";
+	nmo:receivedDate "2008-07-03T15:28:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "karen leclair lobortisvero net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eu eros molestie dignissim te ut. ";
+	nmo:plainTextMessageContent "Dolor qui duis duis hendrerit exerci eum volutpat molestie et dignissim autem lorem. Delenitaugue nibh blandit elitsed diam exerci ipsum quis ex vel. ".
+
+<urn:uuid:1111985311> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:807222180>;
+	nmo:sentDate "2008-05-20T15:30:05";
+	nmo:receivedDate "2008-05-20T15:30:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "karen leclair lobortisvero net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1056761221>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "roslyn jackman vulputateaccumsan edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Consectetuer minim sit facilisis autem. ";
+	nmo:plainTextMessageContent "Lobortis nostrud exerci at. Suscipit vero et accumsan vulputate odio at commodo facilisis quis euismod molestie. ".
+
+<urn:uuid:1321448348> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:807222180>;
+	nmo:sentDate "2008-09-06T15:52:28";
+	nmo:receivedDate "2008-09-06T15:53:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "karen leclair lobortisvero net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:2127063686>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dheaton suscipitenim tv"];
+	nmo:messageSubject "Sit dolore minim velit nonummy feugait adipiscing iriure vulputate commodoconsequat at praesent tationullamcorper illum. ";
+	nmo:plainTextMessageContent "Facilisi suscipit eros quis nostrud facilisis commodoconsequat. Ex blandit invulputate aliquip ut. ".
+
+<urn:uuid:340758956> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:807222180>;
+	nmo:sentDate "2009-02-03T15:38:39";
+	nmo:receivedDate "2009-02-03T15:39:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "karen leclair lobortisvero net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisis at autem iriure iriure esse. ";
+	nmo:plainTextMessageContent "Enim molestie eu duis facilisi nulla blandit dignissim. Lobortis dolore velit in duis dolor iriure facilisis dolor enim minim autem. ".
+
+<urn:uuid:1869034536> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:807222180>;
+	nmo:sentDate "2008-05-10T15:34:09";
+	nmo:receivedDate "2008-05-10T15:34:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "karen leclair lobortisvero net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nostrud exerci hendrerit veniam feugiat iriuredolor iriure. ";
+	nmo:plainTextMessageContent "Adipiscing at nulla eu commodo eum. Vel luptatumzzril nulla vel hendrerit te et. ".
+
+<urn:uuid:1785832263> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:807222180>;
+	nmo:sentDate "2008-09-10T15:51:48";
+	nmo:receivedDate "2008-09-10T15:52:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "karen leclair lobortisvero net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:460750400>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "leon fortney facilisiqui org"];
+	nmo:messageSubject "Exerci vel aliquip facilisi consequatvel. ";
+	nmo:plainTextMessageContent "Dolor at feugait vel enim illum dolor nisl molestie eros in blandit feugait consequatvel. ".
+
+<urn:uuid:60281113> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:807222180>;
+	nmo:sentDate "2008-03-30T15:20:12";
+	nmo:receivedDate "2008-03-30T15:20:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "karen leclair lobortisvero net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Feugait ex minim adipiscing ut. ";
+	nmo:plainTextMessageContent "Iriuredolor volutpat nostrud in esse feugiat veniam iriure eu minim. Nisl eros tationullamcorper qui Utwisi blandit veniamquis aliquip. ".
+
+<urn:uuid:1497210377> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:807222180>;
+	nmo:sentDate "2009-01-13T15:18:10";
+	nmo:receivedDate "2009-01-13T15:18:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "karen leclair lobortisvero net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:800660757>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "gil fogarty nulladelenitaugue net"];
+	nmo:messageSubject "Facilisis dolore illum et vero iriure. ";
+	nmo:plainTextMessageContent "Tationullamcorper et commodoconsequat doloremagna in vero eu vel suscipit dignissim. ".
+
+<urn:uuid:316307452> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:807222180>;
+	nmo:sentDate "2008-12-30T15:42:07";
+	nmo:receivedDate "2008-12-30T15:42:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "karen leclair lobortisvero net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Adipiscing enim nislut consequat blandit iriure iustoodio ex nostrud aliquip veniam. ";
+	nmo:plainTextMessageContent "Ut et dolor nulla consequat exerci te velit. ".
+
+<urn:uuid:1547563001> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:807222180>;
+	nmo:sentDate "2008-11-29T15:33:33";
+	nmo:receivedDate "2008-11-29T15:34:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "karen leclair lobortisvero net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1542370204>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "leastman hendreritfeugait info"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Aliquip nonummy autem quis aliquip ad. ";
+	nmo:plainTextMessageContent "Duis consequat suscipit ex hendrerit minim luptatum dolore enim Utwisi et. ".
+
+<urn:uuid:772653693> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:807222180>;
+	nmo:sentDate "2008-05-29T15:59:55";
+	nmo:receivedDate "2008-05-29T16:00:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "karen leclair lobortisvero net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Aliquip nulla dolor duis iriuredolor consequatvel facilisi at. ";
+	nmo:plainTextMessageContent "In aliquip ut facilisi facilisis suscipit zzril. ".
+
+<urn:uuid:1556190386> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:807222180>;
+	nmo:sentDate "2008-04-14T15:49:22";
+	nmo:receivedDate "2008-04-14T15:50:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "karen leclair lobortisvero net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Accumsan illum et veniamquis dolor delenitaugue eros. ";
+	nmo:plainTextMessageContent "In elitsed eu ex consequatvel. ".
+
+<urn:uuid:1683074769> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08754" ;
+	nco:locality "Toms River" ;
+	nco:streetAddress "7915 Germanwood Avenue" .
+
+<mailto:ebyars lobortisUtwisi tv> a nco:EmailAddress; 
+	nco:emailAddress "ebyars lobortisUtwisi tv".
+
+<urn:uuid:537676179> a nco:PersonContact; 
+	nco:fullname "Ernie Byars";
+	nco:nameGiven "Ernie";
+	nco:nameFamily "Byars";
+	nco:birthDate "1942-04-22";
+	nco:hasEmailAddress <mailto:ebyars lobortisUtwisi tv>;
+	nco:hasPostalAddress <urn:uuid:1683074769>.
+
+<urn:uuid:800345042> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:537676179>;
+	nmo:sentDate "2008-05-22T15:56:44";
+	nmo:receivedDate "2008-05-22T15:57:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ebyars lobortisUtwisi tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Et in molestie tincidunt feugait facilisi iriure praesent invulputate consequat illum minim euismod. ";
+	nmo:plainTextMessageContent "Vel veniam ut erat molestie dolore qui wisi enim. ".
+
+<urn:uuid:709018349> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:537676179>;
+	nmo:sentDate "2008-07-21T15:36:25";
+	nmo:receivedDate "2008-07-21T15:37:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ebyars lobortisUtwisi tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Zzril nulla tincidunt laoreet nostrud qui sit iusto ea tation ullamcorper. ";
+	nmo:plainTextMessageContent "Euismod aliquip adipiscing ea dolor etaccumsan nulla sit vulputate tincidunt. ".
+
+<urn:uuid:1826852905> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:537676179>;
+	nmo:sentDate "2009-01-04T15:18:49";
+	nmo:receivedDate "2009-01-04T15:19:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ebyars lobortisUtwisi tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eu dignissim aliquam duis et iriure dignissim. ";
+	nmo:plainTextMessageContent "Nulla delenitaugue vero facilisis tationullamcorper autem eum facilisi iusto elitsed. Aliquam ut commodo exerci te. ".
+
+<urn:uuid:763908614> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:537676179>;
+	nmo:sentDate "2009-01-21T16:06:57";
+	nmo:receivedDate "2009-01-21T16:07:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ebyars lobortisUtwisi tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1056761221>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "roslyn jackman vulputateaccumsan edu"];
+	nmo:messageSubject "Aliquip dolor ut at esse dolor hendrerit luptatumzzril euismod molestie Utwisi blandit luptatumzzril. ";
+	nmo:plainTextMessageContent "Nisl in lorem dolor facilisi vero ad suscipit. ".
+
+<urn:uuid:1155650153> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:537676179>;
+	nmo:sentDate "2009-02-08T15:39:57";
+	nmo:receivedDate "2009-02-08T15:40:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ebyars lobortisUtwisi tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:837646764>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rbrunson consectetuernostrud gov"];
+	nmo:messageSubject "Nonummy esse et aliquip facilisi dolore. ";
+	nmo:plainTextMessageContent "Ex iustoodio dolor nulla ea ut facilisi exerci illum eufeugiat dolore nulla qui tationullamcorper. ".
+
+<urn:uuid:389334480> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:537676179>;
+	nmo:sentDate "2008-10-20T15:28:55";
+	nmo:receivedDate "2008-10-20T15:29:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ebyars lobortisUtwisi tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ullamcorper commodo praesent vulputate suscipit facilisis et lorem praesent. ";
+	nmo:plainTextMessageContent "Exerci adipiscing veniamquis eum ea iriuredolor in facilisi duis euismod blandit. Accumsan facilisis doloremagna consequat commodo nulla Utwisi zzril. ".
+
+<urn:uuid:4374932> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:537676179>;
+	nmo:sentDate "2008-05-14T15:48:17";
+	nmo:receivedDate "2008-05-14T15:48:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ebyars lobortisUtwisi tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:322828221>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "nannie whitlow veniamquisullamcorper info"];
+	nmo:bcc <urn:uuid:594723562>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "harlan aponte facilisiseufeugiat org"];
+	nmo:messageSubject "Doloremagna enim ipsum ad duis facilisi nulla praesent ea dolore tationullamcorper feugiat. ";
+	nmo:plainTextMessageContent "Aliquam esse duis consequatvel vero autem. ".
+
+<urn:uuid:1134487342> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:537676179>;
+	nmo:sentDate "2008-02-18T15:21:26";
+	nmo:receivedDate "2008-02-18T15:22:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ebyars lobortisUtwisi tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2125966341>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "penriquez velitexerci eu"];
+	nmo:messageSubject "Velit veniam eros sit esse. ";
+	nmo:plainTextMessageContent "Laoreet laoreet minim in diam nonummy laoreet. ".
+
+<urn:uuid:84936998> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:537676179>;
+	nmo:sentDate "2008-04-25T15:56:18";
+	nmo:receivedDate "2008-04-25T15:56:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ebyars lobortisUtwisi tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Luptatumzzril praesent praesent erat molestie nonummy nibh. ";
+	nmo:plainTextMessageContent "Iriuredolor in doloremagna suscipit delenit dolore euismod. ".
+
+<urn:uuid:1240660034> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:537676179>;
+	nmo:sentDate "2008-02-08T16:05:05";
+	nmo:receivedDate "2008-02-08T16:05:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ebyars lobortisUtwisi tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Doloremagna lorem consequat invulputate ut ut vel et lobortis lobortis. ";
+	nmo:plainTextMessageContent "Et tation praesent volutpat ipsum dignissim eum duis nulla facilisi iriure dignissim. Ut autem erat veniamquis suscipit autem vulputate nulla feugiat iriure. ".
+
+<urn:uuid:1198532688> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:537676179>;
+	nmo:sentDate "2008-04-14T15:27:29";
+	nmo:receivedDate "2008-04-14T15:28:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ebyars lobortisUtwisi tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Autem at et suscipit eufeugiat nislut laoreet nostrud vero lobortis suscipit dolor nostrud hendrerit. ";
+	nmo:plainTextMessageContent "Lorem vulputate luptatumzzril facilisi. Facilisis vel vel nislut nulla facilisi nislut tationullamcorper delenit nostrud ut. ".
+
+<urn:uuid:1264097995> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:537676179>;
+	nmo:sentDate "2008-09-05T15:14:46";
+	nmo:receivedDate "2008-09-05T15:15:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ebyars lobortisUtwisi tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1493014861>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "asteel illumnisl us"];
+	nmo:messageSubject "Ut ad facilisis in minim in enim ipsum duis adipiscing iusto aliquip ut Utwisi. ";
+	nmo:plainTextMessageContent "Tationullamcorper vero exerci autem veniamquis euismod eros et te. Sit et vel nulla dolore illum. ".
+
+<urn:uuid:800399519> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:537676179>;
+	nmo:sentDate "2008-03-10T15:39:48";
+	nmo:receivedDate "2008-03-10T15:39:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ebyars lobortisUtwisi tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1903169544>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bennie behrens commodoaliquip org"];
+	nmo:bcc <urn:uuid:61651690>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "adeline teeter luptatumautem com"];
+	nmo:messageSubject "Eros minim nisl suscipit aliquip ut blandit. ";
+	nmo:plainTextMessageContent "Invulputate molestie duis dignissim eros invulputate adipiscing duis. ".
+
+<urn:uuid:2116349181> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07465" ;
+	nco:locality "Wanaque" ;
+	nco:streetAddress "584 Country Cove" .
+
+<mailto:kerry lehman velitqui net> a nco:EmailAddress; 
+	nco:emailAddress "kerry lehman velitqui net".
+
+<xmpp:kerry lehman gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Kerry Lehman" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Iriure molestie eros luptatum dolore nostrud qui ex veniam. " ;
+	nco:imID "kerry lehman gmail com".
+
+<urn:uuid:283941077> a nco:PersonContact; 
+	nco:fullname "Kerry Lehman";
+	nco:nameGiven "Kerry";
+	nco:nameFamily "Lehman";
+	nco:birthDate "1942-08-22";
+	nco:hasEmailAddress <mailto:kerry lehman velitqui net>;
+	nco:hasIMAccount <xmpp:kerry lehman gmail com>;
+	nco:hasPostalAddress <urn:uuid:2116349181>.
+
+<urn:uuid:1300100570> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13756" ;
+	nco:locality "East Branch" ;
+	nco:streetAddress "5369 Ottawa Lane" .
+
+<mailto:renee keaton inea info> a nco:EmailAddress; 
+	nco:emailAddress "renee keaton inea info".
+
+<urn:uuid:1484942056> a nco:PersonContact; 
+	nco:fullname "Renee Keaton";
+	nco:nameGiven "Renee";
+	nco:nameFamily "Keaton";
+	nco:birthDate "1942-06-04";
+	nco:hasEmailAddress <mailto:renee keaton inea info>;
+	nco:hasPostalAddress <urn:uuid:1300100570>.
+
+<urn:uuid:953809899> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:291470224>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Minim lorem vel at aliquip eum enim. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-08T15:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-08T17:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:291470224>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:951095681> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11430" ;
+	nco:locality "Jamaica" ;
+	nco:streetAddress "4439 Ashmont Way" .
+
+<mailto:anastasia bivens illumUtwisi net> a nco:EmailAddress; 
+	nco:emailAddress "anastasia bivens illumUtwisi net".
+
+<urn:uuid:2057627077> a nco:PersonContact; 
+	nco:fullname "Anastasia Bivens";
+	nco:nameGiven "Anastasia";
+	nco:nameFamily "Bivens";
+	nco:birthDate "1942-06-25";
+	nco:hasEmailAddress <mailto:anastasia bivens illumUtwisi net>;
+	nco:hasPostalAddress <urn:uuid:951095681>.
+
+<urn:uuid:2102278829> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1131028915>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Iustoodio et ex molestie volutpat aliquam ut ad dolore. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-26T16:11:34"];
+	ncal:dtend [ncal:dateTime "2009-02-26T16:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1131028915>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:794562398> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14878" ;
+	nco:locality "Rock Stream" ;
+	nco:streetAddress "6963 Queensbury Way" .
+
+<mailto:linda farrar minimfacilisi edu> a nco:EmailAddress; 
+	nco:emailAddress "linda farrar minimfacilisi edu".
+
+<tel:+19179005681> a nco:PhoneNumber; 
+	nco:phoneNumber "(917)900-5681".
+
+<urn:uuid:1423874423> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19179005681>]; 
+	nmo:duration 14; 
+	nmo:sentDate "2008-09-11T15:33:50". 
+
+<urn:uuid:1604298680> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19179005681>]; 
+	nmo:duration 10; 
+	nmo:receivedDate "2008-03-12T15:48:09". 
+
+<urn:uuid:1342197315> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19179005681>]; 
+	nmo:duration 46; 
+	nmo:receivedDate "2008-06-23T15:45:21". 
+
+<urn:uuid:1753979654> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19179005681>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-10T15:56:18";
+	nmo:receivedDate "2008-06-14T15:38:15";
+	nmo:plainTextMessageContent "Accumsan te nislut ad facilisi erat nibh facilisi. Vel tincidunt quis Utwisi elitsed vulputate. Velit ea autem nislut volutpat ad hendrerit diam iustoodio lorem luptatum ullamcorper lorem et. Dolore diam in commodoconsequat te wisi. Utwisi nonummy suscipit suscipit dignissim vel feugiat nulla et aliquam ut consequatvel wisi molestie. Tationullamcorper nibh duis dolore facilisi. ".
+
+<urn:uuid:1705407493> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19179005681>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-05-24T15:42:49";
+	nmo:receivedDate "2008-01-16T15:54:55";
+	nmo:plainTextMessageContent "Ut dolore suscipit erat nulla eufeugiat sit iusto eu. Et eum esse eum nulla ea feugiat nostrud molestie vel adipiscing nibh. Aliquip luptatum vel adipiscing consequatvel nonummy iusto ea minim amet volutpat ad. Tincidunt exerci enim molestie vel vulputate. Diam feugiat eum iustoodio veniamquis et blandit dolore. Eu duis feugait facilisis ea. ".
+
+<urn:uuid:700208500> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19179005681>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-16T15:27:32";
+	nmo:receivedDate "2008-09-19T15:13:04";
+	nmo:plainTextMessageContent "Dolore zzril esse velit Utwisi diam iusto vulputate lobortis vel et. Feugait ex invulputate minim accumsan dolore illum facilisi. Vel praesent autem eum etaccumsan volutpat vero ea dolore invulputate illum consequatvel nulla praesent. Te iustoodio eum ex erat feugait facilisi. Quis duis eros augue illum delenitaugue ut exerci exerci lobortis ea hendrerit nulla. ".
+
+<urn:uuid:1856440650> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19179005681>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-14T16:00:43";
+	nmo:receivedDate "2008-03-05T15:25:37";
+	nmo:plainTextMessageContent "Enim ut exerci et. Illum commodoconsequat nulla commodoconsequat feugait duis duis commodoconsequat feugait eros. Ex dignissim esse luptatumzzril facilisis molestie consequat suscipit. Lobortis nislut doloremagna aliquip dolore hendrerit. Exerci minim et duis facilisi consequat consequat molestie tation feugiat adipiscing blandit nostrud enim. ".
+
+<urn:uuid:373189199> a nco:PersonContact; 
+	nco:fullname "Linda Farrar";
+	nco:nameGiven "Linda";
+	nco:nameFamily "Farrar";
+	nco:birthDate "1942-04-04";
+	nco:hasEmailAddress <mailto:linda farrar minimfacilisi edu>;
+	nco:hasPhoneNumber <tel:+19179005681>;
+	nco:hasPostalAddress <urn:uuid:794562398>.
+
+<urn:uuid:221846738> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10995" ;
+	nco:locality "West Nyack" ;
+	nco:streetAddress "3688 Broadgreen Circle" .
+
+<mailto:aseidel consequatvelhendrerit edu> a nco:EmailAddress; 
+	nco:emailAddress "aseidel consequatvelhendrerit edu".
+
+<tel:+17186285236> a nco:PhoneNumber; 
+	nco:phoneNumber "(718)628-5236".
+
+<urn:uuid:535791285> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17186285236>]; 
+	nmo:duration 43; 
+	nmo:receivedDate "2009-01-14T15:48:13". 
+
+<urn:uuid:714037046> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17186285236>]; 
+	nmo:duration 8; 
+	nmo:sentDate "2008-05-14T16:09:16". 
+
+<urn:uuid:356960770> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17186285236>]; 
+	nmo:duration 13; 
+	nmo:receivedDate "2009-01-31T15:39:50". 
+
+<urn:uuid:1357579017> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17186285236>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-16T15:19:23";
+	nmo:receivedDate "2008-06-28T15:44:41";
+	nmo:plainTextMessageContent "Blandit molestie velit ut ad dolore nulla nisl aliquip nibh veniam consequat eum. Autem esse commodo facilisi zzril ipsum exerci in te ad dolore. Eum hendrerit consequat in diam nibh ad ea. Aliquip veniam velit exerci sit accumsan ad invulputate autem. ".
+
+<urn:uuid:593068539> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17186285236>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-29T15:23:10";
+	nmo:receivedDate "2008-05-05T15:38:08";
+	nmo:plainTextMessageContent "Ut dolore qui feugait suscipit. Facilisi illum aliquam in velit tationullamcorper commodo consequat amet hendrerit et. Dignissim vel nostrud iustoodio dolore et nibh volutpat consequat. Vero facilisis velit sit. ".
+
+<urn:uuid:385532316> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17186285236>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-15T15:36:50";
+	nmo:receivedDate "2008-06-19T16:08:17";
+	nmo:plainTextMessageContent "Dolore luptatum laoreet ullamcorper delenitaugue nibh minim ut elitsed eum etaccumsan. Erat duis adipiscing dignissim et consequatvel. Ut augue duis exerci commodoconsequat dolore molestie nostrud doloremagna. Autem enim duis nislut luptatumzzril eum. Ullamcorper commodo veniam iriuredolor dolor dignissim vulputate dolore odio. ".
+
+<urn:uuid:1536550488> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17186285236>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-02T15:52:43";
+	nmo:receivedDate "2008-07-02T16:01:56";
+	nmo:plainTextMessageContent "Iriuredolor duis erat tationullamcorper. Ea nostrud velit suscipit lobortis dolor feugait illum praesent erat te lorem nibh. Praesent iriure nislut feugait ut veniamquis autem nostrud eum blandit dolor delenit qui. Molestie ex esse in velit veniam. ".
+
+<urn:uuid:777185365> a nco:PersonContact; 
+	nco:fullname "Augustine Seidel";
+	nco:nameGiven "Augustine";
+	nco:nameFamily "Seidel";
+	nco:birthDate "1942-07-02";
+	nco:hasEmailAddress <mailto:aseidel consequatvelhendrerit edu>;
+	nco:hasPhoneNumber <tel:+17186285236>;
+	nco:hasPostalAddress <urn:uuid:221846738>.
+
+<urn:uuid:1680020224> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04485" ;
+	nco:locality "Shirley Mills" ;
+	nco:streetAddress "6036 Olney Oak Parkway" .
+
+<mailto:mostrander exduis org> a nco:EmailAddress; 
+	nco:emailAddress "mostrander exduis org".
+
+<urn:uuid:229811840> a nco:PersonContact; 
+	nco:fullname "Mirna Ostrander";
+	nco:nameGiven "Mirna";
+	nco:nameFamily "Ostrander";
+	nco:birthDate "1942-07-26";
+	nco:hasEmailAddress <mailto:mostrander exduis org>;
+	nco:hasPostalAddress <urn:uuid:1680020224>.
+
+<urn:uuid:1329423415> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:229811840>;
+	nmo:sentDate "2008-05-07T15:12:22";
+	nmo:receivedDate "2008-05-07T15:12:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mostrander exduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1300206462>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "joaquin seymour feugaitesse com"];
+	nmo:bcc <urn:uuid:1576350578>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "michal littlefield hendreritodio eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Aliquip duis elitsed enim. ";
+	nmo:plainTextMessageContent "Facilisi erat eum eros consequat ex duis at minim aliquip. Delenitaugue ex ut volutpat euismod enim volutpat invulputate. ".
+
+<urn:uuid:1699738174> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:229811840>;
+	nmo:sentDate "2008-11-05T16:07:16";
+	nmo:receivedDate "2008-11-05T16:07:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mostrander exduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:808555867>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "acisneros hendreritnostrud net"];
+	nmo:messageSubject "Eros ut etaccumsan exerci qui laoreet aliquip vel luptatum. ";
+	nmo:plainTextMessageContent "Nibh ad delenitaugue te tationullamcorper ea augue quis iustoodio luptatum. Molestie vero eros ex duis at hendrerit aliquam et illum duis commodoconsequat in. ".
+
+<urn:uuid:1497249910> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:229811840>;
+	nmo:sentDate "2009-02-18T15:53:09";
+	nmo:receivedDate "2009-02-18T15:54:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mostrander exduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Etaccumsan eum ut eum invulputate eum at sit qui illum feugiat ex. ";
+	nmo:plainTextMessageContent "Blandit duis diam qui accumsan ut enim aliquam ad dolore nisl. ".
+
+<urn:uuid:764176732> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:229811840>;
+	nmo:sentDate "2008-04-02T16:06:17";
+	nmo:receivedDate "2008-04-02T16:06:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mostrander exduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eum vel nulla iriure duis dignissim. ";
+	nmo:plainTextMessageContent "Feugait vulputate euismod zzril commodoconsequat ad. Ex nulla ad vel ipsum aliquam eu dolor iustoodio. ".
+
+<urn:uuid:533141573> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:229811840>;
+	nmo:sentDate "2008-02-26T15:32:39";
+	nmo:receivedDate "2008-02-26T15:33:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mostrander exduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1160297575>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "forrest whitaker consequataliquam eu"];
+	nmo:messageSubject "Minim volutpat autem consequatvel illum. ";
+	nmo:plainTextMessageContent "Molestie wisi qui Utwisi vel dignissim erat esse duis. ".
+
+<urn:uuid:1658255568> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:229811840>;
+	nmo:sentDate "2008-02-24T15:40:22";
+	nmo:receivedDate "2008-02-24T15:40:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mostrander exduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Accumsan iriure ullamcorper duis ad. ";
+	nmo:plainTextMessageContent "Adipiscing feugait ut dolore. ".
+
+<urn:uuid:1693060635> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:229811840>;
+	nmo:sentDate "2008-10-06T15:41:47";
+	nmo:receivedDate "2008-10-06T15:42:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mostrander exduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:922128104>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "coleman salas enimmolestie info"];
+	nmo:bcc <urn:uuid:344829248>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ricky longoria etaccumsanduis gov"];
+	nmo:messageSubject "Qui minim illum accumsan autem volutpat nulla. ";
+	nmo:plainTextMessageContent "Nostrud suscipit hendrerit dignissim volutpat nibh suscipit eum dolore duis. Nulla dignissim feugiat quis volutpat. ".
+
+<urn:uuid:2046765198> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:229811840>;
+	nmo:sentDate "2008-04-21T15:37:41";
+	nmo:receivedDate "2008-04-21T15:37:44";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mostrander exduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Veniam in odio invulputate luptatumzzril te duis consequat illum. ";
+	nmo:plainTextMessageContent "Aliquip facilisis ut ipsum vel accumsan suscipit ut tation. ".
+
+<urn:uuid:1245115417> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:229811840>;
+	nmo:sentDate "2008-08-26T15:16:25";
+	nmo:receivedDate "2008-08-26T15:16:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mostrander exduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:425248791>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "treeves etaccumsandolore net"];
+	nmo:bcc <urn:uuid:871114772>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "elissa bonilla iriureut gov"];
+	nmo:messageSubject "Commodo ad vero suscipit aliquip accumsan consequatvel. ";
+	nmo:plainTextMessageContent "Delenit feugait in vero amet ea elitsed blandit vero facilisi illum. ".
+
+<urn:uuid:1831904954> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:229811840>;
+	nmo:sentDate "2008-07-08T15:35:34";
+	nmo:receivedDate "2008-07-08T15:36:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mostrander exduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1902435228>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dlamontagne autemamet us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Consequat aliquip dignissim minim nostrud laoreet eros iustoodio duis. ";
+	nmo:plainTextMessageContent "Eu vero nulla et minim delenitaugue ea ut. Ut blandit dolore et volutpat feugait te minim feugiat tincidunt vulputate. ".
+
+<urn:uuid:1029040732> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:229811840>;
+	nmo:sentDate "2008-02-26T15:36:26";
+	nmo:receivedDate "2008-02-26T15:36:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mostrander exduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:955227775>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "chardaway velitdolore gov"];
+	nmo:messageSubject "Praesent et Utwisi lobortis sit minim ea vel facilisis. ";
+	nmo:plainTextMessageContent "Facilisis nulla consequat in. Ut lobortis nulla dolor ea. ".
+
+<urn:uuid:1970190074> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:229811840>;
+	nmo:sentDate "2008-07-03T15:46:17";
+	nmo:receivedDate "2008-07-03T15:46:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mostrander exduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:623862122>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "bernadine williford delenitaugueat info"];
+	nmo:messageSubject "Nisl ex dolore ullamcorper iusto minim. ";
+	nmo:plainTextMessageContent "Illum ipsum amet nonummy esse luptatum ut delenitaugue. ".
+
+<urn:uuid:834195488> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:229811840>;
+	nmo:sentDate "2008-08-27T15:52:05";
+	nmo:receivedDate "2008-08-27T15:52:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mostrander exduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1147973622>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "hbaxley suscipitminim net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Veniamquis odio nostrud lorem duis nulla accumsan velit nulla doloremagna quis. ";
+	nmo:plainTextMessageContent "Eum exerci ut euismod adipiscing te eufeugiat praesent ex odio velit. At te esse nulla ea iusto hendrerit lobortis facilisi dolore ad. ".
+
+<urn:uuid:1876848398> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:229811840>;
+	nmo:sentDate "2008-09-18T15:17:36";
+	nmo:receivedDate "2008-09-18T15:18:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mostrander exduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Eum luptatum minim exerci accumsan qui wisi ea ea aliquam amet. ";
+	nmo:plainTextMessageContent "Qui etaccumsan accumsan feugait esse vero molestie te dolore enim feugait Utwisi. Ea nulla facilisi autem. ".
+
+<urn:uuid:391278882> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:229811840>;
+	nmo:sentDate "2008-08-28T16:01:44";
+	nmo:receivedDate "2008-08-28T16:02:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mostrander exduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vero praesent eros nulla etaccumsan qui aliquip nibh wisi molestie ut luptatumzzril. ";
+	nmo:plainTextMessageContent "Te duis in ullamcorper accumsan sit augue in nulla nisl consequatvel facilisis in ex. Dolore commodoconsequat consequatvel nulla nulla ea blandit dignissim dolore dolore suscipit Utwisi eros. ".
+
+<urn:uuid:1239972062> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:229811840>;
+	nmo:sentDate "2008-05-24T15:37:47";
+	nmo:receivedDate "2008-05-24T15:38:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mostrander exduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1127959177>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ben lunsford dignissimqui net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Augue erat tationullamcorper duis aliquip vero te veniam illum. ";
+	nmo:plainTextMessageContent "Iriure commodoconsequat dolore ullamcorper duis duis veniamquis volutpat praesent dolore facilisi. ".
+
+<urn:uuid:1168091917> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:229811840>;
+	nmo:sentDate "2008-09-10T16:09:40";
+	nmo:receivedDate "2008-09-10T16:10:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mostrander exduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dignissim aliquam commodo consequat nulla enim accumsan nonummy dolore. ";
+	nmo:plainTextMessageContent "Vel et tincidunt Utwisi vel minim lorem feugait ea erat etaccumsan luptatumzzril aliquip consequat. Ad feugait te aliquip eu zzril laoreet commodoconsequat ad. ".
+
+<urn:uuid:2008785596> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:229811840>;
+	nmo:sentDate "2008-03-17T15:57:22";
+	nmo:receivedDate "2008-03-17T15:57:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mostrander exduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1365315065>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "fmarler ametesse net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Lobortis iriure luptatumzzril in euismod commodoconsequat. ";
+	nmo:plainTextMessageContent "Lobortis te luptatumzzril facilisis duis tation ad blandit tincidunt ut odio nulla in ullamcorper. Eros praesent blandit exerci facilisi adipiscing ipsum. ".
+
+<urn:uuid:1973371778> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:229811840>;
+	nmo:sentDate "2008-04-01T15:42:57";
+	nmo:receivedDate "2008-04-01T15:43:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mostrander exduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Elitsed te eum et. ";
+	nmo:plainTextMessageContent "Eufeugiat ut te dignissim dolore ipsum. ".
+
+<urn:uuid:440857903> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:229811840>;
+	nmo:sentDate "2009-02-05T15:11:50";
+	nmo:receivedDate "2009-02-05T15:11:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "mostrander exduis org"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:2002697952>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "teresita norman essecommodo com"];
+	nmo:messageSubject "Dolore ut ut etaccumsan praesent et euismod consequatvel luptatum vulputate lobortis dolore. ";
+	nmo:plainTextMessageContent "Luptatum facilisi dolor vel. ".
+
+<urn:uuid:255118036> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15227" ;
+	nco:locality "Pittsburgh" ;
+	nco:streetAddress "6558 Newgate Drive" .
+
+<mailto:catrina nieto duisfeugait info> a nco:EmailAddress; 
+	nco:emailAddress "catrina nieto duisfeugait info".
+
+<urn:uuid:583355658> a nco:PersonContact; 
+	nco:fullname "Catrina Nieto";
+	nco:nameGiven "Catrina";
+	nco:nameFamily "Nieto";
+	nco:birthDate "1942-07-16";
+	nco:hasEmailAddress <mailto:catrina nieto duisfeugait info>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:255118036>.
+
+<urn:uuid:129189987> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04616" ;
+	nco:locality "Brooklin" ;
+	nco:streetAddress "7863 Victoria Drive" .
+
+<mailto:cahasAffiliation havens luptatumzzrilconsequatvel eu> a nco:EmailAddress; 
+	nco:emailAddress "cahasAffiliation havens luptatumzzrilconsequatvel eu".
+
+<urn:uuid:1731310114> a nco:PersonContact; 
+	nco:fullname "CahasAffiliation Havens";
+	nco:nameGiven "CahasAffiliation";
+	nco:nameFamily "Havens";
+	nco:birthDate "1942-11-11";
+	nco:hasEmailAddress <mailto:cahasAffiliation havens luptatumzzrilconsequatvel eu>;
+	nco:hasPostalAddress <urn:uuid:129189987>.
+
+<urn:uuid:1909897650> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2008-06-16T15:20:04";
+	nmo:receivedDate "2008-06-16T15:20:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:112922413>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "harrison acosta ipsumnonummy edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Vel blandit iustoodio eros volutpat nostrud dolor wisi exerci hendrerit eros. ";
+	nmo:plainTextMessageContent "Odio augue molestie duis ad facilisis tationullamcorper accumsan in ea euismod nulla ullamcorper. ".
+
+<urn:uuid:337848827> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2008-10-05T15:26:53";
+	nmo:receivedDate "2008-10-05T15:27:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1256182978>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "esmeralda mooney praesentdelenit eu"];
+	nmo:messageSubject "Facilisi vel commodoconsequat dignissim eros dignissim nulla. ";
+	nmo:plainTextMessageContent "Dignissim molestie facilisis nibh in at. Etaccumsan vel laoreet in iriure. ".
+
+<urn:uuid:1640839865> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2008-12-19T15:28:03";
+	nmo:receivedDate "2008-12-19T15:28:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1489738063>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "alin eumduis us"];
+	nmo:bcc <urn:uuid:1155348940>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "wblaylock luptatumzzriliusto org"];
+	nmo:messageSubject "Molestie invulputate blandit ut duis vero enim eros ex quis nisl iusto vel veniam. ";
+	nmo:plainTextMessageContent "Exerci esse dolore in feugait ut erat aliquip. Facilisi facilisi ea commodo ad dolor delenitaugue aliquip ex praesent veniamquis blandit. ".
+
+<urn:uuid:2106885060> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2008-10-27T15:54:57";
+	nmo:receivedDate "2008-10-27T15:55:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Hendrerit veniamquis iusto facilisi ut elitsed nulla dignissim nibh et at facilisi consequat eum. ";
+	nmo:plainTextMessageContent "Duis ad consequat sit nostrud dignissim at illum praesent facilisi vulputate. Molestie consectetuer ut tation ea veniam suscipit at ullamcorper te autem. ".
+
+<urn:uuid:699926686> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2009-02-03T15:52:53";
+	nmo:receivedDate "2009-02-03T15:53:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Quis duis autem blandit Utwisi dignissim duis at ex illum velit wisi. ";
+	nmo:plainTextMessageContent "Invulputate exerci dignissim eu iusto esse. Facilisis elitsed eufeugiat wisi vel ut invulputate qui doloremagna nostrud etaccumsan nulla ut. ".
+
+<urn:uuid:1769527990> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2008-01-29T15:48:33";
+	nmo:receivedDate "2008-01-29T15:49:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1506970833>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "edmundo clanton tedignissim net"];
+	nmo:messageSubject "Sit facilisi invulputate vel blandit. ";
+	nmo:plainTextMessageContent "Eros duis iriuredolor suscipit dolore laoreet te nulla nulla exerci consequatvel vel blandit. Suscipit illum lobortis invulputate minim iustoodio veniamquis enim. ".
+
+<urn:uuid:1834682183> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2008-12-25T15:50:58";
+	nmo:receivedDate "2008-12-25T15:51:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Facilisi in enim laoreet duis facilisi aliquip blandit commodoconsequat ut at. ";
+	nmo:plainTextMessageContent "Utwisi dignissim te consectetuer nostrud ea lobortis molestie eu te vel iriure molestie. ".
+
+<urn:uuid:470092109> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2009-01-10T15:28:04";
+	nmo:receivedDate "2009-01-10T15:28:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Veniam ipsum at dignissim quis nulla minim zzril dolor. ";
+	nmo:plainTextMessageContent "Tation nostrud exerci eum eufeugiat sit nulla nostrud nislut. ".
+
+<urn:uuid:1078899192> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2008-03-29T15:12:02";
+	nmo:receivedDate "2008-03-29T15:12:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:955227775>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "chardaway velitdolore gov"];
+	nmo:messageSubject "Luptatumzzril diam facilisis aliquip dignissim tation duis tation. ";
+	nmo:plainTextMessageContent "Dignissim molestie ullamcorper feugait eufeugiat etaccumsan ex ut veniam. ".
+
+<urn:uuid:985505648> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2008-08-28T15:27:07";
+	nmo:receivedDate "2008-08-28T15:27:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1700200115>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "lstauffer tedolor tv"];
+	nmo:messageSubject "Nisl amet aliquip aliquip consequat delenit nulla ea praesent. ";
+	nmo:plainTextMessageContent "Blandit enim esse iustoodio ea suscipit elitsed in nonummy in te. Enim in eros ex eufeugiat hendrerit eufeugiat molestie feugait. ".
+
+<urn:uuid:333312856> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2008-07-01T15:53:36";
+	nmo:receivedDate "2008-07-01T15:53:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1091309697>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rbearden doloremagnate gov"];
+	nmo:bcc <urn:uuid:1039549932>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "jami kurtz suscipitiriuredolor eu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Delenitaugue veniam feugiat praesent tincidunt aliquam vero facilisis. ";
+	nmo:plainTextMessageContent "Volutpat vulputate feugait dolor enim molestie eum nibh ex illum. ".
+
+<urn:uuid:1140148352> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2008-06-13T15:22:02";
+	nmo:receivedDate "2008-06-13T15:22:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Dignissim consequat dolore velit facilisi diam accumsan suscipit exerci iriure ex. ";
+	nmo:plainTextMessageContent "Lorem feugiat dolore nisl ea nostrud te nibh. ".
+
+<urn:uuid:1091027940> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2008-08-12T15:52:22";
+	nmo:receivedDate "2008-08-12T15:53:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:651465676>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "barrett betts exerciluptatum gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Dolor ut ex vel duis quis tationullamcorper feugait autem dolore. ";
+	nmo:plainTextMessageContent "Illum facilisis laoreet aliquip in at vel qui illum augue. ".
+
+<urn:uuid:247665052> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2009-02-11T15:12:07";
+	nmo:receivedDate "2009-02-11T15:12:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ullamcorper quis dignissim suscipit blandit eum ut feugait consectetuer feugiat suscipit eum. ";
+	nmo:plainTextMessageContent "Nibh eros nulla exerci molestie nulla ex lobortis praesent et. ".
+
+<urn:uuid:873693967> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2008-05-09T15:34:14";
+	nmo:receivedDate "2008-05-09T15:34:36";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Elitsed lobortis veniamquis tation ex esse ea eros facilisi in commodo minim duis. ";
+	nmo:plainTextMessageContent "Ut aliquip eu adipiscing ut luptatumzzril nulla delenit ea consectetuer illum eum hendrerit. ".
+
+<urn:uuid:1168625291> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2008-08-02T16:10:32";
+	nmo:receivedDate "2008-08-02T16:10:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1724789023>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "josette evers dolorequis edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Vel exerci ad quis nulla. ";
+	nmo:plainTextMessageContent "Molestie at vero facilisi commodo wisi. Tincidunt adipiscing accumsan dolore ut lobortis in eros vulputate ut. ".
+
+<urn:uuid:213634309> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2008-12-17T15:42:30";
+	nmo:receivedDate "2008-12-17T15:43:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1132553444>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dennis harter lobortiset com"];
+	nmo:bcc <urn:uuid:1519631925>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "pstevens nonummyvel edu"];
+	nmo:messageSubject "Veniamquis velit et ad aliquip iusto vel hendrerit tationullamcorper vel. ";
+	nmo:plainTextMessageContent "Eum in ullamcorper commodo commodo. Ut ad enim ex at velit. ".
+
+<urn:uuid:339077560> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2008-04-17T15:52:57";
+	nmo:receivedDate "2008-04-17T15:53:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:204965412>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "icoffman minimpraesent net"];
+	nmo:messageSubject "Feugait praesent vero consequat minim minim. ";
+	nmo:plainTextMessageContent "Te velit blandit vero velit et. ".
+
+<urn:uuid:1466551894> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2008-09-09T16:03:39";
+	nmo:receivedDate "2008-09-09T16:04:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Iusto amet at feugiat in nulla sit duis ad suscipit eufeugiat tincidunt facilisis. ";
+	nmo:plainTextMessageContent "Tationullamcorper dolore feugait erat ad nostrud quis autem ea ut eum praesent luptatumzzril. Te praesent delenitaugue ut consequat tincidunt diam. ".
+
+<urn:uuid:1371717744> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2008-01-24T16:06:13";
+	nmo:receivedDate "2008-01-24T16:06:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1407073247>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mreich consequatvelnulla com"];
+	nmo:messageSubject "Minim qui facilisi te in tation suscipit wisi ad feugait laoreet ullamcorper etaccumsan. ";
+	nmo:plainTextMessageContent "Hendrerit ex consequat eum in nulla nonummy luptatumzzril aliquip commodoconsequat et in in. Lorem molestie nisl nulla nulla erat ut minim lobortis qui adipiscing eufeugiat. ".
+
+<urn:uuid:1675540986> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2008-10-16T15:28:29";
+	nmo:receivedDate "2008-10-16T15:28:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Enim dolor exerci at exerci at vel esse praesent delenitaugue consequatvel ut. ";
+	nmo:plainTextMessageContent "At blandit sit sit tincidunt et ex at invulputate nulla dignissim adipiscing sit. Feugiat facilisi Utwisi ad. ".
+
+<urn:uuid:1282138175> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2008-11-08T15:38:53";
+	nmo:receivedDate "2008-11-08T15:39:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ut illum ea commodoconsequat iusto illum facilisis consequat nostrud sit commodo facilisi ad dolore. ";
+	nmo:plainTextMessageContent "Facilisi laoreet aliquip lorem vulputate commodo. ".
+
+<urn:uuid:21072300> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2009-01-21T15:56:21";
+	nmo:receivedDate "2009-01-21T15:57:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Feugiat ex commodo lorem vel veniamquis in blandit eu. ";
+	nmo:plainTextMessageContent "Ad at et commodoconsequat vel facilisis velit. ".
+
+<urn:uuid:518130085> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2009-01-30T15:44:13";
+	nmo:receivedDate "2009-01-30T15:45:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Vel nisl illum consequatvel eros illum commodoconsequat iustoodio lorem ad feugait nulla ut eros. ";
+	nmo:plainTextMessageContent "Eufeugiat ut enim commodo esse eros ad. ".
+
+<urn:uuid:1741471042> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2008-06-27T15:58:09";
+	nmo:receivedDate "2008-06-27T15:58:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1197460198>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "demarcus hinton aliquamnulla net"];
+	nmo:messageSubject "Accumsan iusto molestie consequat dolore etaccumsan vel et nonummy. ";
+	nmo:plainTextMessageContent "Ut et et consequat enim exerci facilisis. ".
+
+<urn:uuid:1822488391> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2008-04-10T16:10:24";
+	nmo:receivedDate "2008-04-10T16:11:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1763677309>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "hsouth aliquipin info"];
+	nmo:messageSubject "Nibh eum duis feugait invulputate dignissim luptatum delenitaugue odio te feugait dignissim dolor. ";
+	nmo:plainTextMessageContent "Et suscipit ullamcorper esse eros nislut autem tation nostrud hendrerit at praesent. ".
+
+<urn:uuid:48913349> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2008-03-02T15:28:52";
+	nmo:receivedDate "2008-03-02T15:29:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Et ea vero duis euismod illum illum eu molestie vulputate. ";
+	nmo:plainTextMessageContent "Illum vulputate nisl nisl et nulla blandit. ".
+
+<urn:uuid:427723605> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2008-04-12T15:34:57";
+	nmo:receivedDate "2008-04-12T15:35:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Hendrerit at minim dolore consequatvel. ";
+	nmo:plainTextMessageContent "Diam duis dolor in. Tincidunt suscipit aliquip nulla diam odio luptatumzzril consequatvel nulla. ".
+
+<urn:uuid:531465157> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2008-05-24T16:01:59";
+	nmo:receivedDate "2008-05-24T16:02:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:251092321>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "eroush quidiam net"];
+	nmo:messageSubject "Utwisi blandit consectetuer consectetuer wisi tincidunt vel nibh nulla at illum iriuredolor. ";
+	nmo:plainTextMessageContent "Ut blandit et iriure molestie. Laoreet sit eu qui eros nisl luptatum. ".
+
+<urn:uuid:1266876942> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1731310114>;
+	nmo:sentDate "2008-07-07T16:06:12";
+	nmo:receivedDate "2008-07-07T16:07:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cahasAffiliation havens luptatumzzrilconsequatvel eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1168722026>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rmcknight enimzzril gov"];
+	nmo:messageSubject "Dignissim nislut molestie consequatvel facilisis ullamcorper vel dignissim. ";
+	nmo:plainTextMessageContent "Iriure blandit in duis minim minim lorem enim enim blandit duis ullamcorper nostrud in. Veniamquis exerci vel feugait ea ea nulla. ".
+
+<urn:uuid:835065569> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06759" ;
+	nco:locality "Litchfield" ;
+	nco:streetAddress "3479 Norman Avenue" .
+
+<mailto:cole reich ipsumminim info> a nco:EmailAddress; 
+	nco:emailAddress "cole reich ipsumminim info".
+
+<xmpp:cole reich gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Cole Reich" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Doloremagna consequat illum dolor at lorem enim dolore suscipit in veniam ea veniamquis. " ;
+	nco:imID "cole reich gmail com".
+
+<urn:uuid:1773862738> a nco:PersonContact; 
+	nco:fullname "Cole Reich";
+	nco:nameGiven "Cole";
+	nco:nameFamily "Reich";
+	nco:birthDate "1943-02-26";
+	nco:hasEmailAddress <mailto:cole reich ipsumminim info>;
+	nco:hasIMAccount <xmpp:cole reich gmail com>;
+	nco:hasPostalAddress <urn:uuid:835065569>.
+
+<urn:uuid:1197665765> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08899" ;
+	nco:locality "Edison" ;
+	nco:streetAddress "8287 Fords Station Circle" .
+
+<mailto:corrine riley exercinostrud org> a nco:EmailAddress; 
+	nco:emailAddress "corrine riley exercinostrud org".
+
+<urn:uuid:76947333> a nco:PersonContact; 
+	nco:fullname "Corrine Riley";
+	nco:nameGiven "Corrine";
+	nco:nameFamily "Riley";
+	nco:birthDate "1942-10-27";
+	nco:hasEmailAddress <mailto:corrine riley exercinostrud org>;
+	nco:hasPostalAddress <urn:uuid:1197665765>.
+
+<urn:uuid:491862956> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1873894462>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Iustoodio nulla lobortis et autem zzril et nibh. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-23T17:11:34"];
+	ncal:dtend [ncal:dateTime "2009-02-23T19:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1873894462>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1402143423> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04258" ;
+	nco:locality "Minot" ;
+	nco:streetAddress "8100 Beaux Bridge Way" .
+
+<mailto:susanna curtis utwisi gov> a nco:EmailAddress; 
+	nco:emailAddress "susanna curtis utwisi gov".
+
+<urn:uuid:331202525> a nco:PersonContact; 
+	nco:fullname "Susanna Curtis";
+	nco:nameGiven "Susanna";
+	nco:nameFamily "Curtis";
+	nco:birthDate "1942-11-11";
+	nco:hasEmailAddress <mailto:susanna curtis utwisi gov>;
+	nco:hasPostalAddress <urn:uuid:1402143423>.
+
+<urn:uuid:420633700> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04680" ;
+	nco:locality "Steuben" ;
+	nco:streetAddress "5437 Tamarack Way" .
+
+<mailto:lfritz nostruderos us> a nco:EmailAddress; 
+	nco:emailAddress "lfritz nostruderos us".
+
+<urn:uuid:1211121750> a nco:PersonContact; 
+	nco:fullname "Lizzie Fritz";
+	nco:nameGiven "Lizzie";
+	nco:nameFamily "Fritz";
+	nco:birthDate "1942-05-19";
+	nco:hasEmailAddress <mailto:lfritz nostruderos us>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:420633700>.
+
+<urn:uuid:907198044> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04616" ;
+	nco:locality "Brooklin" ;
+	nco:streetAddress "7015 Pike Wood Avenue" .
+
+<mailto:king arevalo exerciconsequat com> a nco:EmailAddress; 
+	nco:emailAddress "king arevalo exerciconsequat com".
+
+<urn:uuid:146298308> a nco:PersonContact; 
+	nco:fullname "King Arevalo";
+	nco:nameGiven "King";
+	nco:nameFamily "Arevalo";
+	nco:birthDate "1942-06-07";
+	nco:hasEmailAddress <mailto:king arevalo exerciconsequat com>;
+	nco:hasPostalAddress <urn:uuid:907198044>.
+
+<urn:uuid:863642500> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12203" ;
+	nco:locality "Albany" ;
+	nco:streetAddress "1902 Oakville Drive" .
+
+<mailto:reinaldo copley feugaitut org> a nco:EmailAddress; 
+	nco:emailAddress "reinaldo copley feugaitut org".
+
+<urn:uuid:1468775644> a nco:PersonContact; 
+	nco:fullname "Reinaldo Copley";
+	nco:nameGiven "Reinaldo";
+	nco:nameFamily "Copley";
+	nco:birthDate "1942-04-19";
+	nco:hasEmailAddress <mailto:reinaldo copley feugaitut org>;
+	nco:hasPostalAddress <urn:uuid:863642500>.
+
+<urn:uuid:1135884219> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "RI" ;
+	nco:postalcode "02816" ;
+	nco:locality "Coventry" ;
+	nco:streetAddress "2201 Chertsy Trail" .
+
+<mailto:alexis lynch euismodillum edu> a nco:EmailAddress; 
+	nco:emailAddress "alexis lynch euismodillum edu".
+
+<xmpp:alexis lynch gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Alexis Lynch" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Autem commodo qui velit vel. " ;
+	nco:imID "alexis lynch gmail com".
+
+<urn:uuid:548888549> a nco:PersonContact; 
+	nco:fullname "Alexis Lynch";
+	nco:nameGiven "Alexis";
+	nco:nameFamily "Lynch";
+	nco:birthDate "1942-11-06";
+	nco:hasEmailAddress <mailto:alexis lynch euismodillum edu>;
+	nco:hasIMAccount <xmpp:alexis lynch gmail com>;
+	nco:hasPostalAddress <urn:uuid:1135884219>.
+
+<urn:uuid:1077557290> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07509" ;
+	nco:locality "Paterson" ;
+	nco:streetAddress "8122 Kingsride Circle" .
+
+<mailto:crystal jarrett facilisisipsum org> a nco:EmailAddress; 
+	nco:emailAddress "crystal jarrett facilisisipsum org".
+
+<xmpp:crystal jarrett gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Crystal Jarrett" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Dignissim vero dignissim iriuredolor. " ;
+	nco:imID "crystal jarrett gmail com".
+
+<urn:uuid:1249432646> a nco:PersonContact; 
+	nco:fullname "Crystal Jarrett";
+	nco:nameGiven "Crystal";
+	nco:nameFamily "Jarrett";
+	nco:birthDate "1942-11-18";
+	nco:hasEmailAddress <mailto:crystal jarrett facilisisipsum org>;
+	nco:hasIMAccount <xmpp:crystal jarrett gmail com>;
+	nco:hasPostalAddress <urn:uuid:1077557290>.
+
+<urn:uuid:1421069662> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11739" ;
+	nco:locality "Great River" ;
+	nco:streetAddress "4778 Water Way" .
+
+<mailto:garry delaney iriureveniamquis eu> a nco:EmailAddress; 
+	nco:emailAddress "garry delaney iriureveniamquis eu".
+
+<xmpp:garry delaney gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Garry Delaney" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Praesent aliquam nislut illum eum vel. " ;
+	nco:imID "garry delaney gmail com".
+
+<tel:+17162828858> a nco:PhoneNumber; 
+	nco:phoneNumber "(716)282-8858".
+
+<urn:uuid:222126528> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17162828858>]; 
+	nmo:duration 47; 
+	nmo:receivedDate "2009-01-15T15:53:47". 
+
+<urn:uuid:642721278> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17162828858>]; 
+	nmo:duration 33; 
+	nmo:receivedDate "2008-12-15T15:58:07". 
+
+<urn:uuid:90590437> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17162828858>]; 
+	nmo:duration 47; 
+	nmo:sentDate "2009-01-03T15:47:31". 
+
+<urn:uuid:1693484017> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17162828858>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-24T15:39:36";
+	nmo:receivedDate "2009-01-19T15:31:05";
+	nmo:plainTextMessageContent "Facilisi iustoodio erat dignissim. Autem ullamcorper eros nibh in adipiscing dolore commodoconsequat accumsan accumsan consectetuer. Invulputate eum quis laoreet eum dignissim aliquam adipiscing veniamquis blandit. Esse qui nonummy et lobortis esse enim etaccumsan nulla. ".
+
+<urn:uuid:1218197043> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17162828858>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-25T15:48:51";
+	nmo:receivedDate "2008-05-10T16:07:44";
+	nmo:plainTextMessageContent "Amet iriuredolor accumsan praesent facilisi commodoconsequat. Accumsan feugiat in ea at wisi feugait diam ut. Delenitaugue suscipit delenitaugue dolor enim velit duis erat. Dolore dolore vulputate ad te praesent. Duis dolore enim accumsan praesent ullamcorper iriure facilisis ad. Dignissim luptatum consequat minim ut doloremagna nulla odio. Duis molestie velit dolore veniam suscipit praesent qui vel qui. ".
+
+<urn:uuid:753029591> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17162828858>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-07T15:40:44";
+	nmo:receivedDate "2008-09-22T15:34:26";
+	nmo:plainTextMessageContent "Iriure esse eu aliquam iriure erat consectetuer. Dignissim ex dignissim diam ut hendrerit commodoconsequat iriuredolor nostrud in lobortis eufeugiat. Exerci duis lobortis elitsed iriure feugiat doloremagna facilisi vero molestie ea in velit et. Ea qui delenitaugue nostrud lorem iriuredolor hendrerit iriure autem wisi. Praesent vero ad esse dolore minim ut molestie velit ad tincidunt feugait praesent. ".
+
+<urn:uuid:398127604> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17162828858>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-29T15:55:21";
+	nmo:receivedDate "2008-03-13T15:34:14";
+	nmo:plainTextMessageContent "Consectetuer nislut at vulputate delenit autem. Accumsan wisi in nulla elitsed exerci nulla minim minim autem et facilisi lobortis vero. Elitsed suscipit suscipit exerci et consequat doloremagna dolore. Praesent amet facilisis illum illum lorem et ea. Minim augue autem in accumsan nonummy esse. Aliquam et delenitaugue dignissim at veniam. Eufeugiat hendrerit nostrud dolor ut illum. ".
+
+<urn:uuid:510177573> a nco:PersonContact; 
+	nco:fullname "Garry Delaney";
+	nco:nameGiven "Garry";
+	nco:nameFamily "Delaney";
+	nco:birthDate "1942-03-10";
+	nco:hasEmailAddress <mailto:garry delaney iriureveniamquis eu>;
+	nco:hasPhoneNumber <tel:+17162828858>;
+	nco:hasIMAccount <xmpp:garry delaney gmail com>;
+	nco:hasPostalAddress <urn:uuid:1421069662>.
+
+<urn:uuid:1296954092> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06114" ;
+	nco:locality "Hartford" ;
+	nco:streetAddress "5109 Bow String Circle" .
+
+<mailto:elinor fenton luptatumzzrilveniamquis gov> a nco:EmailAddress; 
+	nco:emailAddress "elinor fenton luptatumzzrilveniamquis gov".
+
+<xmpp:elinor fenton gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Elinor Fenton" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Ea duis nulla praesent lobortis vel praesent dolore facilisis vero delenit. " ;
+	nco:imID "elinor fenton gmail com".
+
+<urn:uuid:102756967> a nco:PersonContact; 
+	nco:fullname "Elinor Fenton";
+	nco:nameGiven "Elinor";
+	nco:nameFamily "Fenton";
+	nco:birthDate "1943-02-24";
+	nco:hasEmailAddress <mailto:elinor fenton luptatumzzrilveniamquis gov>;
+	nco:hasIMAccount <xmpp:elinor fenton gmail com>;
+	nco:hasPostalAddress <urn:uuid:1296954092>.
+
+<urn:uuid:2035495817> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07069" ;
+	nco:locality "Watchung" ;
+	nco:streetAddress "4936 Oxen Parkway" .
+
+<mailto:salvador thornhill velitblandit edu> a nco:EmailAddress; 
+	nco:emailAddress "salvador thornhill velitblandit edu".
+
+<tel:+14459391279> a nco:PhoneNumber; 
+	nco:phoneNumber "(445)939-1279".
+
+<urn:uuid:1457260199> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14459391279>]; 
+	nmo:duration 34; 
+	nmo:sentDate "2008-10-22T15:16:29". 
+
+<urn:uuid:1525394491> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14459391279>]; 
+	nmo:duration 19; 
+	nmo:sentDate "2008-06-05T15:58:07". 
+
+<urn:uuid:709568738> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14459391279>]; 
+	nmo:duration 48; 
+	nmo:sentDate "2008-09-29T15:51:05". 
+
+<urn:uuid:836875794> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14459391279>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-21T16:04:29";
+	nmo:receivedDate "2008-08-14T15:17:58";
+	nmo:plainTextMessageContent "Quis nulla tation wisi iriure vel eros quis. Dolore elitsed vel veniam et etaccumsan ea aliquam illum consequat. Suscipit vero luptatum facilisi nulla delenitaugue iriuredolor dolor aliquam eufeugiat ad volutpat tationullamcorper. Quis facilisi facilisis enim esse tationullamcorper consequat duis duis. ".
+
+<urn:uuid:1421670149> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14459391279>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-18T15:53:48";
+	nmo:receivedDate "2008-03-15T15:56:20";
+	nmo:plainTextMessageContent "At luptatum ex ex duis exerci lobortis laoreet nostrud illum in in autem aliquip. Ut feugait dolor nonummy duis Utwisi facilisis qui vel nulla in esse. Dolore minim eum duis vero nonummy delenitaugue te diam vero augue. Wisi delenitaugue praesent aliquam wisi luptatum enim. Velit esse iriuredolor delenit dolore consequatvel aliquip praesent vel vel blandit ad. Suscipit duis ex at nulla aliquip nostrud blandit aliquam vulputate esse etaccumsan invulputate. ".
+
+<urn:uuid:1763098203> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14459391279>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-09T16:07:45";
+	nmo:receivedDate "2008-11-27T15:56:13";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Feugiat zzril volutpat duis autem. Aliquip dolore ad duis et nibh velit ex invulputate dolore hendrerit. Dignissim nulla accumsan commodoconsequat te nisl illum nibh Utwisi enim ullamcorper eu ex luptatumzzril. Molestie veniam vero eros duis wisi tation autem erat consequatvel exerci nisl duis aliquam. ".
+
+<urn:uuid:373674191> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14459391279>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-23T16:01:07";
+	nmo:receivedDate "2008-09-16T16:00:55";
+	nmo:plainTextMessageContent "Accumsan qui duis luptatum amet nulla tation diam eu odio. Accumsan ipsum dolore in ut aliquip. Duis adipiscing aliquip lobortis consectetuer praesent. Ea dolore ut nulla eufeugiat tationullamcorper amet molestie aliquip in diam vel exerci. Eum nostrud eros ut suscipit amet dignissim. Suscipit veniamquis odio molestie nulla iusto feugait nulla sit ea delenitaugue at vel laoreet. ".
+
+<urn:uuid:1449888061> a nco:PersonContact; 
+	nco:fullname "Salvador Thornhill";
+	nco:nameGiven "Salvador";
+	nco:nameFamily "Thornhill";
+	nco:birthDate "1942-06-18";
+	nco:hasEmailAddress <mailto:salvador thornhill velitblandit edu>;
+	nco:hasPhoneNumber <tel:+14459391279>;
+	nco:hasPostalAddress <urn:uuid:2035495817>.
+
+<urn:uuid:1528515634> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1449888061>;
+	nmo:sentDate "2008-09-24T15:50:15";
+	nmo:receivedDate "2008-09-24T15:51:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "salvador thornhill velitblandit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Aliquip ex illum esse iriure illum iusto duis. ";
+	nmo:plainTextMessageContent "Vel enim vulputate hendrerit dolore enim ad enim zzril lobortis commodoconsequat te autem. Consectetuer eros eum ex enim nulla quis eu dignissim vel nostrud consequatvel iriure ipsum. ".
+
+<urn:uuid:2109775096> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1449888061>;
+	nmo:sentDate "2008-06-06T15:49:00";
+	nmo:receivedDate "2008-06-06T15:49:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "salvador thornhill velitblandit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Blandit ad commodoconsequat facilisis ut ex exerci. ";
+	nmo:plainTextMessageContent "Praesent duis facilisi iriuredolor exerci ex et dolore et euismod. Volutpat aliquip et at lorem delenitaugue aliquip facilisis facilisis nonummy odio ex. ".
+
+<urn:uuid:1861335651> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1449888061>;
+	nmo:sentDate "2009-01-03T15:48:39";
+	nmo:receivedDate "2009-01-03T15:49:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "salvador thornhill velitblandit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Veniam zzril exerci vero qui facilisi lobortis facilisis ad erat iusto molestie. ";
+	nmo:plainTextMessageContent "Molestie tationullamcorper augue enim nislut ea. ".
+
+<urn:uuid:770706633> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1449888061>;
+	nmo:sentDate "2008-11-21T15:34:46";
+	nmo:receivedDate "2008-11-21T15:35:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "salvador thornhill velitblandit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:855893460>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lfierro duiste us"];
+	nmo:messageSubject "Doloremagna enim ex dolore tincidunt nulla nostrud ut ipsum iriure euismod praesent molestie esse. ";
+	nmo:plainTextMessageContent "Praesent hendrerit et enim commodoconsequat dolor consectetuer vulputate tation. Ut luptatum tationullamcorper autem consequatvel vel lobortis aliquip erat. ".
+
+<urn:uuid:1644629125> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1449888061>;
+	nmo:sentDate "2009-02-04T16:06:59";
+	nmo:receivedDate "2009-02-04T16:07:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "salvador thornhill velitblandit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nisl zzril facilisis in aliquam ullamcorper. ";
+	nmo:plainTextMessageContent "Nulla delenitaugue vel dolore tationullamcorper nulla. Exerci duis velit odio aliquip nislut enim consequat in veniamquis vero. ".
+
+<urn:uuid:597301662> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1449888061>;
+	nmo:sentDate "2008-12-23T15:49:21";
+	nmo:receivedDate "2008-12-23T15:49:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "salvador thornhill velitblandit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Exerci dolore veniamquis te qui illum tincidunt luptatum laoreet. ";
+	nmo:plainTextMessageContent "Nonummy veniamquis nostrud delenitaugue ad duis et Utwisi eufeugiat vel. Consectetuer luptatumzzril blandit nulla eu doloremagna tation feugiat eros ea ex. ".
+
+<urn:uuid:1967475385> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1449888061>;
+	nmo:sentDate "2008-07-23T15:12:58";
+	nmo:receivedDate "2008-07-23T15:12:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "salvador thornhill velitblandit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:542941629>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "pboland inconsequat edu"];
+	nmo:messageSubject "Feugait feugait at facilisi dignissim enim ea duis nulla eum velit eros dolore ad. ";
+	nmo:plainTextMessageContent "Facilisi nostrud dignissim Utwisi nonummy lobortis amet ad euismod. ".
+
+<urn:uuid:171335221> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1449888061>;
+	nmo:sentDate "2008-11-01T15:53:15";
+	nmo:receivedDate "2008-11-01T15:54:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "salvador thornhill velitblandit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "In erat erat invulputate lobortis. ";
+	nmo:plainTextMessageContent "Feugait et feugait nostrud nibh nulla odio praesent duis eros. ".
+
+<urn:uuid:1720644971> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1449888061>;
+	nmo:sentDate "2008-12-06T16:07:23";
+	nmo:receivedDate "2008-12-06T16:07:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "salvador thornhill velitblandit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1547577658>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "esweat delenitex tv"];
+	nmo:bcc <urn:uuid:1128418759>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "emoriarty autemfeugiat net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Commodo aliquip suscipit invulputate quis. ";
+	nmo:plainTextMessageContent "Veniamquis laoreet qui consequat feugait. Luptatum duis esse odio ullamcorper euismod diam. ".
+
+<urn:uuid:412276841> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1449888061>;
+	nmo:sentDate "2009-01-14T15:52:06";
+	nmo:receivedDate "2009-01-14T15:52:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "salvador thornhill velitblandit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Facilisi duis hendrerit velit consequat facilisis iriure in exerci delenit adipiscing et dignissim esse. ";
+	nmo:plainTextMessageContent "Aliquam et eros consectetuer duis aliquip ut consequatvel amet suscipit veniamquis te aliquip duis. Adipiscing et quis qui eum facilisis euismod delenit vel. ".
+
+<urn:uuid:825591551> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1449888061>;
+	nmo:sentDate "2008-03-08T15:58:58";
+	nmo:receivedDate "2008-03-08T15:59:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "salvador thornhill velitblandit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Suscipit luptatumzzril facilisis etaccumsan vero et. ";
+	nmo:plainTextMessageContent "Nibh accumsan elitsed delenit. ".
+
+<urn:uuid:1790724306> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1449888061>;
+	nmo:sentDate "2008-01-31T15:55:28";
+	nmo:receivedDate "2008-01-31T15:55:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "salvador thornhill velitblandit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Te nisl vero nislut nulla amet. ";
+	nmo:plainTextMessageContent "Praesent tincidunt veniamquis dolore nulla autem amet duis at. ".
+
+<urn:uuid:1159671877> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1449888061>;
+	nmo:sentDate "2008-10-13T15:18:03";
+	nmo:receivedDate "2008-10-13T15:18:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "salvador thornhill velitblandit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Autem luptatumzzril veniam in. ";
+	nmo:plainTextMessageContent "Dolore ullamcorper ad nulla minim dignissim esse in ut quis aliquam augue volutpat. Hendrerit ea commodoconsequat esse nislut. ".
+
+<urn:uuid:148756335> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1449888061>;
+	nmo:sentDate "2008-09-29T15:32:14";
+	nmo:receivedDate "2008-09-29T15:32:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "salvador thornhill velitblandit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Autem quis ipsum Utwisi feugait suscipit ipsum volutpat autem. ";
+	nmo:plainTextMessageContent "Dolore iusto quis velit ullamcorper nislut vero vel hendrerit tationullamcorper in suscipit nulla. Ipsum vero invulputate hendrerit ad adipiscing nulla tincidunt erat. ".
+
+<urn:uuid:1452546256> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1449888061>;
+	nmo:sentDate "2009-01-07T15:40:22";
+	nmo:receivedDate "2009-01-07T15:40:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "salvador thornhill velitblandit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:506828097>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ksepulveda etaccumsanfeugait edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Blandit quis tincidunt eum facilisi feugait Utwisi accumsan invulputate vero qui eros facilisis. ";
+	nmo:plainTextMessageContent "Aliquip diam iriuredolor erat vero nulla iriure eum eum. ".
+
+<urn:uuid:1414761397> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1449888061>;
+	nmo:sentDate "2008-03-10T15:23:41";
+	nmo:receivedDate "2008-03-10T15:24:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "salvador thornhill velitblandit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:359399277>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "janis hynes nisluteum com"];
+	nmo:messageSubject "Hendrerit esse dignissim ullamcorper. ";
+	nmo:plainTextMessageContent "Facilisis in enim lobortis blandit in consectetuer aliquip. In iustoodio duis ex commodo nulla molestie dolore lobortis blandit exerci. ".
+
+<urn:uuid:698344129> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1449888061>;
+	nmo:sentDate "2008-02-07T15:32:02";
+	nmo:receivedDate "2008-02-07T15:32:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "salvador thornhill velitblandit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ullamcorper nisl wisi iriuredolor amet erat esse. ";
+	nmo:plainTextMessageContent "Consectetuer delenit nonummy nonummy minim consequat. ".
+
+<urn:uuid:212946217> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1449888061>;
+	nmo:sentDate "2008-08-22T16:08:17";
+	nmo:receivedDate "2008-08-22T16:08:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "salvador thornhill velitblandit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1844111838>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mbright minimnulla org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Wisi illum suscipit eufeugiat. ";
+	nmo:plainTextMessageContent "Ut luptatumzzril facilisis commodo. ".
+
+<urn:uuid:1975325112> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1449888061>;
+	nmo:sentDate "2008-09-03T15:39:09";
+	nmo:receivedDate "2008-09-03T15:39:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "salvador thornhill velitblandit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1031736098>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lfritz Utwisiquis org"];
+	nmo:bcc <urn:uuid:780701917>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "tanner humes praesentiusto tv"];
+	nmo:messageSubject "Vel odio ex ut eros eum enim luptatumzzril te delenitaugue. ";
+	nmo:plainTextMessageContent "Vero exerci hendrerit minim duis ex eu. Lobortis enim etaccumsan consequatvel doloremagna iustoodio diam velit wisi volutpat invulputate eros. ".
+
+<urn:uuid:1627873919> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1449888061>;
+	nmo:sentDate "2009-01-31T15:27:44";
+	nmo:receivedDate "2009-01-31T15:27:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "salvador thornhill velitblandit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1400068801>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "eugene clemente tedolore gov"];
+	nmo:messageSubject "Accumsan lobortis praesent eum ipsum ut qui minim. ";
+	nmo:plainTextMessageContent "Nislut diam eum consequat nostrud delenit nislut dignissim veniamquis nonummy ad in. Eros duis lobortis eros facilisi ea duis delenitaugue nulla duis facilisi. ".
+
+<urn:uuid:2057450104> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1449888061>;
+	nmo:sentDate "2008-10-18T15:23:05";
+	nmo:receivedDate "2008-10-18T15:23:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "salvador thornhill velitblandit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Molestie enim praesent etaccumsan ex ut iriure tation odio nulla ad. ";
+	nmo:plainTextMessageContent "Minim hendrerit praesent et. ".
+
+<urn:uuid:1531361887> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1449888061>;
+	nmo:sentDate "2008-12-09T15:24:20";
+	nmo:receivedDate "2008-12-09T15:24:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "salvador thornhill velitblandit edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1321002477>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "guadalupe post utin us"];
+	nmo:messageSubject "Nisl suscipit velit ullamcorper volutpat velit at exerci enim enim vel. ";
+	nmo:plainTextMessageContent "Nonummy dolore facilisis invulputate nulla iusto esse eufeugiat autem consequat molestie nulla ex consequat. Delenit hendrerit tationullamcorper eros eufeugiat et. ".
+
+<urn:uuid:2009646313> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11956" ;
+	nco:locality "New Suffolk" ;
+	nco:streetAddress "3378 Canon Gate Circle" .
+
+<mailto:cortez milner hendreritblandit net> a nco:EmailAddress; 
+	nco:emailAddress "cortez milner hendreritblandit net".
+
+<urn:uuid:125386999> a nco:PersonContact; 
+	nco:fullname "Cortez Milner";
+	nco:nameGiven "Cortez";
+	nco:nameFamily "Milner";
+	nco:birthDate "1943-02-26";
+	nco:hasEmailAddress <mailto:cortez milner hendreritblandit net>;
+	nco:hasPostalAddress <urn:uuid:2009646313>.
+
+<urn:uuid:1077121399> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04612" ;
+	nco:locality "Bernard" ;
+	nco:streetAddress "7216 Maryknoll Street" .
+
+<mailto:jake flores euvero net> a nco:EmailAddress; 
+	nco:emailAddress "jake flores euvero net".
+
+<urn:uuid:716547589> a nco:PersonContact; 
+	nco:fullname "Jake Flores";
+	nco:nameGiven "Jake";
+	nco:nameFamily "Flores";
+	nco:birthDate "1942-05-10";
+	nco:hasEmailAddress <mailto:jake flores euvero net>;
+	nco:hasPostalAddress <urn:uuid:1077121399>.
+
+<urn:uuid:974810679> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:716547589>;
+	nmo:sentDate "2008-12-05T15:44:45";
+	nmo:receivedDate "2008-12-05T15:45:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jake flores euvero net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1716199321>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "hbenefield induis tv"];
+	nmo:messageSubject "Eu ad accumsan ullamcorper duis vero ex aliquip iustoodio vero. ";
+	nmo:plainTextMessageContent "Nostrud vulputate in ullamcorper ea feugait autem illum nulla esse veniamquis lobortis. ".
+
+<urn:uuid:2055488809> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:716547589>;
+	nmo:sentDate "2008-08-30T15:54:04";
+	nmo:receivedDate "2008-08-30T15:54:13";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jake flores euvero net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consequat eufeugiat dolor iusto facilisi. ";
+	nmo:plainTextMessageContent "Iriuredolor invulputate duis esse vel. ".
+
+<urn:uuid:93064679> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:716547589>;
+	nmo:sentDate "2008-10-02T15:28:33";
+	nmo:receivedDate "2008-10-02T15:29:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jake flores euvero net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ea at luptatum nonummy dolor dolore dolore feugait suscipit molestie ex. ";
+	nmo:plainTextMessageContent "Nostrud nonummy feugait dolor consequat et eufeugiat te minim et eum illum luptatumzzril. ".
+
+<urn:uuid:1457647132> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:716547589>;
+	nmo:sentDate "2008-05-30T15:20:49";
+	nmo:receivedDate "2008-05-30T15:21:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "jake flores euvero net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1155348940>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "wblaylock luptatumzzriliusto org"];
+	nmo:messageSubject "Dolore consequat et illum ex hendrerit et aliquip duis duis Utwisi. ";
+	nmo:plainTextMessageContent "Augue aliquip tation te. Dolor eu tation ipsum dolore facilisi facilisis. ".
+
+<urn:uuid:1407719901> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05742" ;
+	nco:locality "East Wallingford" ;
+	nco:streetAddress "8265 Riggs Circle" .
+
+<mailto:rtobin velitcommodoconsequat eu> a nco:EmailAddress; 
+	nco:emailAddress "rtobin velitcommodoconsequat eu".
+
+<xmpp:rosalyn tobin gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Rosalyn Tobin" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Ut eum adipiscing ex nonummy ea vel volutpat hendrerit velit vero in dignissim dolore. " ;
+	nco:imID "rosalyn tobin gmail com".
+
+<urn:uuid:1140597909> a nco:PersonContact; 
+	nco:fullname "Rosalyn Tobin";
+	nco:nameGiven "Rosalyn";
+	nco:nameFamily "Tobin";
+	nco:birthDate "1942-07-24";
+	nco:hasEmailAddress <mailto:rtobin velitcommodoconsequat eu>;
+	nco:hasIMAccount <xmpp:rosalyn tobin gmail com>;
+	nco:hasPostalAddress <urn:uuid:1407719901>.
+
+<urn:uuid:605137983> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1593732197>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Te ex ipsum iusto ad illum ex zzril commodo luptatumzzril suscipit illum duis. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-24T18:11:34"];
+	ncal:dtend [ncal:dateTime "2009-02-24T18:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1593732197>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1788786597> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08088" ;
+	nco:locality "Vincentown" ;
+	nco:streetAddress "3274 Rock Circle" .
+
+<mailto:lcorbitt nibhcommodo tv> a nco:EmailAddress; 
+	nco:emailAddress "lcorbitt nibhcommodo tv".
+
+<tel:+14014639936> a nco:PhoneNumber; 
+	nco:phoneNumber "(401)463-9936".
+
+<urn:uuid:423876527> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14014639936>]; 
+	nmo:duration 3; 
+	nmo:receivedDate "2008-08-02T15:41:07". 
+
+<urn:uuid:1300622608> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14014639936>]; 
+	nmo:duration 3; 
+	nmo:sentDate "2008-12-15T15:42:50". 
+
+<urn:uuid:461244698> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14014639936>]; 
+	nmo:duration 44; 
+	nmo:receivedDate "2008-08-13T16:02:14". 
+
+<urn:uuid:2091823584> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14014639936>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-07T15:34:46";
+	nmo:receivedDate "2008-09-06T15:23:10";
+	nmo:plainTextMessageContent "Commodoconsequat elitsed qui dolore blandit nostrud nulla dolore. Ea dolore praesent nulla nulla wisi eum hendrerit ut lobortis ea eum dignissim. Ut dolore blandit te ut suscipit odio consectetuer illum illum. Commodoconsequat dolore et vero doloremagna ex. Te eum eros duis aliquip feugait nulla luptatum. ".
+
+<urn:uuid:1716717569> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14014639936>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-08T15:59:45";
+	nmo:receivedDate "2008-09-15T15:20:52";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Eum eros at ullamcorper diam vel in feugait adipiscing duis te facilisi veniamquis iusto. Lobortis iriure consequatvel autem esse tincidunt esse et eros erat hendrerit hendrerit te. Esse ex lorem velit in vel te aliquip esse. Luptatum delenit laoreet Utwisi enim veniamquis ipsum doloremagna nulla. Illum te accumsan feugait luptatumzzril dignissim nonummy. Facilisis in duis augue. ".
+
+<urn:uuid:278124068> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14014639936>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-20T15:39:05";
+	nmo:receivedDate "2008-11-01T16:09:44";
+	nmo:plainTextMessageContent "Nisl adipiscing duis tationullamcorper consequat zzril ex. Te enim iriure tincidunt minim autem facilisis. Duis sit iusto illum ut praesent ipsum. Nostrud vel laoreet et ad etaccumsan eum commodo facilisis duis autem ut. ".
+
+<urn:uuid:318265712> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14014639936>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-13T15:52:05";
+	nmo:receivedDate "2008-06-21T15:35:06";
+	nmo:plainTextMessageContent "Dolore ad in nostrud vulputate nostrud ex qui dolore aliquip nostrud qui vero iriuredolor. Duis invulputate dolor tation delenitaugue at nulla. Autem eum dolor wisi dolore iustoodio ea dolor. Iriure duis facilisis dignissim sit volutpat. Eros minim autem aliquip vero dolore. ".
+
+<urn:uuid:171318768> a nco:PersonContact; 
+	nco:fullname "Lorri Corbitt";
+	nco:nameGiven "Lorri";
+	nco:nameFamily "Corbitt";
+	nco:birthDate "1942-12-27";
+	nco:hasEmailAddress <mailto:lcorbitt nibhcommodo tv>;
+	nco:hasPhoneNumber <tel:+14014639936>;
+	nco:hasPostalAddress <urn:uuid:1788786597>.
+
+<urn:uuid:991088336> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1792426769>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Eu nulla autem consectetuer aliquip exerci volutpat veniam erat. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-12T12:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-12T12:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1792426769>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:340171874> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:171318768>;
+	nmo:sentDate "2008-08-30T15:11:54";
+	nmo:receivedDate "2008-08-30T15:12:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lcorbitt nibhcommodo tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1554312037>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "gsmyth lobortisvolutpat eu"];
+	nmo:messageSubject "Lobortis illum velit eufeugiat facilisi amet invulputate iriuredolor qui praesent amet autem aliquip ad. ";
+	nmo:plainTextMessageContent "Erat duis in et aliquip eum tationullamcorper duis tincidunt laoreet eum qui. ".
+
+<urn:uuid:2027051570> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:171318768>;
+	nmo:sentDate "2009-02-09T15:23:10";
+	nmo:receivedDate "2009-02-09T15:24:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lcorbitt nibhcommodo tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisis eu consectetuer esse. ";
+	nmo:plainTextMessageContent "Delenit duis ullamcorper eum minim suscipit suscipit nulla feugiat iriuredolor veniamquis dolor. ".
+
+<urn:uuid:1450184679> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:171318768>;
+	nmo:sentDate "2008-04-01T15:52:09";
+	nmo:receivedDate "2008-04-01T15:52:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lcorbitt nibhcommodo tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1820854891>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bernard angel eratnulla com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Praesent te ea volutpat in vulputate. ";
+	nmo:plainTextMessageContent "Eum eu blandit diam feugait feugiat blandit ut aliquip suscipit duis dolor erat eum. ".
+
+<urn:uuid:707810250> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:171318768>;
+	nmo:sentDate "2008-09-03T15:34:18";
+	nmo:receivedDate "2008-09-03T15:34:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lcorbitt nibhcommodo tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Esse nostrud luptatumzzril nibh consequatvel ea. ";
+	nmo:plainTextMessageContent "Diam dolore lobortis tincidunt. ".
+
+<urn:uuid:80631121> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:171318768>;
+	nmo:sentDate "2008-06-29T15:48:01";
+	nmo:receivedDate "2008-06-29T15:48:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lcorbitt nibhcommodo tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1547577658>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "esweat delenitex tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Dignissim lobortis ea sit blandit enim doloremagna luptatum at accumsan. ";
+	nmo:plainTextMessageContent "Eu suscipit delenitaugue ad eros et praesent odio eros iusto eum minim. Consequat dolore eros esse et lobortis minim lobortis iriuredolor amet velit. ".
+
+<urn:uuid:112635508> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04243" ;
+	nco:locality "Lewiston" ;
+	nco:streetAddress "960 Penmont Way" .
+
+<mailto:rsheets tationconsequat us> a nco:EmailAddress; 
+	nco:emailAddress "rsheets tationconsequat us".
+
+<urn:uuid:26449998> a nco:PersonContact; 
+	nco:fullname "Ron Sheets";
+	nco:nameGiven "Ron";
+	nco:nameFamily "Sheets";
+	nco:birthDate "1943-03-04";
+	nco:hasEmailAddress <mailto:rsheets tationconsequat us>;
+	nco:hasPostalAddress <urn:uuid:112635508>.
+
+<urn:uuid:1434505399> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:26449998>;
+	nmo:sentDate "2008-11-27T16:07:47";
+	nmo:receivedDate "2008-11-27T16:08:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsheets tationconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ex consectetuer minim consectetuer dolor doloremagna duis iustoodio. ";
+	nmo:plainTextMessageContent "Elitsed eufeugiat enim veniamquis tincidunt dolore in exerci dolore ullamcorper. ".
+
+<urn:uuid:255753124> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:26449998>;
+	nmo:sentDate "2008-07-15T15:59:55";
+	nmo:receivedDate "2008-07-15T16:00:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsheets tationconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisi etaccumsan nonummy dignissim et nulla feugait ut sit dolor consequat luptatum tincidunt esse. ";
+	nmo:plainTextMessageContent "Facilisis volutpat feugiat in. ".
+
+<urn:uuid:318108072> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:26449998>;
+	nmo:sentDate "2008-11-17T15:57:36";
+	nmo:receivedDate "2008-11-17T15:58:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsheets tationconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Feugait commodoconsequat consequatvel luptatumzzril tation etaccumsan hendrerit molestie sit nostrud nulla accumsan esse. ";
+	nmo:plainTextMessageContent "Minim diam nisl blandit iriure praesent lobortis eros doloremagna zzril lobortis. ".
+
+<urn:uuid:1880269723> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:26449998>;
+	nmo:sentDate "2008-12-12T16:00:43";
+	nmo:receivedDate "2008-12-12T16:01:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsheets tationconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1759192110>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ira mccune duisexerci info"];
+	nmo:messageSubject "Hendrerit ad amet ad dolor. ";
+	nmo:plainTextMessageContent "Vulputate nulla consequat nulla feugait odio velit veniamquis dolor feugait blandit. Feugiat nulla duis consequat. ".
+
+<urn:uuid:1050186218> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:26449998>;
+	nmo:sentDate "2008-05-31T15:52:32";
+	nmo:receivedDate "2008-05-31T15:53:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsheets tationconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Wisi etaccumsan doloremagna illum. ";
+	nmo:plainTextMessageContent "Dolore dignissim enim duis lobortis accumsan delenit duis duis. ".
+
+<urn:uuid:2118611015> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:26449998>;
+	nmo:sentDate "2009-01-13T15:50:21";
+	nmo:receivedDate "2009-01-13T15:50:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsheets tationconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:864140319>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageSubject "Illum nostrud diam sit facilisi duis amet eum. ";
+	nmo:plainTextMessageContent "Dolore velit iriuredolor eum enim eum facilisi ex ut te eum velit. ".
+
+<urn:uuid:1332788245> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:26449998>;
+	nmo:sentDate "2008-07-22T15:27:36";
+	nmo:receivedDate "2008-07-22T15:28:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsheets tationconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Duis wisi consequat te ad consequatvel autem dolore praesent dolore zzril. ";
+	nmo:plainTextMessageContent "Facilisi amet enim in aliquam eros te quis iriuredolor dolore nisl at eu luptatum. Et laoreet duis dolore ut illum nostrud vero. ".
+
+<urn:uuid:997556348> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:26449998>;
+	nmo:sentDate "2008-04-26T16:08:10";
+	nmo:receivedDate "2008-04-26T16:08:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsheets tationconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Illum iriuredolor consequat elitsed dolore esse consequat esse doloremagna delenitaugue et eufeugiat enim aliquam. ";
+	nmo:plainTextMessageContent "Eros velit in ut nulla consequat te molestie dignissim facilisis iustoodio. ".
+
+<urn:uuid:1290312237> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:26449998>;
+	nmo:sentDate "2009-02-05T15:29:39";
+	nmo:receivedDate "2009-02-05T15:29:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsheets tationconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1667025608>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "fscarborough etvel edu"];
+	nmo:messageSubject "Facilisis suscipit ea odio quis facilisi eros exerci praesent nibh eu vero tincidunt augue. ";
+	nmo:plainTextMessageContent "At commodo etaccumsan praesent qui volutpat et. ".
+
+<urn:uuid:1425399036> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:26449998>;
+	nmo:sentDate "2008-12-12T15:34:03";
+	nmo:receivedDate "2008-12-12T15:34:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsheets tationconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1753204081>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "vmcintyre lobortisea us"];
+	nmo:bcc <urn:uuid:234791857>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ctrimble exerciconsectetuer us"];
+	nmo:messageSubject "Tincidunt enim consequat nulla nostrud euismod nibh dignissim. ";
+	nmo:plainTextMessageContent "Nulla veniamquis in velit ad ut nostrud eros laoreet qui nislut feugiat nulla erat. ".
+
+<urn:uuid:272825381> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:26449998>;
+	nmo:sentDate "2008-12-18T15:50:26";
+	nmo:receivedDate "2008-12-18T15:51:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsheets tationconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nibh adipiscing blandit vel illum consequatvel. ";
+	nmo:plainTextMessageContent "Vero et esse tincidunt ullamcorper consequat velit eufeugiat vulputate feugait veniam tationullamcorper facilisis. ".
+
+<urn:uuid:713088024> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:26449998>;
+	nmo:sentDate "2008-11-07T15:15:57";
+	nmo:receivedDate "2008-11-07T15:16:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsheets tationconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Velit velit duis dolor et ex vero. ";
+	nmo:plainTextMessageContent "Accumsan nibh adipiscing diam aliquip in dolore esse praesent amet. ".
+
+<urn:uuid:182665974> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:26449998>;
+	nmo:sentDate "2008-08-23T15:12:06";
+	nmo:receivedDate "2008-08-23T15:12:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsheets tationconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Lorem laoreet qui invulputate ullamcorper. ";
+	nmo:plainTextMessageContent "Blandit commodoconsequat dignissim vel. Delenitaugue tincidunt illum duis ut qui. ".
+
+<urn:uuid:108017877> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:26449998>;
+	nmo:sentDate "2008-06-30T15:38:01";
+	nmo:receivedDate "2008-06-30T15:38:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsheets tationconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:8985222>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "tamera kersey euqui eu"];
+	nmo:messageSubject "Elitsed molestie sit duis eros nulla commodoconsequat nisl delenit nonummy invulputate eros. ";
+	nmo:plainTextMessageContent "Feugiat feugait ex dolore minim eros facilisi luptatum. Nulla erat adipiscing duis at diam dignissim at. ".
+
+<urn:uuid:1050168980> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:26449998>;
+	nmo:sentDate "2008-12-23T15:51:06";
+	nmo:receivedDate "2008-12-23T15:51:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rsheets tationconsequat us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:48114581>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "acummings molestiead com"];
+	nmo:messageSubject "Laoreet molestie luptatum dolore nulla vel quis vero iusto augue ex. ";
+	nmo:plainTextMessageContent "Volutpat vero molestie duis aliquip et. ".
+
+<urn:uuid:490067497> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12586" ;
+	nco:locality "Walden" ;
+	nco:streetAddress "1093 Overlook Way" .
+
+<mailto:chutson dolorenostrud net> a nco:EmailAddress; 
+	nco:emailAddress "chutson dolorenostrud net".
+
+<urn:uuid:56011747> a nco:PersonContact; 
+	nco:fullname "Carissa Hutson";
+	nco:nameGiven "Carissa";
+	nco:nameFamily "Hutson";
+	nco:birthDate "1943-01-30";
+	nco:hasEmailAddress <mailto:chutson dolorenostrud net>;
+	nco:hasPostalAddress <urn:uuid:490067497>.
+
+<urn:uuid:887316497> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01360" ;
+	nco:locality "Northfield" ;
+	nco:streetAddress "6606 Ashbrook Avenue" .
+
+<mailto:abradford delenitaliquam info> a nco:EmailAddress; 
+	nco:emailAddress "abradford delenitaliquam info".
+
+<urn:uuid:378457142> a nco:PersonContact; 
+	nco:fullname "Athena Bradford";
+	nco:nameGiven "Athena";
+	nco:nameFamily "Bradford";
+	nco:birthDate "1942-03-18";
+	nco:hasEmailAddress <mailto:abradford delenitaliquam info>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:887316497>.
+
+<urn:uuid:1170028539> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10018" ;
+	nco:locality "New York" ;
+	nco:streetAddress "1633 Otter Cove" .
+
+<mailto:lgranados veniamquiseum us> a nco:EmailAddress; 
+	nco:emailAddress "lgranados veniamquiseum us".
+
+<tel:+13152668054> a nco:PhoneNumber; 
+	nco:phoneNumber "(315)266-8054".
+
+<urn:uuid:837885194> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13152668054>]; 
+	nmo:duration 38; 
+	nmo:receivedDate "2008-04-17T15:40:40". 
+
+<urn:uuid:385307052> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13152668054>]; 
+	nmo:duration 9; 
+	nmo:receivedDate "2008-01-27T15:21:56". 
+
+<urn:uuid:1122340409> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13152668054>]; 
+	nmo:duration 44; 
+	nmo:sentDate "2008-07-06T16:01:37". 
+
+<urn:uuid:639172273> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13152668054>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-05T15:51:12";
+	nmo:receivedDate "2008-11-10T15:12:20";
+	nmo:plainTextMessageContent "Delenit doloremagna etaccumsan ea hendrerit qui qui iriure. Minim invulputate eros enim autem dignissim blandit. Euismod nulla consequat eros blandit dignissim eu Utwisi enim feugait luptatumzzril nostrud. Exerci nibh dolore iriuredolor aliquam lorem nostrud. ".
+
+<urn:uuid:125091670> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13152668054>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-27T15:47:24";
+	nmo:receivedDate "2009-01-16T15:26:35";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Et commodoconsequat tationullamcorper et feugait erat nulla duis. Consequat commodoconsequat illum doloremagna lobortis molestie iustoodio. Blandit minim nisl ut molestie. Vel facilisis invulputate lobortis. Iriuredolor suscipit vero iriuredolor duis facilisis volutpat vel tation ad in ex euismod. Facilisis facilisis eum dolor iriure dolore aliquip dolore nonummy et dolore invulputate nonummy. Nonummy dolore molestie in nostrud lorem. ".
+
+<urn:uuid:1642360914> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+13152668054>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-30T15:51:48";
+	nmo:receivedDate "2009-01-23T15:29:33";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Qui duis illum consequatvel. Nislut delenitaugue ea nulla sit consectetuer erat molestie. Consequat Utwisi lorem vero. Illum luptatum enim eu te ea molestie. Dolore lobortis hendrerit vero accumsan consequat vel minim aliquip lorem facilisis feugiat nulla. ".
+
+<urn:uuid:1253758642> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+13152668054>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-29T15:29:40";
+	nmo:receivedDate "2008-07-19T16:03:29";
+	nmo:plainTextMessageContent "Vero nulla vero esse quis quis aliquip vel. Odio veniam adipiscing velit duis dolor dolor dolore praesent qui consectetuer. Blandit wisi vero elitsed ea at. Nostrud commodo diam vel iustoodio eum te sit sit. Commodoconsequat autem dolore in. ".
+
+<urn:uuid:1739793984> a nco:PersonContact; 
+	nco:fullname "Leandro Granados";
+	nco:nameGiven "Leandro";
+	nco:nameFamily "Granados";
+	nco:birthDate "1942-03-13";
+	nco:hasEmailAddress <mailto:lgranados veniamquiseum us>;
+	nco:hasPhoneNumber <tel:+13152668054>;
+	nco:hasPostalAddress <urn:uuid:1170028539>.
+
+<urn:uuid:1729997939> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13648" ;
+	nco:locality "Harrisville" ;
+	nco:streetAddress "2227 Rowlock Lane" .
+
+<mailto:julian rangel enimat net> a nco:EmailAddress; 
+	nco:emailAddress "julian rangel enimat net".
+
+<urn:uuid:104808107> a nco:PersonContact; 
+	nco:fullname "Julian Rangel";
+	nco:nameGiven "Julian";
+	nco:nameFamily "Rangel";
+	nco:birthDate "1943-02-01";
+	nco:hasEmailAddress <mailto:julian rangel enimat net>;
+	nco:hasPostalAddress <urn:uuid:1729997939>.
+
+<urn:uuid:781639612> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:104808107>;
+	nmo:sentDate "2009-01-09T15:25:34";
+	nmo:receivedDate "2009-01-09T15:25:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "julian rangel enimat net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2132929195>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "phuntley lobortiset gov"];
+	nmo:bcc <urn:uuid:276147427>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "luigi bruns tinciduntnonummy net"];
+	nmo:messageSubject "Nonummy exerci at ex veniam nislut feugiat erat delenit dolore ex lobortis zzril dolore. ";
+	nmo:plainTextMessageContent "Esse lobortis luptatum facilisi augue velit. Odio laoreet lorem consequat dolor in luptatumzzril nulla praesent Utwisi vero. ".
+
+<urn:uuid:1609450633> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:104808107>;
+	nmo:sentDate "2008-10-31T15:38:25";
+	nmo:receivedDate "2008-10-31T15:38:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "julian rangel enimat net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Illum in nulla minim te veniamquis velit dolore nisl. ";
+	nmo:plainTextMessageContent "Esse enim exerci autem nostrud commodoconsequat facilisis et dolore vel autem. Minim enim minim dignissim nulla te consequat adipiscing ut qui in duis dignissim hendrerit. ".
+
+<urn:uuid:1939889297> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:104808107>;
+	nmo:sentDate "2008-07-29T15:53:37";
+	nmo:receivedDate "2008-07-29T15:54:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "julian rangel enimat net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:583355658>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "catrina nieto duisfeugait info"];
+	nmo:messageSubject "Duis veniam Utwisi aliquip ullamcorper facilisis. ";
+	nmo:plainTextMessageContent "Etaccumsan vero delenit consequat vero veniamquis luptatum nulla nulla et exerci iustoodio qui feugiat. ".
+
+<urn:uuid:1188887542> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:104808107>;
+	nmo:sentDate "2008-05-29T15:29:52";
+	nmo:receivedDate "2008-05-29T15:29:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "julian rangel enimat net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1355226168>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ajacobson nislutlobortis net"];
+	nmo:messageSubject "Feugait dolore ut eu vel diam illum luptatumzzril ut consequat volutpat. ";
+	nmo:plainTextMessageContent "Delenit duis sit autem aliquip exerci amet dolore Utwisi amet commodoconsequat augue volutpat. ".
+
+<urn:uuid:1566203422> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:104808107>;
+	nmo:sentDate "2008-09-27T15:33:39";
+	nmo:receivedDate "2008-09-27T15:34:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "julian rangel enimat net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:716547589>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jake flores euvero net"];
+	nmo:bcc <urn:uuid:304674132>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "scress hendreriteufeugiat gov"];
+	nmo:messageSubject "Ullamcorper blandit aliquam eros vel nisl et. ";
+	nmo:plainTextMessageContent "Diam wisi aliquip in. ".
+
+<urn:uuid:269716682> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:104808107>;
+	nmo:sentDate "2008-10-11T15:56:24";
+	nmo:receivedDate "2008-10-11T15:57:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "julian rangel enimat net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1449430637>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "manglin eanulla org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Veniamquis duis vel volutpat hendrerit hendrerit aliquip sit. ";
+	nmo:plainTextMessageContent "Suscipit vero in hendrerit volutpat. ".
+
+<urn:uuid:305419695> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:104808107>;
+	nmo:sentDate "2008-06-18T15:19:20";
+	nmo:receivedDate "2008-06-18T15:19:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "julian rangel enimat net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:382370200>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "vpointer aliquiphendrerit gov"];
+	nmo:messageSubject "Feugait et ullamcorper esse vel commodoconsequat eum. ";
+	nmo:plainTextMessageContent "Molestie nostrud ex nibh veniamquis eu et tincidunt minim feugait eros iusto facilisi. Lorem nostrud velit lobortis aliquip ipsum etaccumsan autem laoreet ex consectetuer feugait suscipit vel. ".
+
+<urn:uuid:1577888973> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:104808107>;
+	nmo:sentDate "2008-05-15T15:40:19";
+	nmo:receivedDate "2008-05-15T15:41:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "julian rangel enimat net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1905992538>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lauren howe eumodio eu"];
+	nmo:bcc <urn:uuid:379922864>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "fritz moran consequatte edu"];
+	nmo:messageSubject "In ullamcorper nulla aliquam vero. ";
+	nmo:plainTextMessageContent "Erat hendrerit eros esse delenit dolore duis sit sit eros at ad. Autem duis nisl duis hendrerit nulla odio nulla facilisi. ".
+
+<urn:uuid:1720412770> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:104808107>;
+	nmo:sentDate "2008-07-12T16:10:27";
+	nmo:receivedDate "2008-07-12T16:10:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "julian rangel enimat net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nostrud dolor illum delenit eu delenitaugue commodoconsequat. ";
+	nmo:plainTextMessageContent "Etaccumsan commodoconsequat qui te exerci eu zzril invulputate et dolore ullamcorper in ut hendrerit. Eros feugiat consequat duis. ".
+
+<urn:uuid:1232241648> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:104808107>;
+	nmo:sentDate "2008-12-11T15:55:19";
+	nmo:receivedDate "2008-12-11T15:55:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "julian rangel enimat net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1877149055>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "sweiss exluptatumzzril net"];
+	nmo:bcc <urn:uuid:2108720409>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "frederic lees nislconsequat gov"];
+	nmo:messageSubject "Blandit dolore ad velit duis nislut. ";
+	nmo:plainTextMessageContent "Facilisis nostrud in in quis ut illum facilisis dignissim ullamcorper in. ".
+
+<urn:uuid:1814285628> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:104808107>;
+	nmo:sentDate "2008-03-30T15:39:51";
+	nmo:receivedDate "2008-03-30T15:39:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "julian rangel enimat net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Te amet duis blandit ea dignissim esse augue eros nulla exerci vel eu consequat. ";
+	nmo:plainTextMessageContent "Dolore ad ea ad tationullamcorper ea iustoodio nulla exerci. ".
+
+<urn:uuid:1494978057> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:104808107>;
+	nmo:sentDate "2008-03-02T16:08:57";
+	nmo:receivedDate "2008-03-02T16:09:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "julian rangel enimat net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1892426101>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "daugustine etaccumsandolor us"];
+	nmo:messageSubject "Facilisi delenitaugue iriure molestie. ";
+	nmo:plainTextMessageContent "Velit sit nulla nostrud in velit hendrerit vero duis invulputate. ".
+
+<urn:uuid:129136128> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:104808107>;
+	nmo:sentDate "2008-08-11T15:53:36";
+	nmo:receivedDate "2008-08-11T15:54:29";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "julian rangel enimat net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ut euismod blandit vel luptatumzzril praesent eum hendrerit feugait consequatvel duis consequat nislut nostrud. ";
+	nmo:plainTextMessageContent "Diam facilisis nisl vel vel iustoodio minim vero. ".
+
+<urn:uuid:1305809447> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:104808107>;
+	nmo:sentDate "2009-02-01T15:17:14";
+	nmo:receivedDate "2009-02-01T15:18:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "julian rangel enimat net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:729570015>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "pearline mcmahon nibhdiam tv"];
+	nmo:messageSubject "Vero minim dignissim doloremagna vel aliquam vel dignissim et at feugiat Utwisi praesent. ";
+	nmo:plainTextMessageContent "Delenit duis veniam aliquam ea aliquip adipiscing aliquip nulla consectetuer. ".
+
+<urn:uuid:421896502> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:104808107>;
+	nmo:sentDate "2008-10-31T15:53:16";
+	nmo:receivedDate "2008-10-31T15:54:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "julian rangel enimat net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Suscipit nulla duis vel euismod praesent dolore in delenitaugue lobortis etaccumsan eufeugiat molestie. ";
+	nmo:plainTextMessageContent "Ex commodo iriure nostrud dolore enim qui Utwisi. ".
+
+<urn:uuid:1616535641> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:104808107>;
+	nmo:sentDate "2008-12-29T16:04:38";
+	nmo:receivedDate "2008-12-29T16:05:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "julian rangel enimat net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Facilisis luptatum tation odio invulputate vero suscipit hendrerit duis elitsed eros autem. ";
+	nmo:plainTextMessageContent "Veniam veniam praesent et dolore blandit vero nonummy iriuredolor. Vel nibh duis praesent hendrerit minim minim autem invulputate blandit. ".
+
+<urn:uuid:1367901391> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:104808107>;
+	nmo:sentDate "2008-08-01T15:50:02";
+	nmo:receivedDate "2008-08-01T15:50:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "julian rangel enimat net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Elitsed esse lobortis iriure Utwisi facilisi. ";
+	nmo:plainTextMessageContent "Facilisis iriuredolor lorem volutpat feugait tation iusto te ex autem lobortis et. Autem ut veniamquis qui. ".
+
+<urn:uuid:635102443> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:104808107>;
+	nmo:sentDate "2008-08-17T15:30:19";
+	nmo:receivedDate "2008-08-17T15:31:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "julian rangel enimat net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Diam nonummy ipsum ea suscipit exerci consequatvel et nulla minim et tincidunt. ";
+	nmo:plainTextMessageContent "Ad consequat ea in lobortis eros ut doloremagna ut molestie commodo. ".
+
+<urn:uuid:96559119> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:104808107>;
+	nmo:sentDate "2008-09-13T16:10:30";
+	nmo:receivedDate "2008-09-13T16:10:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "julian rangel enimat net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:322828221>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "nannie whitlow veniamquisullamcorper info"];
+	nmo:messageSubject "Ea ex ad ipsum eros consequat zzril nonummy aliquam duis qui et invulputate esse. ";
+	nmo:plainTextMessageContent "Aliquip feugait at ea nislut wisi eros tation et ullamcorper lobortis Utwisi eros. Volutpat erat molestie ad exerci autem duis duis Utwisi iriure commodo ea qui. ".
+
+<urn:uuid:1133420983> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01585" ;
+	nco:locality "West Brookfield" ;
+	nco:streetAddress "1543 Pine Valley Drive" .
+
+<mailto:michael delagarza facilisivolutpat net> a nco:EmailAddress; 
+	nco:emailAddress "michael delagarza facilisivolutpat net".
+
+<urn:uuid:779847373> a nco:PersonContact; 
+	nco:fullname "Michael Delagarza";
+	nco:nameGiven "Michael";
+	nco:nameFamily "Delagarza";
+	nco:birthDate "1942-08-02";
+	nco:hasEmailAddress <mailto:michael delagarza facilisivolutpat net>;
+	nco:hasPostalAddress <urn:uuid:1133420983>.
+
+<urn:uuid:1519662006> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12857" ;
+	nco:locality "Olmstedville" ;
+	nco:streetAddress "8324 Black Springs Trail" .
+
+<mailto:santiago zuniga aliquipveniam com> a nco:EmailAddress; 
+	nco:emailAddress "santiago zuniga aliquipveniam com".
+
+<xmpp:santiago zuniga gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Santiago Zuniga" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "At lobortis facilisi iriure nostrud enim Utwisi vulputate exerci aliquam suscipit ad aliquam. " ;
+	nco:imID "santiago zuniga gmail com".
+
+<tel:+12074016212> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)401-6212".
+
+<urn:uuid:404834261> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12074016212>]; 
+	nmo:duration 48; 
+	nmo:sentDate "2008-09-13T15:52:26". 
+
+<urn:uuid:225526720> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12074016212>]; 
+	nmo:duration 42; 
+	nmo:receivedDate "2008-08-07T15:28:18". 
+
+<urn:uuid:109722849> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12074016212>]; 
+	nmo:duration 9; 
+	nmo:sentDate "2008-04-28T15:49:01". 
+
+<urn:uuid:1815970561> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12074016212>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-26T15:28:56";
+	nmo:receivedDate "2008-06-26T15:48:07";
+	nmo:plainTextMessageContent "Feugiat ut doloremagna hendrerit hendrerit ad lorem in. Commodoconsequat laoreet odio nisl iustoodio nulla et enim aliquip ea. Hendrerit nisl nulla luptatumzzril iusto lobortis nisl. Iriure ullamcorper autem minim. ".
+
+<urn:uuid:1421018512> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12074016212>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-20T15:56:02";
+	nmo:receivedDate "2008-12-14T16:09:48";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Euismod velit velit velit velit facilisi. Augue enim minim eros vero facilisi commodo. Tincidunt ut nulla ea consectetuer minim. Doloremagna facilisi tincidunt consequat ut nulla accumsan esse nulla consequat illum. ".
+
+<urn:uuid:644990669> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12074016212>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-23T15:30:57";
+	nmo:receivedDate "2008-03-27T15:24:57";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Facilisi et velit consequat dolor suscipit in qui et doloremagna velit molestie molestie. Eufeugiat nibh illum laoreet vel molestie. Elitsed commodoconsequat commodoconsequat augue nulla vero dolore iusto nisl at delenitaugue nibh. Lorem erat luptatum lobortis ad enim veniam diam quis duis. Et ex qui nulla vel. ".
+
+<urn:uuid:1813829391> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12074016212>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-25T15:35:35";
+	nmo:receivedDate "2008-03-15T15:40:46";
+	nmo:plainTextMessageContent "Molestie ut minim qui vel eros. Vero esse illum nostrud vel suscipit aliquip vero veniam hendrerit nibh luptatumzzril quis. Lorem dignissim molestie vel nulla zzril nulla illum eum iustoodio ad autem aliquip illum. Et commodoconsequat vulputate dolore molestie lobortis at vulputate odio lobortis duis. Zzril laoreet te nulla. Ullamcorper at at blandit feugait dolor. Eros eros facilisi veniamquis dignissim autem nisl minim. ".
+
+<urn:uuid:371594418> a nco:PersonContact; 
+	nco:fullname "Santiago Zuniga";
+	nco:nameGiven "Santiago";
+	nco:nameFamily "Zuniga";
+	nco:birthDate "1943-02-04";
+	nco:hasEmailAddress <mailto:santiago zuniga aliquipveniam com>;
+	nco:hasPhoneNumber <tel:+12074016212>;
+	nco:hasIMAccount <xmpp:santiago zuniga gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nco:hasPostalAddress <urn:uuid:1519662006>.
+
+<urn:uuid:257951456> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15338" ;
+	nco:locality "Greensboro" ;
+	nco:streetAddress "5353 Arcola Drive" .
+
+<mailto:ymace velodio edu> a nco:EmailAddress; 
+	nco:emailAddress "ymace velodio edu".
+
+<xmpp:young mace gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Young Mace" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Exerci in nulla ad odio exerci te feugiat at. " ;
+	nco:imID "young mace gmail com".
+
+<tel:+17167662187> a nco:PhoneNumber; 
+	nco:phoneNumber "(716)766-2187".
+
+<urn:uuid:1695778300> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17167662187>]; 
+	nmo:duration 37; 
+	nmo:sentDate "2008-08-01T15:14:51". 
+
+<urn:uuid:698091523> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17167662187>]; 
+	nmo:duration 21; 
+	nmo:sentDate "2008-10-16T15:24:04". 
+
+<urn:uuid:446369421> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17167662187>]; 
+	nmo:duration 0; 
+	nmo:sentDate "2008-07-02T15:58:05". 
+
+<urn:uuid:429210837> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17167662187>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-18T16:02:40";
+	nmo:receivedDate "2008-07-15T16:05:27";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Dolore feugiat hendrerit nibh ullamcorper. Iusto augue et minim nonummy. Feugiat eufeugiat nislut hendrerit eum ea et consectetuer qui delenit exerci. Esse ut praesent et zzril Utwisi nonummy elitsed velit aliquip ut. Dignissim facilisis eros iriure. Vel ipsum lobortis veniam commodoconsequat consectetuer nulla feugait. ".
+
+<urn:uuid:204434238> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17167662187>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-06T15:17:12";
+	nmo:receivedDate "2008-12-08T16:01:29";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Aliquip Utwisi blandit feugait blandit. Eu dolore at te minim accumsan praesent veniam eum facilisis augue. Laoreet euismod minim tincidunt tincidunt luptatumzzril nostrud nostrud. Et duis eufeugiat in hendrerit odio qui. ".
+
+<urn:uuid:603637406> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+17167662187>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-09T15:16:48";
+	nmo:receivedDate "2009-01-02T15:37:23";
+	nmo:plainTextMessageContent "Blandit wisi autem dolor esse tincidunt molestie. Minim illum facilisis commodo autem adipiscing lobortis. Iriuredolor aliquip ex quis ad. Delenitaugue odio ex ut lorem duis te facilisis. Minim dolore ut blandit dignissim odio autem etaccumsan in enim dignissim. ".
+
+<urn:uuid:1245862992> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+17167662187>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-25T15:23:54";
+	nmo:receivedDate "2008-03-20T15:27:57";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:plainTextMessageContent "Utwisi suscipit feugiat ea feugait lorem erat zzril commodo esse ea veniam. Elitsed at luptatumzzril blandit diam autem ut commodo odio commodo velit molestie lorem vero. Facilisi velit veniam te lorem nulla odio erat. Velit eufeugiat et nislut consequat ad consectetuer velit ad nulla. Qui dolor ea zzril nonummy esse blandit ut dolore iusto ut. Ut molestie invulputate facilisi vulputate nulla autem eros eum illum augue iusto ea. Odio euismod vel luptatumzzril duis eufeugiat sit commodoconsequat nostrud euismod nostrud suscipit in lobortis. ".
+
+<urn:uuid:1673923327> a nco:PersonContact; 
+	nco:fullname "Young Mace";
+	nco:nameGiven "Young";
+	nco:nameFamily "Mace";
+	nco:birthDate "1942-12-31";
+	nco:hasEmailAddress <mailto:ymace velodio edu>;
+	nco:hasPhoneNumber <tel:+17167662187>;
+	nco:hasIMAccount <xmpp:young mace gmail com>;
+	nco:hasPostalAddress <urn:uuid:257951456>.
+
+<urn:uuid:1703660807> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1506970833>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Facilisi facilisi minim nulla doloremagna nibh invulputate. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-20T15:11:34"];
+	ncal:dtend [ncal:dateTime "2009-02-20T16:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1506970833>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1514251177> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1673923327>;
+	nmo:sentDate "2008-03-03T15:18:25";
+	nmo:receivedDate "2008-03-03T15:19:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ymace velodio edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Quis dolor aliquam tincidunt ea te hendrerit te ut nostrud tation invulputate qui aliquip. ";
+	nmo:plainTextMessageContent "Tincidunt aliquam suscipit duis illum sit te tincidunt in et zzril suscipit nulla. Amet ad odio duis exerci exerci ad te odio velit. ".
+
+<urn:uuid:444949641> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1673923327>;
+	nmo:sentDate "2008-07-26T15:42:04";
+	nmo:receivedDate "2008-07-26T15:42:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ymace velodio edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:968476334>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ralbertson adblandit eu"];
+	nmo:bcc <urn:uuid:2019480099>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "jhumes enimdoloremagna org"];
+	nmo:messageSubject "Doloremagna iriuredolor ad molestie quis enim volutpat consequatvel nulla esse dolor tationullamcorper exerci. ";
+	nmo:plainTextMessageContent "Enim et ut commodoconsequat lobortis in iusto exerci ad vero etaccumsan lobortis enim nulla. ".
+
+<urn:uuid:1922005652> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1673923327>;
+	nmo:sentDate "2008-08-24T15:53:45";
+	nmo:receivedDate "2008-08-24T15:53:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ymace velodio edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:403153861>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "marty holt illumte us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Eros ut Utwisi aliquip eros molestie euismod blandit facilisi. ";
+	nmo:plainTextMessageContent "Amet enim duis invulputate. Ut elitsed in dignissim luptatumzzril tation. ".
+
+<urn:uuid:1682372965> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1673923327>;
+	nmo:sentDate "2008-12-18T16:00:31";
+	nmo:receivedDate "2008-12-18T16:01:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ymace velodio edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Odio duis eufeugiat wisi ex vero autem. ";
+	nmo:plainTextMessageContent "Qui vulputate vel qui. Esse et iustoodio Utwisi lobortis delenit veniamquis duis. ".
+
+<urn:uuid:1308316502> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1673923327>;
+	nmo:sentDate "2008-08-23T15:52:48";
+	nmo:receivedDate "2008-08-23T15:53:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ymace velodio edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Iustoodio blandit consequat ut velit lobortis. ";
+	nmo:plainTextMessageContent "Dolore feugiat ut feugait wisi duis consequatvel et nibh. ".
+
+<urn:uuid:1453185693> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1673923327>;
+	nmo:sentDate "2009-01-18T15:34:00";
+	nmo:receivedDate "2009-01-18T15:34:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ymace velodio edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Et eum at elitsed nostrud commodo blandit luptatumzzril odio iriuredolor ullamcorper ea autem. ";
+	nmo:plainTextMessageContent "Lobortis ut lorem laoreet duis nulla dolore blandit. Tationullamcorper suscipit vulputate consequat vero eum vero nislut dignissim qui. ".
+
+<urn:uuid:1115955085> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1673923327>;
+	nmo:sentDate "2008-09-08T15:53:49";
+	nmo:receivedDate "2008-09-08T15:54:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ymace velodio edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:468232632>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kwaldron duisluptatum eu"];
+	nmo:messageSubject "Iriuredolor in lorem nulla etaccumsan molestie vero et dolor duis Utwisi exerci. ";
+	nmo:plainTextMessageContent "Suscipit feugait iriure facilisis vel amet Utwisi nislut suscipit. ".
+
+<urn:uuid:719170855> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1673923327>;
+	nmo:sentDate "2008-12-07T15:36:02";
+	nmo:receivedDate "2008-12-07T15:36:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ymace velodio edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:243100821>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "eloise penny iriuredolore edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Qui facilisi minim in feugait commodo laoreet enim nisl et accumsan doloremagna nulla veniam. ";
+	nmo:plainTextMessageContent "Accumsan velit vel eros ex ut wisi dolor hendrerit iustoodio eros eros blandit dignissim. In zzril autem lobortis te tincidunt veniam ullamcorper Utwisi volutpat ut iusto delenit. ".
+
+<urn:uuid:584020918> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1673923327>;
+	nmo:sentDate "2008-03-14T15:57:11";
+	nmo:receivedDate "2008-03-14T15:57:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ymace velodio edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:522539322>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "alpha darling commodoaliquip gov"];
+	nmo:messageSubject "Hendrerit nulla etaccumsan velit et. ";
+	nmo:plainTextMessageContent "Dignissim odio ea commodoconsequat laoreet molestie facilisi. ".
+
+<urn:uuid:1841576924> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1673923327>;
+	nmo:sentDate "2008-08-02T15:15:23";
+	nmo:receivedDate "2008-08-02T15:15:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ymace velodio edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consequat suscipit aliquip molestie suscipit dolore minim invulputate ut consequat praesent feugait. ";
+	nmo:plainTextMessageContent "Ullamcorper consequat aliquip ea feugait ad facilisis autem nulla praesent et velit hendrerit. Iriure feugait aliquam minim ut aliquip esse. ".
+
+<urn:uuid:322264296> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1673923327>;
+	nmo:sentDate "2009-02-02T16:02:51";
+	nmo:receivedDate "2009-02-02T16:02:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ymace velodio edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1492071226>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ramona poindexter duisdolor info"];
+	nmo:messageSubject "Consectetuer delenit nibh eum consequat nulla elitsed diam. ";
+	nmo:plainTextMessageContent "Odio aliquip ad luptatumzzril in luptatumzzril. Praesent dolor lobortis lobortis. ".
+
+<urn:uuid:382261565> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1673923327>;
+	nmo:sentDate "2008-03-27T15:17:11";
+	nmo:receivedDate "2008-03-27T15:17:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ymace velodio edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1351632911>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lziegler duiset us"];
+	nmo:messageSubject "Nislut minim et dolore hendrerit dignissim exerci adipiscing vero nibh praesent. ";
+	nmo:plainTextMessageContent "Nulla esse praesent iriuredolor dignissim odio vel suscipit iriure suscipit in dignissim. ".
+
+<urn:uuid:1092897905> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1673923327>;
+	nmo:sentDate "2008-11-18T15:54:02";
+	nmo:receivedDate "2008-11-18T15:54:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ymace velodio edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore ut ea qui nulla qui commodoconsequat enim praesent nislut. ";
+	nmo:plainTextMessageContent "Praesent facilisis ullamcorper dignissim qui diam nisl. Sit nulla dolore accumsan molestie. ".
+
+<urn:uuid:723095762> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1673923327>;
+	nmo:sentDate "2008-03-13T16:09:40";
+	nmo:receivedDate "2008-03-13T16:10:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "ymace velodio edu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:865538347>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "carmelo beaudry euerat edu"];
+	nmo:bcc <urn:uuid:1318196797>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "tdriscoll nonummyblandit net"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Volutpat iustoodio hendrerit elitsed at dolore eufeugiat. ";
+	nmo:plainTextMessageContent "Eu zzril nulla dignissim dolore duis commodoconsequat enim in aliquip qui. Et nulla dolore vel in eum dolore Utwisi zzril. ".
+
+<urn:uuid:779932696> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03836" ;
+	nco:locality "Freedom" ;
+	nco:streetAddress "1217 Rainbow Cove" .
+
+<mailto:barrett bess veniamquisveniamquis us> a nco:EmailAddress; 
+	nco:emailAddress "barrett bess veniamquisveniamquis us".
+
+<tel:+12079488617> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)948-8617".
+
+<urn:uuid:1299639980> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079488617>]; 
+	nmo:duration 11; 
+	nmo:sentDate "2008-05-06T15:23:52". 
+
+<urn:uuid:903557359> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079488617>]; 
+	nmo:duration 39; 
+	nmo:sentDate "2009-01-30T15:25:51". 
+
+<urn:uuid:307430748> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079488617>]; 
+	nmo:duration 14; 
+	nmo:sentDate "2008-07-11T16:07:52". 
+
+<urn:uuid:1531078729> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079488617>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-01T15:19:04";
+	nmo:receivedDate "2008-07-20T15:11:57";
+	nmo:plainTextMessageContent "At te commodoconsequat in ad. Vero autem lorem esse tation. Nulla et et euismod. In aliquip in facilisi minim tincidunt ut te luptatumzzril duis. Sit veniam duis blandit ea consequat nulla at et lobortis aliquip dignissim blandit. Nulla iusto praesent elitsed tation feugiat dignissim ipsum facilisi facilisi aliquip autem ut. ".
+
+<urn:uuid:525015146> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079488617>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-03T15:50:29";
+	nmo:receivedDate "2008-01-28T15:17:41";
+	nmo:plainTextMessageContent "Lorem et sit te commodoconsequat autem Utwisi suscipit te lobortis illum. Exerci iriuredolor praesent facilisi ut amet dignissim ex ut nisl erat. Zzril feugait minim suscipit nostrud praesent te. At consectetuer vel feugiat adipiscing invulputate minim augue vel in nostrud nostrud. Diam blandit luptatum nonummy duis. Eros diam suscipit praesent erat dolore ea qui lobortis. ".
+
+<urn:uuid:1376451991> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079488617>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-08T16:03:32";
+	nmo:receivedDate "2008-03-14T15:19:23";
+	nmo:plainTextMessageContent "Ut luptatum veniamquis delenit nonummy tationullamcorper nislut commodoconsequat consectetuer eufeugiat adipiscing hendrerit nonummy. In etaccumsan enim feugiat te. Amet consequatvel vero in dolor luptatum eros qui te et nulla at. Facilisis suscipit duis autem esse veniam veniam nulla dolore dolore nostrud. ".
+
+<urn:uuid:775203025> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079488617>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-31T15:19:28";
+	nmo:receivedDate "2008-02-19T15:36:09";
+	nmo:plainTextMessageContent "Erat enim enim elitsed ex augue dolore euismod at exerci iusto dolor. Facilisi luptatum esse zzril et in autem esse nulla. Et enim odio ex. Feugiat esse feugait facilisis qui luptatum autem eum laoreet exerci iusto. ".
+
+<urn:uuid:1089559989> a nco:PersonContact; 
+	nco:fullname "Barrett Bess";
+	nco:nameGiven "Barrett";
+	nco:nameFamily "Bess";
+	nco:birthDate "1943-01-31";
+	nco:hasEmailAddress <mailto:barrett bess veniamquisveniamquis us>;
+	nco:hasPhoneNumber <tel:+12079488617>;
+	nco:hasPostalAddress <urn:uuid:779932696>.
+
+<urn:uuid:1007387431> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10596" ;
+	nco:locality "Verplanck" ;
+	nco:streetAddress "5725 Coppershire Avenue" .
+
+<mailto:jbrooks molestiepraesent net> a nco:EmailAddress; 
+	nco:emailAddress "jbrooks molestiepraesent net".
+
+<urn:uuid:1551985943> a nco:PersonContact; 
+	nco:fullname "Junior Brooks";
+	nco:nameGiven "Junior";
+	nco:nameFamily "Brooks";
+	nco:birthDate "1943-03-02";
+	nco:hasEmailAddress <mailto:jbrooks molestiepraesent net>;
+	nco:hasPostalAddress <urn:uuid:1007387431>.
+
+<urn:uuid:61461191> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1493014861>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Nostrud ea lobortis aliquip nulla exerci sit. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-28T19:11:34"];
+	ncal:dtend [ncal:dateTime "2009-02-28T21:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1493014861>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:583774835> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08739" ;
+	nco:locality "Normandy Beach" ;
+	nco:streetAddress "5036 Nottingham Oaks Way" .
+
+<mailto:jacquelin sheffield exesse info> a nco:EmailAddress; 
+	nco:emailAddress "jacquelin sheffield exesse info".
+
+<urn:uuid:1020644558> a nco:PersonContact; 
+	nco:fullname "Jacquelin Sheffield";
+	nco:nameGiven "Jacquelin";
+	nco:nameFamily "Sheffield";
+	nco:birthDate "1942-07-06";
+	nco:hasEmailAddress <mailto:jacquelin sheffield exesse info>;
+	nco:hasPostalAddress <urn:uuid:583774835>.
+
+<urn:uuid:38986543> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14851" ;
+	nco:locality "Ithaca" ;
+	nco:streetAddress "366 Jamaca Avenue" .
+
+<mailto:slund utduis com> a nco:EmailAddress; 
+	nco:emailAddress "slund utduis com".
+
+<xmpp:sarah lund gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Sarah Lund" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Duis facilisi dignissim iustoodio. " ;
+	nco:imID "sarah lund gmail com".
+
+<urn:uuid:654967260> a nco:PersonContact; 
+	nco:fullname "Sarah Lund";
+	nco:nameGiven "Sarah";
+	nco:nameFamily "Lund";
+	nco:birthDate "1942-03-09";
+	nco:hasEmailAddress <mailto:slund utduis com>;
+	nco:hasIMAccount <xmpp:sarah lund gmail com>;
+	nco:hasPostalAddress <urn:uuid:38986543>.
+
+<urn:uuid:1670830154> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:654967260>;
+	nmo:sentDate "2009-02-04T15:31:30";
+	nmo:receivedDate "2009-02-04T15:32:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "slund utduis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolor facilisi lobortis nulla doloremagna nulla. ";
+	nmo:plainTextMessageContent "Wisi delenitaugue dolor hendrerit autem in commodo tincidunt blandit etaccumsan. ".
+
+<urn:uuid:1119919793> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:654967260>;
+	nmo:sentDate "2008-01-27T15:29:00";
+	nmo:receivedDate "2008-01-27T15:29:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "slund utduis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ut aliquip Utwisi autem duis veniamquis. ";
+	nmo:plainTextMessageContent "Accumsan ut dolore delenit vel dignissim te ad autem nisl. Et velit odio Utwisi ea. ".
+
+<urn:uuid:1146967500> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:654967260>;
+	nmo:sentDate "2008-12-29T15:29:11";
+	nmo:receivedDate "2008-12-29T15:29:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "slund utduis com"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Commodo Utwisi te Utwisi. ";
+	nmo:plainTextMessageContent "Blandit iriuredolor dignissim te ea eufeugiat hendrerit ut zzril nulla facilisis facilisis lobortis consequat. Enim iriure dignissim volutpat praesent dignissim te minim invulputate. ".
+
+<urn:uuid:413687725> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14070" ;
+	nco:locality "Gowanda" ;
+	nco:streetAddress "6484 Boom Way" .
+
+<mailto:rosario gore erosfacilisi info> a nco:EmailAddress; 
+	nco:emailAddress "rosario gore erosfacilisi info".
+
+<urn:uuid:1885905930> a nco:PersonContact; 
+	nco:fullname "Rosario Gore";
+	nco:nameGiven "Rosario";
+	nco:nameFamily "Gore";
+	nco:birthDate "1942-04-03";
+	nco:hasEmailAddress <mailto:rosario gore erosfacilisi info>;
+	nco:hasPostalAddress <urn:uuid:413687725>.
+
+<urn:uuid:1902730869> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15427" ;
+	nco:locality "Daisytown" ;
+	nco:streetAddress "1217 Dogwood Drive" .
+
+<mailto:victoria gilson adfacilisis info> a nco:EmailAddress; 
+	nco:emailAddress "victoria gilson adfacilisis info".
+
+<tel:+18574533996> a nco:PhoneNumber; 
+	nco:phoneNumber "(857)453-3996".
+
+<urn:uuid:1834009513> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18574533996>]; 
+	nmo:duration 25; 
+	nmo:receivedDate "2008-01-27T15:45:26". 
+
+<urn:uuid:470720917> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18574533996>]; 
+	nmo:duration 29; 
+	nmo:sentDate "2008-04-05T16:08:40". 
+
+<urn:uuid:454479744> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18574533996>]; 
+	nmo:duration 31; 
+	nmo:receivedDate "2008-10-15T16:04:48". 
+
+<urn:uuid:2127617657> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18574533996>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-03T15:59:41";
+	nmo:receivedDate "2008-05-11T15:28:03";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Enim te sit iusto. Diam esse luptatumzzril nulla iusto feugiat consequat exerci dolor facilisi euismod blandit nonummy luptatumzzril. Doloremagna etaccumsan velit facilisi exerci ipsum ullamcorper nulla ipsum adipiscing. Iustoodio ad laoreet duis consectetuer consequat nostrud tincidunt eum molestie lobortis lobortis ex in. Iriure hendrerit ut at. ".
+
+<urn:uuid:313229337> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18574533996>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-25T16:09:44";
+	nmo:receivedDate "2008-11-16T15:45:19";
+	nmo:plainTextMessageContent "Praesent luptatumzzril autem eum. Luptatumzzril duis facilisi nulla ut ipsum ullamcorper eros te vel in nibh ad. In Utwisi praesent consectetuer veniam blandit. Eum odio blandit minim elitsed iustoodio ut molestie ea aliquam. Autem praesent consequatvel lobortis praesent tation suscipit molestie. In aliquip veniamquis molestie. Dignissim et hendrerit molestie te. ".
+
+<urn:uuid:752905043> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18574533996>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-28T15:32:17";
+	nmo:receivedDate "2008-11-19T15:37:18";
+	nmo:plainTextMessageContent "Iriure veniamquis augue diam aliquam ullamcorper enim vel ea at ullamcorper. Duis augue nonummy nostrud diam esse autem ad esse eros vel molestie lobortis duis. Vero nulla elitsed vel duis. Tincidunt autem commodoconsequat facilisis in nulla. Nonummy consequat aliquam delenit nulla facilisi odio nislut facilisi. Nibh tation commodoconsequat elitsed odio te vel ex velit dolore iustoodio autem. ".
+
+<urn:uuid:1951503683> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18574533996>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-30T15:13:52";
+	nmo:receivedDate "2008-08-21T15:16:17";
+	nmo:plainTextMessageContent "Commodo minim esse velit consectetuer sit. Facilisis facilisi nonummy dolor amet qui in dolor qui. Commodoconsequat autem iriuredolor consequatvel dolore nonummy. Qui ut eu vel et. Aliquip duis quis ut dolore suscipit euismod ea te delenit. Aliquip ea doloremagna dolore ut dolor. ".
+
+<urn:uuid:1884082522> a nco:PersonContact; 
+	nco:fullname "Victoria Gilson";
+	nco:nameGiven "Victoria";
+	nco:nameFamily "Gilson";
+	nco:birthDate "1943-03-03";
+	nco:hasEmailAddress <mailto:victoria gilson adfacilisis info>;
+	nco:hasPhoneNumber <tel:+18574533996>;
+	nco:hasPostalAddress <urn:uuid:1902730869>.
+
+<urn:uuid:561339794> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1884082522>;
+	nmo:sentDate "2009-02-03T15:23:21";
+	nmo:receivedDate "2009-02-03T15:23:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "victoria gilson adfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2099957050>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rcameron Utwisitation edu"];
+	nmo:messageSubject "Qui dolore tation delenitaugue nulla exerci laoreet eufeugiat enim doloremagna in amet dolore ex. ";
+	nmo:plainTextMessageContent "Ut diam illum duis ex dolor iriuredolor. ".
+
+<urn:uuid:1986875454> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1884082522>;
+	nmo:sentDate "2008-07-08T15:46:01";
+	nmo:receivedDate "2008-07-08T15:46:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "victoria gilson adfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1037500779>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "bennett sherrill illumnostrud com"];
+	nmo:messageSubject "Ut veniam accumsan doloremagna euismod diam quis volutpat eros. ";
+	nmo:plainTextMessageContent "Dignissim facilisi iustoodio in etaccumsan. ".
+
+<urn:uuid:889516575> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1884082522>;
+	nmo:sentDate "2008-05-03T16:06:42";
+	nmo:receivedDate "2008-05-03T16:06:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "victoria gilson adfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ad ut hendrerit feugiat nonummy laoreet duis praesent tation veniamquis. ";
+	nmo:plainTextMessageContent "Nisl consequatvel dolore ullamcorper iusto nostrud qui. Nonummy et tationullamcorper odio dolor eum delenit hendrerit eum erat accumsan. ".
+
+<urn:uuid:239715861> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1884082522>;
+	nmo:sentDate "2008-09-11T16:06:28";
+	nmo:receivedDate "2008-09-11T16:06:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "victoria gilson adfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1489738063>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "alin eumduis us"];
+	nmo:messageSubject "Autem duis et vel vulputate ex eufeugiat molestie dolor autem wisi luptatumzzril facilisis. ";
+	nmo:plainTextMessageContent "Etaccumsan feugait delenit adipiscing esse accumsan ut facilisi facilisis autem. Eros facilisis feugiat delenitaugue Utwisi dolore eros eum nulla enim eum. ".
+
+<urn:uuid:471381125> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1884082522>;
+	nmo:sentDate "2008-05-05T15:34:42";
+	nmo:receivedDate "2008-05-05T15:34:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "victoria gilson adfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:185992709>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "constance clemmons aliquipconsequatvel eu"];
+	nmo:bcc <urn:uuid:690058032>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "jbergeron iriuredolordiam eu"];
+	nmo:messageSubject "Odio enim dolore vel blandit delenitaugue eros eros dolore vero etaccumsan vel doloremagna. ";
+	nmo:plainTextMessageContent "Doloremagna commodoconsequat duis elitsed ut at illum. Accumsan iustoodio ut doloremagna vulputate et invulputate velit minim minim duis. ".
+
+<urn:uuid:579342126> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1884082522>;
+	nmo:sentDate "2008-05-28T15:56:41";
+	nmo:receivedDate "2008-05-28T15:57:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "victoria gilson adfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Volutpat euismod qui erat zzril consequat lobortis commodo iusto invulputate velit molestie iriure feugiat. ";
+	nmo:plainTextMessageContent "Vero doloremagna ex consequat tation iustoodio vel qui nostrud duis diam consequat. Praesent ut ullamcorper diam iustoodio delenit. ".
+
+<urn:uuid:461249813> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1884082522>;
+	nmo:sentDate "2008-07-06T15:13:12";
+	nmo:receivedDate "2008-07-06T15:13:24";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "victoria gilson adfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1140837545>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "karon glenn enimluptatumzzril edu"];
+	nmo:bcc <urn:uuid:205343135>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kami birch duisiriuredolor org"];
+	nmo:messageSubject "Amet illum hendrerit exerci. ";
+	nmo:plainTextMessageContent "Ad commodoconsequat vero tation nibh vel nulla dolore. Dolore feugait volutpat amet. ".
+
+<urn:uuid:1030360348> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1884082522>;
+	nmo:sentDate "2008-10-05T15:23:39";
+	nmo:receivedDate "2008-10-05T15:24:06";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "victoria gilson adfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Eros eu nislut ut volutpat feugiat duis lorem esse ullamcorper nulla nostrud in. ";
+	nmo:plainTextMessageContent "Duis molestie nulla commodo ea eum. Nulla minim elitsed ex vero luptatumzzril nibh ex eum. ".
+
+<urn:uuid:1751025452> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1884082522>;
+	nmo:sentDate "2008-07-30T16:09:19";
+	nmo:receivedDate "2008-07-30T16:09:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "victoria gilson adfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla vel dolore tationullamcorper accumsan amet. ";
+	nmo:plainTextMessageContent "Aliquip dolor enim blandit. ".
+
+<urn:uuid:426214570> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1884082522>;
+	nmo:sentDate "2009-01-23T16:05:25";
+	nmo:receivedDate "2009-01-23T16:05:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "victoria gilson adfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eum lobortis duis te ea iriuredolor adipiscing nostrud dolor duis at velit. ";
+	nmo:plainTextMessageContent "Duis amet duis ipsum in ut ex hendrerit iriure ut vero nulla illum ea. Ad exerci ad facilisi zzril nulla et ut commodo ipsum vulputate eros. ".
+
+<urn:uuid:223131463> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1884082522>;
+	nmo:sentDate "2008-09-19T15:44:15";
+	nmo:receivedDate "2008-09-19T15:45:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "victoria gilson adfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Praesent consequat ut luptatumzzril tation. ";
+	nmo:plainTextMessageContent "Lobortis aliquip praesent nonummy qui ipsum lobortis enim delenit. ".
+
+<urn:uuid:1648088186> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1884082522>;
+	nmo:sentDate "2008-11-20T15:14:26";
+	nmo:receivedDate "2008-11-20T15:14:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "victoria gilson adfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eum laoreet eros dolor exerci facilisis. ";
+	nmo:plainTextMessageContent "Exerci molestie dolor te et lobortis at ex. ".
+
+<urn:uuid:852190698> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1884082522>;
+	nmo:sentDate "2008-10-24T15:42:45";
+	nmo:receivedDate "2008-10-24T15:43:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "victoria gilson adfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1223295390>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "estratton molestieullamcorper eu"];
+	nmo:messageSubject "Facilisi iustoodio feugait ea feugait iriuredolor wisi vero. ";
+	nmo:plainTextMessageContent "Commodoconsequat vero dolor lorem minim Utwisi qui dignissim feugait duis in. ".
+
+<urn:uuid:865002390> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1884082522>;
+	nmo:sentDate "2008-11-29T15:38:43";
+	nmo:receivedDate "2008-11-29T15:39:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "victoria gilson adfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:664101765>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "marcelino crayton utlaoreet eu"];
+	nmo:messageSubject "Accumsan ut qui te vel nislut qui te esse suscipit minim et. ";
+	nmo:plainTextMessageContent "Velit exerci praesent commodo. ".
+
+<urn:uuid:570296678> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1884082522>;
+	nmo:sentDate "2008-04-13T15:55:55";
+	nmo:receivedDate "2008-04-13T15:56:05";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "victoria gilson adfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eu laoreet volutpat aliquip dolore et accumsan velit etaccumsan etaccumsan nostrud tationullamcorper. ";
+	nmo:plainTextMessageContent "Consequatvel iusto tation esse exerci zzril facilisis odio ut blandit exerci ad nostrud zzril. ".
+
+<urn:uuid:2068100615> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1884082522>;
+	nmo:sentDate "2008-05-06T16:00:35";
+	nmo:receivedDate "2008-05-06T16:00:49";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "victoria gilson adfacilisis info"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:884892038>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "griselda pinson facilisisetaccumsan us"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Nisl consequat nulla aliquip. ";
+	nmo:plainTextMessageContent "Et elitsed nostrud enim qui ex. ".
+
+<urn:uuid:620425544> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11568" ;
+	nco:locality "Old Westbury" ;
+	nco:streetAddress "4382 Carters Grove Street" .
+
+<mailto:ahofmann lorempraesent com> a nco:EmailAddress; 
+	nco:emailAddress "ahofmann lorempraesent com".
+
+<xmpp:adrian hofmann gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Adrian Hofmann" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Te lobortis aliquip et praesent amet velit esse eum lobortis accumsan duis praesent. " ;
+	nco:imID "adrian hofmann gmail com".
+
+<tel:+19147084534> a nco:PhoneNumber; 
+	nco:phoneNumber "(914)708-4534".
+
+<urn:uuid:1713155504> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19147084534>]; 
+	nmo:duration 17; 
+	nmo:sentDate "2008-05-02T15:24:40". 
+
+<urn:uuid:1146476586> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19147084534>]; 
+	nmo:duration 22; 
+	nmo:receivedDate "2008-09-03T15:29:03". 
+
+<urn:uuid:1001215750> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+19147084534>]; 
+	nmo:duration 48; 
+	nmo:sentDate "2008-06-20T16:03:51". 
+
+<urn:uuid:1974127108> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19147084534>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-19T15:58:03";
+	nmo:receivedDate "2008-01-21T15:46:17";
+	nmo:plainTextMessageContent "Suscipit esse facilisis nulla quis ut feugait doloremagna esse euismod odio eu ut. Et esse nisl velit adipiscing amet minim nibh euismod feugiat consequatvel autem luptatum invulputate. Accumsan facilisi aliquip etaccumsan exerci vero erat tincidunt duis vulputate zzril vel dolore. Aliquip molestie velit minim veniam ipsum vel velit esse laoreet feugait dolore duis lorem. Commodoconsequat adipiscing et et illum ipsum suscipit luptatum. Dignissim nulla delenit commodoconsequat nostrud. ".
+
+<urn:uuid:279925292> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19147084534>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-12T15:16:10";
+	nmo:receivedDate "2008-02-06T16:01:18";
+	nmo:plainTextMessageContent "At at veniamquis eros blandit ex dignissim. Delenit qui autem diam vero iriure zzril aliquam iriure dolor. Tincidunt tation duis ea feugiat erat lobortis enim veniam vel iriuredolor at erat. Doloremagna aliquip ullamcorper aliquip commodoconsequat duis dolor duis duis invulputate vulputate enim enim ea. Illum dignissim ut odio dignissim zzril invulputate autem wisi. Facilisis volutpat nulla nulla ut te tincidunt minim duis te dolore. ".
+
+<urn:uuid:1077613210> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19147084534>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-08T15:15:08";
+	nmo:receivedDate "2008-04-21T16:06:18";
+	nmo:plainTextMessageContent "Facilisis amet exerci tincidunt nibh laoreet molestie vel. Lorem vero facilisis euismod Utwisi diam erat erat. Aliquip praesent feugiat esse praesent ad ex iriure autem autem nulla. Esse facilisis vero qui te in veniamquis autem. Odio luptatumzzril etaccumsan ut facilisi adipiscing hendrerit luptatum nisl quis iusto. Ea iriure nulla lorem eum nonummy aliquam in ea elitsed. Eros delenitaugue iustoodio aliquip nonummy molestie veniamquis esse lobortis ut commodo. ".
+
+<urn:uuid:1247491740> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+19147084534>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-12T15:49:41";
+	nmo:receivedDate "2009-02-07T15:51:53";
+	nmo:plainTextMessageContent "Ut amet praesent et minim euismod eros lorem. Feugait eum eros exerci commodoconsequat wisi ipsum adipiscing ullamcorper ut commodo feugiat in. Exerci nostrud nulla vero molestie. Eum at nulla feugait enim adipiscing enim illum eufeugiat dolore molestie elitsed ex. Et et minim lobortis diam eum commodoconsequat odio iriure ut. ".
+
+<urn:uuid:1942489603> a nco:PersonContact; 
+	nco:fullname "Adrian Hofmann";
+	nco:nameGiven "Adrian";
+	nco:nameFamily "Hofmann";
+	nco:birthDate "1942-09-01";
+	nco:hasEmailAddress <mailto:ahofmann lorempraesent com>;
+	nco:hasPhoneNumber <tel:+19147084534>;
+	nco:hasIMAccount <xmpp:adrian hofmann gmail com>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:620425544>.
+
+<urn:uuid:1579641367> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04287" ;
+	nco:locality "Bowdoin" ;
+	nco:streetAddress "7309 Grovewood Way" .
+
+<mailto:tshafer ullamcorpervelit tv> a nco:EmailAddress; 
+	nco:emailAddress "tshafer ullamcorpervelit tv".
+
+<urn:uuid:1418996881> a nco:PersonContact; 
+	nco:fullname "Trent Shafer";
+	nco:nameGiven "Trent";
+	nco:nameFamily "Shafer";
+	nco:birthDate "1942-05-02";
+	nco:hasEmailAddress <mailto:tshafer ullamcorpervelit tv>;
+	nco:hasPostalAddress <urn:uuid:1579641367>.
+
+<urn:uuid:1945553900> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:2127063686>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Commodoconsequat nostrud commodo molestie aliquam vel quis tincidunt te nislut. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-06T13:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-06T14:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:2127063686>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1005711095> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NH" ;
+	nco:postalcode "03263" ;
+	nco:locality "Pittsfield" ;
+	nco:streetAddress "52 Winners Way" .
+
+<mailto:erin winters blanditad tv> a nco:EmailAddress; 
+	nco:emailAddress "erin winters blanditad tv".
+
+<urn:uuid:1337020264> a nco:PersonContact; 
+	nco:fullname "Erin Winters";
+	nco:nameGiven "Erin";
+	nco:nameFamily "Winters";
+	nco:birthDate "1942-10-12";
+	nco:hasEmailAddress <mailto:erin winters blanditad tv>;
+	nco:hasPostalAddress <urn:uuid:1005711095>.
+
+<urn:uuid:2089178452> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "13780" ;
+	nco:locality "Guilford" ;
+	nco:streetAddress "3792 Ingberg Trail" .
+
+<mailto:gilbert galloway enimsuscipit eu> a nco:EmailAddress; 
+	nco:emailAddress "gilbert galloway enimsuscipit eu".
+
+<urn:uuid:1679054888> a nco:PersonContact; 
+	nco:fullname "Gilbert Galloway";
+	nco:nameGiven "Gilbert";
+	nco:nameFamily "Galloway";
+	nco:birthDate "1942-05-30";
+	nco:hasEmailAddress <mailto:gilbert galloway enimsuscipit eu>;
+	nco:hasPostalAddress <urn:uuid:2089178452>.
+
+<urn:uuid:1267186908> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1679054888>;
+	nmo:sentDate "2008-07-02T15:53:10";
+	nmo:receivedDate "2008-07-02T15:53:41";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gilbert galloway enimsuscipit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla eufeugiat dolor delenit nostrud blandit vel. ";
+	nmo:plainTextMessageContent "Ut in invulputate facilisi ullamcorper praesent suscipit. ".
+
+<urn:uuid:1686883563> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1679054888>;
+	nmo:sentDate "2009-02-05T15:42:24";
+	nmo:receivedDate "2009-02-05T15:42:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gilbert galloway enimsuscipit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:937927973>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "ltarver consequatin net"];
+	nmo:messageSubject "Dolore duis enim in elitsed lobortis te. ";
+	nmo:plainTextMessageContent "Exerci illum laoreet ad nibh sit suscipit feugait te ut wisi luptatumzzril at dignissim. ".
+
+<urn:uuid:606264026> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1679054888>;
+	nmo:sentDate "2008-04-06T15:58:17";
+	nmo:receivedDate "2008-04-06T15:58:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gilbert galloway enimsuscipit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1613868251>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kelli fitzpatrick nostrudaugue net"];
+	nmo:messageSubject "At ex nislut consectetuer. ";
+	nmo:plainTextMessageContent "Erat illum iusto tincidunt delenitaugue at ad. Lobortis feugait nibh dolor autem ullamcorper et iusto eufeugiat aliquam blandit. ".
+
+<urn:uuid:246870440> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1679054888>;
+	nmo:sentDate "2009-01-03T15:56:02";
+	nmo:receivedDate "2009-01-03T15:56:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gilbert galloway enimsuscipit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1166218547>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "kparadis iustoet us"];
+	nmo:bcc <urn:uuid:2083022140>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "virgie stanfield ametlorem eu"];
+	nmo:messageSubject "Feugiat lorem molestie iusto in vulputate delenit hendrerit eu iusto facilisis. ";
+	nmo:plainTextMessageContent "Utwisi dolore odio nonummy delenit facilisi veniamquis. ".
+
+<urn:uuid:1368131354> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1679054888>;
+	nmo:sentDate "2008-04-16T15:27:42";
+	nmo:receivedDate "2008-04-16T15:27:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gilbert galloway enimsuscipit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:468232632>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kwaldron duisluptatum eu"];
+	nmo:messageSubject "Iusto dolore Utwisi autem elitsed. ";
+	nmo:plainTextMessageContent "Duis veniamquis eufeugiat dolore dolore qui et odio molestie accumsan veniamquis aliquip nulla aliquip. Eu eros wisi vulputate. ".
+
+<urn:uuid:1837174796> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1679054888>;
+	nmo:sentDate "2008-11-01T15:27:37";
+	nmo:receivedDate "2008-11-01T15:27:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gilbert galloway enimsuscipit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Aliquip et minim tationullamcorper praesent illum elitsed ut dolore suscipit. ";
+	nmo:plainTextMessageContent "Molestie dolore ipsum ut diam in enim augue dignissim duis vulputate et dolor. Ea dolore facilisis consectetuer veniam molestie. ".
+
+<urn:uuid:969480961> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1679054888>;
+	nmo:sentDate "2008-04-26T15:31:17";
+	nmo:receivedDate "2008-04-26T15:31:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gilbert galloway enimsuscipit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Te aliquip iustoodio ea. ";
+	nmo:plainTextMessageContent "Vel quis zzril ex iriuredolor. ".
+
+<urn:uuid:1602633084> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1679054888>;
+	nmo:sentDate "2008-07-24T15:13:21";
+	nmo:receivedDate "2008-07-24T15:14:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gilbert galloway enimsuscipit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:108775584>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "agiles lobortisblandit edu"];
+	nmo:messageSubject "Illum aliquip nulla volutpat commodoconsequat nulla tation quis quis te te te praesent dolor. ";
+	nmo:plainTextMessageContent "Nulla facilisi minim nulla aliquip illum Utwisi nisl velit erat eros consequatvel etaccumsan. Erat ipsum consequat eros vel duis eu veniam doloremagna ut adipiscing. ".
+
+<urn:uuid:1582536976> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1679054888>;
+	nmo:sentDate "2008-05-08T15:48:19";
+	nmo:receivedDate "2008-05-08T15:48:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gilbert galloway enimsuscipit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:564495227>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "eali feugiatenim org"];
+	nmo:messageSubject "Nostrud commodo facilisi praesent vero et dolor nostrud nibh aliquip erat eum accumsan in. ";
+	nmo:plainTextMessageContent "Veniamquis dolore exerci etaccumsan molestie te ullamcorper invulputate. ".
+
+<urn:uuid:482878250> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1679054888>;
+	nmo:sentDate "2008-10-09T15:39:03";
+	nmo:receivedDate "2008-10-09T15:39:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gilbert galloway enimsuscipit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:52367273>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cmarch lobortiseuismod edu"];
+	nmo:messageSubject "Velit te facilisis suscipit nisl facilisi consectetuer facilisis enim. ";
+	nmo:plainTextMessageContent "Ea enim praesent consectetuer eros veniam et praesent volutpat nostrud duis invulputate qui et. ".
+
+<urn:uuid:696817294> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1679054888>;
+	nmo:sentDate "2008-05-04T15:20:19";
+	nmo:receivedDate "2008-05-04T15:21:17";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gilbert galloway enimsuscipit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1921353261>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "connie metzger utdolore edu"];
+	nmo:messageSubject "Dolore esse delenitaugue facilisi qui tincidunt at nonummy vel praesent. ";
+	nmo:plainTextMessageContent "Commodoconsequat consequat duis minim molestie vel duis. ".
+
+<urn:uuid:2112947620> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1679054888>;
+	nmo:sentDate "2008-06-09T15:36:15";
+	nmo:receivedDate "2008-06-09T15:37:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "gilbert galloway enimsuscipit eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore nostrud wisi Utwisi illum dignissim lobortis in aliquam consequat. ";
+	nmo:plainTextMessageContent "Zzril doloremagna veniamquis dolore aliquip Utwisi facilisi. ".
+
+<urn:uuid:672279500> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "CT" ;
+	nco:postalcode "06388" ;
+	nco:locality "West Mystic" ;
+	nco:streetAddress "3431 Memorial Way" .
+
+<mailto:camille cade adnulla com> a nco:EmailAddress; 
+	nco:emailAddress "camille cade adnulla com".
+
+<urn:uuid:1521259463> a nco:PersonContact; 
+	nco:fullname "Camille Cade";
+	nco:nameGiven "Camille";
+	nco:nameFamily "Cade";
+	nco:birthDate "1942-06-11";
+	nco:hasEmailAddress <mailto:camille cade adnulla com>;
+	nco:hasPostalAddress <urn:uuid:672279500>.
+
+<urn:uuid:356105068> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "07110" ;
+	nco:locality "Nutley" ;
+	nco:streetAddress "1519 Malabar Way" .
+
+<mailto:jean bledsoe nullavelit tv> a nco:EmailAddress; 
+	nco:emailAddress "jean bledsoe nullavelit tv".
+
+<tel:+12076702826> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)670-2826".
+
+<urn:uuid:1942843268> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12076702826>]; 
+	nmo:duration 46; 
+	nmo:receivedDate "2008-02-01T15:23:30". 
+
+<urn:uuid:1370444199> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12076702826>]; 
+	nmo:duration 21; 
+	nmo:sentDate "2008-01-18T15:30:11". 
+
+<urn:uuid:1978813642> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12076702826>]; 
+	nmo:duration 17; 
+	nmo:receivedDate "2008-04-08T15:25:14". 
+
+<urn:uuid:1884344899> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12076702826>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-11T15:31:35";
+	nmo:receivedDate "2008-12-29T15:49:07";
+	nmo:plainTextMessageContent "Ex dolore lorem facilisi invulputate etaccumsan delenit eufeugiat aliquip. Illum nulla consequat Utwisi zzril commodoconsequat. Eros tationullamcorper esse lobortis ut esse vel exerci. Ad zzril ea velit ut iriure commodoconsequat adipiscing amet ea dignissim. ".
+
+<urn:uuid:788204541> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12076702826>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-11-06T15:42:14";
+	nmo:receivedDate "2008-05-17T15:20:32";
+	nmo:plainTextMessageContent "Quis praesent ad tationullamcorper commodo. Invulputate feugiat zzril in facilisis consequatvel nulla ullamcorper. Amet te dolore te euismod in aliquip nulla amet consequatvel vero. Ut ex invulputate exerci hendrerit nulla commodo nibh ad in nostrud dolore. ".
+
+<urn:uuid:1265719093> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12076702826>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-21T15:23:04";
+	nmo:receivedDate "2008-08-28T15:43:36";
+	nmo:plainTextMessageContent "Veniam iusto tationullamcorper nulla aliquip. Et etaccumsan et hendrerit luptatumzzril. Ut lorem in nostrud autem delenitaugue diam exerci. Sit eu praesent iustoodio esse tation suscipit lorem te ad. ".
+
+<urn:uuid:988207427> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12076702826>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-19T15:27:01";
+	nmo:receivedDate "2008-10-20T15:22:36";
+	nmo:plainTextMessageContent "Illum in hendrerit facilisi veniam hendrerit in duis iriure nibh. Velit velit et delenitaugue dolor eros aliquip tation elitsed. Commodoconsequat quis enim nostrud duis euismod ut consectetuer in vero dolor amet. Volutpat doloremagna nostrud iustoodio eum exerci esse ullamcorper. Commodoconsequat hendrerit hendrerit ad. Nisl tation suscipit ad. ".
+
+<urn:uuid:1962741589> a nco:PersonContact; 
+	nco:fullname "Jean Bledsoe";
+	nco:nameGiven "Jean";
+	nco:nameFamily "Bledsoe";
+	nco:birthDate "1942-04-04";
+	nco:hasEmailAddress <mailto:jean bledsoe nullavelit tv>;
+	nco:hasPhoneNumber <tel:+12076702826>;
+	nco:hasPostalAddress <urn:uuid:356105068>.
+
+<urn:uuid:285770758> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:813171418>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "At et praesent amet ea vero velit eros dignissim. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-24T12:11:34"];
+	ncal:dtend [ncal:dateTime "2009-02-24T13:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:813171418>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1074987985> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08260" ;
+	nco:locality "Wildwood" ;
+	nco:streetAddress "355 Cherryfield Cove" .
+
+<mailto:selina nieto autemdolor gov> a nco:EmailAddress; 
+	nco:emailAddress "selina nieto autemdolor gov".
+
+<urn:uuid:181310592> a nco:PersonContact; 
+	nco:fullname "Selina Nieto";
+	nco:nameGiven "Selina";
+	nco:nameFamily "Nieto";
+	nco:birthDate "1942-04-15";
+	nco:hasEmailAddress <mailto:selina nieto autemdolor gov>;
+	nco:hasPostalAddress <urn:uuid:1074987985>.
+
+<urn:uuid:948715561> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1773862738>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Nonummy invulputate facilisi eros dolore iriure in te ea eros praesent. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-06T13:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-06T15:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1773862738>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:290926187> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NJ" ;
+	nco:postalcode "08030" ;
+	nco:locality "Gloucester City" ;
+	nco:streetAddress "3568 Magnolia Ridge Lane" .
+
+<mailto:llo esseelitsed net> a nco:EmailAddress; 
+	nco:emailAddress "llo esseelitsed net".
+
+<urn:uuid:1283878989> a nco:PersonContact; 
+	nco:fullname "Lorrie Lo";
+	nco:nameGiven "Lorrie";
+	nco:nameFamily "Lo";
+	nco:birthDate "1943-03-01";
+	nco:hasEmailAddress <mailto:llo esseelitsed net>;
+	nco:hasPostalAddress <urn:uuid:290926187>.
+
+<urn:uuid:402336993> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10532" ;
+	nco:locality "Hawthorne" ;
+	nco:streetAddress "3202 Melville Street" .
+
+<mailto:bdexter accumsandignissim net> a nco:EmailAddress; 
+	nco:emailAddress "bdexter accumsandignissim net".
+
+<urn:uuid:2010324022> a nco:PersonContact; 
+	nco:fullname "Blair Dexter";
+	nco:nameGiven "Blair";
+	nco:nameFamily "Dexter";
+	nco:birthDate "1943-02-14";
+	nco:hasEmailAddress <mailto:bdexter accumsandignissim net>;
+	nco:hasPostalAddress <urn:uuid:402336993>.
+
+<urn:uuid:664135857> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15229" ;
+	nco:locality "Pittsburgh" ;
+	nco:streetAddress "7110 Dogwood Way" .
+
+<mailto:stanton briones autemdolore us> a nco:EmailAddress; 
+	nco:emailAddress "stanton briones autemdolore us".
+
+<urn:uuid:1849070080> a nco:PersonContact; 
+	nco:fullname "Stanton Briones";
+	nco:nameGiven "Stanton";
+	nco:nameFamily "Briones";
+	nco:birthDate "1942-06-06";
+	nco:hasEmailAddress <mailto:stanton briones autemdolore us>;
+	nco:hasPostalAddress <urn:uuid:664135857>.
+
+<urn:uuid:589213435> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01615" ;
+	nco:locality "Worcester" ;
+	nco:streetAddress "9997 Dunedin Way" .
+
+<mailto:lourdes buchanan veldolore eu> a nco:EmailAddress; 
+	nco:emailAddress "lourdes buchanan veldolore eu".
+
+<urn:uuid:1932540549> a nco:PersonContact; 
+	nco:fullname "Lourdes Buchanan";
+	nco:nameGiven "Lourdes";
+	nco:nameFamily "Buchanan";
+	nco:birthDate "1942-11-11";
+	nco:hasEmailAddress <mailto:lourdes buchanan veldolore eu>;
+	nco:hasPostalAddress <urn:uuid:589213435>.
+
+<urn:uuid:294969134> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12076" ;
+	nco:locality "Gilboa" ;
+	nco:streetAddress "5129 Bradford Circle" .
+
+<mailto:lfielder quiamet com> a nco:EmailAddress; 
+	nco:emailAddress "lfielder quiamet com".
+
+<urn:uuid:92970636> a nco:PersonContact; 
+	nco:fullname "Lou Fielder";
+	nco:nameGiven "Lou";
+	nco:nameFamily "Fielder";
+	nco:birthDate "1942-03-18";
+	nco:hasEmailAddress <mailto:lfielder quiamet com>;
+	nco:hasPostalAddress <urn:uuid:294969134>.
+
+<urn:uuid:787501833> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:293484636>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Duis autem in in tationullamcorper euismod. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-01T15:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-01T16:41:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:293484636>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:475985532> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04098" ;
+	nco:locality "Westbrook" ;
+	nco:streetAddress "7248 Huntcliff Trail" .
+
+<mailto:carmella lockwood hendreritut us> a nco:EmailAddress; 
+	nco:emailAddress "carmella lockwood hendreritut us".
+
+<tel:+12159968465> a nco:PhoneNumber; 
+	nco:phoneNumber "(215)996-8465".
+
+<urn:uuid:1853544794> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12159968465>]; 
+	nmo:duration 35; 
+	nmo:sentDate "2008-08-06T15:20:09". 
+
+<urn:uuid:859024613> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12159968465>]; 
+	nmo:duration 3; 
+	nmo:sentDate "2009-02-01T15:59:21". 
+
+<urn:uuid:2088456675> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12159968465>]; 
+	nmo:duration 23; 
+	nmo:sentDate "2008-01-24T15:45:52". 
+
+<urn:uuid:1235063057> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12159968465>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-04T15:15:29";
+	nmo:receivedDate "2008-07-22T15:40:02";
+	nmo:plainTextMessageContent "Esse te dolor amet nostrud Utwisi elitsed. Suscipit enim et nulla autem blandit iriuredolor vel. Molestie exerci minim nostrud. Enim veniamquis praesent invulputate enim Utwisi exerci blandit. In nostrud eros nostrud odio minim aliquip luptatumzzril at. Ut erat in tationullamcorper. Praesent eros facilisi molestie luptatumzzril ut eufeugiat duis dolore facilisis feugiat nulla. ".
+
+<urn:uuid:1183562269> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12159968465>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-02T15:44:59";
+	nmo:receivedDate "2008-05-14T15:26:07";
+	nmo:plainTextMessageContent "In ex hendrerit wisi ad quis consectetuer velit molestie eufeugiat laoreet. Facilisis nibh aliquam enim qui exerci autem nulla. Etaccumsan nulla erat eufeugiat. Eros blandit ex luptatumzzril iustoodio duis luptatum nulla molestie. ".
+
+<urn:uuid:117914741> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12159968465>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-12T15:36:57";
+	nmo:receivedDate "2008-12-26T15:13:14";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Vero ullamcorper iriure at illum. Luptatumzzril tation ea eu exerci vero nostrud consequat duis esse ut laoreet zzril eum. Luptatum in erat nonummy tation duis facilisi dolore blandit. Nostrud et eros nostrud sit euismod feugiat diam erat doloremagna erat autem. ".
+
+<urn:uuid:833356585> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12159968465>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-24T15:12:12";
+	nmo:receivedDate "2008-12-04T15:19:40";
+	nmo:plainTextMessageContent "Augue blandit duis dolore blandit molestie qui veniam feugait tationullamcorper dignissim te. Et accumsan hendrerit illum. At vulputate nulla nostrud. Autem qui lobortis te. ".
+
+<urn:uuid:709798892> a nco:PersonContact; 
+	nco:fullname "Carmella Lockwood";
+	nco:nameGiven "Carmella";
+	nco:nameFamily "Lockwood";
+	nco:birthDate "1942-03-31";
+	nco:hasEmailAddress <mailto:carmella lockwood hendreritut us>;
+	nco:hasPhoneNumber <tel:+12159968465>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nco:hasPostalAddress <urn:uuid:475985532>.
+
+<urn:uuid:1446062494> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:709798892>;
+	nmo:sentDate "2008-07-14T15:44:54";
+	nmo:receivedDate "2008-07-14T15:45:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "carmella lockwood hendreritut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolor te autem duis in in feugait. ";
+	nmo:plainTextMessageContent "Accumsan sit nulla eum autem et aliquam. ".
+
+<urn:uuid:586495388> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:709798892>;
+	nmo:sentDate "2008-12-27T15:54:23";
+	nmo:receivedDate "2008-12-27T15:55:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "carmella lockwood hendreritut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Veniamquis iriure veniam consequatvel in in velit. ";
+	nmo:plainTextMessageContent "Velit nulla qui velit. Hendrerit at luptatumzzril dolore volutpat dolore laoreet lobortis duis autem quis. ".
+
+<urn:uuid:1133714768> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:709798892>;
+	nmo:sentDate "2008-10-10T15:20:18";
+	nmo:receivedDate "2008-10-10T15:20:52";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "carmella lockwood hendreritut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1497173871>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gmorgan etdolore org"];
+	nmo:messageSubject "Euismod etaccumsan lobortis praesent blandit et lorem aliquip consectetuer. ";
+	nmo:plainTextMessageContent "Erat commodoconsequat suscipit nostrud in lobortis. ".
+
+<urn:uuid:1672520788> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:709798892>;
+	nmo:sentDate "2008-05-07T16:05:20";
+	nmo:receivedDate "2008-05-07T16:06:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "carmella lockwood hendreritut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1203353125>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "alange molestiequis info"];
+	nmo:messageSubject "Ea blandit lorem etaccumsan vero consectetuer. ";
+	nmo:plainTextMessageContent "Hendrerit at lorem esse illum consectetuer nulla invulputate quis esse amet nostrud commodo. ".
+
+<urn:uuid:1633594312> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:709798892>;
+	nmo:sentDate "2009-02-05T15:38:59";
+	nmo:receivedDate "2009-02-05T15:39:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "carmella lockwood hendreritut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:644136477>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "itoscano lobortisad org"];
+	nmo:messageSubject "Nostrud eros illum dolore molestie invulputate suscipit feugait exerci vulputate. ";
+	nmo:plainTextMessageContent "Duis exerci Utwisi tincidunt ut ex blandit. Vulputate in wisi te dolore. ".
+
+<urn:uuid:1003131944> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:709798892>;
+	nmo:sentDate "2008-04-11T15:21:48";
+	nmo:receivedDate "2008-04-11T15:22:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "carmella lockwood hendreritut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1921353261>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "connie metzger utdolore edu"];
+	nmo:messageSubject "Molestie nislut elitsed eufeugiat ex hendrerit te commodoconsequat et. ";
+	nmo:plainTextMessageContent "Iriure wisi suscipit ipsum aliquam nisl. ".
+
+<urn:uuid:1857198696> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:709798892>;
+	nmo:sentDate "2008-08-16T15:59:43";
+	nmo:receivedDate "2008-08-16T16:00:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "carmella lockwood hendreritut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:687379497>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "adam montero velitte org"];
+	nmo:messageSubject "Hendrerit et qui luptatum Utwisi dolor feugait nulla consequat aliquip. ";
+	nmo:plainTextMessageContent "Ut praesent nulla vulputate tationullamcorper te veniam erat nulla erat sit quis ea esse. Laoreet tation hendrerit odio quis. ".
+
+<urn:uuid:96552207> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:709798892>;
+	nmo:sentDate "2008-05-06T15:35:09";
+	nmo:receivedDate "2008-05-06T15:36:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "carmella lockwood hendreritut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:347437684>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "jmckinley hendreritex us"];
+	nmo:messageSubject "Feugiat dolore ut dolore exerci nonummy iusto consectetuer. ";
+	nmo:plainTextMessageContent "Ut elitsed commodoconsequat dignissim odio laoreet molestie sit laoreet delenitaugue illum lobortis. ".
+
+<urn:uuid:567441293> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:709798892>;
+	nmo:sentDate "2008-02-28T16:02:50";
+	nmo:receivedDate "2008-02-28T16:03:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "carmella lockwood hendreritut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:337010795>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dharry eaipsum tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Esse hendrerit vel feugiat zzril augue te suscipit nisl ad qui ut. ";
+	nmo:plainTextMessageContent "Facilisis iriure praesent aliquip nulla vel dolor. ".
+
+<urn:uuid:1368568530> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:709798892>;
+	nmo:sentDate "2008-07-11T15:22:51";
+	nmo:receivedDate "2008-07-11T15:23:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "carmella lockwood hendreritut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:515058205>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageSubject "Ea Utwisi lorem praesent at duis vel doloremagna ex eum. ";
+	nmo:plainTextMessageContent "Nulla dignissim duis in odio lobortis ex eu. Eu dignissim etaccumsan facilisi vero enim praesent. ".
+
+<urn:uuid:1688287299> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:709798892>;
+	nmo:sentDate "2008-04-10T15:54:06";
+	nmo:receivedDate "2008-04-10T15:54:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "carmella lockwood hendreritut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:135134967>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "kip cooks velittation org"];
+	nmo:messageSubject "Ad dignissim volutpat vel ipsum in vero feugait. ";
+	nmo:plainTextMessageContent "Vero lobortis feugait illum. ".
+
+<urn:uuid:758914016> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:709798892>;
+	nmo:sentDate "2008-07-31T15:16:04";
+	nmo:receivedDate "2008-07-31T15:16:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "carmella lockwood hendreritut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dignissim feugait eum veniamquis. ";
+	nmo:plainTextMessageContent "Quis blandit nostrud minim illum elitsed molestie erat augue tincidunt ea. ".
+
+<urn:uuid:1461507919> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:709798892>;
+	nmo:sentDate "2008-05-21T15:38:13";
+	nmo:receivedDate "2008-05-21T15:38:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "carmella lockwood hendreritut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1743649960>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "isiah sherman nislvero info"];
+	nmo:messageSubject "Ut dignissim te nulla dolor. ";
+	nmo:plainTextMessageContent "Vulputate aliquip velit in ut accumsan Utwisi quis veniam dolor tincidunt suscipit suscipit nibh. Hendrerit lorem commodoconsequat ad zzril nostrud esse suscipit volutpat duis consequatvel molestie. ".
+
+<urn:uuid:349441841> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:709798892>;
+	nmo:sentDate "2008-04-23T15:14:15";
+	nmo:receivedDate "2008-04-23T15:14:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "carmella lockwood hendreritut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Enim eufeugiat minim ipsum ut elitsed vel autem exerci volutpat esse duis nislut invulputate. ";
+	nmo:plainTextMessageContent "Consequatvel et et te. Iriure in odio aliquip veniam consectetuer exerci in et dolore blandit. ".
+
+<urn:uuid:97296536> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:709798892>;
+	nmo:sentDate "2008-05-14T15:30:31";
+	nmo:receivedDate "2008-05-14T15:31:00";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "carmella lockwood hendreritut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:777115927>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "pgleason ametveniamquis tv"];
+	nmo:messageSubject "Autem luptatum adipiscing autem nonummy consequat ullamcorper dolore autem. ";
+	nmo:plainTextMessageContent "Iustoodio doloremagna ex ea at facilisis in esse in etaccumsan minim. Delenit esse feugiat dolore amet. ".
+
+<urn:uuid:2125445448> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:709798892>;
+	nmo:sentDate "2009-02-15T15:50:08";
+	nmo:receivedDate "2009-02-15T15:50:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "carmella lockwood hendreritut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1236443721>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "charlie seal quinonummy org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Autem luptatum nulla luptatumzzril ut et nostrud luptatumzzril delenit diam. ";
+	nmo:plainTextMessageContent "Exerci sit tation eum vero feugiat at wisi praesent enim. Nulla esse facilisi volutpat veniamquis vero ut. ".
+
+<urn:uuid:1639929994> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:709798892>;
+	nmo:sentDate "2009-02-17T15:12:38";
+	nmo:receivedDate "2009-02-17T15:13:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "carmella lockwood hendreritut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:276147427>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "luigi bruns tinciduntnonummy net"];
+	nmo:messageSubject "Tincidunt nisl consectetuer dolor ipsum nibh iriuredolor iusto aliquip autem dolor eros dignissim dolor. ";
+	nmo:plainTextMessageContent "Facilisi duis exerci duis veniamquis nulla dignissim praesent suscipit consectetuer amet molestie. Erat vel iriure ipsum. ".
+
+<urn:uuid:405431294> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:709798892>;
+	nmo:sentDate "2008-08-27T15:26:24";
+	nmo:receivedDate "2008-08-27T15:26:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "carmella lockwood hendreritut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:515058205>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "eproctor dignissimodio com"];
+	nmo:messageSubject "Ut et eum ea feugait suscipit commodoconsequat blandit ex autem nostrud commodo ex. ";
+	nmo:plainTextMessageContent "Tation te nislut euismod facilisis. ".
+
+<urn:uuid:1521794809> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:709798892>;
+	nmo:sentDate "2009-01-04T15:51:46";
+	nmo:receivedDate "2009-01-04T15:51:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "carmella lockwood hendreritut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:756423474>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "vballinger eaesse org"];
+	nmo:messageSubject "Iriuredolor qui doloremagna qui illum dolore et nisl facilisi esse. ";
+	nmo:plainTextMessageContent "Feugait duis iustoodio hendrerit tation hendrerit feugait. Nonummy eros nostrud consequatvel dolor dolore hendrerit enim iustoodio. ".
+
+<urn:uuid:918908009> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:709798892>;
+	nmo:sentDate "2008-04-10T16:07:53";
+	nmo:receivedDate "2008-04-10T16:07:55";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "carmella lockwood hendreritut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1427355623>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "john lombardi eufeugiatblandit com"];
+	nmo:messageSubject "Commodo praesent in ad iusto. ";
+	nmo:plainTextMessageContent "Utwisi erat iriure praesent. Facilisis duis enim commodoconsequat duis nulla tationullamcorper dolor et vero qui dolore. ".
+
+<urn:uuid:150980566> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:709798892>;
+	nmo:sentDate "2008-02-01T15:19:58";
+	nmo:receivedDate "2008-02-01T15:20:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "carmella lockwood hendreritut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consequat velit wisi te aliquip consequat dolore ex. ";
+	nmo:plainTextMessageContent "Dolor nulla nibh erat duis diam aliquip facilisi sit nisl lorem eufeugiat nostrud te. ".
+
+<urn:uuid:1458102839> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:709798892>;
+	nmo:sentDate "2009-01-09T15:43:10";
+	nmo:receivedDate "2009-01-09T15:44:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "carmella lockwood hendreritut us"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:185992709>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "constance clemmons aliquipconsequatvel eu"];
+	nmo:bcc <urn:uuid:1418996881>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "tshafer ullamcorpervelit tv"];
+	nmo:messageSubject "Ex nostrud molestie commodoconsequat consequat quis. ";
+	nmo:plainTextMessageContent "Qui iriure vero dolore. Facilisis et nulla euismod. ".
+
+<urn:uuid:1807550472> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15108" ;
+	nco:locality "Coraopolis" ;
+	nco:streetAddress "9810 Malcolm Parkway" .
+
+<mailto:rglasgow etaccumsandolore eu> a nco:EmailAddress; 
+	nco:emailAddress "rglasgow etaccumsandolore eu".
+
+<urn:uuid:1133755686> a nco:PersonContact; 
+	nco:fullname "Raquel Glasgow";
+	nco:nameGiven "Raquel";
+	nco:nameFamily "Glasgow";
+	nco:birthDate "1942-07-08";
+	nco:hasEmailAddress <mailto:rglasgow etaccumsandolore eu>;
+	nco:hasPostalAddress <urn:uuid:1807550472>.
+
+<urn:uuid:424289849> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1070040829>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Minim autem sit eu blandit ad. " ;
+	ncal:dtstart [ncal:dateTime "2009-02-19T13:11:34"];
+	ncal:dtend [ncal:dateTime "2009-02-19T15:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:1070040829>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:155908829> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1133755686>;
+	nmo:sentDate "2008-03-16T15:17:10";
+	nmo:receivedDate "2008-03-16T15:18:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rglasgow etaccumsandolore eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Nibh iustoodio enim duis te eum adipiscing vel duis vel duis esse. ";
+	nmo:plainTextMessageContent "Molestie feugiat eum luptatum consequatvel invulputate dolore enim. Facilisi accumsan adipiscing laoreet iriure dolor. ".
+
+<urn:uuid:1609160900> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1133755686>;
+	nmo:sentDate "2009-01-16T15:57:41";
+	nmo:receivedDate "2009-01-16T15:58:26";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rglasgow etaccumsandolore eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2142013632>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dwinston atet org"];
+	nmo:bcc <urn:uuid:1533766209>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "mitchell benavidez odioipsum eu"];
+	nmo:messageSubject "Commodoconsequat tincidunt invulputate et ad praesent etaccumsan ipsum. ";
+	nmo:plainTextMessageContent "Feugait nonummy ipsum commodoconsequat minim nisl luptatumzzril ea euismod consequat Utwisi etaccumsan. Feugiat ut luptatum eros. ".
+
+<urn:uuid:162863524> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1133755686>;
+	nmo:sentDate "2008-09-16T16:01:28";
+	nmo:receivedDate "2008-09-16T16:01:34";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rglasgow etaccumsandolore eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Euismod molestie minim consequat eu aliquam. ";
+	nmo:plainTextMessageContent "Et nisl suscipit facilisis vel hendrerit. ".
+
+<urn:uuid:2001993231> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1133755686>;
+	nmo:sentDate "2008-05-28T15:40:19";
+	nmo:receivedDate "2008-05-28T15:41:14";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rglasgow etaccumsandolore eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Velit consequat nulla eum at hendrerit blandit eu ut nulla. ";
+	nmo:plainTextMessageContent "Nostrud nislut nonummy enim. ".
+
+<urn:uuid:1908001713> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1133755686>;
+	nmo:sentDate "2008-11-28T15:46:33";
+	nmo:receivedDate "2008-11-28T15:46:58";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rglasgow etaccumsandolore eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:642294339>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "vance barksdale enimautem net"];
+	nmo:messageSubject "Hendrerit te suscipit vel. ";
+	nmo:plainTextMessageContent "Enim at in vero nulla elitsed augue ut duis. Dignissim dolore praesent nulla in te vel consectetuer. ".
+
+<urn:uuid:930509491> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1133755686>;
+	nmo:sentDate "2008-12-03T15:19:57";
+	nmo:receivedDate "2008-12-03T15:20:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rglasgow etaccumsandolore eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1691678526>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "sheena montes teillum us"];
+	nmo:messageSubject "Diam blandit invulputate et hendrerit et dolor enim nulla. ";
+	nmo:plainTextMessageContent "Ut in te veniamquis in duis quis nulla tation enim etaccumsan duis dolor. Ad ex consequatvel enim hendrerit vulputate ex aliquip velit adipiscing. ".
+
+<urn:uuid:327979752> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1133755686>;
+	nmo:sentDate "2008-05-21T15:45:36";
+	nmo:receivedDate "2008-05-21T15:46:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rglasgow etaccumsandolore eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1056761221>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "roslyn jackman vulputateaccumsan edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Duis volutpat duis ea dolore eum. ";
+	nmo:plainTextMessageContent "Exerci in autem nibh. Praesent eros vero ea velit diam ad vel facilisi dignissim. ".
+
+<urn:uuid:1315251063> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1133755686>;
+	nmo:sentDate "2008-10-26T15:39:26";
+	nmo:receivedDate "2008-10-26T15:40:02";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rglasgow etaccumsandolore eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Blandit eufeugiat veniamquis ipsum. ";
+	nmo:plainTextMessageContent "Vero consectetuer laoreet velit aliquip at iusto hendrerit nulla in vulputate vulputate. ".
+
+<urn:uuid:1053374122> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1133755686>;
+	nmo:sentDate "2008-07-21T16:00:02";
+	nmo:receivedDate "2008-07-21T16:00:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rglasgow etaccumsandolore eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1449888061>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "salvador thornhill velitblandit edu"];
+	nmo:messageSubject "Vero luptatum laoreet vero hendrerit blandit molestie odio blandit dolor dignissim velit Utwisi minim. ";
+	nmo:plainTextMessageContent "Eu doloremagna lobortis laoreet. Eufeugiat in iustoodio euismod ad eufeugiat adipiscing iusto elitsed nulla duis velit. ".
+
+<urn:uuid:1382664831> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1133755686>;
+	nmo:sentDate "2008-01-23T16:09:25";
+	nmo:receivedDate "2008-01-23T16:10:23";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rglasgow etaccumsandolore eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1322450359>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rvetter etiusto info"];
+	nmo:messageSubject "Ex illum feugiat velit in doloremagna illum nulla. ";
+	nmo:plainTextMessageContent "Ex molestie ipsum vel augue. Vel nislut vulputate commodoconsequat. ".
+
+<urn:uuid:1964796226> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1133755686>;
+	nmo:sentDate "2009-01-11T15:33:04";
+	nmo:receivedDate "2009-01-11T15:33:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rglasgow etaccumsandolore eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vel dolor delenitaugue ad exerci aliquip at nulla facilisis commodo minim molestie eum. ";
+	nmo:plainTextMessageContent "Aliquip zzril eum te. ".
+
+<urn:uuid:1283220285> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1133755686>;
+	nmo:sentDate "2008-07-07T15:26:13";
+	nmo:receivedDate "2008-07-07T15:26:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rglasgow etaccumsandolore eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Odio lobortis autem lobortis eum iriuredolor facilisi hendrerit suscipit. ";
+	nmo:plainTextMessageContent "Ipsum delenitaugue nislut ea adipiscing lobortis. ".
+
+<urn:uuid:74962158> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1133755686>;
+	nmo:sentDate "2008-03-15T16:04:01";
+	nmo:receivedDate "2008-03-15T16:04:51";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rglasgow etaccumsandolore eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:173299576>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gaye lundgren velex org"];
+	nmo:messageSubject "Vero dignissim iustoodio delenitaugue praesent eu facilisis iriuredolor dolor. ";
+	nmo:plainTextMessageContent "Aliquip vulputate nonummy diam. ".
+
+<urn:uuid:427077637> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1133755686>;
+	nmo:sentDate "2008-01-28T15:32:45";
+	nmo:receivedDate "2008-01-28T15:33:15";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rglasgow etaccumsandolore eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nostrud praesent eros et duis. ";
+	nmo:plainTextMessageContent "Lorem wisi odio delenitaugue consequat vero nulla praesent te adipiscing. Dolore vero aliquip iusto euismod nulla ad duis eum illum eu. ".
+
+<urn:uuid:2050572552> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1133755686>;
+	nmo:sentDate "2008-04-28T15:21:01";
+	nmo:receivedDate "2008-04-28T15:21:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rglasgow etaccumsandolore eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:682832310>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "romeo heflin commodovero edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Nisl dolore at suscipit sit et nostrud nonummy feugait te volutpat iustoodio. ";
+	nmo:plainTextMessageContent "Quis minim iustoodio dolor accumsan. Augue et facilisi accumsan accumsan amet praesent. ".
+
+<urn:uuid:1704856370> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1133755686>;
+	nmo:sentDate "2008-06-14T15:25:55";
+	nmo:receivedDate "2008-06-14T15:26:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rglasgow etaccumsandolore eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ea duis wisi veniamquis at ad duis ex veniam eufeugiat eum erat eros. ";
+	nmo:plainTextMessageContent "Nibh luptatumzzril esse consectetuer te facilisi iriure duis minim consequatvel praesent nulla etaccumsan. ".
+
+<urn:uuid:124333684> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1133755686>;
+	nmo:sentDate "2008-09-02T15:12:21";
+	nmo:receivedDate "2008-09-02T15:12:28";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rglasgow etaccumsandolore eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:396801421>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "adell rhoden lobortisdolor info"];
+	nmo:messageSubject "Velit illum augue illum molestie in eufeugiat commodoconsequat tation. ";
+	nmo:plainTextMessageContent "Ex minim vel et velit. ".
+
+<urn:uuid:1910683216> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1133755686>;
+	nmo:sentDate "2008-12-07T15:57:12";
+	nmo:receivedDate "2008-12-07T15:58:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rglasgow etaccumsandolore eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Lobortis facilisis et velit diam. ";
+	nmo:plainTextMessageContent "Commodoconsequat adipiscing minim ut commodoconsequat augue dignissim dolor velit ullamcorper esse volutpat. Illum feugait exerci adipiscing quis enim dolore delenit suscipit et. ".
+
+<urn:uuid:896199278> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1133755686>;
+	nmo:sentDate "2009-02-18T16:05:41";
+	nmo:receivedDate "2009-02-18T16:06:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rglasgow etaccumsandolore eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1593126247>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "noreen watt dignissimfacilisi tv"];
+	nmo:messageSubject "Consequat duis accumsan ut duis nislut duis ad. ";
+	nmo:plainTextMessageContent "Etaccumsan nostrud ex iriure odio wisi etaccumsan volutpat. Facilisi hendrerit at sit ad. ".
+
+<urn:uuid:2136766314> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1133755686>;
+	nmo:sentDate "2008-06-22T15:33:10";
+	nmo:receivedDate "2008-06-22T15:33:11";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rglasgow etaccumsandolore eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1519631925>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "pstevens nonummyvel edu"];
+	nmo:messageSubject "Te velit te laoreet. ";
+	nmo:plainTextMessageContent "Wisi molestie hendrerit in minim. Ad molestie et tincidunt tincidunt wisi in dolor in vero. ".
+
+<urn:uuid:1929411266> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1133755686>;
+	nmo:sentDate "2008-03-31T15:21:59";
+	nmo:receivedDate "2008-03-31T15:22:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rglasgow etaccumsandolore eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:696304952>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "rlyle duisconsectetuer info"];
+	nmo:messageSubject "Ex Utwisi ut commodo. ";
+	nmo:plainTextMessageContent "Eufeugiat lorem iriuredolor luptatum feugait esse enim consectetuer delenit consequatvel. ".
+
+<urn:uuid:1466642180> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1133755686>;
+	nmo:sentDate "2008-08-28T15:22:11";
+	nmo:receivedDate "2008-08-28T15:22:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rglasgow etaccumsandolore eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "At laoreet ad praesent. ";
+	nmo:plainTextMessageContent "At vero eros luptatum duis veniamquis dignissim eum in. Velit consectetuer molestie te eros nostrud te et ipsum dignissim vero hendrerit invulputate. ".
+
+<urn:uuid:188382605> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1133755686>;
+	nmo:sentDate "2008-04-30T15:52:07";
+	nmo:receivedDate "2008-04-30T15:52:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rglasgow etaccumsandolore eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:568389921>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lorrie nutt nullablandit gov"];
+	nmo:bcc <urn:uuid:885354252>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "dstonge veldelenit edu"];
+	nmo:messageSubject "Nulla sit dolor lobortis autem. ";
+	nmo:plainTextMessageContent "Ex hendrerit in nulla feugait lobortis doloremagna nulla eu. Te ea lorem commodo Utwisi. ".
+
+<urn:uuid:1284358547> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1133755686>;
+	nmo:sentDate "2009-01-04T16:08:55";
+	nmo:receivedDate "2009-01-04T16:08:59";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rglasgow etaccumsandolore eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consequatvel augue qui eufeugiat minim duis minim consectetuer ipsum enim. ";
+	nmo:plainTextMessageContent "Velit duis aliquip iriure consectetuer suscipit molestie duis luptatum. ".
+
+<urn:uuid:656138214> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14205" ;
+	nco:locality "Buffalo" ;
+	nco:streetAddress "7070 Tanya Avenue" .
+
+<mailto:etreadwell zzrilaliquip gov> a nco:EmailAddress; 
+	nco:emailAddress "etreadwell zzrilaliquip gov".
+
+<urn:uuid:469077429> a nco:PersonContact; 
+	nco:fullname "Emmanuel Treadwell";
+	nco:nameGiven "Emmanuel";
+	nco:nameFamily "Treadwell";
+	nco:birthDate "1943-02-07";
+	nco:hasEmailAddress <mailto:etreadwell zzrilaliquip gov>;
+	nco:hasPostalAddress <urn:uuid:656138214>.
+
+<urn:uuid:319291424> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10046" ;
+	nco:locality "New York" ;
+	nco:streetAddress "6770 Pawnee Avenue Parkway" .
+
+<mailto:iforster praesentvelit eu> a nco:EmailAddress; 
+	nco:emailAddress "iforster praesentvelit eu".
+
+<urn:uuid:2088721357> a nco:PersonContact; 
+	nco:fullname "Iona Forster";
+	nco:nameGiven "Iona";
+	nco:nameFamily "Forster";
+	nco:birthDate "1942-12-06";
+	nco:hasEmailAddress <mailto:iforster praesentvelit eu>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:319291424>.
+
+<urn:uuid:181185702> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "14450" ;
+	nco:locality "Fairport" ;
+	nco:streetAddress "9954 Hidden Oaks Parkway" .
+
+<mailto:chet lockett ipsumlobortis edu> a nco:EmailAddress; 
+	nco:emailAddress "chet lockett ipsumlobortis edu".
+
+<xmpp:chet lockett gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Chet Lockett" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Iustoodio aliquip praesent et tation. " ;
+	nco:imID "chet lockett gmail com".
+
+<urn:uuid:766393514> a nco:PersonContact; 
+	nco:fullname "Chet Lockett";
+	nco:nameGiven "Chet";
+	nco:nameFamily "Lockett";
+	nco:birthDate "1942-05-13";
+	nco:hasEmailAddress <mailto:chet lockett ipsumlobortis edu>;
+	nco:hasIMAccount <xmpp:chet lockett gmail com>;
+	nco:hasPostalAddress <urn:uuid:181185702>.
+
+<urn:uuid:1824049469> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01368" ;
+	nco:locality "Royalston" ;
+	nco:streetAddress "25 Brenley Trail" .
+
+<mailto:bettie putman exsit tv> a nco:EmailAddress; 
+	nco:emailAddress "bettie putman exsit tv".
+
+<urn:uuid:151151756> a nco:PersonContact; 
+	nco:fullname "Bettie Putman";
+	nco:nameGiven "Bettie";
+	nco:nameFamily "Putman";
+	nco:birthDate "1942-03-28";
+	nco:hasEmailAddress <mailto:bettie putman exsit tv>;
+	nco:hasPostalAddress <urn:uuid:1824049469>.
+
+<urn:uuid:1989802086> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11432" ;
+	nco:locality "Jamaica" ;
+	nco:streetAddress "6228 Saddle Ridge Way" .
+
+<mailto:willy judge aliquipvel gov> a nco:EmailAddress; 
+	nco:emailAddress "willy judge aliquipvel gov".
+
+<xmpp:willy judge gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Willy Judge" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Tincidunt aliquip ea ad luptatumzzril iusto tation eros augue. " ;
+	nco:imID "willy judge gmail com".
+
+<urn:uuid:475801567> a nco:PersonContact; 
+	nco:fullname "Willy Judge";
+	nco:nameGiven "Willy";
+	nco:nameFamily "Judge";
+	nco:birthDate "1942-07-05";
+	nco:hasEmailAddress <mailto:willy judge aliquipvel gov>;
+	nco:hasIMAccount <xmpp:willy judge gmail com>;
+	nco:hasPostalAddress <urn:uuid:1989802086>.
+
+<urn:uuid:1773912052> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05472" ;
+	nco:locality "New Haven" ;
+	nco:streetAddress "5826 Knoll Lane" .
+
+<mailto:rayford meier minimhendrerit tv> a nco:EmailAddress; 
+	nco:emailAddress "rayford meier minimhendrerit tv".
+
+<xmpp:rayford meier gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Rayford Meier" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Blandit te qui amet. " ;
+	nco:imID "rayford meier gmail com".
+
+<tel:+14016343579> a nco:PhoneNumber; 
+	nco:phoneNumber "(401)634-3579".
+
+<urn:uuid:2104956936> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14016343579>]; 
+	nmo:duration 30; 
+	nmo:sentDate "2008-02-08T16:06:33". 
+
+<urn:uuid:832462277> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14016343579>]; 
+	nmo:duration 35; 
+	nmo:receivedDate "2008-07-22T15:41:21". 
+
+<urn:uuid:194465327> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+14016343579>]; 
+	nmo:duration 15; 
+	nmo:sentDate "2008-09-17T15:32:29". 
+
+<urn:uuid:2015516595> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14016343579>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-01T15:12:14";
+	nmo:receivedDate "2008-02-25T15:55:12";
+	nmo:plainTextMessageContent "Doloremagna minim minim luptatum commodoconsequat esse nostrud. Lobortis accumsan consequatvel eum nonummy euismod in feugait nislut et duis in minim Utwisi. Duis iriure iriure veniam duis in iusto. Praesent blandit ex eros duis ad dolor dolore suscipit. ".
+
+<urn:uuid:161218904> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14016343579>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-08-19T15:44:22";
+	nmo:receivedDate "2008-09-15T15:22:56";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Tation nulla adipiscing wisi consequat esse accumsan molestie dolore adipiscing blandit. Exerci duis euismod consequat adipiscing dolor wisi nonummy accumsan. Hendrerit hendrerit at hendrerit delenit illum qui iusto praesent eufeugiat. Et eros augue in suscipit vel te zzril illum volutpat dolore. Diam exerci vero dolor doloremagna lobortis iusto blandit vero doloremagna aliquip facilisis. Odio etaccumsan ad tation consequat nostrud praesent ex. Molestie adipiscing minim duis hendrerit. ".
+
+<urn:uuid:1750269005> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14016343579>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-12T15:43:39";
+	nmo:receivedDate "2008-02-02T15:24:40";
+	nmo:plainTextMessageContent "Dolor delenit nibh feugait in praesent eu. Autem iusto sit aliquip praesent facilisi vero feugiat delenitaugue veniam ea minim adipiscing. Ut consequatvel augue tationullamcorper lorem vel in. Et te illum et luptatumzzril facilisis blandit enim. Esse commodo eros consequat veniamquis luptatumzzril praesent. ".
+
+<urn:uuid:179571142> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+14016343579>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-02-17T15:26:59";
+	nmo:receivedDate "2008-03-05T16:11:21";
+	nmo:plainTextMessageContent "Et diam nulla veniamquis. Minim enim laoreet vel enim erat. Qui dolore at feugiat euismod. Tincidunt aliquip luptatumzzril amet tationullamcorper lobortis iriure at laoreet. Ea facilisi qui qui molestie euismod exerci illum ea. ".
+
+<urn:uuid:1766286328> a nco:PersonContact; 
+	nco:fullname "Rayford Meier";
+	nco:nameGiven "Rayford";
+	nco:nameFamily "Meier";
+	nco:birthDate "1943-02-02";
+	nco:hasEmailAddress <mailto:rayford meier minimhendrerit tv>;
+	nco:hasPhoneNumber <tel:+14016343579>;
+	nco:hasIMAccount <xmpp:rayford meier gmail com>;
+	nco:hasPostalAddress <urn:uuid:1773912052>.
+
+<urn:uuid:666885812> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:248056480>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Eum esse duis hendrerit commodo hendrerit illum et tationullamcorper erat. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-17T15:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-17T17:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:248056480>] ;
+	ncal:priority 5 ;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1196655013> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1766286328>;
+	nmo:sentDate "2008-10-26T16:10:18";
+	nmo:receivedDate "2008-10-26T16:10:42";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rayford meier minimhendrerit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:388325571>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "beatrice hudson auguetationullamcorper net"];
+	nmo:messageSubject "Erat iustoodio at luptatum nislut nulla. ";
+	nmo:plainTextMessageContent "Vel enim tation iriure aliquam. Wisi esse nulla dolore delenitaugue iriure vulputate quis elitsed nostrud velit eu vulputate consequat. ".
+
+<urn:uuid:376643513> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1766286328>;
+	nmo:sentDate "2008-10-04T15:41:27";
+	nmo:receivedDate "2008-10-04T15:42:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rayford meier minimhendrerit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1395960551>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gay landrum ipsumveniamquis net"];
+	nmo:messageSubject "Autem ad nisl qui laoreet. ";
+	nmo:plainTextMessageContent "Nostrud laoreet ut commodoconsequat at iusto lobortis nostrud aliquip esse consequatvel vero dignissim eufeugiat. Nibh nostrud vel autem nonummy. ".
+
+<urn:uuid:1032108736> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1766286328>;
+	nmo:sentDate "2008-07-21T16:07:14";
+	nmo:receivedDate "2008-07-21T16:07:32";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rayford meier minimhendrerit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Ut qui nislut in odio quis. ";
+	nmo:plainTextMessageContent "Iriuredolor Utwisi qui blandit luptatumzzril augue iustoodio at elitsed. Vel lobortis qui vulputate diam facilisis etaccumsan facilisi esse vero iriuredolor exerci facilisi. ".
+
+<urn:uuid:1275647937> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1766286328>;
+	nmo:sentDate "2009-02-10T15:55:40";
+	nmo:receivedDate "2009-02-10T15:56:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rayford meier minimhendrerit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1223295390>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "estratton molestieullamcorper eu"];
+	nmo:messageSubject "Dignissim volutpat diam accumsan. ";
+	nmo:plainTextMessageContent "Blandit nostrud delenit vero nostrud duis. Et vero accumsan iustoodio esse duis in aliquam minim consectetuer. ".
+
+<urn:uuid:787249150> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1766286328>;
+	nmo:sentDate "2008-04-17T15:16:11";
+	nmo:receivedDate "2008-04-17T15:16:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rayford meier minimhendrerit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Hendrerit accumsan at dolore accumsan accumsan eu hendrerit lorem hendrerit eufeugiat doloremagna illum. ";
+	nmo:plainTextMessageContent "Dolore vel erat facilisi diam consequat augue lorem eum. ".
+
+<urn:uuid:1898749930> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1766286328>;
+	nmo:sentDate "2008-12-31T15:26:06";
+	nmo:receivedDate "2008-12-31T15:26:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rayford meier minimhendrerit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Suscipit consequatvel feugiat ex suscipit praesent delenit velit autem exerci molestie euismod consequat. ";
+	nmo:plainTextMessageContent "Tationullamcorper blandit feugait suscipit hendrerit amet iriure nulla suscipit qui qui amet ea. ".
+
+<urn:uuid:1095792373> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1766286328>;
+	nmo:sentDate "2008-01-20T16:09:13";
+	nmo:receivedDate "2008-01-20T16:10:03";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rayford meier minimhendrerit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:3349681>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "abehrens velitduis us"];
+	nmo:messageSubject "Hendrerit exerci minim lobortis duis delenitaugue facilisis nulla vel ullamcorper. ";
+	nmo:plainTextMessageContent "Hendrerit commodo dolore sit. Ad eros ipsum at commodoconsequat et vero elitsed laoreet. ".
+
+<urn:uuid:1197940477> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1766286328>;
+	nmo:sentDate "2008-02-24T15:37:15";
+	nmo:receivedDate "2008-02-24T15:37:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rayford meier minimhendrerit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:604500999>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mkemper feugaitfacilisi org"];
+	nmo:messageSubject "Adipiscing lobortis quis zzril et adipiscing in luptatum aliquip suscipit eros veniamquis eros. ";
+	nmo:plainTextMessageContent "Euismod augue zzril aliquam exerci consequat et. Esse duis luptatum dolore veniam aliquam esse nulla elitsed lobortis duis. ".
+
+<urn:uuid:378740921> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1766286328>;
+	nmo:sentDate "2008-06-15T15:51:00";
+	nmo:receivedDate "2008-06-15T15:51:39";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rayford meier minimhendrerit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Dolore nostrud amet iustoodio eros autem Utwisi ea lobortis zzril eum in te. ";
+	nmo:plainTextMessageContent "Lobortis vero invulputate iusto dolor minim feugiat ut at eum ullamcorper ex delenit. Ad dignissim consequatvel vero et euismod exerci blandit velit quis facilisis dolor. ".
+
+<urn:uuid:1949097335> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1766286328>;
+	nmo:sentDate "2008-02-25T15:52:01";
+	nmo:receivedDate "2008-02-25T15:52:25";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rayford meier minimhendrerit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Aliquip commodo consequat qui duis feugait ut praesent. ";
+	nmo:plainTextMessageContent "Doloremagna duis autem et. Iriuredolor Utwisi in eum luptatumzzril nulla eros ipsum praesent quis ipsum tincidunt veniamquis blandit. ".
+
+<urn:uuid:210842063> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1766286328>;
+	nmo:sentDate "2008-05-18T15:26:31";
+	nmo:receivedDate "2008-05-18T15:26:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rayford meier minimhendrerit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:171662901>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "jnabors consequatvelea net"];
+	nmo:bcc <urn:uuid:119719950>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "fduff tationdolor net"];
+	nmo:messageSubject "Dolor nisl illum praesent nostrud. ";
+	nmo:plainTextMessageContent "Exerci suscipit dolore dolore commodo. Eufeugiat aliquip ullamcorper ut eum aliquip illum commodoconsequat. ".
+
+<urn:uuid:1328460937> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1766286328>;
+	nmo:sentDate "2009-02-09T15:54:53";
+	nmo:receivedDate "2009-02-09T15:55:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rayford meier minimhendrerit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:551707762>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mae mccoy autemodio us"];
+	nmo:messageSubject "Lorem iustoodio velit velit dolore nostrud at diam. ";
+	nmo:plainTextMessageContent "Ea in commodoconsequat iriure nostrud et eros tationullamcorper dolor ad. Consequatvel dolore lorem exerci nostrud. ".
+
+<urn:uuid:1226356647> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1766286328>;
+	nmo:sentDate "2008-07-19T15:40:07";
+	nmo:receivedDate "2008-07-19T15:40:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rayford meier minimhendrerit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Aliquam facilisi vulputate adipiscing ad velit ut nulla vel dolor. ";
+	nmo:plainTextMessageContent "Luptatumzzril duis iriure eufeugiat. ".
+
+<urn:uuid:375582008> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1766286328>;
+	nmo:sentDate "2008-06-20T15:30:35";
+	nmo:receivedDate "2008-06-20T15:31:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rayford meier minimhendrerit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Aliquip at blandit nulla in euismod lobortis autem ex in duis autem. ";
+	nmo:plainTextMessageContent "Feugait lobortis wisi nulla dolore enim facilisi nisl feugait nostrud. Feugiat enim minim eros feugait nulla. ".
+
+<urn:uuid:129148168> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1766286328>;
+	nmo:sentDate "2009-02-05T15:50:52";
+	nmo:receivedDate "2009-02-05T15:51:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rayford meier minimhendrerit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ut delenit facilisi in odio blandit exerci qui veniam exerci te exerci qui. ";
+	nmo:plainTextMessageContent "Consequatvel tation exerci vero nulla esse iusto molestie doloremagna lobortis feugiat doloremagna exerci nulla. ".
+
+<urn:uuid:654677839> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1766286328>;
+	nmo:sentDate "2008-09-08T15:56:29";
+	nmo:receivedDate "2008-09-08T15:56:43";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rayford meier minimhendrerit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:534531985>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gsteen eufeugiatnisl com"];
+	nmo:bcc <urn:uuid:1160297575>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "forrest whitaker consequataliquam eu"];
+	nmo:messageSubject "In invulputate iustoodio suscipit molestie nonummy ad invulputate in consequat dolore ad accumsan. ";
+	nmo:plainTextMessageContent "Velit eu duis dolore molestie elitsed aliquip adipiscing at erat tation. ".
+
+<urn:uuid:201859315> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1766286328>;
+	nmo:sentDate "2008-06-08T15:56:38";
+	nmo:receivedDate "2008-06-08T15:56:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rayford meier minimhendrerit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:2016461997>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mpeter feugaitut us"];
+	nmo:messageSubject "Eufeugiat eum iriure dolor nislut vero ipsum velit. ";
+	nmo:plainTextMessageContent "Vel dolore ea feugiat nulla ut consequatvel dolor ut. ".
+
+<urn:uuid:1324231158> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1766286328>;
+	nmo:sentDate "2008-09-03T15:14:17";
+	nmo:receivedDate "2008-09-03T15:14:56";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rayford meier minimhendrerit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:912083441>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gayle aiello autemenim edu"];
+	nmo:messageSubject "Veniamquis vel ipsum ea delenitaugue volutpat in qui at diam. ";
+	nmo:plainTextMessageContent "Nislut nibh tation ea ut. Praesent ipsum ullamcorper consequatvel dolore nonummy lobortis at eum. ".
+
+<urn:uuid:260589903> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1766286328>;
+	nmo:sentDate "2008-09-20T15:32:54";
+	nmo:receivedDate "2008-09-20T15:33:31";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rayford meier minimhendrerit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:323110246>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "smckeon eaet net"];
+	nmo:messageSubject "Utwisi nostrud odio commodo et duis. ";
+	nmo:plainTextMessageContent "Odio eros nulla iriuredolor accumsan minim nisl facilisis lobortis. ".
+
+<urn:uuid:1945075108> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1766286328>;
+	nmo:sentDate "2008-10-02T15:19:44";
+	nmo:receivedDate "2008-10-02T15:20:18";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rayford meier minimhendrerit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1398759367>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "dmarcus velveniamquis gov"];
+	nmo:bcc <urn:uuid:2085013917>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "vredding dignissimat net"];
+	nmo:messageSubject "Ut erat vero aliquip praesent ullamcorper minim facilisis enim te volutpat augue autem. ";
+	nmo:plainTextMessageContent "Ex dolore molestie nislut facilisis. ".
+
+<urn:uuid:842126031> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1766286328>;
+	nmo:sentDate "2008-10-22T15:39:29";
+	nmo:receivedDate "2008-10-22T15:39:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "rayford meier minimhendrerit tv"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Praesent etaccumsan veniamquis molestie dolor odio eu vel commodoconsequat et feugait. ";
+	nmo:plainTextMessageContent "Ipsum dolore vero ut nislut consectetuer consequat. Delenit dolore erat dolore. ".
+
+<urn:uuid:1895048508> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "10592" ;
+	nco:locality "Tarrytown" ;
+	nco:streetAddress "9585 Goswell Way" .
+
+<mailto:hassan forsyth exerciqui eu> a nco:EmailAddress; 
+	nco:emailAddress "hassan forsyth exerciqui eu".
+
+<urn:uuid:437111485> a nco:PersonContact; 
+	nco:fullname "Hassan Forsyth";
+	nco:nameGiven "Hassan";
+	nco:nameFamily "Forsyth";
+	nco:birthDate "1943-02-25";
+	nco:hasEmailAddress <mailto:hassan forsyth exerciqui eu>;
+	nco:hasPostalAddress <urn:uuid:1895048508>.
+
+<urn:uuid:1324901561> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "ME" ;
+	nco:postalcode "04289" ;
+	nco:locality "West Paris" ;
+	nco:streetAddress "7758 Oldfield Avenue Lane" .
+
+<mailto:bcarswell blanditad gov> a nco:EmailAddress; 
+	nco:emailAddress "bcarswell blanditad gov".
+
+<urn:uuid:254672051> a nco:PersonContact; 
+	nco:fullname "Bernie Carswell";
+	nco:nameGiven "Bernie";
+	nco:nameFamily "Carswell";
+	nco:birthDate "1943-02-28";
+	nco:hasEmailAddress <mailto:bcarswell blanditad gov>;
+	nco:hasPostalAddress <urn:uuid:1324901561>.
+
+<urn:uuid:1325084090> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12073" ;
+	nco:locality "Gallupville" ;
+	nco:streetAddress "1656 Laurinburg Trail" .
+
+<mailto:lhaller etaccumsandelenit net> a nco:EmailAddress; 
+	nco:emailAddress "lhaller etaccumsandelenit net".
+
+<urn:uuid:438528406> a nco:PersonContact; 
+	nco:fullname "Lonnie Haller";
+	nco:nameGiven "Lonnie";
+	nco:nameFamily "Haller";
+	nco:birthDate "1942-03-08";
+	nco:hasEmailAddress <mailto:lhaller etaccumsandelenit net>;
+	nco:hasPostalAddress <urn:uuid:1325084090>.
+
+<urn:uuid:1955550438> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12746" ;
+	nco:locality "Huguenot" ;
+	nco:streetAddress "5764 Parade Way" .
+
+<mailto:mcarrasco auguefacilisis gov> a nco:EmailAddress; 
+	nco:emailAddress "mcarrasco auguefacilisis gov".
+
+<urn:uuid:1173783107> a nco:PersonContact; 
+	nco:fullname "Mauro Carrasco";
+	nco:nameGiven "Mauro";
+	nco:nameFamily "Carrasco";
+	nco:birthDate "1942-10-16";
+	nco:hasEmailAddress <mailto:mcarrasco auguefacilisis gov>;
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nco:hasPostalAddress <urn:uuid:1955550438>.
+
+<urn:uuid:457813387> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15069" ;
+	nco:locality "New Kensington" ;
+	nco:streetAddress "8274 Saint George Way" .
+
+<mailto:leola sewell dolorefacilisis com> a nco:EmailAddress; 
+	nco:emailAddress "leola sewell dolorefacilisis com".
+
+<urn:uuid:1092536552> a nco:PersonContact; 
+	nco:fullname "Leola Sewell";
+	nco:nameGiven "Leola";
+	nco:nameFamily "Sewell";
+	nco:birthDate "1942-09-12";
+	nco:hasEmailAddress <mailto:leola sewell dolorefacilisis com>;
+	nco:hasPostalAddress <urn:uuid:457813387>.
+
+<urn:uuid:518943261> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "VT" ;
+	nco:postalcode "05077" ;
+	nco:locality "Tunbridge" ;
+	nco:streetAddress "6266 Matisse Avenue" .
+
+<mailto:tena ledbetter exercidoloremagna tv> a nco:EmailAddress; 
+	nco:emailAddress "tena ledbetter exercidoloremagna tv".
+
+<tel:+18458303059> a nco:PhoneNumber; 
+	nco:phoneNumber "(845)830-3059".
+
+<urn:uuid:147260404> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18458303059>]; 
+	nmo:duration 47; 
+	nmo:sentDate "2009-01-28T15:25:39". 
+
+<urn:uuid:1217816505> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18458303059>]; 
+	nmo:duration 15; 
+	nmo:receivedDate "2008-09-26T16:02:34". 
+
+<urn:uuid:882744637> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18458303059>]; 
+	nmo:duration 5; 
+	nmo:receivedDate "2008-11-25T15:43:25". 
+
+<urn:uuid:1761372565> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18458303059>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-09-10T15:30:20";
+	nmo:receivedDate "2008-03-01T15:14:57";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:plainTextMessageContent "Esse ad eum wisi duis vel nulla hendrerit eu eufeugiat hendrerit. Eum te eros ea hendrerit eum laoreet molestie ipsum delenitaugue. Consequatvel praesent in vero eros vero nulla nisl vel enim te facilisi. In tationullamcorper hendrerit esse suscipit iriure at vel aliquip laoreet quis iusto. Iriure Utwisi nonummy qui iusto dolor nostrud consequat in iriure illum. Iriure augue dignissim nostrud velit. Ea zzril aliquip lorem blandit tation esse eufeugiat esse vero. ".
+
+<urn:uuid:635073992> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18458303059>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-19T16:04:26";
+	nmo:receivedDate "2008-02-25T15:13:50";
+	nmo:plainTextMessageContent "Exerci hendrerit nulla dolore sit autem. Illum ut suscipit velit dolore te nulla delenitaugue praesent velit ex dignissim molestie. Accumsan nisl et esse qui. Luptatum veniamquis vel nostrud feugait nulla nostrud commodo lorem duis wisi molestie facilisi. Adipiscing etaccumsan vel in vero blandit eros nostrud velit feugait hendrerit. Illum delenit nislut hendrerit iriure praesent vulputate. Odio vel praesent et eu consequat duis ullamcorper esse. ".
+
+<urn:uuid:2016428920> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18458303059>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-07-17T15:16:42";
+	nmo:receivedDate "2008-06-09T15:28:49";
+	nmo:plainTextMessageContent "Iriure feugiat nulla consequat lobortis amet esse dolore autem illum etaccumsan quis. Ullamcorper tationullamcorper ad molestie veniam vero eros illum veniam. Veniamquis illum dolor vero vel feugait eros delenit dignissim aliquip. Nostrud duis blandit facilisis in nibh nostrud delenit lobortis. Nostrud ut te molestie duis nostrud at commodo ad dolor adipiscing te. Et aliquam luptatumzzril vel consequat lobortis ad eum. Adipiscing molestie lobortis dolore eufeugiat lorem consectetuer lorem molestie eu quis. ".
+
+<urn:uuid:1361741924> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18458303059>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-10-15T16:04:08";
+	nmo:receivedDate "2008-01-30T15:26:53";
+	nmo:plainTextMessageContent "Vel praesent feugiat dolor feugiat consequat nibh facilisis nibh velit dignissim. Blandit quis et feugait delenitaugue illum delenit amet accumsan feugait dolore qui iriure. Suscipit amet vero illum diam autem erat wisi dolor nibh iriure odio exerci feugiat. Ex illum dolore qui etaccumsan nonummy feugiat nulla qui delenit eum Utwisi eros. Veniamquis commodoconsequat aliquip nibh te amet aliquam augue esse. ".
+
+<urn:uuid:1078984231> a nco:PersonContact; 
+	nco:fullname "Tena Ledbetter";
+	nco:nameGiven "Tena";
+	nco:nameFamily "Ledbetter";
+	nco:birthDate "1943-01-11";
+	nco:hasEmailAddress <mailto:tena ledbetter exercidoloremagna tv>;
+	nco:hasPhoneNumber <tel:+18458303059>;
+	nco:hasPostalAddress <urn:uuid:518943261>.
+
+<urn:uuid:797113615> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "02215" ;
+	nco:locality "Boston" ;
+	nco:streetAddress "8450 Diamond Leaf Trail" .
+
+<mailto:gerard moya nostrudzzril us> a nco:EmailAddress; 
+	nco:emailAddress "gerard moya nostrudzzril us".
+
+<urn:uuid:989874021> a nco:PersonContact; 
+	nco:fullname "Gerard Moya";
+	nco:nameGiven "Gerard";
+	nco:nameFamily "Moya";
+	nco:birthDate "1942-05-05";
+	nco:hasEmailAddress <mailto:gerard moya nostrudzzril us>;
+	nco:hasPostalAddress <urn:uuid:797113615>.
+
+<urn:uuid:718931910> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "MA" ;
+	nco:postalcode "01270" ;
+	nco:locality "Windsor" ;
+	nco:streetAddress "5067 Cedarville Parkway" .
+
+<mailto:csimpson quivel gov> a nco:EmailAddress; 
+	nco:emailAddress "csimpson quivel gov".
+
+<urn:uuid:1769792699> a nco:PersonContact; 
+	nco:fullname "Charity Simpson";
+	nco:nameGiven "Charity";
+	nco:nameFamily "Simpson";
+	nco:birthDate "1942-09-09";
+	nco:hasEmailAddress <mailto:csimpson quivel gov>;
+	nco:hasPostalAddress <urn:uuid:718931910>.
+
+<urn:uuid:1721892051> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "12588" ;
+	nco:locality "Walker Valley" ;
+	nco:streetAddress "6178 Stout Trail" .
+
+<mailto:cmcduffie doloremagnaaliquam net> a nco:EmailAddress; 
+	nco:emailAddress "cmcduffie doloremagnaaliquam net".
+
+<xmpp:carey mcduffie gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Carey Mcduffie" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Te nulla luptatum delenitaugue molestie consequat laoreet ut dolore ea esse elitsed at te. " ;
+	nco:imID "carey mcduffie gmail com".
+
+<urn:uuid:2056831286> a nco:PersonContact; 
+	nco:fullname "Carey Mcduffie";
+	nco:nameGiven "Carey";
+	nco:nameFamily "Mcduffie";
+	nco:birthDate "1942-09-17";
+	nco:hasEmailAddress <mailto:cmcduffie doloremagnaaliquam net>;
+	nco:hasIMAccount <xmpp:carey mcduffie gmail com>;
+	nco:hasPostalAddress <urn:uuid:1721892051>.
+
+<urn:uuid:1787746897> a nie:DataObject, ncal:Event, ncal:CalendarDataObject ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:1>] ;
+	ncal:attendee [ncal:involvedContact <urn:uuid:939069366>] ;
+	ncal:transp ncal:transparentTransparency;
+	ncal:class ncal:publicClassification ;
+	ncal:summary "Et suscipit blandit lorem minim tationullamcorper nulla lobortis vero qui vero qui praesent. " ;
+	ncal:dtstart [ncal:dateTime "2009-03-03T16:11:34"];
+	ncal:dtend [ncal:dateTime "2009-03-03T18:11:34"];
+	ncal:location "Helsinki, Finland" ;
+	ncal:sequence 0 ;
+	ncal:url <http://TODO-fillmehere.com> ;
+	ncal:organizer [ncal:involvedContact <urn:uuid:939069366>] ;
+	ncal:priority 5 ;
+	ncal:uid "040000008200E00074C5B7101A82E00800000000B020A967E159C8010000000000000000100000001F009082EE836A4D9E9F85D0FD610DDC" ;
+	ncal:dtstamp "2009-02-18T16:11:34" .
+
+<urn:uuid:1937681453> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2056831286>;
+	nmo:sentDate "2008-03-22T15:45:17";
+	nmo:receivedDate "2008-03-22T15:45:38";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcduffie doloremagnaaliquam net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:67388568>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lher odioconsequatvel com"];
+	nmo:messageSubject "Autem commodo Utwisi laoreet feugait commodo. ";
+	nmo:plainTextMessageContent "Nulla exerci autem dolor nisl vel iusto duis te duis. ".
+
+<urn:uuid:629881798> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2056831286>;
+	nmo:sentDate "2008-10-23T15:48:10";
+	nmo:receivedDate "2008-10-23T15:48:37";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcduffie doloremagnaaliquam net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:802120075>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "smelvin iriuredolorlobortis net"];
+	nmo:messageSubject "Vel minim esse at ipsum et in. ";
+	nmo:plainTextMessageContent "Iriure nulla velit illum at in ad Utwisi amet ut consequat vel nostrud. Quis vel vel hendrerit nulla et laoreet. ".
+
+<urn:uuid:1913630200> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2056831286>;
+	nmo:sentDate "2008-09-17T16:09:26";
+	nmo:receivedDate "2008-09-17T16:10:16";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcduffie doloremagnaaliquam net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:856837946>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "benito goodrich verovero edu"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Ut praesent vel dolore hendrerit iriure vel accumsan exerci eum eu. ";
+	nmo:plainTextMessageContent "Dignissim facilisis delenitaugue feugait aliquam duis volutpat velit vulputate velit vero dolor. ".
+
+<urn:uuid:252989243> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2056831286>;
+	nmo:sentDate "2009-01-07T15:33:19";
+	nmo:receivedDate "2009-01-07T15:33:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcduffie doloremagnaaliquam net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consectetuer in duis exerci nostrud feugait delenit commodoconsequat invulputate commodoconsequat. ";
+	nmo:plainTextMessageContent "Dolore suscipit sit ut eros eum amet at dolore lorem aliquip exerci. ".
+
+<urn:uuid:670615976> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2056831286>;
+	nmo:sentDate "2008-06-26T15:28:26";
+	nmo:receivedDate "2008-06-26T15:29:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcduffie doloremagnaaliquam net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:756423474>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "vballinger eaesse org"];
+	nmo:messageSubject "Etaccumsan autem exerci ut eum in ea volutpat. ";
+	nmo:plainTextMessageContent "Lobortis exerci facilisi facilisi ad ut nostrud duis. ".
+
+<urn:uuid:737445979> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2056831286>;
+	nmo:sentDate "2008-09-30T16:10:39";
+	nmo:receivedDate "2008-09-30T16:10:54";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcduffie doloremagnaaliquam net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:451875512>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "cdewey volutpateufeugiat org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Exerci eros aliquip ad nonummy feugiat minim et qui. ";
+	nmo:plainTextMessageContent "Wisi molestie lobortis ut aliquam vel eros amet te velit te et nisl. Erat at consequat luptatum. ".
+
+<urn:uuid:428501255> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2056831286>;
+	nmo:sentDate "2008-11-25T15:13:07";
+	nmo:receivedDate "2008-11-25T15:13:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcduffie doloremagnaaliquam net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1310009718>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lshearer nostrudeum org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "interesting"];
+	nmo:messageSubject "Ut facilisi hendrerit eufeugiat nulla dolore erat. ";
+	nmo:plainTextMessageContent "Et praesent et ea ad. ".
+
+<urn:uuid:1884348707> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2056831286>;
+	nmo:sentDate "2008-06-22T15:44:11";
+	nmo:receivedDate "2008-06-22T15:44:45";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcduffie doloremagnaaliquam net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Tationullamcorper qui eu quis ut enim consequat at feugait. ";
+	nmo:plainTextMessageContent "Eros ea duis hendrerit tincidunt amet luptatumzzril. Minim duis dolor illum laoreet at lobortis. ".
+
+<urn:uuid:1134291886> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2056831286>;
+	nmo:sentDate "2008-03-09T16:11:05";
+	nmo:receivedDate "2008-03-09T16:11:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcduffie doloremagnaaliquam net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1418636141>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ashlee hayward aliquipipsum gov"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Te dolor in ea ad in velit nibh illum. ";
+	nmo:plainTextMessageContent "Hendrerit sit facilisi lobortis duis facilisi illum nulla praesent suscipit. ".
+
+<urn:uuid:1926546939> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2056831286>;
+	nmo:sentDate "2008-08-10T15:56:56";
+	nmo:receivedDate "2008-08-10T15:57:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcduffie doloremagnaaliquam net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Erat at praesent dolore vulputate vel veniam ullamcorper Utwisi vero erat. ";
+	nmo:plainTextMessageContent "Esse molestie vulputate feugiat facilisi esse ipsum consequatvel. ".
+
+<urn:uuid:644943251> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2056831286>;
+	nmo:sentDate "2008-02-02T15:15:26";
+	nmo:receivedDate "2008-02-02T15:16:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcduffie doloremagnaaliquam net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:248505433>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ccullen augueea com"];
+	nmo:messageSubject "Ad molestie dolor vero blandit esse dignissim diam blandit tation luptatum. ";
+	nmo:plainTextMessageContent "Facilisi esse in feugait blandit delenitaugue. Nulla eum nulla eu in. ".
+
+<urn:uuid:1501614454> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2056831286>;
+	nmo:sentDate "2008-05-07T15:44:37";
+	nmo:receivedDate "2008-05-07T15:45:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcduffie doloremagnaaliquam net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1208101714>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "ggood inut org"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Lobortis minim lobortis sit eum dignissim velit vero commodo. ";
+	nmo:plainTextMessageContent "Ut ut dignissim illum odio nulla. ".
+
+<urn:uuid:970015054> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2056831286>;
+	nmo:sentDate "2008-08-20T15:32:55";
+	nmo:receivedDate "2008-08-20T15:33:20";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcduffie doloremagnaaliquam net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:406586285>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gcomstock delenitpraesent tv"];
+	nmo:messageSubject "At iusto ex et enim amet doloremagna eufeugiat iusto iusto dolore commodoconsequat. ";
+	nmo:plainTextMessageContent "Qui in diam esse nisl. ".
+
+<urn:uuid:1996491283> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2056831286>;
+	nmo:sentDate "2008-06-01T15:18:05";
+	nmo:receivedDate "2008-06-01T15:18:57";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcduffie doloremagnaaliquam net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:488134856>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "mrush ameteu info"];
+	nmo:messageSubject "Dignissim eu eufeugiat ea adipiscing molestie delenit. ";
+	nmo:plainTextMessageContent "Dignissim quis minim consequatvel facilisis volutpat esse nulla ex ea illum tationullamcorper delenitaugue. ".
+
+<urn:uuid:1533823858> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2056831286>;
+	nmo:sentDate "2008-07-10T15:37:36";
+	nmo:receivedDate "2008-07-10T15:38:09";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcduffie doloremagnaaliquam net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Vel velit nostrud at ut suscipit in. ";
+	nmo:plainTextMessageContent "Illum dolor dolore invulputate dolore ex facilisi te dolore exerci consequat duis. Lorem eu exerci ex. ".
+
+<urn:uuid:917815439> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2056831286>;
+	nmo:sentDate "2009-01-30T15:16:34";
+	nmo:receivedDate "2009-01-30T15:17:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcduffie doloremagnaaliquam net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:1769095226>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "flloyd praesentdoloremagna edu"];
+	nmo:messageSubject "Delenitaugue qui exerci te iusto. ";
+	nmo:plainTextMessageContent "Commodoconsequat nisl at dignissim duis vulputate autem exerci sit quis. Adipiscing eu dignissim accumsan eum nonummy vulputate eros laoreet dolore luptatumzzril eros. ".
+
+<urn:uuid:1292450993> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2056831286>;
+	nmo:sentDate "2008-03-14T15:42:12";
+	nmo:receivedDate "2008-03-14T15:42:27";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcduffie doloremagnaaliquam net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Te facilisis ullamcorper enim nonummy lobortis dignissim consequat feugait in molestie suscipit enim. ";
+	nmo:plainTextMessageContent "Ad nibh consequat tation dolor eum. Vero blandit illum exerci. ".
+
+<urn:uuid:486284522> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2056831286>;
+	nmo:sentDate "2008-09-24T15:42:02";
+	nmo:receivedDate "2008-09-24T15:42:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcduffie doloremagnaaliquam net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Vel tationullamcorper augue iriure facilisis. ";
+	nmo:plainTextMessageContent "Nulla molestie consequat minim dolore consectetuer te consequat et veniamquis eufeugiat consequat velit aliquam. Sit eum vero eros iusto eros sit blandit vel. ".
+
+<urn:uuid:718959751> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2056831286>;
+	nmo:sentDate "2008-12-19T15:26:49";
+	nmo:receivedDate "2008-12-19T15:27:07";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcduffie doloremagnaaliquam net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:694666209>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "edmond dyson teelitsed info"];
+	nmo:bcc <urn:uuid:651465676>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "barrett betts exerciluptatum gov"];
+	nmo:messageSubject "Esse eros aliquam lorem eum esse feugait praesent. ";
+	nmo:plainTextMessageContent "Facilisi nostrud iustoodio Utwisi nislut velit praesent. Adipiscing nulla luptatumzzril duis nulla etaccumsan ex volutpat feugait. ".
+
+<urn:uuid:1755873414> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2056831286>;
+	nmo:sentDate "2008-05-27T15:29:00";
+	nmo:receivedDate "2008-05-27T15:29:40";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcduffie doloremagnaaliquam net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:864140319>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "renita bracken euismodvel org"];
+	nmo:messageSubject "Doloremagna laoreet aliquip ut ad te te consequat. ";
+	nmo:plainTextMessageContent "Consectetuer velit minim vero. Esse feugait augue et ut duis. ".
+
+<urn:uuid:1893550175> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2056831286>;
+	nmo:sentDate "2008-02-04T15:12:43";
+	nmo:receivedDate "2008-02-04T15:13:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcduffie doloremagnaaliquam net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:724722229>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "esims adipiscingerat org"];
+	nmo:messageSubject "Accumsan iustoodio praesent et in iriuredolor wisi. ";
+	nmo:plainTextMessageContent "Duis dolore dignissim ut qui facilisi in. Iusto hendrerit velit dignissim. ".
+
+<urn:uuid:1358139922> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2056831286>;
+	nmo:sentDate "2008-12-14T15:13:46";
+	nmo:receivedDate "2008-12-14T15:14:35";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcduffie doloremagnaaliquam net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ex eum exerci veniam in iriure veniam ut delenit. ";
+	nmo:plainTextMessageContent "Ullamcorper et dolore et. ".
+
+<urn:uuid:1286787582> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2056831286>;
+	nmo:sentDate "2008-09-27T15:37:54";
+	nmo:receivedDate "2008-09-27T15:38:53";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcduffie doloremagnaaliquam net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consequat iustoodio et luptatumzzril zzril commodoconsequat illum iriuredolor duis in feugait consequat. ";
+	nmo:plainTextMessageContent "Et facilisi iustoodio feugait ad ipsum eros veniamquis laoreet dignissim enim facilisis duis. At hendrerit velit dolore feugait. ".
+
+<urn:uuid:1478636550> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2056831286>;
+	nmo:sentDate "2008-10-07T15:38:24";
+	nmo:receivedDate "2008-10-07T15:38:46";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcduffie doloremagnaaliquam net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1547577658>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "esweat delenitex tv"];
+	nmo:messageSubject "Duis dolor facilisis iustoodio hendrerit facilisis luptatumzzril eros iriure. ";
+	nmo:plainTextMessageContent "Esse nisl aliquip suscipit nulla et ut dolore duis. Te duis eu duis duis enim nulla nulla luptatumzzril nulla zzril minim vel consequatvel. ".
+
+<urn:uuid:957644211> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2056831286>;
+	nmo:sentDate "2008-11-27T15:27:57";
+	nmo:receivedDate "2008-11-27T15:28:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcduffie doloremagnaaliquam net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:654409462>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "judi whipple diamduis eu"];
+	nmo:messageSubject "Tationullamcorper autem exerci doloremagna aliquam in facilisi amet nislut wisi. ";
+	nmo:plainTextMessageContent "Utwisi nulla volutpat facilisis elitsed ad. Duis ipsum velit esse qui iriure dignissim vero. ".
+
+<urn:uuid:19357645> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:2056831286>;
+	nmo:sentDate "2008-10-25T15:13:32";
+	nmo:receivedDate "2008-10-25T15:14:10";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "cmcduffie doloremagnaaliquam net"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:912083441>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "gayle aiello autemenim edu"];
+	nmo:bcc <urn:uuid:297846255>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "fthurston veliriure tv"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "boring"];
+	nmo:messageSubject "Hendrerit feugait blandit veniamquis in in consequat nibh dolor doloremagna luptatumzzril. ";
+	nmo:plainTextMessageContent "Invulputate accumsan amet at. Ea ea sit illum feugait ut lorem nostrud hendrerit qui ut iustoodio vero. ".
+
+<urn:uuid:1209727634> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "PA" ;
+	nco:postalcode "15283" ;
+	nco:locality "Pittsburgh" ;
+	nco:streetAddress "2174 Oak Hill Circle" .
+
+<mailto:louisa garza velaccumsan com> a nco:EmailAddress; 
+	nco:emailAddress "louisa garza velaccumsan com".
+
+<xmpp:louisa garza gmail com> a nco:IMAccount; 
+	nco:imAccountType "jabber" ;
+	nco:imNickname "Louisa Garza" ;
+	nco:imStatus "online" ;
+	nco:imStatusMessage "Facilisi feugait nostrud molestie at et. " ;
+	nco:imID "louisa garza gmail com".
+
+<tel:+18356674513> a nco:PhoneNumber; 
+	nco:phoneNumber "(835)667-4513".
+
+<urn:uuid:1381568889> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18356674513>]; 
+	nmo:duration 48; 
+	nmo:sentDate "2008-02-21T15:46:17". 
+
+<urn:uuid:1561173203> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18356674513>]; 
+	nmo:duration 21; 
+	nmo:sentDate "2008-01-28T15:20:12". 
+
+<urn:uuid:1766466433> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18356674513>]; 
+	nmo:duration 49; 
+	nmo:receivedDate "2008-12-22T15:31:43". 
+
+<urn:uuid:672895717> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18356674513>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-02-28T15:16:57";
+	nmo:receivedDate "2008-10-29T16:09:59";
+	nmo:plainTextMessageContent "Hendrerit eum esse etaccumsan hendrerit nostrud. Eu hendrerit te ex erat. Commodoconsequat iusto ullamcorper enim consectetuer suscipit. Nislut et luptatum commodo iusto laoreet quis ut nulla consequatvel. Utwisi dolor dignissim nislut illum minim ullamcorper nulla in. ".
+
+<urn:uuid:450922549> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18356674513>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-12-21T16:10:34";
+	nmo:receivedDate "2009-01-12T15:19:00";
+	nmo:plainTextMessageContent "Dolore in ut eros eu facilisis doloremagna consectetuer velit eufeugiat nisl. Consequatvel at delenitaugue ut enim augue commodo ea commodo dolor. Utwisi facilisis vulputate feugait eufeugiat qui tation lobortis minim autem. Elitsed delenitaugue euismod iriure ad et vel dolor velit feugiat dignissim. Feugait facilisi doloremagna tation aliquip veniamquis dolore nostrud eum consequat veniam facilisi. Commodoconsequat consequat consequatvel iustoodio duis Utwisi. Iriuredolor et lorem in amet dolor velit. ".
+
+<urn:uuid:969460391> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+18356674513>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2009-01-15T15:27:11";
+	nmo:receivedDate "2008-07-11T15:17:10";
+	nmo:plainTextMessageContent "Nibh dignissim duis elitsed iriuredolor dolor etaccumsan consequatvel. Iusto eufeugiat aliquam te in in vel ex feugiat ipsum. Consequat dolore luptatumzzril ut feugait ad. Hendrerit nostrud eros commodoconsequat nulla commodoconsequat augue ad ad enim diam eum vulputate eum. Minim tationullamcorper dignissim facilisis ipsum iriuredolor. Ad feugait Utwisi facilisis enim doloremagna exerci in qui diam lorem. ".
+
+<urn:uuid:1498715448> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+18356674513>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-04-09T16:03:04";
+	nmo:receivedDate "2008-06-14T15:57:00";
+	nmo:plainTextMessageContent "Et feugiat dignissim iriure etaccumsan. Lobortis erat nostrud facilisi consequatvel blandit ipsum ex. Commodo dolore illum iriuredolor hendrerit vulputate laoreet exerci in vel. Facilisis eros ut suscipit doloremagna delenitaugue. ".
+
+<urn:uuid:775636849> a nco:PersonContact; 
+	nco:fullname "Louisa Garza";
+	nco:nameGiven "Louisa";
+	nco:nameFamily "Garza";
+	nco:birthDate "1942-11-27";
+	nco:hasEmailAddress <mailto:louisa garza velaccumsan com>;
+	nco:hasPhoneNumber <tel:+18356674513>;
+	nco:hasIMAccount <xmpp:louisa garza gmail com>;
+	nco:hasPostalAddress <urn:uuid:1209727634>.
+
+<urn:uuid:1614193281> a nco:PostalAddress; 
+	nco:country "US" ;
+	nco:region "NY" ;
+	nco:postalcode "11774" ;
+	nco:locality "Farmingdale" ;
+	nco:streetAddress "9799 Juno Cove" .
+
+<mailto:lbray exerciluptatumzzril eu> a nco:EmailAddress; 
+	nco:emailAddress "lbray exerciluptatumzzril eu".
+
+<tel:+12079376051> a nco:PhoneNumber; 
+	nco:phoneNumber "(207)937-6051".
+
+<urn:uuid:1935001417> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079376051>]; 
+	nmo:duration 25; 
+	nmo:sentDate "2008-04-28T15:28:02". 
+
+<urn:uuid:896919926> a nmo:TelephoneCall; 
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079376051>]; 
+	nmo:duration 45; 
+	nmo:receivedDate "2008-08-16T15:38:36". 
+
+<urn:uuid:985941437> a nmo:TelephoneCall; 
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079376051>]; 
+	nmo:duration 2; 
+	nmo:sentDate "2008-08-06T15:13:07". 
+
+<urn:uuid:2103351881> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079376051>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-27T15:33:20";
+	nmo:receivedDate "2009-01-06T15:54:03";
+	nmo:plainTextMessageContent "Dolore nulla facilisi blandit facilisi vero exerci consequatvel nulla ad exerci. Feugait praesent et delenit duis lobortis minim. Te nisl eum duis ea et eros. Consectetuer aliquip dolore exerci consequat feugait diam lorem autem et qui facilisi nisl. Odio dolore eum ut illum exerci dolore hendrerit tincidunt iriure vero vel aliquip. Te ex veniam ut vel velit ex invulputate. ".
+
+<urn:uuid:1787366029> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079376051>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-16T16:00:19";
+	nmo:receivedDate "2008-04-21T15:29:26";
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:plainTextMessageContent "Invulputate aliquip suscipit dolor suscipit dolore. Dolore ex sit et ut lorem autem at duis facilisis qui ex ad. Qui feugiat facilisi augue eum etaccumsan exerci iriure illum amet te. Exerci feugait minim blandit suscipit veniam nonummy ad adipiscing dignissim consequatvel nulla ad. Esse eum et nislut ea blandit ullamcorper nonummy aliquip molestie veniamquis autem. Ullamcorper dolor delenitaugue praesent duis diam. ".
+
+<urn:uuid:1334342457> a nmo:SMSMessage ;
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+12079376051>];
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-03-14T15:36:05";
+	nmo:receivedDate "2008-11-24T15:56:12";
+	nmo:plainTextMessageContent "Velit ullamcorper autem veniamquis luptatumzzril commodoconsequat eum dolore nulla ullamcorper lobortis. Et etaccumsan enim in et laoreet delenit commodoconsequat ipsum duis. Facilisis eros tationullamcorper praesent minim esse dignissim ea ea lobortis. Delenitaugue etaccumsan dolore adipiscing delenit nisl te velit vel veniam in. Luptatumzzril ut volutpat aliquam facilisis qui invulputate augue. Nibh lorem ut doloremagna dolor suscipit facilisi. Facilisis wisi commodoconsequat ipsum lorem nislut nulla blandit zzril erat euismod. ".
+
+<urn:uuid:527738263> a nmo:SMSMessage ;
+	nmo:from [a nco:Contact; nco:hasPhoneNumber <tel:+12079376051>];
+	nmo:primaryRecipient [a nco:Contact; nco:hasPhoneNumber <tel:+11111111111>];
+	nmo:sentDate "2008-06-21T15:19:19";
+	nmo:receivedDate "2009-02-10T15:27:51";
+	nmo:plainTextMessageContent "Aliquam eros praesent amet volutpat dignissim dolore quis feugait. Zzril qui nislut ipsum consectetuer iusto vero facilisi ex blandit suscipit quis facilisis invulputate. Velit suscipit te eros amet duis aliquam sit erat augue accumsan facilisis. Aliquip nostrud in dolore minim velit ad invulputate nisl ullamcorper iriuredolor illum accumsan duis. At qui iusto blandit zzril ex feugiat eum. Ullamcorper ut facilisi iriuredolor ea veniamquis eum lorem iustoodio lobortis aliquip feugiat. Vero eum Utwisi eu blandit autem erat luptatumzzril luptatum nostrud ex augue. ".
+
+<urn:uuid:1588199778> a nco:PersonContact; 
+	nco:fullname "Levi Bray";
+	nco:nameGiven "Levi";
+	nco:nameFamily "Bray";
+	nco:birthDate "1942-07-11";
+	nco:hasEmailAddress <mailto:lbray exerciluptatumzzril eu>;
+	nco:hasPhoneNumber <tel:+12079376051>;
+	nco:hasPostalAddress <urn:uuid:1614193281>.
+
+<urn:uuid:388247047> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1588199778>;
+	nmo:sentDate "2008-08-03T15:43:00";
+	nmo:receivedDate "2008-08-03T15:43:04";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbray exerciluptatumzzril eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Diam facilisis illum dignissim praesent ex tation molestie nonummy. ";
+	nmo:plainTextMessageContent "Ad suscipit vel accumsan consequat Utwisi illum blandit. Vel commodo iusto laoreet nulla ipsum aliquam aliquip doloremagna augue aliquip et eu delenitaugue. ".
+
+<urn:uuid:1000218923> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1588199778>;
+	nmo:sentDate "2008-06-19T15:44:22";
+	nmo:receivedDate "2008-06-19T15:44:33";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbray exerciluptatumzzril eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1152862564>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "wmorrison luptatumdolore com"];
+	nmo:messageSubject "Feugait facilisis dignissim iriuredolor. ";
+	nmo:plainTextMessageContent "Eros erat praesent dolore nostrud tationullamcorper dolor. Tation te nibh ad sit velit tation te dolore blandit nostrud lobortis volutpat. ".
+
+<urn:uuid:1995075855> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1588199778>;
+	nmo:sentDate "2008-11-07T15:13:28";
+	nmo:receivedDate "2008-11-07T15:13:48";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbray exerciluptatumzzril eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Ea illum vero tation consequat commodoconsequat ullamcorper accumsan ut et te. ";
+	nmo:plainTextMessageContent "Tincidunt molestie aliquam amet facilisis erat ut. Odio commodoconsequat diam amet enim nostrud enim minim suscipit illum consectetuer in nislut blandit. ".
+
+<urn:uuid:463620780> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1588199778>;
+	nmo:sentDate "2008-12-01T15:13:02";
+	nmo:receivedDate "2008-12-01T15:13:08";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbray exerciluptatumzzril eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Nulla invulputate et feugiat delenit nonummy nostrud. ";
+	nmo:plainTextMessageContent "Iriuredolor praesent veniamquis nulla et consequat vero invulputate eros qui ea. ".
+
+<urn:uuid:1205428908> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1588199778>;
+	nmo:sentDate "2008-03-04T15:41:00";
+	nmo:receivedDate "2008-03-04T15:41:22";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbray exerciluptatumzzril eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consequatvel qui minim quis. ";
+	nmo:plainTextMessageContent "At ut consequat hendrerit ex illum duis blandit. Laoreet eum Utwisi facilisi eum hendrerit dolore. ".
+
+<urn:uuid:788943476> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1588199778>;
+	nmo:sentDate "2008-03-10T15:30:14";
+	nmo:receivedDate "2008-03-10T15:31:12";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbray exerciluptatumzzril eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:536466710>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "vcromwell delenitaugueveniamquis com"];
+	nmo:messageSubject "In eufeugiat delenit suscipit amet nibh et elitsed. ";
+	nmo:plainTextMessageContent "Quis erat praesent molestie vulputate delenit nulla consequat iriure esse eros. ".
+
+<urn:uuid:984138246> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1588199778>;
+	nmo:sentDate "2008-01-30T15:44:39";
+	nmo:receivedDate "2008-01-30T15:45:21";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbray exerciluptatumzzril eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "cool"];
+	nmo:messageSubject "Molestie adipiscing dolore feugait vel iriuredolor elitsed Utwisi facilisi duis vero nulla invulputate. ";
+	nmo:plainTextMessageContent "Luptatum velit enim autem tincidunt nulla te commodoconsequat elitsed in molestie tincidunt ad. ".
+
+<urn:uuid:1243649937> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1588199778>;
+	nmo:sentDate "2008-01-17T15:53:47";
+	nmo:receivedDate "2008-01-17T15:53:50";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbray exerciluptatumzzril eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nao:hasTag [a nao:Tag ; nao:prefLabel "favourite"];
+	nmo:messageSubject "Ut suscipit ad et esse vulputate erat facilisi in luptatumzzril aliquip nostrud. ";
+	nmo:plainTextMessageContent "Minim at doloremagna dolore vero elitsed et molestie eros invulputate exerci. Suscipit volutpat eros consequat volutpat consequat tincidunt tation. ".
+
+<urn:uuid:1226381751> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1588199778>;
+	nmo:sentDate "2008-09-15T15:57:45";
+	nmo:receivedDate "2008-09-15T15:58:30";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbray exerciluptatumzzril eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Eum tation enim facilisi. ";
+	nmo:plainTextMessageContent "Diam vel vero velit in feugait luptatum zzril in tincidunt et nulla quis ipsum. ".
+
+<urn:uuid:414828459> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1588199778>;
+	nmo:sentDate "2008-05-23T15:22:32";
+	nmo:receivedDate "2008-05-23T15:23:01";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbray exerciluptatumzzril eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:bcc <urn:uuid:17303044>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "bcc"; nmo:headerValue "rsmallwood exercilobortis info"];
+	nmo:messageSubject "Vel in blandit ad veniamquis nisl. ";
+	nmo:plainTextMessageContent "Volutpat ullamcorper volutpat ipsum. Erat eros lobortis consequat luptatum nulla dolore ut diam elitsed luptatum dolore. ".
+
+<urn:uuid:1672511344> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1588199778>;
+	nmo:sentDate "2008-08-16T15:51:11";
+	nmo:receivedDate "2008-08-16T15:51:19";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbray exerciluptatumzzril eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:messageSubject "Consectetuer dolore eu suscipit augue eufeugiat nostrud consequat vel ut aliquam commodo consequat. ";
+	nmo:plainTextMessageContent "Euismod consequat veniam consequat ut in suscipit enim ex. ".
+
+<urn:uuid:748546020> a nmo:Email; 
+	nmo:to <urn:uuid:1>;
+	nmo:from <urn:uuid:1588199778>;
+	nmo:sentDate "2008-03-23T15:31:38";
+	nmo:receivedDate "2008-03-23T15:31:47";
+	nmo:contentMimeType "text/plain";
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "User-Agent"; nmo:headerValue "tin/unoff-1.3-BETA-970813 (UNIX) (Linux/2.0.30 (i486)) "];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "from"; nmo:headerValue "lbray exerciluptatumzzril eu"];
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "to"; nmo:headerValue "me me com"];
+	nmo:cc <urn:uuid:1752497668>;
+	nmo:messageHeader [a nmo:MessageHeader; nmo:headerName "cc"; nmo:headerValue "lcousins illumex eu"];
+	nmo:messageSubject "Autem quis tincidunt illum ea aliquip tation commodoconsequat velit vel minim aliquip. ";
+	nmo:plainTextMessageContent "Eu elitsed exerci facilisi vel vero et vel consequat dolore. ".
+
diff --git a/tests/functional-tests/testdata/ttl/load_turtle.ttl b/tests/functional-tests/testdata/ttl/load_turtle.ttl
new file mode 100644
index 0000000..0909ca1
--- /dev/null
+++ b/tests/functional-tests/testdata/ttl/load_turtle.ttl
@@ -0,0 +1,609 @@
+ prefix nco:   <http://www.semanticdesktop.org/ontologies/2007/03/22/nco#>.
+ prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#>.
+ prefix nrl:   <http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#>.
+ prefix nid3:   <http://www.semanticdesktop.org/ontologies/2007/05/10/nid3#>.
+ prefix nao:   <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#>.
+ prefix nfo:   <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#>.
+ prefix xsd:   <http://www.w3.org/2001/XMLSchema#>.
+<urn:uuid:7646713> a nco:Contact; 
+	nco:fullname "Artist_1".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 219252;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17212;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 1722175;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 311331;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 4118218;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 3220891;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 4990542;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 2682297;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 2980488;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 4502197;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 2824445;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 2727044;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 217627;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 4238891;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 1738829;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 3555540;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 2667423;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 1937054;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 2259447;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 3140840;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 2346035;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 4768188;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17421;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 2665305;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 4325597;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 1566510;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 2668574;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 2189685;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 4872204;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 2967797;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17421;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 3788437;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 4830360;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17525;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 4815947;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17421;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 2649799;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17525;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 609498;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 4338795;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 1581971;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 2261336;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 1363160;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 2269525;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17421;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 1598393;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 4093151;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 4517987;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17421;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 4685575;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 1984015;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 60951;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 2341466;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 3709422;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 3494062;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 1162886;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 3619796;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 2017646;
+	nid3:leadArtist <urn:uuid:7646713>.
+
diff --git a/tests/functional-tests/testdata/ttl/planet-gnome.ttl b/tests/functional-tests/testdata/ttl/planet-gnome.ttl
new file mode 100644
index 0000000..2a8b39b
--- /dev/null
+++ b/tests/functional-tests/testdata/ttl/planet-gnome.ttl
@@ -0,0 +1,470 @@
+ prefix rdf: <http://www.w3.org/2000/01/rdf-schema#>.
+ prefix nrl: <http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#>.
+ prefix nid3: <http://www.semanticdesktop.org/ontologies/2007/05/10/nid3#>.
+ prefix nao: <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#>.
+ prefix nco: <http://www.semanticdesktop.org/ontologies/2007/03/22/nco#>.
+ prefix nmo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#>.
+ prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#>.
+ prefix nie: <http://www.semanticdesktop.org/ontologies/2007/01/19/nie#>.
+ prefix ncal: <http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#>.
+ prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
+
+{'feed': {'updated': u'2009-03-10T09:30:02Z', 'updated_parsed': (2009, 3, 10, 9, 30, 2, 1, 69, 0), 'generator': u'Venus', 'title': u'Planet GNOME', 'access_restriction': u'', 'generator_detail': {'href': u'http://intertwingly.net/code/venus/', 'name': u'Venus'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Planet GNOME', 'language': None}, 'link': u'http://planet.gnome.org/', 'author': u'Anonymous Coward', 'links': [{'href': u'http://planet.gnome.org/atom.xml', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://planet.gnome.org/', 'type': 'text/html', 'rel': u'alternate'}], 'author_detail': {'name': u'Anonymous Coward'}, 'id': u'http://planet.gnome.org/atom.xml'}, 'encoding': 'utf-8', 'bozo': 0, 'version': 'atom10', 'namespaces': {'': u'http://www.w3.org/2005/Atom', u'access': u'http://www.bloglines.com/about/specs/fac-1.0', u'indexing': u'urn:atom-extension:indexing', u'planet': u'http://planet.intertwingly.net/', 'xhtml': u'http://www.w3.o
 rg/1999/xhtml', 'feedburner': u'http://rssnamespace.org/feedburner/ext/1.0'}, 'entries': [{'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'I recently took another look at boost::python. It was a much better experience than when I first tried boost::python for Glom in 2005, probably because my use of the Python C API in the meantime has helped me understand what boost::python is doing. I have a mostly-done patch to use it in Glom 1.12 (Glom [...]', 'language': u'en'}, 'updated_parsed': (2009, 3, 10, 7, 35, 34, 1, 69, 0), 'links': [{'href': u'http://www.murrayc.com/blog/permalink/2009/03/10/boostpython-in-glom/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'boost::python in Glom', 'tags': [{'term': u'Glom', 'scheme': None, 'label': None}, {'term': u'Gnome', 'scheme': None, 'label': None}, {'term': u'Maemo', 'scheme': None, 'label': None}, {'term': u'Openismus', 'scheme': None, 'label': None}, {'term': u'Tech', 'scheme': None, 'label': None}, {'term':
  u'Ubuntu', 'scheme': None, 'label': None}], 'updated': u'2009-03-10T07:35:34Z', 'summary': u'I recently took another look at boost::python. It was a much better experience than when I first tried boost::python for Glom in 2005, probably because my use of the Python C API in the meantime has helped me understand what boost::python is doing. I have a mostly-done patch to use it in Glom 1.12 (Glom [...]', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>I recently took another look at boost::python. It was a much better experience than when<a href="http://www.murrayc.com/blog/permalink/2005/04/14/glom-calculated-fields/";> I first tried boost::python for Glom in 2005</a>, probably because my use of the Python C API in the meantime has helped me understand what boost::python is doing. I have a <a href="http://bugzilla.gnome.org/show_bug.cgi?id=567144";>mostly-done patch</a> to use it in Glom 1.12 (Glom 1.10 will be released soon). This should make the 
 code simpler and much more robust, allowing me to add more Python API to Glom, allowing people to drive more of the Glom UI via scripts.</p>\n<p>As a side-effect this will force us to enable C++ exceptions in the Maemo build for Glom 1.12, increasing code size, but that might be less of an issue by then.</p>\n<p>I do find the <a href="http://www.boost.org/doc/libs/1_38_0/libs/python/doc/index.html"; title="boost::python documentation - I can\'t find a permanent link to the latest version.">boost::python documentation</a> fragmented and unfocused, spending too much time congratulating itself about its use of various design patterns and generic programming techniques in the implementation, instead of just telling me how to achieve common tasks. It often assumes knowledge of the Python C API, as if it is based on original proposals or internal documentation. Many companies are using boost::python so I\u2019m surprised that none have arranged for more useful documentation to be w
 ritten. I\u2019d be happy to do it if someone wants to pay for my time.</p>\n<p>In fact, boost::python\u2019s API maps closely to the C API, so you probably need to know both, though I hoped that boost::python would make it clearer and more explicit.</p>\n<p>However, the people on the <a href="http://mail.python.org/mailman/listinfo/cplusplus-sig";>boost::python mailing list</a> have been very helpful when the documentation has not been clear or where I have made silly mistakes.</p>\n<h3>Boost should install pkg-config .pc files</h3>\n<p>Ggetting the CFLAGS and LIBS for boost python in your configure.ac is insanely difficult and fragile. There are some .m4 scripts out there, but I can\u2019t get any of them to work. Why on earth don\u2019t they install a .pc file? They can\u2019t all be Windows programmers.</p>\n<p>And despite using unstable APIs, they don\u2019t seem to allow parallel installs. For instance, on my Ubuntu Linux system, the headers are directly under /usr/incl
 ude/ rather than /usr/include/boost-python-1.0/. GNOME gets this stuff right.</p>\n<p>The need for parallel installs is even greater for boost::python because there are various possible incompatible configurations, any of which you are likely to find on your system. At the moment you will just get compiler or linker errors (which distro packagers don\u2019t understand) instead of being able to explicitly depend on a specific version with a specific build (which distro packagers could understand).</p>\n<p>This will make life difficult for Glom distro packagers, but I think it\u2019s still worth it.</p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-10T08:13:13Z', 'updated_parsed': (2009, 3, 10, 8, 13, 13, 1, 69, 0), 'links': [{'href': u'http://www.murrayc.com/blog/feed/', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://www.murrayc.com/blog', 'type': u'text/html', 'rel': u'alternate'}], 'title': u"Murray's Blog", 'title_detail': {'base': '', '
 type': 'text/plain', 'language': u'en', 'value': u"Murray's Blog"}, 'link': u'http://www.murrayc.com/blog', 'id': u'http://www.murrayc.com/blog'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'boost::python in Glom', 'language': u'en'}, 'link': u'http://www.murrayc.com/blog/permalink/2009/03/10/boostpython-in-glom/', 'author': u'murrayc', 'author_detail': {'name': u'murrayc'}, 'id': u'http://www.murrayc.com/blog/?p=841'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'Proud to have been a part of delivering the following upstream projects 100% translated to Brazilian Portuguese:\n\nGNOME 2.26 UI: 100% translated.\nXfce 4.6 UI: 100% translated (that includes Openbox).\n\nI also helped the GNOME Italian team with their commits.\nNow, onto LXDE and some modules for Fedora.', 'language': u'en'}, 'updated_parsed': (2009, 3, 10, 1, 58, 53, 1, 69, 0), 'links': [{'href': u'http://www.ogmaciel.com/?p=663', 'type': u'text/html', 'rel': u'alternate'}],
  'title': u'Your translations update', 'tags': [{'term': u'LXDE', 'scheme': None, 'label': None}, {'term': u'XFCE', 'scheme': None, 'label': None}, {'term': u'Fedora', 'scheme': None, 'label': None}, {'term': u'GNOME', 'scheme': None, 'label': None}, {'term': u'Openbox', 'scheme': None, 'label': None}], 'updated': u'2009-03-10T01:58:53Z', 'summary': u'Proud to have been a part of delivering the following upstream projects 100% translated to Brazilian Portuguese:\n\nGNOME 2.26 UI: 100% translated.\nXfce 4.6 UI: 100% translated (that includes Openbox).\n\nI also helped the GNOME Italian team with their commits.\nNow, onto LXDE and some modules for Fedora.', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>Proud to have been a part of delivering the following upstream projects 100% translated to Brazilian Portuguese:</p>\n<ul>\n<li><strong>GNOME</strong> 2.26 UI: 100% <a href="http://l10n.gnome.org/languages/pt_BR/gnome-2-26/ui/";>translated</a>.</li>
 \n<li><strong>Xfce</strong> 4.6 UI: 100% <a href="http://i18n.xfce.org/stats/?lang=pt_BR&branch=xfce%2Ftrunk";>translated</a> (that includes <strong>Openbox</strong>).</li>\n</ul>\n<p>I also helped the GNOME Italian team with their commits.</p>\n<p>Now, onto <strong>LXDE</strong> and some modules for <strong>Fedora</strong>.</p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-10T01:58:53Z', 'subtitle': u'The senseless thoughts of an open source advocate', 'updated_parsed': (2009, 3, 10, 1, 58, 53, 1, 69, 0), 'links': [{'href': u'http://www.ogmaciel.com/?feed=rss2', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://www.ogmaciel.com', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Journal of an Open Sourcee', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'The senseless thoughts of an open source advocate'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Journal of an O
 pen Sourcee'}, 'link': u'http://www.ogmaciel.com', 'id': u'http://www.ogmaciel.com'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Your translations update', 'language': u'en'}, 'link': u'http://www.ogmaciel.com/?p=663', 'author': u'OgMaciel', 'author_detail': {'name': u'OgMaciel'}, 'id': u'http://www.ogmaciel.com/?p=663'}, {'summary_detail': {'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>Colour is highly overrated, so let\u2019s get rid of that new-fashioned nonsense on and return to the good old days of greyscale computer screens!</p>\n\n\t<p>It\u2019s really easy: in your <code>xorg.conf</code>, add <code>DefaultDepth 8</code> to the <code>Screen</code> section, and within that section, add <code>Visual "StaticGray"</code> to <code>SubSection "Display"</code>.</p>\n\n\t<p>Now, after restarting X, you will not be distracted by colours anymore: everything will be neatly desaturated.</p></div>', 'language': None}, 'updated_parsed': (2009, 3
 , 10, 1, 8, 3, 1, 69, 0), 'links': [{'href': u'http://uwstopia.nl/blog/2009/03/greyscale-xorg', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Greyscale Xorg', 'updated': u'2009-03-10T01:08:03Z', 'summary': u'<div><p>Colour is highly overrated, so let\u2019s get rid of that new-fashioned nonsense on and return to the good old days of greyscale computer screens!</p>\n\n\t<p>It\u2019s really easy: in your <code>xorg.conf</code>, add <code>DefaultDepth 8</code> to the <code>Screen</code> section, and within that section, add <code>Visual "StaticGray"</code> to <code>SubSection "Display"</code>.</p>\n\n\t<p>Now, after restarting X, you will not be distracted by colours anymore: everything will be neatly desaturated.</p></div>', 'source': {'updated': u'2009-03-10T09:22:57Z', 'subtitle': u'Latest blog entries.', 'updated_parsed': (2009, 3, 10, 9, 22, 57, 1, 69, 0), 'links': [{'href': u'http://uwstopia.nl/blog/', 'type': u'text/html', 'rel': u'alternate'}, {'href': u'http:
 //uwstopia.nl/blog/feed', 'type': u'application/rss+xml', 'rel': u'self'}], 'title': u'uwstopia', 'author': u'Wouter Bolsterlee (uws xs4all nl)', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': None, 'value': u'Latest blog entries.'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': None, 'value': u'uwstopia'}, 'link': u'http://uwstopia.nl/blog/', 'author_detail': {'name': u'Wouter Bolsterlee', 'email': u'uws xs4all nl'}, 'id': u'http://uwstopia.nl/blog/'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Greyscale Xorg', 'language': None}, 'link': u'http://uwstopia.nl/blog/2009/03/greyscale-xorg', 'id': u'http://uwstopia.nl/blog/2009/03/greyscale-xorg'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'The rocking guys at FFmpeg have just released version 0.5, the first release in eons! Congratulations!\nYou don\u2019t know what FFmpeg is? Go read about it on Wikipedia. For most people, FFmpeg is what provides the
  horsepowers to their media applications, in the form of codec and format implementations, and as such it acts as a [...]', 'language': u'en'}, 'updated_parsed': (2009, 3, 10, 1, 4, 26, 1, 69, 0), 'links': [{'href': u'http://blogs.gnome.org/rbultje/2009/03/10/ffmpeg-release/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'FFmpeg release', 'tags': [{'term': u'General', 'scheme': None, 'label': None}], 'updated': u'2009-03-10T01:04:26Z', 'summary': u'The rocking guys at FFmpeg have just released version 0.5, the first release in eons! Congratulations!\nYou don\u2019t know what FFmpeg is? Go read about it on Wikipedia. For most people, FFmpeg is what provides the horsepowers to their media applications, in the form of codec and format implementations, and as such it acts as a [...]', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>The rocking guys at <a href="http://ffmpeg.org/";>FFmpeg</a> have just released version 0.5, the first release 
 in eons! Congratulations!</p>\n<p>You don\u2019t know what FFmpeg is? Go read about it on <a href="http://en.wikipedia.org/wiki/Ffmpeg";>Wikipedia</a>. For most people, FFmpeg is what provides the horsepowers to their media applications, in the form of codec and format implementations, and as such it acts as a critical cornerstone of better-PR\u2019ed projects such as <a href="http://gstreamer.freedesktop.org/";>GStreamer</a>, <a href="http://www.mplayerhq.hu/";>Mplayer</a>, <a href="http://www.xine-project.org/home";>Xine</a> or <a href="http://www.videolan.org/";>VLC</a>.</p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-10T01:19:45Z', 'subtitle': u'Random thoughts', 'updated_parsed': (2009, 3, 10, 1, 19, 45, 1, 69, 0), 'links': [{'href': u'http://blogs.gnome.org/rbultje/feed/', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://blogs.gnome.org/rbultje', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Ronald S. Bultje', 'subtitle_detail':
  {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Random thoughts'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Ronald S. Bultje'}, 'link': u'http://blogs.gnome.org/rbultje', 'id': u'http://blogs.gnome.org/rbultje'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'FFmpeg release', 'language': u'en'}, 'link': u'http://blogs.gnome.org/rbultje/2009/03/10/ffmpeg-release/', 'author': u'rbultje', 'author_detail': {'name': u'rbultje'}, 'id': u'http://blogs.gnome.org/rbultje/?p=177'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'Click on the image to know where our office is in this photo by tko', 'language': u'en'}, 'updated_parsed': (2009, 3, 9, 23, 46, 35, 0, 68, 0), 'links': [{'href': u'http://blogs.gnome.org/lucasr/2009/03/10/our-office-rocks-literally/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Our office rocks\u2026 literally!', 'tags': [{'term': u'general', 'scheme': None, 
 'label': None}, {'term': u'job', 'scheme': None, 'label': None}, {'term': u'life', 'scheme': None, 'label': None}, {'term': u'litl', 'scheme': None, 'label': None}], 'updated': u'2009-03-09T23:46:35Z', 'summary': u'Click on the image to know where our office is in this photo by tko', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p><a href="http://www.flickr.com/photos/tommikomulainen/3180817188/";><img src="http://farm4.static.flickr.com/3422/3180817188_ee4a2f74f8.jpg?v=1231451151"; alt="" height="375" class="alignnone" width="500" /></a></p>\n<p><em>Click on the image to know where our office is in this photo by <a href="http://blogs.gnome.org/tko/";>tko</a></em></p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-09T23:46:35Z', 'subtitle': u'The mustache, the beard and the smile: everything together.', 'updated_parsed': (2009, 3, 9, 23, 46, 35, 0, 68, 0), 'links': [{'href': u'http://blogs.gnome.org/lucasr/feed/', 'type': u'application
 /atom+xml', 'rel': u'self'}, {'href': u'http://blogs.gnome.org/lucasr', 'type': u'text/html', 'rel': u'alternate'}, {'href': u'http://creativecommons.org/licenses/by-nc/3.0/', 'type': 'text/html', 'rel': u'license'}], 'title': u'Lucas Rocha', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'The mustache, the beard and the smile: everything together.'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Lucas Rocha'}, 'link': u'http://blogs.gnome.org/lucasr', 'id': u'http://blogs.gnome.org/lucasr'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Our office rocks\u2026 literally!', 'language': u'en'}, 'link': u'http://blogs.gnome.org/lucasr/2009/03/10/our-office-rocks-literally/', 'author': u'lucasr', 'author_detail': {'name': u'lucasr'}, 'id': u'http://blogs.gnome.org/lucasr/?p=248'}, {'summary_detail': {'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>\n<a href="http://www.yankodes
 ign.com/2009/03/06/finally-a-usb-body-implant-for-hardcore-transfer/">Yanko Design\'s You-SB concept</a>:\n</p>\n\n<p>\n<img src="http://bergie.iki.fi/midcom-serveattachmentguid-7b07cb460cf711dea8cd9b3e331a17901790/yanko-yousb.jpg"; title="Yanko Design You-SB finger drive" hspace="4" height="280" width="400" vspace="4" alt="Yanko Design You-SB finger drive" border="1" /></p>\n\n<p>\n<a href="http://www.flickr.com/photos/jerry_jalava/2823985839/";>Jerry\'s real prosthetic USB finger storage</a>:\n</p>\n\n<p>\n<img src="http://bergie.iki.fi/midcom-serveattachmentguid-7d4b699e0cf711de94554754e3cb5c565c56/jerry-finger-usb.jpg"; title="Jerry\'s prosthetic USB finger storage" hspace="4" height="300" width="400" vspace="4" alt="Jerry\'s prosthetic USB finger storage" border="1" /></p>\n\n<p>\nThe story behind this is that Jerry <a href="http://protoblogr.net/blog/view/lost_my_left_ring_finger_on_a_motorcycle_crash_with_deer.html";>had a motorcycle accident last May</a> and lost a finge
 r. When the doctor working on the artificial finger heard he is <a href="http://fsfe.org/";>a hacker</a>, the immediate suggestion was to embed a USB "finger drive" to the design. Now <a href="http://www.yankodesign.com/2009/03/06/finally-a-usb-body-implant-for-hardcore-transfer/#comment-66214";>he carries</a> a <a href="http://sourceforge.net/projects/billix";>Billix Linux distribution</a> and the <a href="http://en.wikipedia.org/wiki/Freddy_Got_Fingered";>Freddy Got Fingered movie</a> as part of his hand.\n</p>\n\n<p>\nYanko Design\'s concept via <a href="http://i.gizmodo.com/5166064/image-of-the-day-do-not-try-this-at-home";>Gizmodo</a>.\n</p>\n\n<p>Technorati Tags: <a href="http://www.technorati.com/tag/cyborg"; rel="tag">cyborg</a>, <a href="http://www.technorati.com/tag/usb"; rel="tag">usb</a></p></div>', 'language': u'en'}, 'updated_parsed': (2009, 3, 9, 22, 26, 50, 0, 68, 0), 'links': [{'href': u'http://bergie.iki.fi/blog/when_reality_meets_product_concepts/', 'type': u'tex
 t/html', 'rel': u'alternate'}], 'title': u'When reality meets product concepts', 'tags': [{'term': u'desktop', 'scheme': None, 'label': None}], 'updated': u'2009-03-09T22:26:50Z', 'summary': u'<div><p>\n<a href="http://www.yankodesign.com/2009/03/06/finally-a-usb-body-implant-for-hardcore-transfer/";>Yanko Design\'s You-SB concept</a>:\n</p>\n\n<p>\n<img src="http://bergie.iki.fi/midcom-serveattachmentguid-7b07cb460cf711dea8cd9b3e331a17901790/yanko-yousb.jpg"; title="Yanko Design You-SB finger drive" hspace="4" height="280" width="400" vspace="4" alt="Yanko Design You-SB finger drive" border="1" /></p>\n\n<p>\n<a href="http://www.flickr.com/photos/jerry_jalava/2823985839/";>Jerry\'s real prosthetic USB finger storage</a>:\n</p>\n\n<p>\n<img src="http://bergie.iki.fi/midcom-serveattachmentguid-7d4b699e0cf711de94554754e3cb5c565c56/jerry-finger-usb.jpg"; title="Jerry\'s prosthetic USB finger storage" hspace="4" height="300" width="400" vspace="4" alt="Jerry\'s prosthetic USB finger
  storage" border="1" /></p>\n\n<p>\nThe story behind this is that Jerry <a href="http://protoblogr.net/blog/view/lost_my_left_ring_finger_on_a_motorcycle_crash_with_deer.html";>had a motorcycle accident last May</a> and lost a finger. When the doctor working on the artificial finger heard he is <a href="http://fsfe.org/";>a hacker</a>, the immediate suggestion was to embed a USB "finger drive" to the design. Now <a href="http://www.yankodesign.com/2009/03/06/finally-a-usb-body-implant-for-hardcore-transfer/#comment-66214";>he carries</a> a <a href="http://sourceforge.net/projects/billix";>Billix Linux distribution</a> and the <a href="http://en.wikipedia.org/wiki/Freddy_Got_Fingered";>Freddy Got Fingered movie</a> as part of his hand.\n</p>\n\n<p>\nYanko Design\'s concept via <a href="http://i.gizmodo.com/5166064/image-of-the-day-do-not-try-this-at-home";>Gizmodo</a>.\n</p>\n\n<p>Technorati Tags: <a href="http://www.technorati.com/tag/cyborg"; rel="tag">cyborg</a>, <a href="http://
 www.technorati.com/tag/usb" rel="tag">usb</a></p></div>', 'source': {'updated': u'2009-03-10T09:27:04Z', 'subtitle': u'Motorcycle Adventures and Free Software from Henri Bergius', 'updated_parsed': (2009, 3, 10, 9, 27, 4, 1, 69, 0), 'links': [{'href': u'http://bergie.iki.fi/blog/', 'type': u'text/html', 'rel': u'alternate'}, {'href': u'http://bergie.iki.fi/blog/feeds/category/desktop/', 'type': u'application/rss+xml', 'rel': u'self'}], 'title': u'Henri Bergius: category "desktop"', 'author': u'henri bergius iki fi', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Motorcycle Adventures and Free Software from Henri Bergius'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Henri Bergius: category "desktop"'}, 'link': u'http://bergie.iki.fi/blog/', 'author_detail': {'name': '', 'email': u'henri bergius iki fi'}, 'id': u'http://bergie.iki.fi/blog/'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u
 'When reality meets product concepts', 'language': u'en'}, 'link': u'http://bergie.iki.fi/blog/when_reality_meets_product_concepts/', 'author': u'Henri Bergius (henri bergius iki fi)', 'author_detail': {'name': u'Henri Bergius', 'email': u'henri bergius iki fi'}, 'id': u'http://bergie.iki.fi/midcom-permalink-81dd96da0cf711de804c99350abe060a060a'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'A quick note if you\u2019re going to be using OGG open web video hosted on web servers.\xa0 There\u2019s an important configuration change that you should make so that Firefox recognizes it as video.\xa0 In my Apache configuration I\u2019ve added this directive:\nAddType application/ogg .ogg\nAddType application/ogg .ogx\nAddType video/ogg .ogv\nAddType audio/ogg .oga\nMost web servers are likely to return [...]', 'language': u'en'}, 'updated_parsed': (2009, 3, 9, 21, 59, 59, 0, 68, 0), 'links': [{'href': u'http://feedproxy.google.com/~r/ChristopherBlizzard/~3/jJ-oZDj
 uT_U/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'quick tip: open web video and mime types', 'feedburner_origlink': u'http://www.0xdeadbeef.com/weblog/?p=1159', 'tags': [{'term': u'OGG', 'scheme': None, 'label': None}, {'term': u'Open Web', 'scheme': None, 'label': None}, {'term': u'Video', 'scheme': None, 'label': None}, {'term': u'howto', 'scheme': None, 'label': None}], 'updated': u'2009-03-09T21:59:59Z', 'summary': u'A quick note if you\u2019re going to be using OGG open web video hosted on web servers.\xa0 There\u2019s an important configuration change that you should make so that Firefox recognizes it as video.\xa0 In my Apache configuration I\u2019ve added this directive:\nAddType application/ogg .ogg\nAddType application/ogg .ogx\nAddType video/ogg .ogv\nAddType audio/ogg .oga\nMost web servers are likely to return [...]', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>A quick note if you\u2019re going to be using OGG open 
 web video hosted on web servers.\xa0 There\u2019s an important configuration change that you should make so that Firefox recognizes it as video.\xa0 In my Apache configuration I\u2019ve added this directive:</p>\n<p><code><a href="http://httpd.apache.org/docs/2.2/mod/mod_mime.html#addtype";>AddType</a> <a href="http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions";>application/ogg .ogg</a></code><br />\n<code>AddType application/ogg .ogx</code><br />\n<code>AddType video/ogg .ogv</code><br />\n<code>AddType audio/ogg .oga</code></p>\n<p>Most web servers are likely to return the mime type as \u201ctext/plain\u201d which Mozilla will not show as video.\xa0 If you don\u2019t set it, and it\u2019s served up as text/plain then Firefox is likely to show either an error or endless buffering.\xa0 (Although I suspect that the endless buffering is actually a bug in our internal player and will likely be fixed.)</p>\n<p><strong>Update 1</strong>: This should have been video/ogg 
 for .ogv, application/ogg for .ogg, and audio/ogg for .oga files.</p>\n<p><strong>Update 2</strong>: You should look at <a href="http://blog.gingertech.net/2008/09/05/new-ogg-mime-types-ratified/";>this post from Silvia</a> for the correct information.  Thanks, Frank.</p>\n<img src="http://feeds2.feedburner.com/~r/ChristopherBlizzard/~4/jJ-oZDjuT_U"; height="1" width="1" /></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-10T00:24:32Z', 'subtitle': u'Yep.  Still in love with you.', 'updated_parsed': (2009, 3, 10, 0, 24, 32, 1, 69, 0), 'links': [{'href': u'http://www.0xdeadbeef.com/weblog', 'type': u'text/html', 'rel': u'alternate'}, {'href': u'http://feeds2.feedburner.com/ChristopherBlizzard', 'type': u'application/atom+xml', 'rel': u'self'}], 'title': u'Christopher Blizzard', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Yep.  Still in love with you.'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'val
 ue': u'Christopher Blizzard'}, 'link': u'http://www.0xdeadbeef.com/weblog', 'id': u'http://www.0xdeadbeef.com/weblog'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'quick tip: open web video and mime types', 'language': u'en'}, 'link': u'http://feedproxy.google.com/~r/ChristopherBlizzard/~3/jJ-oZDjuT_U/', 'author': u'Christopher Blizzard', 'author_detail': {'name': u'Christopher Blizzard'}, 'id': u'http://www.0xdeadbeef.com/weblog/?p=1159'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'So the Google Summer of Code 2009 is about to get started. So interested students better start thinking about projects they would like to do. We will try to get GStreamer accepted as a project also this year, so I been spending some time going over our ideas list and student guidelines from last year, [...]', 'language': u'en'}, 'updated_parsed': (2009, 3, 9, 18, 22, 53, 0, 68, 0), 'links': [{'href': u'http://blogs.gnome.org/uraeus/2009/03/09/google-summer-
 of-code-2009/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Google Summer of Code 2009', 'tags': [{'term': u'General', 'scheme': None, 'label': None}], 'updated': u'2009-03-09T18:22:53Z', 'summary': u'So the Google Summer of Code 2009 is about to get started. So interested students better start thinking about projects they would like to do. We will try to get GStreamer accepted as a project also this year, so I been spending some time going over our ideas list and student guidelines from last year, [...]', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>So the Google Summer of Code 2009 is about to get started. So interested students better start thinking about projects they would like to do. We will try to get GStreamer accepted as a project also this year, so I been spending some time going over our <a href="http://gstreamer.freedesktop.org/wiki/TaskList";>ideas list and student guidelines</a> from last year, removing stuff no longer
  relevant and trying to improve the text and information in the existing ones.</p>\n<p>I have also been pondering what works well and what works less well. One thing is clear to me now, which I didn\u2019t see as clearly last year, is that you should not sign up as a student for a summer of code project to do a loosely defined project, unless you have your own clear vision for it. The GStreamer project, and I think this is true for most participating projects, can provide you with great technical mentors, who can answer almost any coding related question you might have, but we can not provide you with a \u2018vision\u2019 for how an application should look or what it should do. So if you do not have what you personally feel is a great vision and idea for an application, one that you are able to work on without getting a lot of high level feedback, then you should instead try to do a project which is more clearly defined and specified. In GStreamer terms good examples of the 
 latter is writing new encoders and decoders or muxer and demuxers, or any plugin providing support a well known existing technology. Cause by that you usually have clear specs for what needs to be done and can get maximum utility out of your mentor as the kind of questions you would have would be quite clear and concrete.</p>\n<p>And doing this sort of project is also often highly appreciated. I know a lot of people who have been very happy because they have been able to utilize Thiagos Quicktime/mpeg4 muxer, which he wrote as part of last years summer of code.</p>\n<p>That said, I do not want to discourage people from doing more \u2018vision\u2019 based projects, but I am sure that on the GStreamer ideas list and on many other projects list you will find what are essentially quite loosely defined ideas. Those can be great projects, but just because someone has posted such a loose idea, do not assume the project or person in question has got a clear idea about the details. S
 o if you want to take on such a project (or propose one of your own conjuration) make sure you have a clear inner image of the application you what to write. If you get accepted and your first question to your mentor or the mentoring organisation ends up being \u2019so how should I do this?\u2019 then there is a big chance your project will fail.</p>\n<p>Another thing worth mentioning is that all projects listed on such ideas pages are not the be all and end all of possible projects, if you have a great idea of your own then propose that through the Google Summer of Code application page. As long as your idea seems viable and you come of looking like someone able to pull it off, then most of the larger projects at least should be able to provide you with a mentor for that project. Just be sure before you submit your application to read over it and think to yourself \u2018if I read this would I understand what he/she hopes to do and do I get the feeling this person has the sk
 ills to pull it off\u2019. </p>\n<p>The skills part is important, cause even if the Summer of Code do provide you with a mentor this mentor can not take you from nothing to glory (most bigger organisations have done the Summer of Code enough times now to realize this and thus not accept applications which do not fill them with confidence). Instead the mentor can help you hone your skills and be someone you can bounce ideas off, but you have to do a lot of the legwork yourself. A Summer of Code project is more like doing a thesis than being taught something in a class. You are mostly on your own, but you have someone to check in with from time to time to verify that your general ideas are sound and that you are on the right track and get answers to specific questions.</p>\n<p>Anyway I keep people posted on when/if GStreamer gets accepted and let you know where you can post your participation applications.</p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-09T18:
 22:53Z', 'subtitle': u'Just another GNOME Blogs weblog', 'updated_parsed': (2009, 3, 9, 18, 22, 53, 0, 68, 0), 'links': [{'href': u'http://blogs.gnome.org/uraeus/feed/', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://blogs.gnome.org/uraeus', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Christian Schaller', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Just another GNOME Blogs weblog'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Christian Schaller'}, 'link': u'http://blogs.gnome.org/uraeus', 'id': u'http://blogs.gnome.org/uraeus'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Google Summer of Code 2009', 'language': u'en'}, 'link': u'http://blogs.gnome.org/uraeus/2009/03/09/google-summer-of-code-2009/', 'author': u'uraeus', 'author_detail': {'name': u'uraeus'}, 'id': u'http://blogs.gnome.org/uraeus/?p=999'}, {'summary_detail': {'base': '', 'type': 'text
 /plain', 'value': u'As I said on my last post, now I\u2019m working on Guadalinex v6, but in this new version we won\u2019t try to develop a lot of new things as in earlier versions, we have less time and different goals as well.\nOur main goals are:\n\nRelease as close to Jaunty as we could\nHave the same features already [...]', 'language': u'en'}, 'updated_parsed': (2009, 3, 9, 17, 4, 25, 0, 68, 0), 'links': [{'href': u'http://blogs.gnome.org/juanje/2009/03/09/guadalinex-update/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Guadalinex upadates', 'tags': [{'term': u'distros', 'scheme': None, 'label': None}, {'term': u'gnome', 'scheme': None, 'label': None}, {'term': u'guadalinex', 'scheme': None, 'label': None}, {'term': u'distributions', 'scheme': None, 'label': None}, {'term': u'local', 'scheme': None, 'label': None}, {'term': u'transalations', 'scheme': None, 'label': None}], 'updated': u'2009-03-09T17:04:25Z', 'summary': u'As I said on my last post, now I\u
 2019m working on Guadalinex v6, but in this new version we won\u2019t try to develop a lot of new things as in earlier versions, we have less time and different goals as well.\nOur main goals are:\n\nRelease as close to Jaunty as we could\nHave the same features already [...]', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>As I said on my last post, now I\u2019m working on <a href="http://launchpad.net/guadalinex"; target="_blank" title="Guadalinex in Launchpad">Guadalinex v6</a>, but in this new version we won\u2019t try to develop a lot of new things as in earlier versions, we have less time and different goals as well.</p>\n<p>Our main goals are:</p>\n<ul>\n<li>Release as close to Jaunty as we could</li>\n<li>Have the same features already implemented for Guadalinex working fine (updated to Jaunty)</li>\n<li>Have a really, really stable version</li>\n<li>Have all the desktop, applications and documentation well translated into Spanish</li>\n<
 /ul>\n<p>There is also a implicit goal about trying to push our improvements\xa0 to the international free software community. We do have Spanish community, but no much people outside Hispanic community knows well some interesting and useful projects we have.</p>\n<p>I have to thanks to the people from Ubuntu who is helping us with Launchpad and all the Ubuntu procedures so we can move a bit to the Ubuntu world. People like <a href="http://daniel.holba.ch/blog/"; target="_blank">Daniel Holbach</a> and others really care about us and the possibility of collaboration.</p>\n<p>Now we have a distro registered in Launchpad:</p>\n<p><a href="http://launchpad.net/guadalinex"; target="_blank" title="Guadalinex in Launchpad">http://launchpad.net/guadalinex</a></p>\n<p>Some projects registered in Launchpad with the old source code imported from <a href="http://forja.guadalinex.org/guadalinexv5/apps/"; target="_blank" title="Guadalinex v5 Subversion repository">the earlier version</a>:</p
 >\n<ul>\n<li><a href="http://launchpad.net/~guadalinex-members/+related-software"; target="_blank">Projects</a></li>\n<li><a href="http://code.launchpad.net/~guadalinex-members"; target="_blank">Code</a> (Bazaar branches)</li>\n</ul>\n<p>And also a <a href="http://launchpad.net/~guadalinex-members/+archive/ppa"; target="_blank" title="Launchpad\'s Personal Package Archives">PPA</a> (Launchpad\u2019s Personal Package Archives) where upload packages built for Guadalinex (ergo Jaunty) so people can use our projects in Ubuntu Jaunty. By now there is just a couple of packages recently upgrades to Janty and with some fixes:</p>\n<ul>\n<li><a href="https://edge.launchpad.net/guada-ubiquity";>Guadalinex frontend for Ubiquity</a></li>\n<li><a href="https://edge.launchpad.net/lemurae";>Desktop Spahish dictionary</a></li>\n<li><a href="https://edge.launchpad.net/gru";>Grub recover utility</a></li>\n</ul>\n<p>Our intention is get our distro ready for <a href="http://forja.guadalinex.org/webs/
 guadalinexv6/doku.php?id=calendario" target="_blank" title="Roadmap">our schedule</a> and start to put software we think is useful or needed for our users into next Ubuntu versions. We are just making the <span class="mn"> foundations.</span></p>\n<p><span class="mn">But there is a lot of interesting and useful software already in Ubuntu or other upstream projects with some internationalization problems, so we must take care of them. We are reviewing the applications and mostly the installer or live system to be sure there is no non translatable parts.</span></p>\n<p><span class="mn">Currently we are working on the Ubuntu live system (<a href="http://launchpad.net/casper"; target="_blank">casper</a>) to bring some <a href="http://en.wikipedia.org/wiki/I18n"; target="_blank">i18n</a> support on some messages the user see and probably doesn\u2019t understand.</span></p>\n<p><span class="mn">In the other hand our projects were made by Spanish developers for Spanish people and the
 y haven\u2019t much i18n support. And we are also working on that.</span></p>\n<p><span class="mn">And for all those Spanish speakers who find hard to search and read documentation in English we are trying to set up <a href="http://forja.guadalinex.org/webs/guadalinexv6/doku.php?id=desarrollo"; target="_blank">a developer documentation wiki in Spanish</a> for all the people who like to collaborate with Guadalinex. This is easier step for a lot of non-English speakers to get involved in any kind of free software community. And with that knowledge they can just collaborate with Guadalinex (but this makes them collaborate indirectly with upstreams projects\u2026) or Ubuntu, Gnome or any project.</span></p>\n<p><span class="mn">At least, I hope so\u2026<br />\n</span></p>\n<p><span class="mn">Something similar helps me years ago\u2026 <img src="http://blogs.gnome.org/juanje/wp-content/mu-plugins/tango-smilies/tango/face-smile.png"; alt=":-)" height="16" class="wp-smiley" width="16
 " /> </span><br />\nAnyone who want help us or is interested on the project can contact with me or with the rest of the team here, in the irc (channels: #guadalinex , #ubuntu-devel or #guadabuntu) or , if you can read/write Spanish, at the <a href="http://forja.guadalinex.org/repositorio/mailman/listinfo/forja.guadalinexv6-distro"; target="_blank">Spanish mail list</a>.</p>\n<p>Thanks for reading so boring history I should turn off the verbose mode <img src="http://blogs.gnome.org/juanje/wp-content/mu-plugins/tango-smilies/tango/icon_razz.gif"; alt=":-P" height="16" class="wp-smiley" width="16" /> </p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-09T17:04:25Z', 'subtitle': u"Juanje's thoughts about GNOME, FLOSS and more", 'updated_parsed': (2009, 3, 9, 17, 4, 25, 0, 68, 0), 'links': [{'href': u'http://blogs.gnome.org/juanje/feed/', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://blogs.gnome.org/juanje', 'type': u'text/html', 'rel': u'alterna
 te'}], 'title': u'Nothing in particular', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u"Juanje's thoughts about GNOME, FLOSS and more"}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Nothing in particular'}, 'link': u'http://blogs.gnome.org/juanje', 'id': u'http://blogs.gnome.org/juanje'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Guadalinex upadates', 'language': u'en'}, 'link': u'http://blogs.gnome.org/juanje/2009/03/09/guadalinex-update/', 'author': u'juanje', 'author_detail': {'name': u'juanje'}, 'id': u'http://blogs.gnome.org/juanje/?p=92'}, {'summary_detail': {'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><a href="http://www.sculpturebythesea.com/";>Sculpture by the Sea</a> is on again at Cottesloe beach. Steph and I caught the bus there this evening and had a look and ate hot chips on the grass.<br /><br />Saw Watchmen on Sunday. Enjoyed it.<br /><br />Went to th
 e UCC Fresher\'s Welcome on Friday night. Managed to accidentally skip a large portion of it, but wasn\'t incredibly bothered. Maybe I\'m losing interest?<br /><br />Have now worked for Collabora for almost 2 months. I\'m really enjoying myself. Steph pointed out that I no longer sulk about the end of the weekend. Have almost written a fully functional Telepathy client for the docs.<br /><br />GNOME 2.26 release notes are in progress. More help gladly accepted.<br /><br />Not this weekend, but the weekend after, we\'ll be in Melbourne. Look out! It might be possible to find us gorging ourselves outside Lord of the Fries.<br /><br /><center><a href="http://www.flickr.com/photos/penguincakes/3341325038/"; title="footsteps by penguincakes, on Flickr"><img src="http://farm4.static.flickr.com/3304/3341325038_ce1efa502c.jpg"; alt="footsteps" height="333" width="500" /></a></center></div>', 'language': None}, 'updated_parsed': (2009, 3, 9, 16, 52, 46, 0, 68, 0), 'links': [{'href': u'
 http://davyd.livejournal.com/270925.html', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'another sunny afternoon', 'updated': u'2009-03-09T16:52:46Z', 'summary': u'<div><a href="http://www.sculpturebythesea.com/";>Sculpture by the Sea</a> is on again at Cottesloe beach. Steph and I caught the bus there this evening and had a look and ate hot chips on the grass.<br /><br />Saw Watchmen on Sunday. Enjoyed it.<br /><br />Went to the UCC Fresher\'s Welcome on Friday night. Managed to accidentally skip a large portion of it, but wasn\'t incredibly bothered. Maybe I\'m losing interest?<br /><br />Have now worked for Collabora for almost 2 months. I\'m really enjoying myself. Steph pointed out that I no longer sulk about the end of the weekend. Have almost written a fully functional Telepathy client for the docs.<br /><br />GNOME 2.26 release notes are in progress. More help gladly accepted.<br /><br />Not this weekend, but the weekend after, we\'ll be in Melbourne. Look o
 ut! It might be possible to find us gorging ourselves outside Lord of the Fries.<br /><br /><center><a href="http://www.flickr.com/photos/penguincakes/3341325038/"; title="footsteps by penguincakes, on Flickr"><img src="http://farm4.static.flickr.com/3304/3341325038_ce1efa502c.jpg"; alt="footsteps" height="333" width="500" /></a></center></div>', 'source': {'updated': u'2009-03-10T09:22:29Z', 'subtitle': u'Weblog - LiveJournal.com', 'updated_parsed': (2009, 3, 10, 9, 22, 29, 1, 69, 0), 'links': [{'href': u'http://davyd.livejournal.com/', 'type': u'text/html', 'rel': u'alternate'}, {'href': u'http://davyd.livejournal.com/data/rss', 'type': u'application/rss+xml', 'rel': u'self'}], 'title': u'Weblog', 'author': u'Davyd Madeley', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': None, 'value': u'Weblog - LiveJournal.com'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': None, 'value': u'Weblog'}, 'link': u'http://davyd.livejournal.com/', 'logo': u'h
 ttp://p-userpic.livejournal.com/27602973/544381', 'author_detail': {'name': u'Davyd Madeley'}, 'id': u'http://davyd.livejournal.com/'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'another sunny afternoon', 'language': None}, 'link': u'http://davyd.livejournal.com/270925.html', 'id': u'http://davyd.livejournal.com/270925.html'}, {'updated': u'2009-03-09T13:30:00Z', 'published_parsed': (2009, 3, 9, 13, 30, 0, 0, 68, 0), 'subtitle': u'<div>Since we went live on the new desktop we have had a nagging issue with screendumps.  From time to time the "import" command once activated would log you off the server and return you to the XDM chooser.  I have never been able to replicate it reliably for debugging until today.  I had always suspect it was a crash of gnome-session or the parent dbus process.  Turns out it\'s a crash of X on the thin clients, which makes it a lot harder to patch and fix.  We are not ready at this point to push out a new build to our 550 devic
 es.<br /><br />So I have been looking at our good old friend, xwd.  It would perfectly meet my needs, and doesn\'t crash in the same place as import.  The problem is there seems to be an endian issue when using Compiz.  The shot below shows what is dumped when Compiz is active.  Ideas and technical information is appreciated.   I don\'t mind using convert on a second pass to revert the original colors, but am not sure what exactly is wrong with the image.<br /><br /><a href="http://3.bp.blogspot.com/_rk97SBAt20o/SbUbZOMDBiI/AAAAAAAAAVc/_wPunGDtwgk/s1600-h/blog.png";><img src="http://3.bp.blogspot.com/_rk97SBAt20o/SbUbZOMDBiI/AAAAAAAAAVc/_wPunGDtwgk/s320/blog.png"; alt="" border="0" id="BLOGGER_PHOTO_ID_5311181455672673826" /></a></div>', 'updated_parsed': (2009, 3, 9, 13, 30, 0, 0, 68, 0), 'links': [{'href': u'http://davelargo.blogspot.com/feeds/4711409238880055767/comments/default', 'type': u'application/atom+xml', 'rel': u'replies'}, {'href': u'https://www.blogger.com/commen
 t.g?blogID=29399536&postID=4711409238880055767', 'type': u'text/html', 'rel': u'replies'}, {'href': u'http://www.blogger.com/feeds/29399536/posts/default/4711409238880055767?v=2', 'type': u'application/atom+xml', 'rel': u'edit'}, {'href': u'http://davelargo.blogspot.com/feeds/posts/default/4711409238880055767', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://davelargo.blogspot.com/2009/03/help-with-xwd.html', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Help With XWD', 'author': u'Dave Richards (noreply blogger com)', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div>Since we went live on the new desktop we have had a nagging issue with screendumps.  From time to time the "import" command once activated would log you off the server and return you to the XDM chooser.  I have never been able to replicate it reliably for debugging until today.  I had always suspect it was a crash of gnome-session or the parent dbus process.
   Turns out it\'s a crash of X on the thin clients, which makes it a lot harder to patch and fix.  We are not ready at this point to push out a new build to our 550 devices.<br /><br />So I have been looking at our good old friend, xwd.  It would perfectly meet my needs, and doesn\'t crash in the same place as import.  The problem is there seems to be an endian issue when using Compiz.  The shot below shows what is dumped when Compiz is active.  Ideas and technical information is appreciated.   I don\'t mind using convert on a second pass to revert the original colors, but am not sure what exactly is wrong with the image.<br /><br /><a href="http://3.bp.blogspot.com/_rk97SBAt20o/SbUbZOMDBiI/AAAAAAAAAVc/_wPunGDtwgk/s1600-h/blog.png";><img src="http://3.bp.blogspot.com/_rk97SBAt20o/SbUbZOMDBiI/AAAAAAAAAVc/_wPunGDtwgk/s320/blog.png"; alt="" border="0" id="BLOGGER_PHOTO_ID_5311181455672673826" /></a></div>', 'language': None}], 'source': {'updated': u'2009-03-09T17:58:47Z', 'updat
 ed_parsed': (2009, 3, 9, 17, 58, 47, 0, 68, 0), 'links': [{'href': u'http://davelargo.blogspot.com/feeds/posts/default', 'type': u'application/atom+xml', 'rel': u'http://schemas.google.com/g/2005#feed'}, {'href': u'http://davelargo.blogspot.com/feeds/posts/default', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://davelargo.blogspot.com/', 'type': u'text/html', 'rel': u'alternate'}, {'href': u'http://davelargo.blogspot.com/feeds/posts/default?start-index=26&max-results=25', 'type': u'application/atom+xml', 'rel': u'next'}], 'title': u'Dave Richards - City of Largo Work Blog', 'author': u'Dave Richards (noreply blogger com)', 'title_detail': {'base': '', 'type': 'text/plain', 'language': None, 'value': u'Dave Richards - City of Largo Work Blog'}, 'href': u'http://www.blogger.com/profile/06403055794363134691', 'link': u'http://davelargo.blogspot.com/', 'author_detail': {'href': u'http://www.blogger.com/profile/06403055794363134691', 'name': u'Dave Richards',
  'email': u'noreply blogger com'}, 'id': u'tag:blogger.com,1999:blog-29399536'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Help With XWD', 'language': None}, 'href': u'http://www.blogger.com/profile/06403055794363134691', 'link': u'http://davelargo.blogspot.com/2009/03/help-with-xwd.html', 'published': u'2009-03-09T13:30:00Z', 'author_detail': {'href': u'http://www.blogger.com/profile/06403055794363134691', 'name': u'Dave Richards', 'email': u'noreply blogger com'}, 'id': u'tag:blogger.com,1999:blog-29399536.post-4711409238880055767'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'I think Facebook fixed their \u201cPeople you may know\u201d feature, because recently it was showing people I didn\u2019t really know but this morning I knew the listed names and faces and among these:\n\n(Not an actual screenshot, edited to remove non FOSS people)\nNow, it is not as if I could be friend with them - after [...]', 'language': u'en'}, 'updated_
 parsed': (2009, 3, 9, 9, 34, 6, 0, 68, 0), 'links': [{'href': u'http://blog.pierlux.com/2009/03/09/familiar-faces/en/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Familiar Faces', 'tags': [{'term': u'Gnome', 'scheme': None, 'label': None}, {'term': u'G\xe9n\xe9rale', 'scheme': None, 'label': None}], 'updated': u'2009-03-09T09:34:06Z', 'summary': u'I think Facebook fixed their \u201cPeople you may know\u201d feature, because recently it was showing people I didn\u2019t really know but this morning I knew the listed names and faces and among these:\n\n(Not an actual screenshot, edited to remove non FOSS people)\nNow, it is not as if I could be friend with them - after [...]', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>I think Facebook fixed their \u201cPeople you may know\u201d feature, because recently it was showing people I didn\u2019t really know but this morning I knew the listed names and faces and among these:</p>\n<p><a hr
 ef="http://www.flickr.com/photos/pierlux/3341025326/"; class="tt-flickr tt-flickr-Medium"><img src="http://farm4.static.flickr.com/3339/3341025326_cf5c65da4f.jpg"; alt="Facebook" height="271" class="aligncenter" width="500" /></a></p>\n<p><span>(Not an actual screenshot, edited to remove non FOSS people)</span></p>\n<p>Now, it is not as if I could be friend with them - after all I know their name/face because we attended the same conferences or read Planet Gnome.\xa0 I don\u2019t want to be that excessive Facebook-friend-adder.\xa0 I personally draw the line by asking myself \u201cWould that person know/remember who I am?\u201d, therefore I try to only add people that I\u2019ve talked with in real life.</p>\n<p>Facebook chose the word Friend to identify the persons I allow to see my information.\xa0 It is a rather strong word because some of the people in my \u201cfriend\u201d list are just acquaintances and they mix with my best friends!\xa0 Yet, they are people I\u2019d like
  to keep informed about.</p>\n<p>Thanks Facebook for forcing me to think about what defines friendship before breakfast <img src="http://blog.pierlux.com/wp-includes/images/smilies/icon_wink.gif"; alt=";-)" class="wp-smiley" /></p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-09T22:54:45Z', 'subtitle': u'Now in Aqua, where available', 'updated_parsed': (2009, 3, 9, 22, 54, 45, 0, 68, 0), 'links': [{'href': u'http://blog.pierlux.com/category/gnome/feed/en/', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://blog.pierlux.com', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Pierre-Luc Beaudoin \xbb Gnome', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Now in Aqua, where available'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Pierre-Luc Beaudoin \xbb Gnome'}, 'link': u'http://blog.pierlux.com', 'id': u'http://blog.pierlux.com'}, 'title_detail': {'base': '', 'type
 ': 'text/plain', 'value': u'Familiar Faces', 'language': u'en'}, 'link': u'http://blog.pierlux.com/2009/03/09/familiar-faces/en/', 'author': u'Pierre-Luc Beaudoin', 'author_detail': {'name': u'Pierre-Luc Beaudoin'}, 'id': u'http://blog.pierlux.com/?p=1024'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'During this week-end I finally found some time to start playing with Vala and Clutter. I would like to write a small game using them, but I\u2019m not sure I will finish it because the more the time passes the less I seem able to write code in my free time. Now that I\u2019m spending [...]', 'language': u'en'}, 'updated_parsed': (2009, 3, 9, 9, 30, 54, 0, 68, 0), 'links': [{'href': u'http://blog.barisione.org/2009-03/vala-clutter-limoncello/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Vala, Clutter and limoncello', 'tags': [{'term': u'Uncategorized', 'scheme': None, 'label': None}], 'updated': u'2009-03-09T09:30:54Z', 'summary': u'During this 
 week-end I finally found some time to start playing with Vala and Clutter. I would like to write a small game using them, but I\u2019m not sure I will finish it because the more the time passes the less I seem able to write code in my free time. Now that I\u2019m spending [...]', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>During this week-end I finally found some time to start playing with Vala and Clutter. I would like to write a small game using them, but I\u2019m not sure I will finish it because the more the time passes the less I seem able to write code in my free time. Now that I\u2019m spending all the day programming I find it very hard to write code when I come back from the office and I end up spending my time doing other things, like cooking.</p>\n<p>Speaking of cooking, in Italy it\u2019s quite common to make your own limoncello or other similar liqueurs so I finally decided to try making a basil-based limoncello-like liqueur. Th
 is kind of liqueurs is made using some 95% (190 proof) alcohol to extract the flavour form the lemon/basil/whatever and then the result is diluted with water and sugar. In Italy bottles of grain alcohol are available in most grocery stores<sup>[1]</sup>, but here it seems impossible to find. I suspect that the only way to have access to it in the UK is to work in a lab where alcohol is used<sup>[2]</sup>.</p>\n<p><small>[1] And nobody that I know of tried to just drink it or used it to make other drinks stronger, so I was quite surprised when I discovered that pure alcohol is used in the US (in the states where it\u2019s legal) almost only to make drinks stronger.</small></p>\n<p><small>[2] Somebody in Cambridge reading this that works in a place where 95% alcohol is used?</small></p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-09T09:30:54Z', 'updated_parsed': (2009, 3, 9, 9, 30, 54, 0, 68, 0), 'links': [{'href': u'http://blog.barisione.org/?feed=rss2', 'typ
 e': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://blog.barisione.org', 'type': u'text/html', 'rel': u'alternate'}], 'title': u"Marco Barisione's Weblog", 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u"Marco Barisione's Weblog"}, 'link': u'http://blog.barisione.org', 'id': u'http://blog.barisione.org'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Vala, Clutter and limoncello', 'language': u'en'}, 'link': u'http://blog.barisione.org/2009-03/vala-clutter-limoncello/', 'author': u'barisione', 'author_detail': {'name': u'barisione'}, 'id': u'http://blog.barisione.org/?p=148'}, {'updated': u'2009-03-08T21:00:00Z', 'published_parsed': (2009, 3, 8, 21, 0, 0, 6, 67, 0), 'subtitle': u"<div><ul> \n    <li>\n\tUp rather early, fed E. amused the others with children's\nDVD - breakfast; out to the local CofE - tried to avoid creating\ntoo much noise. Back for lunch.\n    </li>\n    <li>\n\tMore bicyling, N. free-wheeled 35 
 paces down-hill to great\nacclaim, packed everything up, attached bikes to car, set off in\npouring rain, home safely.\n    </li>\n    <li>\n\tWow - Sanmarie had cleaned the ground-floor beautifully,\neverything tidy, clean and as neat as can be: a most pleasant\nsurprise. Dinner, bathed and put babes to bed.\n    </li>\n</ul></div>", 'updated_parsed': (2009, 3, 8, 21, 0, 0, 6, 67, 0), 'links': [{'href': u'http://www.gnome.org/~michael/blog/2009-03-08.html', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'2009-03-08: Sunday.', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u"<div><ul> \n    <li>\n\tUp rather early, fed E. amused the others with children's\nDVD - breakfast; out to the local CofE - tried to avoid creating\ntoo much noise. Back for lunch.\n    </li>\n    <li>\n\tMore bicyling, N. free-wheeled 35 paces down-hill to great\nacclaim, packed everything up, attached bikes to car, set off in\npouring rain, home safely.\n    </li>\n    <li>\
 n\tWow - Sanmarie had cleaned the ground-floor beautifully,\neverything tidy, clean and as neat as can be: a most pleasant\nsurprise. Dinner, bathed and put babes to bed.\n    </li>\n</ul></div>", 'language': u'en-GB'}], 'source': {'updated': u'2009-03-08T21:00:00Z', 'subtitle': u'things, of varying degrees of uselessness, that I did', 'updated_parsed': (2009, 3, 8, 21, 0, 0, 6, 67, 0), 'links': [{'href': u'http://www.gnome.org/~michael/blog', 'type': u'text/html', 'rel': u'alternate'}, {'href': u'http://www.gnome.org/~michael/blog/index.atom', 'type': u'application/atom+xml', 'rel': u'self'}], 'rights': u'Copyright 1999-2008 Michael Meeks', 'author': u'Michael Meeks (michael meeks novell com)', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en-GB', 'value': u'things, of varying degrees of uselessness, that I did'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en-GB', 'value': u'Stuff Michael Meeks is doing'}, 'href': u'http://www.gno
 me.org/~michael/blog/index.atom', 'link': u'http://www.gnome.org/~michael/blog', 'id': u'http://www.gnome.org/~michael/blog/index.atom', 'title': u'Stuff Michael Meeks is doing', 'rights_detail': {'base': '', 'type': 'text/plain', 'language': u'en-GB', 'value': u'Copyright 1999-2008 Michael Meeks'}, 'author_detail': {'href': u'http://www.gnome.org/~michael/blog/index.atom', 'name': u'Michael Meeks', 'email': u'michael meeks novell com'}}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'2009-03-08: Sunday.', 'language': u'en-GB'}, 'link': u'http://www.gnome.org/~michael/blog/2009-03-08.html', 'published': u'2009-03-08T21:00:00Z', 'id': u'http://www.gnome.org/~michael/blog/2009/03/08/2009-03-08'}, {'summary_detail': {'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><b>buzztard</b>\n\n<p> Yay. LJ has a <a href="http://www.linuxjournal.com/content/buzztard-project-part-1";>nice\nonline article about buzztard</a>. While helping the author\nto get the code
  up &amp; running, I mad several improvments to\nthe configure stuff\nto make things more obvious, especially when installing not\nto /usr. I also\n<a href="http://www.buzztard.org/index.php/Building";>updated\nthe instructions on the wiki</a> and waffel updated our\njhbuild module-\nset. \n\n</p><p> The GStreamer buzzmachine plugin now supports an index.txt\nfile in the search\npath. This is used in buzz to categorize machines. The\nwrapper plugin adds the\ncategories to the GStreamer classification filed and\nbuzztard-edit uses it to\nbuild a structured menu. This helps makes the menu a bit\nmore useful again. Same\nstuff needed for ladspa (via rdf).\n\n</p><p> The whole machine graph handling is now getting into 2nd\nphase. I can already\ndisconnect stuff while playing without breaking things.\nAdding sources still has\nissues :/\n\n</p><p> I also made a series of UI experiemnts. I now have some code\nfor doing properly\nscaled svgs on gnome-canvas. Sofar the machine icons
  became\nblurry when zooming.\nThis was quite noticable in the screenshots of the article.\nSpeaking of those I\nam suprised that even today, browsers only do nearest\nneighbour scaling. As\ngraphics is fun, I also hacked some pixbuf filter effect, so\nthat I can get icon\nvariants for selecting and disabling. This will hopefully be\nintegrated in next\nmonth. Finally I replaced the VU meter code with the cairo\nvariant from <a href="http://bugzilla.gnome.org/show_bug.cgi?id=547490";>gbo\n#547490</a> and made some fixes/improvements.</p></div>', 'language': u'en-us'}, 'updated_parsed': (2009, 3, 8, 20, 53, 28, 6, 67, 0), 'links': [{'href': u'http://www.advogato.org/person/ensonic/diary.html?start=90', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'8 Mar 2009', 'updated': u'2009-03-08T20:53:28Z', 'summary': u'<div><b>buzztard</b>\n\n<p> Yay. LJ has a <a href="http://www.linuxjournal.com/content/buzztard-project-part-1";>nice\nonline article about buzztard</a>. While he
 lping the author\nto get the code up &amp; running, I mad several improvments to\nthe configure stuff\nto make things more obvious, especially when installing not\nto /usr. I also\n<a href="http://www.buzztard.org/index.php/Building";>updated\nthe instructions on the wiki</a> and waffel updated our\njhbuild module-\nset. \n\n</p><p> The GStreamer buzzmachine plugin now supports an index.txt\nfile in the search\npath. This is used in buzz to categorize machines. The\nwrapper plugin adds the\ncategories to the GStreamer classification filed and\nbuzztard-edit uses it to\nbuild a structured menu. This helps makes the menu a bit\nmore useful again. Same\nstuff needed for ladspa (via rdf).\n\n</p><p> The whole machine graph handling is now getting into 2nd\nphase. I can already\ndisconnect stuff while playing without breaking things.\nAdding sources still has\nissues :/\n\n</p><p> I also made a series of UI experiemnts. I now have some code\nfor doing properly\nscaled svgs on gnom
 e-canvas. Sofar the machine icons became\nblurry when zooming.\nThis was quite noticable in the screenshots of the article.\nSpeaking of those I\nam suprised that even today, browsers only do nearest\nneighbour scaling. As\ngraphics is fun, I also hacked some pixbuf filter effect, so\nthat I can get icon\nvariants for selecting and disabling. This will hopefully be\nintegrated in next\nmonth. Finally I replaced the VU meter code with the cairo\nvariant from <a href="http://bugzilla.gnome.org/show_bug.cgi?id=547490";>gbo\n#547490</a> and made some fixes/improvements.</p></div>', 'source': {'updated': u'2009-03-10T09:23:11Z', 'subtitle': u'Advogato blog for ensonic', 'updated_parsed': (2009, 3, 10, 9, 23, 11, 1, 69, 0), 'links': [{'href': u'http://www.advogato.org/person/ensonic/', 'type': u'text/html', 'rel': u'alternate'}, {'href': u'http://www.advogato.org/person/ensonic/rss.xml', 'type': u'application/rss+xml', 'rel': u'self'}], 'title': u'Advogato blog for ensonic', 'autho
 r': u'Stefan Kost', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en-us', 'value': u'Advogato blog for ensonic'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en-us', 'value': u'Advogato blog for ensonic'}, 'link': u'http://www.advogato.org/person/ensonic/', 'author_detail': {'name': u'Stefan Kost'}, 'id': u'http://www.advogato.org/person/ensonic/'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'8 Mar 2009', 'language': u'en-us'}, 'link': u'http://www.advogato.org/person/ensonic/diary.html?start=90', 'id': u'http://www.advogato.org/person/ensonic/diary.html?start=90'}, {'summary_detail': {'base': '', 'type': 'application/xhtml+xml', 'value': u'<div>I visited the Embedded World fair in N\xfcrnberg on Wednesday this week together with some colleagues. Like always on events like this I stumble upon nice devices with Linux support\u2026 in fact embedded hardware like development platforms and devices for industrial use or
  consumer network stuff without running Linux seems to become uncommon. Just a [...]<img src="http://stats.wordpress.com/b.gif?host=fl0rian.wordpress.com&blog=100118&post=111&subd=fl0rian&ref=&feed=1"; alt="" border="0" /></div>', 'language': u'en'}, 'updated_parsed': (2009, 3, 8, 15, 11, 30, 6, 67, 0), 'links': [{'href': u'http://fl0rian.wordpress.com/2009/03/08/the-other-beagleboard/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'The \u2018other\u2019 BeagleBoard', 'tags': [{'term': u'Devices', 'scheme': None, 'label': None}, {'term': u'Linux', 'scheme': None, 'label': None}, {'term': u'Maemo', 'scheme': None, 'label': None}], 'updated': u'2009-03-08T15:11:30Z', 'summary': u'<div>I visited the Embedded World fair in N\xfcrnberg on Wednesday this week together with some colleagues. Like always on events like this I stumble upon nice devices with Linux support\u2026 in fact embedded hardware like development platforms and devices for industrial use or consumer netw
 ork stuff without running Linux seems to become uncommon. Just a [...]<img src="http://stats.wordpress.com/b.gif?host=fl0rian.wordpress.com&blog=100118&post=111&subd=fl0rian&ref=&feed=1"; alt="" border="0" /></div>', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><div class="snap_preview"><br /><p>I visited the Embedded World fair in N\xfcrnberg on Wednesday this week together with some colleagues. Like always on events like this I stumble upon nice devices with Linux support\u2026 in fact embedded hardware like development platforms and devices for industrial use or consumer network stuff without running Linux seems to become uncommon. Just a few years back hackers had to search hard for useful devices or invest a lot of time reverse engineering consumer hardware. Unluckily cellphones are still problematic - even the linux ones are usually locked down so that they are not useful for developers.</p>\n<p>But let\u2019s stay with the \u2018good\u2019 
 ones: <a href="http://www.karo-electronics.de/index.php?id=1&L=1";>Karo Electronics</a> showed a new low cost DIMM sized embedded module based on a 400MHz ARM9 CPU (The datasheet mentions Freescale, but lacks the name the chip.) A friend bought a similar one (a TX27) which came with full Linux kernel sources but he was not really impressed by the quality.</p>\n<p>A real suprise was the booth of EBV: They build and sell their own BeagleBoard called <a href="http://www.ebv.com/ebvbeagle";>EBVBeagle</a>.</p>\n<div id="attachment_112" class="wp-caption alignnone"><a href="http://fl0rian.files.wordpress.com/2009/03/80e63f6f39.jpg";><img src="http://fl0rian.files.wordpress.com/2009/03/80e63f6f39.jpg?w=300&h=252"; title="EBVBeagle" height="252" width="300" alt="EBVBeagle (image source: EBV)" class="size-medium wp-image-112" /></a><p class="wp-caption-text">EBVBeagle (image source: EBV)</p></div>\n<p>Its actually a BeagleBoard revision C2 with green PCB boxed with some useful accessorie
 s. It comes as a quite complete starter kit with AC adapter, USB to Ethernet adapter, MMC card, USB hub and some cables. The official press release can be found <a href="http://www.ebv.com/en/press-print/news-pr/details/news//press-releas-54.html";>here</a>. They claim (but not gurantee) to be able to deliver within two weeks. Looks like the only drawback is the minimum order value of 250 EUR which is - of course - more than the EBVBeagle kit.</p>\n<p>Apropos Beagle Board - <a href="http://maemo.org";>Maemo</a> (which <a href="http://maemo-beagle.garage.maemo.org/";>runs on the BeagleBoard</a> too) has released some new bits. First\xa0 <a href="http://maemo.org/news/announcements/maemo_5_alpha_sdk_released/";>Maemo 5 alpha SDK</a> is ready and released. This is pretty good for people using it on the Beagle Board because only the Maemo 5 SDKs support the OMAP3 SoC. For people who want to learn about Maemo development or development for Limux mobile devices in general there is a n
 ew <a href="http://maemo.org/development/training/";>Maemo Tutorial release</a>. The Maemo Tutorial provides quite easy to understand and detailed information about Maemo platform and application development. It gives a lot of useful information about development for other Linux mobile device platforms as well.</p>\n<p>Enjoy\u2026</p>\n  <a href="http://feeds.wordpress.com/1.0/gocomments/fl0rian.wordpress.com/111/"; rel="nofollow"><img src="http://feeds.wordpress.com/1.0/comments/fl0rian.wordpress.com/111/"; alt="" border="0" /></a> <a href="http://feeds.wordpress.com/1.0/godelicious/fl0rian.wordpress.com/111/"; rel="nofollow"><img src="http://feeds.wordpress.com/1.0/delicious/fl0rian.wordpress.com/111/"; alt="" border="0" /></a> <a href="http://feeds.wordpress.com/1.0/gostumble/fl0rian.wordpress.com/111/"; rel="nofollow"><img src="http://feeds.wordpress.com/1.0/stumble/fl0rian.wordpress.com/111/"; alt="" border="0" /></a> <a href="http://feeds.wordpress.com/1.0/godigg/fl0rian.word
 press.com/111/" rel="nofollow"><img src="http://feeds.wordpress.com/1.0/digg/fl0rian.wordpress.com/111/"; alt="" border="0" /></a> <a href="http://feeds.wordpress.com/1.0/goreddit/fl0rian.wordpress.com/111/"; rel="nofollow"><img src="http://feeds.wordpress.com/1.0/reddit/fl0rian.wordpress.com/111/"; alt="" border="0" /></a> <img src="http://stats.wordpress.com/b.gif?host=fl0rian.wordpress.com&blog=100118&post=111&subd=fl0rian&ref=&feed=1"; alt="" border="0" /></div></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-08T16:26:21Z', 'subtitle': u'More and less useful lines about the world...', 'updated_parsed': (2009, 3, 8, 16, 26, 21, 6, 67, 0), 'links': [{'href': u'http://fl0rian.wordpress.com/feed/?mrss=off', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://fl0rian.wordpress.com', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Handhelds, Linux and Heros', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Mo
 re and less useful lines about the world...'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Handhelds, Linux and Heros'}, 'link': u'http://fl0rian.wordpress.com', 'logo': u'http://www.gravatar.com/blavatar/73e43fd2f74860926c2f1499ec522632?s=96&d=http://s.wordpress.com/i/buttonw-com.png', 'id': u'http://fl0rian.wordpress.com'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'The \u2018other\u2019 BeagleBoard', 'language': u'en'}, 'link': u'http://fl0rian.wordpress.com/2009/03/08/the-other-beagleboard/', 'author': u'Florian', 'author_detail': {'name': u'Florian'}, 'id': u'http://fl0rian.wordpress.com/?p=111'}, {'updated': u'2009-03-08T13:23:00Z', 'published_parsed': (2009, 3, 8, 13, 23, 0, 6, 67, 0), 'subtitle': u'<div>I gave a presentation at eComm on "<a href="http://www.slideshare.net/eCommConf/21-david-lefty-schlesinger";>Governance for Mobile OSs</a>" this past week, I think the audience enjoyed it, especially after the dro
 ning quality and inability to finish within the timespan allotted shown by some of the previous presentations. One of the issues I pointed out was that developers face, particularly in developing for the iPhone, huge uncertainties that they cannot resolve independently.<br /><br />The biggest of these has to do with Apple\'s position as the unappealable gatekeeper for the store. Developers, as shown by quotes last week, are understandably concerned at "keeping their fingers crossed and hoping for the best" after having sunk considerable design and development time into their application, knowing full well that Apple can give them the "Thumbs-down" for any reason, or none at all, and that--having done so--they won\'t spare a second\'s effort to discuss it with them or even tell them what the issue is.<br /><br />So (as I actually predicted some time ago), extra-curricular "iPhone App Stores" are springing up, <a href="http://online.wsj.com/article/SB123629876097346481.html";>a
 ccording to a story</a> reported initially by the Wall Street Journal. Apple\'s threatening to play the DMCA card to stop jailbreakers--although reports are that at least one of the non-Apple stores won\'t require a jailbroken iPhone to install apps--but it remains to be seen how that\'s likely to play out.<br /><br />In <a href="http://www.appleinsider.com/articles/09/03/07/would_be_iphone_developers_pulling_their_hair_out_by_the_roots.html";>a story from yesterday</a>, iPhone developers are "tearing their hair out" over the growing delay in getting applications approved for the iPhone App store: the wait has gone from a matter of days to months, even for free applications. And, of course, Apple doesn\'t return calls. And, not surprisingly, "developers, who are increasingly being discouraged by a process that in many cases prevents them from getting their first real foothold in the App Store. Without clear signs that Apple is addressing the problem, <span>companies and indiv
 iduals alike are questioning whether they should continue to produce iPhone apps in the first place."</span> (My emphasis)<br /><br />Like I keep telling people, it\'s a big world, and "Who\'s winning the mobile space?" won\'t be decided for a good, long time. Situations like the one detailed about show the downside of Apple\'s store model. Developers are clearly looking for a platform that treats them better...</div>', 'updated_parsed': (2009, 3, 8, 13, 23, 0, 6, 67, 0), 'links': [{'href': u'http://opensourcetogo.blogspot.com/feeds/35147072445199643/comments/default', 'type': u'application/atom+xml', 'rel': u'replies'}, {'href': u'https://www.blogger.com/comment.g?blogID=7127741847312258461&postID=35147072445199643', 'type': u'text/html', 'rel': u'replies'}, {'href': u'http://www.blogger.com/feeds/7127741847312258461/posts/default/35147072445199643?v=2', 'type': u'application/atom+xml', 'rel': u'edit'}, {'href': u'http://opensourcetogo.blogspot.com/feeds/posts/default/35147
 072445199643', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://opensourcetogo.blogspot.com/2009/03/it-never-ends.html', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'"It Never Ends!"', 'author': u'Lefty (noreply blogger com)', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div>I gave a presentation at eComm on "<a href="http://www.slideshare.net/eCommConf/21-david-lefty-schlesinger";>Governance for Mobile OSs</a>" this past week, I think the audience enjoyed it, especially after the droning quality and inability to finish within the timespan allotted shown by some of the previous presentations. One of the issues I pointed out was that developers face, particularly in developing for the iPhone, huge uncertainties that they cannot resolve independently.<br /><br />The biggest of these has to do with Apple\'s position as the unappealable gatekeeper for the store. Developers, as shown by quotes last week, are understandably con
 cerned at "keeping their fingers crossed and hoping for the best" after having sunk considerable design and development time into their application, knowing full well that Apple can give them the "Thumbs-down" for any reason, or none at all, and that--having done so--they won\'t spare a second\'s effort to discuss it with them or even tell them what the issue is.<br /><br />So (as I actually predicted some time ago), extra-curricular "iPhone App Stores" are springing up, <a href="http://online.wsj.com/article/SB123629876097346481.html";>according to a story</a> reported initially by the Wall Street Journal. Apple\'s threatening to play the DMCA card to stop jailbreakers--although reports are that at least one of the non-Apple stores won\'t require a jailbroken iPhone to install apps--but it remains to be seen how that\'s likely to play out.<br /><br />In <a href="http://www.appleinsider.com/articles/09/03/07/would_be_iphone_developers_pulling_their_hair_out_by_the_roots.html";
 >a story from yesterday</a>, iPhone developers are "tearing their hair out" over the growing delay in getting applications approved for the iPhone App store: the wait has gone from a matter of days to months, even for free applications. And, of course, Apple doesn\'t return calls. And, not surprisingly, "developers, who are increasingly being discouraged by a process that in many cases prevents them from getting their first real foothold in the App Store. Without clear signs that Apple is addressing the problem, <span>companies and individuals alike are questioning whether they should continue to produce iPhone apps in the first place."</span> (My emphasis)<br /><br />Like I keep telling people, it\'s a big world, and "Who\'s winning the mobile space?" won\'t be decided for a good, long time. Situations like the one detailed about show the downside of Apple\'s store model. Developers are clearly looking for a platform that treats them better...</div>', 'language': None}], 's
 ource': {'updated': u'2009-03-09T17:59:15Z', 'subtitle': u'A blog about the increasing use of free and open source software in mobile devices, horror movies, technology, design, Japanese stuff, and whatever else happens to catch my interest.', 'updated_parsed': (2009, 3, 9, 17, 59, 15, 0, 68, 0), 'links': [{'href': u'http://opensourcetogo.blogspot.com/feeds/posts/default', 'type': u'application/atom+xml', 'rel': u'http://schemas.google.com/g/2005#feed'}, {'href': u'http://opensourcetogo.blogspot.com/feeds/posts/default', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://opensourcetogo.blogspot.com/', 'type': u'text/html', 'rel': u'alternate'}, {'href': u'http://opensourcetogo.blogspot.com/feeds/posts/default?start-index=26&max-results=25', 'type': u'application/atom+xml', 'rel': u'next'}], 'title': u'Open Source to Go!', 'author': u'Lefty (noreply blogger com)', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': None, 'value': u'A blog about 
 the increasing use of free and open source software in mobile devices, horror movies, technology, design, Japanese stuff, and whatever else happens to catch my interest.'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': None, 'value': u'Open Source to Go!'}, 'href': u'http://www.blogger.com/profile/08971976622291862537', 'link': u'http://opensourcetogo.blogspot.com/', 'author_detail': {'href': u'http://www.blogger.com/profile/08971976622291862537', 'name': u'Lefty', 'email': u'noreply blogger com'}, 'id': u'tag:blogger.com,1999:blog-7127741847312258461'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'"It Never Ends!"', 'language': None}, 'href': u'http://www.blogger.com/profile/08971976622291862537', 'link': u'http://opensourcetogo.blogspot.com/2009/03/it-never-ends.html', 'published': u'2009-03-08T13:23:00Z', 'author_detail': {'href': u'http://www.blogger.com/profile/08971976622291862537', 'name': u'Lefty', 'email': u'noreply blogger com'}, '
 id': u'tag:blogger.com,1999:blog-7127741847312258461.post-35147072445199643'}, {'summary_detail': {'base': '', 'type': 'application/xhtml+xml', 'value': u'<div>It\'s International Woman\'s Day, so let\'s talk about an old, sexist white guy.<br /><br />Specifically, <a href="http://en.wikipedia.org/wiki/Colin_Barnett";>this one</a>, who besides being <a href="http://viv.id.au/blog/?p=3971";>an incredible sexist</a>, had this to say on Friday:<br /><blockquote>"The environment is important but let\'s concentrate on the serious issues..."</blockquote><a href="http://www.news.com.au/perthnow/story/0,27574,25149401-2761,00.html";>Source</a>.<br /><br />Thanks, Colin. You\'ve got to respect someone who doesn\'t even pay <i>lip service</i> to the environment. Or not. I\'m sure he thinks he\'s just being plain-spoken and working for the common <i>man</i> (as common as white, affluent men are). I look forward to the day he gets his comeuppance, though I fear I could be waiting some time
 .</div>', 'language': None}, 'updated_parsed': (2009, 3, 8, 12, 7, 16, 6, 67, 0), 'links': [{'href': u'http://davyd.livejournal.com/270783.html', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'like mouldy bread', 'updated': u'2009-03-08T12:07:16Z', 'summary': u'<div>It\'s International Woman\'s Day, so let\'s talk about an old, sexist white guy.<br /><br />Specifically, <a href="http://en.wikipedia.org/wiki/Colin_Barnett";>this one</a>, who besides being <a href="http://viv.id.au/blog/?p=3971";>an incredible sexist</a>, had this to say on Friday:<br /><blockquote>"The environment is important but let\'s concentrate on the serious issues..."</blockquote><a href="http://www.news.com.au/perthnow/story/0,27574,25149401-2761,00.html";>Source</a>.<br /><br />Thanks, Colin. You\'ve got to respect someone who doesn\'t even pay <i>lip service</i> to the environment. Or not. I\'m sure he thinks he\'s just being plain-spoken and working for the common <i>man</i> (as common as whi
 te, affluent men are). I look forward to the day he gets his comeuppance, though I fear I could be waiting some time.</div>', 'source': {'updated': u'2009-03-10T09:22:29Z', 'subtitle': u'Weblog - LiveJournal.com', 'updated_parsed': (2009, 3, 10, 9, 22, 29, 1, 69, 0), 'links': [{'href': u'http://davyd.livejournal.com/', 'type': u'text/html', 'rel': u'alternate'}, {'href': u'http://davyd.livejournal.com/data/rss', 'type': u'application/rss+xml', 'rel': u'self'}], 'title': u'Weblog', 'author': u'Davyd Madeley', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': None, 'value': u'Weblog - LiveJournal.com'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': None, 'value': u'Weblog'}, 'link': u'http://davyd.livejournal.com/', 'logo': u'http://p-userpic.livejournal.com/27602973/544381', 'author_detail': {'name': u'Davyd Madeley'}, 'id': u'http://davyd.livejournal.com/'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'like mouldy bread', 'la
 nguage': None}, 'link': u'http://davyd.livejournal.com/270783.html', 'id': u'http://davyd.livejournal.com/270783.html'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'Several years ago I promised people poems on a subject of their choice. I am just starting to complete them. Probably some people who asked don\u2019t even have me friended any more\u2026\ndyddgu asked for a sonnet, possibly in Welsh.  I tried, but I just couldn\u2019t get it together, so:\nMy Welsh is just not good [...]', 'language': u'en'}, 'updated_parsed': (2009, 3, 8, 0, 41, 48, 6, 67, 0), 'links': [{'href': u'http://blogs.gnome.org/tthurman/2009/03/08/poems-number-1/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Poems, number 1', 'tags': [{'term': u'planet', 'scheme': None, 'label': None}], 'updated': u'2009-03-08T00:41:48Z', 'summary': u'Several years ago I promised people poems on a subject of their choice. I am just starting to complete them. Probably some people who ask
 ed don\u2019t even have me friended any more\u2026\ndyddgu asked for a sonnet, possibly in Welsh.  I tried, but I just couldn\u2019t get it together, so:\nMy Welsh is just not good [...]', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>Several years ago I promised people poems on a subject of their choice. I am just starting to complete them. Probably some people who asked don\u2019t even have me friended any more\u2026</p>\n<p><span class="ljuser"><a href="http://dyddgu.livejournal.com/profile";><img src="http://p-stat.livejournal.com/img/userinfo.gif"; alt="[info]" height="17" width="17" /></a><a href="http://dyddgu.livejournal.com/";><strong>dyddgu</strong></a></span> asked for a sonnet, possibly in Welsh.  I tried, but I just couldn\u2019t get it together, so:</p>\n<p><em>My Welsh is just not good enough for verse.<br />\nMy \u201cdw i\u2019n hoffi coffi\u201d\u2019s lacking fizz;<br />\ncynghanedd is pedestrian or worse;<br />\nI wish it wasn\
 u2019t so, but there it is.<br />\nMy struggle\u2019s still to learn, as yours to teach,<br />\nand so my englyn\u2019s still in English sung,<br />\nand aching awdls cower out of reach,<br />\nand English shows the thinness of the tongue.<br />\nBut here\u2019s my goal: some month the Gorsedd meet<br />\nso many miles ahead\u2014 I may be there<br />\nto share my bitter words, my verses sweet,<br />\nat common table.  Never mind the chair.<br />\nBut that\u2019s a dream, and not what\u2019s on the card,<br />\nand much as I might dream\u2014 for now\u2014 I\u2019m barred.</em></p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-08T00:41:48Z', 'subtitle': u'Thomas Thurman does not like cold meals because of broken applications.', 'updated_parsed': (2009, 3, 8, 0, 41, 48, 6, 67, 0), 'links': [{'href': u'http://blogs.gnome.org/tthurman/category/planet/feed/', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://blogs.gnome.org/tthurman', 'type': u't
 ext/html', 'rel': u'alternate'}], 'title': u'\u16cf\u16a6 \xbb planet', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Thomas Thurman does not like cold meals because of broken applications.'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'\u16cf\u16a6 \xbb planet'}, 'link': u'http://blogs.gnome.org/tthurman', 'id': u'http://blogs.gnome.org/tthurman'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Poems, number 1', 'language': u'en'}, 'link': u'http://blogs.gnome.org/tthurman/2009/03/08/poems-number-1/', 'author': u'Thomas Thurman', 'author_detail': {'name': u'Thomas Thurman'}, 'id': u'http://blogs.gnome.org/tthurman/?p=304'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'I was asked where I got the tools to make graphs like this one (for this post).\xa0 It\u2019s a custom variation on Federico\u2019s Performance Scripts which outputs SVG instead. You can get it here.\x
 a0 It reads in the strace output in the same format as Federico\u2019s scripts, and prints out SVG.\xa0 You can use inkscape [...]', 'language': u'en'}, 'updated_parsed': (2009, 3, 7, 22, 24, 27, 5, 66, 0), 'links': [{'href': u'http://blogs.gnome.org/tthurman/2009/03/07/performance-scripts-with-svg/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Performance scripts with SVG', 'tags': [{'term': u'planet', 'scheme': None, 'label': None}], 'updated': u'2009-03-07T22:24:27Z', 'summary': u'I was asked where I got the tools to make graphs like this one (for this post).\xa0 It\u2019s a custom variation on Federico\u2019s Performance Scripts which outputs SVG instead. You can get it here.\xa0 It reads in the strace output in the same format as Federico\u2019s scripts, and prints out SVG.\xa0 You can use inkscape [...]', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>I was asked where I got the tools to make graphs <a href="http://www.gnome.or
 g/~tthurman/pics/metacity/human-timing-1.svg">like this one</a> (for <a href="http://blogs.gnome.org/metacity/2009/02/06/so-why-is-human-slow/";>this post</a>).\xa0 It\u2019s a custom variation on Federico\u2019s <a href="http://www.gnome.org/~federico/hacks/index.html#performance-scripts";>Performance Scripts</a> which outputs SVG instead. You can get it <a href="http://www.gnome.org/~tthurman/plot-timeline-svg.pl";>here</a>.\xa0 It reads in the strace output in the same format as Federico\u2019s scripts, and prints out SVG.\xa0 You can use inkscape or whatever you like to mark it up then.\xa0 It could probably be improved a whole lot, but I offer it here in case it\u2019s useful.</p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-08T00:41:48Z', 'subtitle': u'Thomas Thurman does not like cold meals because of broken applications.', 'updated_parsed': (2009, 3, 8, 0, 41, 48, 6, 67, 0), 'links': [{'href': u'http://blogs.gnome.org/tthurman/category/planet/feed/', 'ty
 pe': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://blogs.gnome.org/tthurman', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'\u16cf\u16a6 \xbb planet', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Thomas Thurman does not like cold meals because of broken applications.'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'\u16cf\u16a6 \xbb planet'}, 'link': u'http://blogs.gnome.org/tthurman', 'id': u'http://blogs.gnome.org/tthurman'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Performance scripts with SVG', 'language': u'en'}, 'link': u'http://blogs.gnome.org/tthurman/2009/03/07/performance-scripts-with-svg/', 'author': u'Thomas Thurman', 'author_detail': {'name': u'Thomas Thurman'}, 'id': u'http://blogs.gnome.org/tthurman/?p=300'}, {'updated': u'2009-03-07T21:00:00Z', 'published_parsed': (2009, 3, 7, 21, 0, 0, 5, 66, 0), 'subtitle': u'<div><ul> \n    <li>\n\tMini li
 e-in, full English cooked breakfast; off to Sizewell to\nadmire the juxtaposition of the nuclear power station, and the new\n<a href="http://www.suffolk.gov.uk/Environment/Archaeology/FieldProjects/GreaterGabbardWindfarmSizewell.htm";>feed-in\nsub-station</a> for the planned off-shore <a href="http://www.scottish-southern.co.uk/SSEInternet/index.aspx?rightColHeader=30&id=15836";>wind-farm.</a>\n    </li>\n    <li>\n\tBack, put E. to bed, more cycling practice with the babes;\nN. getting the idea of steering nicely now, but hindered by a typical\nglancing curb collision accident.\n    </li>\n    <li>\n\tLunch. Out to the front to sail boats on the boating lake,\nand admire the lifeboat etc. Back, more running around the garden\nhiding behind bushes &amp; similar critical games.\n    </li>\n    <li>\n\tPut babes to bed, watched grisly murder thing\non the TV; bed.\n    </li>\n</ul></div>', 'updated_parsed': (2009, 3, 7, 21, 0, 0, 5, 66, 0), 'links': [{'href': u'http://www.gnome.
 org/~michael/blog/2009-03-07.html', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'2009-03-07: Saturday.', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><ul> \n    <li>\n\tMini lie-in, full English cooked breakfast; off to Sizewell to\nadmire the juxtaposition of the nuclear power station, and the new\n<a href="http://www.suffolk.gov.uk/Environment/Archaeology/FieldProjects/GreaterGabbardWindfarmSizewell.htm";>feed-in\nsub-station</a> for the planned off-shore <a href="http://www.scottish-southern.co.uk/SSEInternet/index.aspx?rightColHeader=30&id=15836";>wind-farm.</a>\n    </li>\n    <li>\n\tBack, put E. to bed, more cycling practice with the babes;\nN. getting the idea of steering nicely now, but hindered by a typical\nglancing curb collision accident.\n    </li>\n    <li>\n\tLunch. Out to the front to sail boats on the boating lake,\nand admire the lifeboat etc. Back, more running around the garden\nhiding behind bushes &amp; similar cri
 tical games.\n    </li>\n    <li>\n\tPut babes to bed, watched grisly murder thing\non the TV; bed.\n    </li>\n</ul></div>', 'language': u'en-GB'}], 'source': {'updated': u'2009-03-08T21:00:00Z', 'subtitle': u'things, of varying degrees of uselessness, that I did', 'updated_parsed': (2009, 3, 8, 21, 0, 0, 6, 67, 0), 'links': [{'href': u'http://www.gnome.org/~michael/blog', 'type': u'text/html', 'rel': u'alternate'}, {'href': u'http://www.gnome.org/~michael/blog/index.atom', 'type': u'application/atom+xml', 'rel': u'self'}], 'rights': u'Copyright 1999-2008 Michael Meeks', 'author': u'Michael Meeks (michael meeks novell com)', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en-GB', 'value': u'things, of varying degrees of uselessness, that I did'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en-GB', 'value': u'Stuff Michael Meeks is doing'}, 'href': u'http://www.gnome.org/~michael/blog/index.atom', 'link': u'http://www.gnome.org/~micha
 el/blog', 'id': u'http://www.gnome.org/~michael/blog/index.atom', 'title': u'Stuff Michael Meeks is doing', 'rights_detail': {'base': '', 'type': 'text/plain', 'language': u'en-GB', 'value': u'Copyright 1999-2008 Michael Meeks'}, 'author_detail': {'href': u'http://www.gnome.org/~michael/blog/index.atom', 'name': u'Michael Meeks', 'email': u'michael meeks novell com'}}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'2009-03-07: Saturday.', 'language': u'en-GB'}, 'link': u'http://www.gnome.org/~michael/blog/2009-03-07.html', 'published': u'2009-03-07T21:00:00Z', 'id': u'http://www.gnome.org/~michael/blog/2009/03/07/2009-03-07'}, {'updated': u'2009-03-07T11:01:00Z', 'published_parsed': (2009, 3, 7, 11, 1, 0, 5, 66, 0), 'subtitle': u'<div>When<a href="http://www.gupnp.org/";> GUPnP</a> was first used at Maemo software, one of the first questions I was asked was: Can\'t GUPnP handle multiple network interfaces just like ClinkC (the now deprecated UPnP framework in M
 aemo)? The answer to that question was "yes but you have to take care of creating GUPnPContext objects for each network interface yourself" and that wasn\'t very convenient. This issue, accompanied by the fact that applications had to know when the interfaces go up and down to create and destroy the associated GUPnPContext object themselves, made the lives of application developers not so easy.<br /><br />Recently when this issue was raised on the mailing-list and bugzilla by two different people,  I started to think about how to solve this issue. Keeping in view <a href="http://burtonini.com/";>Ross</a>\' advice I came-up with the following solution<br /><br />A GUPnPContextManager class that basically just have two signals: "context-available" and "context-unavailable", that it uses to create/destroy and report GUPnPContext object for each network interface as it goes up/down. While the API was easy, the implemenation wasn\'t as there is no portable way of doing this. So wh
 at I did was that I wrote two different implementations that user (packager) can choose at configure time:<br /><ol><li>GUPnPUnixContextManager: Unix-specific implementation of GUPnPContextManager that only checks for all the up interfaces and creates a GUPnPContext object for each one of them. It doesn\'t unfortunately have any way of knowing when the interfaces go down. One can monitor network interfaces using netlink but that will be linux-specific and therefore should go into a separate implementation. Such an implementation will also be something that will be feasable for maemo so in case you are interested in small tasks for maemo, this is yet another chance. :)</li><li>GUPnPNetworkManager: Implementation of GUPnPContextManager based on <a href="http://projects.gnome.org/NetworkManager/";>NetworkManager</a>. This is a full-features implementation and hence the default one.<br /></li></ol><br />Although I got this working last week, I realized that Jorn might have overlo
 oked something in his great plan: Every GUPnPContext was joining and watching the multicast channel on the same (default) interface no matter which interface it was created for so the discovery/announcement part wasn\'t quite functional on each interface. Since this required some fundamental changes in GUPnP stack and the fact that it had been quite some time since I last touched unix socket APIs, it took me a week to get this right. Fortunately, GUPnP API/ABI didn\'t need to be broken for all this and all that changed in the API was the move of a property from one class in gupnp package to it\'s parent class in gssdp package (this implied deprecation of one getter and addition of another though).<br /><br />So after two weeks of hard work, the world seems to be a <a href="http://www.youtube.com/watch?v=n6IVlbEyq5M";>better place</a> now. The needed changes are yet to be reviewed and merged by Ross so for now if you are interested to try these out, you need to use my \'multin
 et\' branches from gitorious repos:<br /><br /><a href="http://gitorious.org/projects/gssdp/repos/mainline/logs/multinet"; target="_blank">http://gitorious.org/projects/gssdp/repos/mainline/logs/multinet</a><br /><a href="http://gitorious.org/projects/gssdp/repos/mainline/logs/multinet"; target="_blank">http://gitorious.org/projects/gssdp/repos/mainline/logs/multinet</a><br /><a href="http://gitorious.org/projects/gupnp-tools/repos/mainline/logs/multinet"; target="_blank">http://gitorious.org/projects/gupnp-tools/repos/mainline/logs/multinet</a></div>', 'updated_parsed': (2009, 3, 7, 11, 1, 0, 5, 66, 0), 'links': [{'href': u'http://zee-nix.blogspot.com/feeds/91500947255771101/comments/default', 'type': u'application/atom+xml', 'rel': u'replies'}, {'href': u'https://www.blogger.com/comment.g?blogID=3575421168816814786&postID=91500947255771101', 'type': u'text/html', 'rel': u'replies'}, {'href': u'http://www.blogger.com/feeds/3575421168816814786/posts/default/91500947255771101?v=
 2', 'type': u'application/atom+xml', 'rel': u'edit'}, {'href': u'http://zee-nix.blogspot.com/feeds/posts/default/91500947255771101', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://zee-nix.blogspot.com/2009/03/multiple-networks-and-gupnp.html', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Multiple networks and GUPnP', 'tags': [{'term': u'Maemo', 'scheme': u'http://www.blogger.com/atom/ns#', 'label': None}, {'term': u'UPnP', 'scheme': u'http://www.blogger.com/atom/ns#', 'label': None}, {'term': u'GUPnP', 'scheme': u'http://www.blogger.com/atom/ns#', 'label': None}], 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div>When<a href="http://www.gupnp.org/";> GUPnP</a> was first used at Maemo software, one of the first questions I was asked was: Can\'t GUPnP handle multiple network interfaces just like ClinkC (the now deprecated UPnP framework in Maemo)? The answer to that question was "yes but you have to take care of creating G
 UPnPContext objects for each network interface yourself" and that wasn\'t very convenient. This issue, accompanied by the fact that applications had to know when the interfaces go up and down to create and destroy the associated GUPnPContext object themselves, made the lives of application developers not so easy.<br /><br />Recently when this issue was raised on the mailing-list and bugzilla by two different people,  I started to think about how to solve this issue. Keeping in view <a href="http://burtonini.com/";>Ross</a>\' advice I came-up with the following solution<br /><br />A GUPnPContextManager class that basically just have two signals: "context-available" and "context-unavailable", that it uses to create/destroy and report GUPnPContext object for each network interface as it goes up/down. While the API was easy, the implemenation wasn\'t as there is no portable way of doing this. So what I did was that I wrote two different implementations that user (packager) can ch
 oose at configure time:<br /><ol><li>GUPnPUnixContextManager: Unix-specific implementation of GUPnPContextManager that only checks for all the up interfaces and creates a GUPnPContext object for each one of them. It doesn\'t unfortunately have any way of knowing when the interfaces go down. One can monitor network interfaces using netlink but that will be linux-specific and therefore should go into a separate implementation. Such an implementation will also be something that will be feasable for maemo so in case you are interested in small tasks for maemo, this is yet another chance. :)</li><li>GUPnPNetworkManager: Implementation of GUPnPContextManager based on <a href="http://projects.gnome.org/NetworkManager/";>NetworkManager</a>. This is a full-features implementation and hence the default one.<br /></li></ol><br />Although I got this working last week, I realized that Jorn might have overlooked something in his great plan: Every GUPnPContext was joining and watching the m
 ulticast channel on the same (default) interface no matter which interface it was created for so the discovery/announcement part wasn\'t quite functional on each interface. Since this required some fundamental changes in GUPnP stack and the fact that it had been quite some time since I last touched unix socket APIs, it took me a week to get this right. Fortunately, GUPnP API/ABI didn\'t need to be broken for all this and all that changed in the API was the move of a property from one class in gupnp package to it\'s parent class in gssdp package (this implied deprecation of one getter and addition of another though).<br /><br />So after two weeks of hard work, the world seems to be a <a href="http://www.youtube.com/watch?v=n6IVlbEyq5M";>better place</a> now. The needed changes are yet to be reviewed and merged by Ross so for now if you are interested to try these out, you need to use my \'multinet\' branches from gitorious repos:<br /><br /><a href="http://gitorious.org/projec
 ts/gssdp/repos/mainline/logs/multinet" target="_blank">http://gitorious.org/projects/gssdp/repos/mainline/logs/multinet</a><br /><a href="http://gitorious.org/projects/gssdp/repos/mainline/logs/multinet"; target="_blank">http://gitorious.org/projects/gssdp/repos/mainline/logs/multinet</a><br /><a href="http://gitorious.org/projects/gupnp-tools/repos/mainline/logs/multinet"; target="_blank">http://gitorious.org/projects/gupnp-tools/repos/mainline/logs/multinet</a></div>', 'language': None}], 'source': {'updated': u'2009-03-07T14:28:37Z', 'subtitle': u'This is the blog of the (not so) great Zeeshan Ali (Khattak).', 'updated_parsed': (2009, 3, 7, 14, 28, 37, 5, 66, 0), 'links': [{'href': u'http://zee-nix.blogspot.com/feeds/posts/default', 'type': u'application/atom+xml', 'rel': u'http://schemas.google.com/g/2005#feed'}, {'href': u'http://zee-nix.blogspot.com/feeds/posts/default', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://zee-nix.blogspot.com/', 'type': u
 'text/html', 'rel': u'alternate'}, {'href': u'http://zee-nix.blogspot.com/feeds/posts/default?start-index=26&max-results=25', 'type': u'application/atom+xml', 'rel': u'next'}], 'title': u"Coder's Log", 'author': u'zeenix (noreply blogger com)', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': None, 'value': u'This is the blog of the (not so) great Zeeshan Ali (Khattak).'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': None, 'value': u"Coder's Log"}, 'href': u'http://www.blogger.com/profile/04142631863736897222', 'link': u'http://zee-nix.blogspot.com/', 'author_detail': {'href': u'http://www.blogger.com/profile/04142631863736897222', 'name': u'zeenix', 'email': u'noreply blogger com'}, 'id': u'tag:blogger.com,1999:blog-3575421168816814786'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Multiple networks and GUPnP', 'language': None}, 'href': u'http://www.blogger.com/profile/04142631863736897222', 'link': u'http://zee-nix.blog
 spot.com/2009/03/multiple-networks-and-gupnp.html', 'author': u'zeenix (noreply blogger com)', 'published': u'2009-03-07T11:01:00Z', 'author_detail': {'href': u'http://www.blogger.com/profile/04142631863736897222', 'name': u'zeenix', 'email': u'noreply blogger com'}, 'id': u'tag:blogger.com,1999:blog-3575421168816814786.post-91500947255771101'}, {'summary_detail': {'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>I had to get a mobile broadband gizmo this week. It\u2019s something I\u2019ve been avoiding (not having internet access while sitting at a cafe by the beach is a feature, not a bug), but I need it for a current client. After advice from one of my colleagues that \u201c<a href="http://www.three.com.au/";>3</a>\u201d (one of the carriers here and the first that did 3G digital phones in Australia) was reliable and, more importantly, that their device worked with Linux, I went and picked one up along with a prepay SIM.</p>\n\n<p>3\u2019s offering has two 
 devices at the same price right now; the Huawei E160G and the ZTE MF627.\nI thought my friend had the latter and so bought that one. Big mistake.</p>\n\n<table align="center">\n<tbody><tr align="center">\n<td><b>E160G</b><br />Bit older<br />works great</td>\n<td><b>MF627</b><br />Brand new<br /><span>doesn\u2019t work</span></td>\n</tr>\n<tr align="center">\n<td><img src="http://store.three.com.au/image_store/Broadband/internet-key-blk-large.jpg"; /></td>\n<td><img src="http://store.three.com.au/image_store/Broadband/MF627-internet-key-black-large-ec.jpg"; /></td>\n</tr>\n</tbody></table>\n\n<p><strong>Do not get the ZTE MF627 device if running Linux.</strong> Stay away from it. Even after trying the <code>usb_modeswitch</code> hassles, it still does not present as the device as a GSM modem like it is supposed to. Tried it on two separate laptops; one running Gentoo, the other with Ubuntu\u2019s \u201cJ\u201d version on it. Spent the better part of a day researching and debug
 ging the issue, but no joy on either. One person in London claims to have a similar device working, but comparing their <code>lsusb</code> and <code>dmesg</code> output, I\u2019m not convinced the electronics in the one available here were the same; after doing a mode switch the miniSD adapter presents, but not the modem. Anyway, sure, maybe someday someone will figure out how to make it work here, but that\u2019s not right now.</p>\n\n<p><em>Even worse, people writing in places like Whirlpool cite chronic quality problems with ZTE devices. Clearly this is something to avoid.</em></p>\n\n<p>I took the thing back to the store the next day and finally managed to get a refund which I promptly used to buy their other device (why they couldn\u2019t just do an exchange was as puzzling to the poor guy in the store as it was to me. Whatever; they kept him on the phone for almost an hour while the corporate drones he had to call for permission made up their minds that it was ok to gi
 ve me my money back).</p>\n\n<p>So home I went with a Huawei E160G (which <em>is</em> what Peter had) and it worked perfectly, right out of the box, literally. Plugged it in, device properly recognized by USB subsystem and, after adding a \u201cmobile broadband\u201d connection with NetworkManager <code>0.7</code>, it immediately started working. Pretty amazing.</p>\n\n<p>You need to have the PPP stack built into your kernel and <code>pppd</code> installed (once upon a time we all had that, but most of us haven\u2019t needed to do point-to-point over a dialup modem for years, so if you\u2019re running a modern system with a custom Linux kernel you might not have it). The relevant kernel modules are \u201c<code>ppp_async</code>\u201d, \u201c<code>usbserial</code>\u201d, and \u201c<code>option</code>\u201d.</p>\n\n<p>So a big hooray to the NetworkManager team and all the people working on the drivers that made this magic work. That NetworkManager seamlessly handles all the PPP
  configuration and dialing is brilliant.</p>\n\n<p><img src="http://research.operationaldynamics.com/blogs/andrew/software/gnome-desktop/mobile-broadband.png"; alt="mobile broadband connection in NetworkManager" title="" /> <br />\n<em>Neat connection active icon.</em></p>\n\n<p>And as for the lovely staff in the store, don\u2019t let them tell you that their service doesn\u2019t work on Linux \u2014 but do get a device that does.</p>\n\n<p>AfC</p></div>', 'language': u'en'}, 'updated_parsed': (2009, 3, 7, 6, 10, 12, 5, 66, 0), 'links': [{'href': u'http://research.operationaldynamics.com/blogs/andrew/software/gnome-desktop/e180g-and-networkmanager.html', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'3 mobile broadband on Linux', 'tags': [{'term': u'/andrew/software/gnome-desktop', 'scheme': None, 'label': None}], 'updated': u'2009-03-07T06:10:12Z', 'summary': u'<div><p>I had to get a mobile broadband gizmo this week. It\u2019s something I\u2019ve been avoiding (not 
 having internet access while sitting at a cafe by the beach is a feature, not a bug), but I need it for a current client. After advice from one of my colleagues that \u201c<a href="http://www.three.com.au/";>3</a>\u201d (one of the carriers here and the first that did 3G digital phones in Australia) was reliable and, more importantly, that their device worked with Linux, I went and picked one up along with a prepay SIM.</p>\n\n<p>3\u2019s offering has two devices at the same price right now; the Huawei E160G and the ZTE MF627.\nI thought my friend had the latter and so bought that one. Big mistake.</p>\n\n<table align="center">\n<tbody><tr align="center">\n<td><b>E160G</b><br />Bit older<br />works great</td>\n<td><b>MF627</b><br />Brand new<br /><span>doesn\u2019t work</span></td>\n</tr>\n<tr align="center">\n<td><img src="http://store.three.com.au/image_store/Broadband/internet-key-blk-large.jpg"; /></td>\n<td><img src="http://store.three.com.au/image_store/Broadband/MF627-i
 nternet-key-black-large-ec.jpg" /></td>\n</tr>\n</tbody></table>\n\n<p><strong>Do not get the ZTE MF627 device if running Linux.</strong> Stay away from it. Even after trying the <code>usb_modeswitch</code> hassles, it still does not present as the device as a GSM modem like it is supposed to. Tried it on two separate laptops; one running Gentoo, the other with Ubuntu\u2019s \u201cJ\u201d version on it. Spent the better part of a day researching and debugging the issue, but no joy on either. One person in London claims to have a similar device working, but comparing their <code>lsusb</code> and <code>dmesg</code> output, I\u2019m not convinced the electronics in the one available here were the same; after doing a mode switch the miniSD adapter presents, but not the modem. Anyway, sure, maybe someday someone will figure out how to make it work here, but that\u2019s not right now.</p>\n\n<p><em>Even worse, people writing in places like Whirlpool cite chronic quality problems w
 ith ZTE devices. Clearly this is something to avoid.</em></p>\n\n<p>I took the thing back to the store the next day and finally managed to get a refund which I promptly used to buy their other device (why they couldn\u2019t just do an exchange was as puzzling to the poor guy in the store as it was to me. Whatever; they kept him on the phone for almost an hour while the corporate drones he had to call for permission made up their minds that it was ok to give me my money back).</p>\n\n<p>So home I went with a Huawei E160G (which <em>is</em> what Peter had) and it worked perfectly, right out of the box, literally. Plugged it in, device properly recognized by USB subsystem and, after adding a \u201cmobile broadband\u201d connection with NetworkManager <code>0.7</code>, it immediately started working. Pretty amazing.</p>\n\n<p>You need to have the PPP stack built into your kernel and <code>pppd</code> installed (once upon a time we all had that, but most of us haven\u2019t needed
  to do point-to-point over a dialup modem for years, so if you\u2019re running a modern system with a custom Linux kernel you might not have it). The relevant kernel modules are \u201c<code>ppp_async</code>\u201d, \u201c<code>usbserial</code>\u201d, and \u201c<code>option</code>\u201d.</p>\n\n<p>So a big hooray to the NetworkManager team and all the people working on the drivers that made this magic work. That NetworkManager seamlessly handles all the PPP configuration and dialing is brilliant.</p>\n\n<p><img src="http://research.operationaldynamics.com/blogs/andrew/software/gnome-desktop/mobile-broadband.png"; alt="mobile broadband connection in NetworkManager" title="" /> <br />\n<em>Neat connection active icon.</em></p>\n\n<p>And as for the lovely staff in the store, don\u2019t let them tell you that their service doesn\u2019t work on Linux \u2014 but do get a device that does.</p>\n\n<p>AfC</p></div>', 'source': {'updated': u'2009-03-08T23:40:06Z', 'subtitle': u'Operation
 s and other mysteries: the subtle business of making technology\nwork... a blog by Andrew Cowie.', 'updated_parsed': (2009, 3, 8, 23, 40, 6, 6, 67, 0), 'links': [{'href': u'http://research.operationaldynamics.com/blogs/andrew/', 'type': u'text/html', 'rel': u'alternate'}, {'href': u'http://research.operationaldynamics.com/blogs/andrew/index.rss20', 'type': u'application/rss+xml', 'rel': u'self'}], 'title': u'Andrew Cowie', 'rights': u'Copyright (c) 2009 Operational Dynamics Consulting Pty Ltd. All rights reserved. Not for redistribution or attribution without permission in writing.', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Operations and other mysteries: the subtle business of making technology\nwork... a blog by Andrew Cowie.'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Andrew Cowie'}, 'link': u'http://research.operationaldynamics.com/blogs/andrew/', 'logo': u'http://research.operationaldynam
 ics.com/images/andrew_Hackergotchi.png', 'rights_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Copyright (c) 2009 Operational Dynamics Consulting Pty Ltd. All rights reserved. Not for redistribution or attribution without permission in writing.'}, 'id': u'http://research.operationaldynamics.com/blogs/andrew/'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'3 mobile broadband on Linux', 'language': u'en'}, 'link': u'http://research.operationaldynamics.com/blogs/andrew/software/gnome-desktop/e180g-and-networkmanager.html', 'author': u'Andrew Cowie (andrew operationaldynamics com)', 'author_detail': {'name': u'Andrew Cowie', 'email': u'andrew operationaldynamics com'}, 'id': u'http://research.operationaldynamics.com/blogs/andrew/e180g-and-networkmanager'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'There was this niggling blog entry which pointed to a bug. And, what a bug it was. A problem that is somewhat well e
 ntrenched when it comes to Bengali (India) bits is that of pluralism. There are far too many stakeholders and, a larger number of dispersed data points that need to be lined up [...]', 'language': u'en'}, 'updated_parsed': (2009, 3, 7, 0, 55, 36, 5, 66, 0), 'links': [{'href': u'http://sankarshan.randomink.org/blog/2009/03/07/that-lazyhazycrazy-bug-of-summer/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'That lazy,hazy,crazy bug of summer', 'tags': [{'term': u'Free/Libre/OpenSource Software', 'scheme': None, 'label': None}, {'term': u'Bengali (India)', 'scheme': None, 'label': None}, {'term': u'Bengali Collation', 'scheme': None, 'label': None}, {'term': u'collation', 'scheme': None, 'label': None}, {'term': u'FOSS', 'scheme': None, 'label': None}, {'term': u'glibc', 'scheme': None, 'label': None}, {'term': u'Linux', 'scheme': None, 'label': None}, {'term': u'Unicode', 'scheme': None, 'label': None}], 'updated': u'2009-03-07T00:55:36Z', 'summary': u'There was this
  niggling blog entry which pointed to a bug. And, what a bug it was. A problem that is somewhat well entrenched when it comes to Bengali (India) bits is that of pluralism. There are far too many stakeholders and, a larger number of dispersed data points that need to be lined up [...]', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>There was this niggling <a href="http://pravin-s.blogspot.com/2009/02/malayalam-collation-is-now-in-glibc.html"; target="_blank">blog entry</a> which pointed to a <a href="https://bugzilla.redhat.com/show_bug.cgi?id=460806"; target="_blank">bug</a>. And, what a bug it was. A problem that is somewhat well entrenched when it comes to Bengali (India) bits is that of <a href="http://en.wikipedia.org/wiki/Pluralism_(political_theory)" target="_blank">pluralism</a>. There are far too many stakeholders and, a larger number of dispersed data points that need to be lined up before a conclusion can be arrived at. Especially so, b
 ecause over the years there has been enough discussion about divergence of views on the data points rather than covergence of opinion leading to closing of tasks.</p>\n<p>So, <a href="http://runab.livejournal.com"; target="_blank">Runa</a> poked and prodded a few folks. And, <a href="http://ankur.org.in/wiki/CollationSequence"; target="_blank">got things done</a>. That\u2019s awesome and that\u2019s what makes her a rockstar.</p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-07T00:55:36Z', 'subtitle': u'A collection of jottings on various issues that excite no one else', 'updated_parsed': (2009, 3, 7, 0, 55, 36, 5, 66, 0), 'links': [{'href': u'http://sankarshan.randomink.org/blog/feed/', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://sankarshan.randomink.org/blog', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Random thoughts and serendipity', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'A col
 lection of jottings on various issues that excite no one else'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Random thoughts and serendipity'}, 'link': u'http://sankarshan.randomink.org/blog', 'id': u'http://sankarshan.randomink.org/blog'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'That lazy,hazy,crazy bug of summer', 'language': u'en'}, 'link': u'http://sankarshan.randomink.org/blog/2009/03/07/that-lazyhazycrazy-bug-of-summer/', 'author': u'sankarshan', 'author_detail': {'name': u'sankarshan'}, 'id': u'http://sankarshan.randomink.org/blog/?p=517'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'Do your part for Economic Stimulus!\xa0 You know you can\u2019t deny Uncle Sam.\nNetworkManager nm-applet NetworkManager-vpnc NetworkManager-openvpn\nNetworkManager-pptp NetworkManager-openconnect\nOr test out packages by your favorite distro.\xa0 If they don\u2019t have testing packages for 0.7.1-rc3 already,
  they are lame.\xa0 Fedora packages here for F9 and F10.', 'language': u'en'}, 'updated_parsed': (2009, 3, 6, 23, 39, 44, 4, 65, 0), 'links': [{'href': u'http://blogs.gnome.org/dcbw/2009/03/06/test-it-test-it-now/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Test it.  Test it now.', 'tags': [{'term': u'Fedora', 'scheme': None, 'label': None}, {'term': u'General', 'scheme': None, 'label': None}, {'term': u'NetworkManager', 'scheme': None, 'label': None}], 'updated': u'2009-03-06T23:39:44Z', 'summary': u'Do your part for Economic Stimulus!\xa0 You know you can\u2019t deny Uncle Sam.\nNetworkManager nm-applet NetworkManager-vpnc NetworkManager-openvpn\nNetworkManager-pptp NetworkManager-openconnect\nOr test out packages by your favorite distro.\xa0 If they don\u2019t have testing packages for 0.7.1-rc3 already, they are lame.\xa0 Fedora packages here for F9 and F10.', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><div class="mceTemp mceI
 Ecenter">\n<dl id="attachment_57" class="wp-caption aligncenter">\n<dt class="wp-caption-dt"><img src="http://blogs.gnome.org/dcbw/files/2009/03/unclesam.jpg"; title="I WANT YOU to test NETWORKMANAGER 0.7.1" height="599" width="445" alt="I WANT YOU to test NETWORKMANAGER 0.7.1" class="size-full wp-image-57" /></dt>\n</dl>\n</div>\n<p>Do your part for Economic Stimulus!\xa0 You know you can\u2019t deny Uncle Sam.</p>\n<p><a href="http://ftp.gnome.org/pub/GNOME/sources/NetworkManager/0.7/NetworkManager-0.7.0.99.tar.bz2";>NetworkManager</a> <a href="http://ftp.gnome.org/pub/GNOME/sources/network-manager-applet/0.7/network-manager-applet-0.7.0.99.tar.bz2";>nm-applet</a> <a href="http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-vpnc/0.7/NetworkManager-vpnc-0.7.0.99.tar.bz2";>NetworkManager-vpnc</a> <a href="http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openvpn/0.7/NetworkManager-openvpn-0.7.0.99.tar.bz2";>NetworkManager-openvpn</a></p>\n<p><a href="http://ftp.gnome.org/pu
 b/GNOME/sources/NetworkManager-pptp/0.7/NetworkManager-pptp-0.7.0.99.tar.bz2">NetworkManager-pptp</a> <a href="http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openconnect/0.7/NetworkManager-openconnect-0.7.0.99.tar.bz2";>NetworkManager-openconnect</a></p>\n<p>Or test out packages by your favorite distro.\xa0 If they don\u2019t have testing packages for 0.7.1-rc3 already, they are <strong>lame</strong>.\xa0 Fedora packages here for <a href="https://admin.fedoraproject.org/updates/NetworkManager-0.7.0.99-1.fc9,NetworkManager-vpnc-0.7.0.99-1.fc9,NetworkManager-openvpn-0.7.0.99-1.fc9,NetworkManager-pptp-0.7.0.99-1.fc9,NetworkManager-openconnect-0.7.0.99-1.fc9";>F9</a> and <a href="https://admin.fedoraproject.org/updates/NetworkManager-0.7.0.99-1.fc10,knetworkmanager-0.7-0.8.20080926svn.fc10,NetworkManager-vpnc-0.7.0.99-1.fc10,NetworkManager-openvpn-0.7.0.99-1.fc10,NetworkManager-pptp-0.7.0.99-1.fc10,NetworkManager-openconnect-0.7.0.99-1.fc10";>F10</a>.</p></div>', 'language':
  u'en'}], 'source': {'updated': u'2009-03-06T23:39:44Z', 'subtitle': u'Mangling your network since 2004', 'updated_parsed': (2009, 3, 6, 23, 39, 44, 4, 65, 0), 'links': [{'href': u'http://blogs.gnome.org/dcbw/feed/', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://blogs.gnome.org/dcbw', 'type': u'text/html', 'rel': u'alternate'}], 'title': u"Dan Williams' blog", 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Mangling your network since 2004'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u"Dan Williams' blog"}, 'link': u'http://blogs.gnome.org/dcbw', 'id': u'http://blogs.gnome.org/dcbw'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Test it.  Test it now.', 'language': u'en'}, 'link': u'http://blogs.gnome.org/dcbw/2009/03/06/test-it-test-it-now/', 'author': u'dcbw', 'author_detail': {'name': u'dcbw'}, 'id': u'http://blogs.gnome.org/dcbw/?p=56'}, {'summary_detail': {'ba
 se': '', 'type': 'text/plain', 'value': u'Now that we have the message indicator applet in Jaunty, I decided to give pidgin another try as an IRC client.  A little background for those that have not had the pleasure of hearing my constant complaining about how pidgin just isn\u2019t an IRC client, I love xchat-gnome for IRC.  I have tried [...]', 'language': u'en'}, 'published_parsed': (2009, 3, 6, 22, 12, 54, 4, 65, 0), 'updated_parsed': (2009, 3, 6, 22, 12, 54, 4, 65, 0), 'links': [{'href': u'http://blogs.gnome.org/kenvandine/2009/03/06/pidgin-sucks-less-for-irc/', 'type': u'text/html', 'rel': u'alternate'}, {'href': u'http://blogs.gnome.org/kenvandine/2009/03/06/pidgin-sucks-less-for-irc/#comments', 'type': u'text/html', 'rel': u'replies'}, {'href': u'http://blogs.gnome.org/kenvandine/2009/03/06/pidgin-sucks-less-for-irc/feed/atom/', 'type': u'application/atom+xml', 'rel': u'replies'}], 'title': u'Pidgin sucks less for IRC', 'tags': [{'term': u'Foresight', 'scheme': u'htt
 p://blogs.gnome.org/kenvandine', 'label': None}, {'term': u'Geek', 'scheme': u'http://blogs.gnome.org/kenvandine', 'label': None}, {'term': u'General', 'scheme': u'http://blogs.gnome.org/kenvandine', 'label': None}, {'term': u'Opinion', 'scheme': u'http://blogs.gnome.org/kenvandine', 'label': None}, {'term': u'jaunty', 'scheme': u'http://blogs.gnome.org/kenvandine', 'label': None}, {'term': u'ubuntu', 'scheme': u'http://blogs.gnome.org/kenvandine', 'label': None}, {'term': u'opinions', 'scheme': u'http://blogs.gnome.org/kenvandine', 'label': None}], 'updated': u'2009-03-06T22:12:54Z', 'summary': u'Now that we have the message indicator applet in Jaunty, I decided to give pidgin another try as an IRC client.  A little background for those that have not had the pleasure of hearing my constant complaining about how pidgin just isn\u2019t an IRC client, I love xchat-gnome for IRC.  I have tried [...]', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>
 Now that we have the message indicator applet in Jaunty, I decided to give pidgin another try as an IRC client.  A little background for those that have not had the pleasure of hearing my constant complaining about how pidgin just isn\u2019t an IRC client, I love xchat-gnome for IRC.  I have tried pidgin on many occasions, mostly because I would really prefer use a single app for IM and IRC.  Pidgin just never felt right to me, mostly because I felt like it was impossible to follow as many channels as I am generally in.</p>\n<p>This has changed now, not because pidgin has gotten better at IRC, but because of the <a href="https://launchpad.net/indicator-applet";>message indicator applet</a>.  The message indicator grabs notifications from notify-osd that are based on human to human interaction, and stores them in a little applet in the panel that indicates what might need your attention.  Currently only evolution and pidgin support it, but hopefully many more soon (gwibber, pl
 ease gwibber!).  Now when people highlight me in a chat, IM or private message me I see the nice little indicator with a star showing it needs attention.  </p>\n<p><img src="http://farm4.static.flickr.com/3594/3334176704_eb31468328.jpg?v=0"; alt="" /></p>\n<p>I am very happy to say I can use Pidgin for my daily IRC use\u2026 Yay for a single client finally!  </p>\n<p>I am sure nobody will be surprised to hear that the indicator-applet is included in Foresight as well, just add it to your panel.</p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-06T22:16:39Z', 'subtitle': u'a geek rants!', 'updated_parsed': (2009, 3, 6, 22, 16, 39, 4, 65, 0), 'links': [{'href': u'http://blogs.gnome.org/kenvandine', 'type': u'text/html', 'rel': u'alternate'}, {'href': u'http://blogs.gnome.org/kenvandine/feed/atom/', 'type': u'application/atom+xml', 'rel': u'self'}], 'title': u'ken\u2019s blog', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'a g
 eek rants!'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'ken\u2019s blog'}, 'link': u'http://blogs.gnome.org/kenvandine', 'id': u'http://blogs.gnome.org/kenvandine/feed/atom/'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Pidgin sucks less for IRC', 'language': u'en'}, 'href': u'http://blogs.gnome.org/kenvandine/', 'link': u'http://blogs.gnome.org/kenvandine/2009/03/06/pidgin-sucks-less-for-irc/', 'author': u'kenvandine', 'published': u'2009-03-06T22:12:54Z', 'author_detail': {'href': u'http://blogs.gnome.org/kenvandine/', 'name': u'kenvandine'}, 'id': u'http://blogs.gnome.org/kenvandine/?p=367'}, {'summary_detail': {'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>It\'s here! This weekend is again the time to go up to Valls, my friend\nFrago\'s town, to meet his friends and enjoy a new edition of their\n<em>cal\xe7otada</em>. Like\n<a href="http://oskuro.net/blog/life/calcotada-lunar-eclipse-2007-03-07-2
 1-31">other years</a>,\nthis will be a crazy event that will cover the whole weekend. I\'m looking\nforward to our traditional <em>cal\xe7ot war</em>, and spending tomorrow\'s\nnight around a big fire in the middle of the country side of Tarragona.</p>\n<p class="blogpic"><img src="http://oskuro.net/blogpics/calcotada-2008.jpg"; alt="" /><br />\n<strong>Frago and I, after last year\'s <em>cal\xe7ot war</em></strong></p></div>', 'language': u'en'}, 'updated_parsed': (2009, 3, 6, 17, 13, 23, 4, 65, 0), 'links': [{'href': u'http://oskuro.net/blog/life/calcotada-valls-2009-03-06-01-20', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Cal\xe7otada in Valls', 'updated': u'2009-03-06T17:13:23Z', 'summary': u'<div><p>It\'s here! This weekend is again the time to go up to Valls, my friend\nFrago\'s town, to meet his friends and enjoy a new edition of their\n<em>cal\xe7otada</em>. Like\n<a href="http://oskuro.net/blog/life/calcotada-lunar-eclipse-2007-03-07-21-31";>other years</
 a>,\nthis will be a crazy event that will cover the whole weekend. I\'m looking\nforward to our traditional <em>cal\xe7ot war</em>, and spending tomorrow\'s\nnight around a big fire in the middle of the country side of Tarragona.</p>\n<p class="blogpic"><img src="http://oskuro.net/blogpics/calcotada-2008.jpg"; alt="" /><br />\n<strong>Frago and I, after last year\'s <em>cal\xe7ot war</em></strong></p></div>', 'source': {'updated': u'2009-03-10T09:29:46Z', 'subtitle': u"Jordi's random rants", 'updated_parsed': (2009, 3, 10, 9, 29, 46, 1, 69, 0), 'links': [{'href': u'http://oskuro.net/blog?flav=rss', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://oskuro.net/blog', 'type': u'text/html', 'rel': u'alternate'}], 'title': u"I still don't have a title", 'author': u'Jordi Mallach (jordi sindominio net)', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u"Jordi's random rants"}, 'title_detail': {'base': '', 'type': 'text/plain', 'la
 nguage': u'en', 'value': u"I still don't have a title"}, 'link': u'http://oskuro.net/blog', 'author_detail': {'name': u'Jordi Mallach', 'email': u'jordi sindominio net'}, 'id': u'http://oskuro.net/blog'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Cal\xe7otada in Valls', 'language': u'en'}, 'link': u'http://oskuro.net/blog/life/calcotada-valls-2009-03-06-01-20', 'id': u'http://oskuro.net/blog/life/calcotada-valls-2009-03-06-01-20'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'I\u2019ve been hacking more on the app-install framework. It\u2019s now an independent project, with a tarball here.\nWhat do the tools do?\n$ app-install-create: creates the initial database, only used in the post section of the app-install package\n$ app-install-add: adds data to the system database, used in repo packages\n$ app-install-remove: removes data from the system database, used [...]', 'language': u'en'}, 'updated_parsed': (2009, 3, 6, 15, 2, 41, 4, 65
 , 0), 'links': [{'href': u'http://blogs.gnome.org/hughsie/2009/03/06/application-installing-ii/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Application Installing (II)', 'tags': [{'term': u'Uncategorized', 'scheme': None, 'label': None}], 'updated': u'2009-03-06T15:02:41Z', 'summary': u'I\u2019ve been hacking more on the app-install framework. It\u2019s now an independent project, with a tarball here.\nWhat do the tools do?\n$ app-install-create: creates the initial database, only used in the post section of the app-install package\n$ app-install-add: adds data to the system database, used in repo packages\n$ app-install-remove: removes data from the system database, used [...]', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>I\u2019ve been hacking more on the app-install framework. It\u2019s now an independent project, with a tarball <a href="http://www.packagekit.org/releases/app-install-001.tar.gz";>here</a>.</p>\n<p><em>What do 
 the tools do?</em></p>\n<p>$ <strong>app-install-create</strong>: creates the initial database, only used in the post section of the app-install package<br />\n$ <strong>app-install-add</strong>: adds data to the system database, used in repo packages<br />\n$ <strong>app-install-remove</strong>: removes data from the system database, used in repo packages<br />\n$ <strong>app-install-generate</strong>: generates the data for a desktop file, used when generating data from the distro helper</p>\n<p>Now, the latter file is designed to be called from a distro specific helper, so for yum we do something like this:</p>\n<p>$ <strong>app-install-generate-yum.py \u2013repo=rawhide \u2013dist=./dist</strong></p>\n<p>This downloads all the rawhide packages that ship a desktop file, uncompress them, and extract the data from the desktop files. There\u2019s a cache, so repeated runs of this don\u2019t have to re-download all the data. This tool takes about 10 minutes to run when the do
 wnload has completed.</p>\n<p>This tools creates ./dist/rawhide-icons.tar.gz and ./dist/rawhide.sqldata which are designed to be shipped in a distro package file.</p>\n<p>In a package file, for instance, fedora-app-install, the post action would be something like:</p>\n<p>$ <strong>app-install-add \u2013repo=fedora \u2013source=/var/lib/app-install/rawhide.sqldata</strong></p>\n<p>and in the preun:</p>\n<p>$ <strong>app-install-remove \u2013repo=fedora</strong></p>\n<p>I\u2019m inviting other distros to submit distro generate tools, and I\u2019ll ship them in the tarball.</p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-06T15:02:41Z', 'subtitle': u'Blog about geeky stuff', 'updated_parsed': (2009, 3, 6, 15, 2, 41, 4, 65, 0), 'links': [{'href': u'http://blogs.gnome.org/hughsie/feed/', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://blogs.gnome.org/hughsie', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Technical Blog of Richard Hu
 ghes', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Blog about geeky stuff'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Technical Blog of Richard Hughes'}, 'link': u'http://blogs.gnome.org/hughsie', 'id': u'http://blogs.gnome.org/hughsie'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Application Installing (II)', 'language': u'en'}, 'link': u'http://blogs.gnome.org/hughsie/2009/03/06/application-installing-ii/', 'author': u'hughsie', 'author_detail': {'name': u'hughsie'}, 'id': u'http://blogs.gnome.org/hughsie/?p=321'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'Today\u2019s xkcd made my inner mathematician giggle.', 'language': u'en'}, 'updated_parsed': (2009, 3, 6, 14, 16, 47, 4, 65, 0), 'links': [{'href': u'http://blogs.gnome.org/bolsh/2009/03/06/post-hoc-ergo-propter-hoc/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Post hoc ergo propter hoc'
 , 'tags': [{'term': u'General', 'scheme': None, 'label': None}], 'updated': u'2009-03-06T14:16:47Z', 'summary': u'Today\u2019s xkcd made my inner mathematician giggle.', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p><a href="http://xkcd.com/552/";><img src="http://imgs.xkcd.com/comics/correlation.png"; title="Correlation doesn\'t imply causation, but it does waggle its eyebrows suggestively and gesture furtively while mouthing \'look over there\'." height="185" width="459" alt="" class="alignnone" /></a></p>\n<p>Today\u2019s xkcd made my inner mathematician giggle.</p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-06T16:43:14Z', 'subtitle': u"Dave Neary's view of the world", 'updated_parsed': (2009, 3, 6, 16, 43, 14, 4, 65, 0), 'links': [{'href': u'http://blogs.gnome.org/bolsh/feed/', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://blogs.gnome.org/bolsh', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'S
 afe as Milk', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u"Dave Neary's view of the world"}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Safe as Milk'}, 'link': u'http://blogs.gnome.org/bolsh', 'id': u'http://blogs.gnome.org/bolsh'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Post hoc ergo propter hoc', 'language': u'en'}, 'link': u'http://blogs.gnome.org/bolsh/2009/03/06/post-hoc-ergo-propter-hoc/', 'author': u'Dave Neary', 'author_detail': {'name': u'Dave Neary'}, 'id': u'http://blogs.gnome.org/bolsh/?p=848'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'It has been a year since I moved to Cambridge from Italy. It feels weird, but things go well here so for now I\u2019m not planning any other change.\nClearly I need to cook a cake for this event .', 'language': u'en'}, 'updated_parsed': (2009, 3, 6, 12, 20, 40, 4, 65, 0), 'links': [{'href': u'http://blog.baris
 ione.org/2009-03/time-goes-by/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Time goes by', 'tags': [{'term': u'Uncategorized', 'scheme': None, 'label': None}], 'updated': u'2009-03-06T12:20:40Z', 'summary': u'It has been a year since I moved to Cambridge from Italy. It feels weird, but things go well here so for now I\u2019m not planning any other change.\nClearly I need to cook a cake for this event .', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>It has been a year since I moved to Cambridge from Italy. It feels weird, but things go well here so for now I\u2019m not planning any other change.</p>\n<p>Clearly I need to cook a cake for this event <img src="http://farm1.static.flickr.com/189/458651157_780851832e_o.png"; alt=":)" />.</p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-09T09:30:54Z', 'updated_parsed': (2009, 3, 9, 9, 30, 54, 0, 68, 0), 'links': [{'href': u'http://blog.barisione.org/?feed=rss2', 'type': u'
 application/atom+xml', 'rel': u'self'}, {'href': u'http://blog.barisione.org', 'type': u'text/html', 'rel': u'alternate'}], 'title': u"Marco Barisione's Weblog", 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u"Marco Barisione's Weblog"}, 'link': u'http://blog.barisione.org', 'id': u'http://blog.barisione.org'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Time goes by', 'language': u'en'}, 'link': u'http://blog.barisione.org/2009-03/time-goes-by/', 'author': u'barisione', 'author_detail': {'name': u'barisione'}, 'id': u'http://blog.barisione.org/?p=147'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'Since viewing log files can be some kind of annoying when you are only interested in a special problem I wrote a patch to filter/highlight specific sections of a logfile with gnome-system-log. A screenshot says more than thousand words:\n\nThe filters are based on regular expressions and should thus be quite fl
 exible. The work was done [...]', 'language': u'en'}, 'updated_parsed': (2009, 3, 6, 11, 0, 23, 4, 65, 0), 'links': [{'href': u'http://blogs.gnome.org/johannes/2009/03/06/filtering-in-gnome-system-log/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Filtering in gnome-system-log', 'tags': [{'term': u'English', 'scheme': None, 'label': None}, {'term': u'Gnome', 'scheme': None, 'label': None}, {'term': u'Linux', 'scheme': None, 'label': None}, {'term': u'Openismus', 'scheme': None, 'label': None}], 'updated': u'2009-03-06T11:00:23Z', 'summary': u'Since viewing log files can be some kind of annoying when you are only interested in a special problem I wrote a patch to filter/highlight specific sections of a logfile with gnome-system-log. A screenshot says more than thousand words:\n\nThe filters are based on regular expressions and should thus be quite flexible. The work was done [...]', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>Since
  viewing log files can be some kind of annoying when you are only interested in a special problem I wrote a <a href="http://bugzilla.gnome.org/show_bug.cgi?id=574362";>patch</a> to filter/highlight specific sections of a logfile with gnome-system-log. A screenshot says more than thousand words:</p>\n<p>\n</p><div id="attachment_135" class="wp-caption aligncenter"><img src="http://blogs.gnome.org/johannes/files/2009/03/logview-filter.png"; title="logview-filter" height="390" width="559" alt="Screenshot of gnome-system-log highlighting all gdm messages" class="size-full wp-image-135" /><p class="wp-caption-text">Screenshot of gnome-system-log highlighting all gdm messages</p></div>\n<p>The filters are based on regular expressions and should thus be quite flexible. The work was done (and paid) by <a href="http://www.openismus.com"; target="_blank" title="Openismus Gmbh">Openismus Gmbh</a>!</p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-06T11:00:23Z', 'subtitle': 
 u'Blog of Johannes Schmid', 'updated_parsed': (2009, 3, 6, 11, 0, 23, 4, 65, 0), 'links': [{'href': u'http://blogs.gnome.org/johannes/category/english/feed/', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://blogs.gnome.org/johannes', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Life & hacking \xbb English', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Blog of Johannes Schmid'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Life & hacking \xbb English'}, 'link': u'http://blogs.gnome.org/johannes', 'id': u'http://blogs.gnome.org/johannes'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Filtering in gnome-system-log', 'language': u'en'}, 'link': u'http://blogs.gnome.org/johannes/2009/03/06/filtering-in-gnome-system-log/', 'author': u'jhs', 'author_detail': {'name': u'jhs'}, 'id': u'http://blogs.gnome.org/johannes/?p=134'}, {'summary_detail': {'base': '', 'typ
 e': 'text/plain', 'value': u'Taking up from where I left it last time around, one aspect that should work out is producing a distribution that is packaged with applications relevant to education. The catch phrase over here is \u201crelevant to education\u201d. And, it means thinking about something what the Fedora Electronic Labs does.\nThe Fedora Education SIG seems to have [...]', 'language': u'en'}, 'updated_parsed': (2009, 3, 6, 7, 39, 46, 4, 65, 0), 'links': [{'href': u'http://sankarshan.randomink.org/blog/2009/03/06/some-more-on-education/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Some more on education', 'tags': [{'term': u'Free/Libre/OpenSource Software', 'scheme': None, 'label': None}, {'term': u'Education', 'scheme': None, 'label': None}, {'term': u'FOSS', 'scheme': None, 'label': None}, {'term': u'GNOME', 'scheme': None, 'label': None}, {'term': u'India', 'scheme': None, 'label': None}], 'updated': u'2009-03-06T07:39:46Z', 'summary': u'Taking up fr
 om where I left it last time around, one aspect that should work out is producing a distribution that is packaged with applications relevant to education. The catch phrase over here is \u201crelevant to education\u201d. And, it means thinking about something what the Fedora Electronic Labs does.\nThe Fedora Education SIG seems to have [...]', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>Taking up from where I <a href="http://sankarshan.randomink.org/blog/2009/02/24/jottings-on-education/"; target="_blank">left it last time</a> around, one aspect that should work out is producing a distribution that is packaged with applications relevant to education. The catch phrase over here is \u201crelevant to education\u201d. And, it means thinking about something what the Fedora Electronic Labs does.</p>\n<p>The <a href="https://fedoraproject.org/wiki/SIGs/Education"; target="_blank">Fedora Education SIG</a> seems to have a slightly different approach and,
  a different objective. Especially the part:</p>\n<blockquote><p>The Fedora Education Spin is the number one goal right now and includes software to use it as a terminal server client. In parallel some SIG members work in integrating K12LTSP into Fedora. Once that work is finished it remains to be seen if we integrate that work into the Fedora Education Spin.</p></blockquote>\n<p>It would be good to try and see if a Fedora based release can be done which gets installed out-of-the-box and, somewhat along the lines of <a href="http://gregdek.livejournal.com/44386.html"; target="_blank">this blog entry</a>, wrap meta-data around the applications so that it becomes relevant to the target consumer. There are a couple of hops to go before LTSP and such can be packaged into a complete \u2019solution\u2019 that comes preloaded with relevant content. Getting the bits out there for playing would also allow a lot of volunteer driven innovation to land up and enhance the process.</p>\n<p
 >I guess I am talking more about the modular breakdown of competencies that allow a larger group of people to start contributing in whatever way they can. Having such a bit would help in FiE and OCiE as well. Ideally, this could be something that is possible to be explored by any upstream project irrespective of whether it is a distribution. So, let\u2019s say a GNOME-Edu compose set that let\u2019s one package a lot of educational applications using GNOME bits to make it available as a functional-out-of-the-box installation.</p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-07T00:55:36Z', 'subtitle': u'A collection of jottings on various issues that excite no one else', 'updated_parsed': (2009, 3, 7, 0, 55, 36, 5, 66, 0), 'links': [{'href': u'http://sankarshan.randomink.org/blog/feed/', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://sankarshan.randomink.org/blog', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Random thoughts and
  serendipity', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'A collection of jottings on various issues that excite no one else'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Random thoughts and serendipity'}, 'link': u'http://sankarshan.randomink.org/blog', 'id': u'http://sankarshan.randomink.org/blog'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Some more on education', 'language': u'en'}, 'link': u'http://sankarshan.randomink.org/blog/2009/03/06/some-more-on-education/', 'author': u'sankarshan', 'author_detail': {'name': u'sankarshan'}, 'id': u'http://sankarshan.randomink.org/blog/?p=515'}, {'summary_detail': {'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p><a href="http://java-gnome.sourceforge.net/";>\n</a></p><center><a href="http://java-gnome.sourceforge.net/";>\n<img src="http://java-gnome.sourceforge.net/images/java-gnome_LargeLogo.png"; border="0" />\n</a></ce
 nter><a href="http://java-gnome.sourceforge.net/";>\n</a><p></p>\n\n<p><em>This blog post is an extract of the release note from the</em> <code>NEWS</code> <em>file which you can read <a href="http://java-gnome.sourceforge.net/4.0/NEWS.html";>online</a> \u2026 or in the\n<a href="http://research.operationaldynamics.com/bzr/java-gnome/mainline/NEWS";>sources</a>,\nof course!</em></p>\n\n<hr />\n\n<h1>java-gnome 4.0.10 (5 Mar 2009)</h1>\n\n<p><em>Sculptures made of letters</em></p>\n\n<p>This release is a landmark, because it features coverage of the Pango text\nrendering library and so, along with our coverage of Cairo, brings us to a\ncomplete solution for drawing graphics with text \u2014 be they custom Widgets,\nPDF documents, or beautiful vector illustrations.</p>\n\n<p>In addition to merging Pango work from numerous contributors, we have made\nmassive improvements to our Cairo coverage, support for writing PDFs, and\nbetter access to the system Clipboard.</p>\n\n<h2>Drawing
  API improvements</h2>\n\n<p>We\u2019ve done a huge amount of refinement to our APIs for the ever fabulous Cairo\nGraphics drawing library, including full coverage of matrix translations,\nrotations, and scaling and more integrated ways of setting the source pattern\nto be used in stroke, paint, and fill operations. <img src="http://java-gnome.sourceforge.net/4.0/doc/api/org/freedesktop/cairo/Matrix-translate.png"; alt="" /> Thanks to Kenneth Prugh for\nhaving seen this through and having done the lion\u2019s share of the testing. <img src="http://java-gnome.sourceforge.net/4.0/doc/api/org/freedesktop/cairo/Context-arcNegative.png"; alt="" /></p>\n\n<p>We\u2019ve also had a number of improvements in the lower levels of GTK relating to\nimage rendering. The gdk-pixbuf library contains a capable image parser and we\ncan now feed it directly from a Pixbuf constructor. Thanks to new contributor\nMartin Garton for his hard work getting that tested and accepted.</p>\n\n<p>Drawing gr
 aphics often also requires drawing text. This release features\ncoverage of Pango, GNOME\u2019s powerful text rendering library. Pango is not just\nabout drawing mere glyphs; it also includes a sophisticated paragraph layout\nengine which gives us a capable solution for drawing text onto Cairo Surfaces.</p>\n\n<p>Thanks are due to Serkan Kaba and Kenneth Prugh have both been really helpful\ntesting; it was Vreixo Formoso who did the original leg work in April that\nidentified Layout as the key class that we needed to concentrate on and\ncleaned up much of the underlying infrastructure.</p>\n\n<p>As we were working on this we had occasion to continue the polish in and\naround the TextView / TextBuffer APIs, including a number of convenience\nmethods for inserting text while simultaneously applying multiple TextTags,\nand supporting changing default fonts.</p>\n\n<p>We\u2019ve also modelled \u201cnotify signals\u201d for when a property changes; see the\n<code>TextBuffer.Notif
 yCursorPosition</code> signal for this in action.</p>\n\n<p>Finally, thanks to contributions from Zak Fenton and Kamil Szymala we have\nsupport for applications running in composited window managers to have\ntransparent backgrounds \u2014 which is an exceptionally cool effect, even if it\ndoesn\u2019t have much to do with creating HIG compliant usable applications <code>:)</code>.</p>\n\n<h2>Handling cut &amp; paste</h2>\n\n<p>The GTK clipboard APIs are fairly complex, in no small part because the\nunderlying implementations in X are really rather complex. Our coverage here\nin java-gnome is still fairly basic relative to that, but it\u2019s been enough for\npeople working on applications like text editors to write text to the system\nclipboard, get notification when the clipboard changes, and read text back out\nagain.</p>\n\n<h2>Printed document support</h2>\n\n<p><img src="http://java-gnome.sourceforge.net/4.0/doc/examples/cairo/ExampleLinedPaper.png"; alt="" />\nThe work 
 on Pango noted above represented the essential machinery necessary to\nmake effective use of Cairo\u2019s PDF backend, and this has started us down the\nroad of covering the GNOME printing APIs.  You can now generate <code>.pdf</code>\ndocuments with java-gnome, and we\u2019ve included an fun\n<a href="http://research.operationaldynamics.com/blogs/andrew/doc/examples/START.html#ExampleLinedPaper";>example</a> showing this in action.</p>\n\n<p>Thanks to Nathan Strum for permission to use one of his sketches in the\nexample (you might find reading the <a href="http://www.atariage.com/forums/index.php?automodule=blog&blogid=118&showentry=5460";>blog</a> where we found this\ninteresting \u2014 it\u2019s a fascinating expos\xe9 of a graphic artist in action).</p>\n\n<h2>Continuing improvement</h2>\n\n<p>Thanks to new contributor Stefan Schweizer we now have better coverage of\nsignals relating to Notebook style Containers, and to new contributors Miloud\nBel and Bruno Dusausoy for 
 numerous small improvements in and around\nProgressBar.</p>\n\n<p>Miscellaneous documentation improvements and minor feature improvements always\nfeature in our releases, with minor changes having accrued in many classes.</p>\n\n<p>Just as important as new coverage is getting rid of cruft that we don\u2019t need.\nLibraries like GTK and GDK are, like any other mature project, full of\ndeprecated, obsolete, and unnecessary code \u2014 not to mention things that we\njust plain don\u2019t need in a Java binding of these underlying native libraries.\nWe\u2019re already pretty good about not generating translation Java or JNI C code\nfor such things; this release continues our refinements in this area with a\nconsiderable refinement of the <code>.jar</code> and <code>.so</code> which is ultimately what we\nship.</p>\n\n<p>Finally, it\u2019s worth noting that java-gnome\u2019s test suite is now 40 unit test\nclasses with 186 individual test fixtures. Combined with over 30 screensh
 ot\ngenerating programs and 17 example programs, we actually have surprisingly\ngood test coverage of our library. It\u2019s high time they \u2014 and more to the\npoint the people who work hard to create such tests \u2014 got as much credit as\nthe visible public APIs do.</p>\n\n<p>Anyone can run the tests (and anyone wanting to submit a patch had <em>better</em>\nrun the tests!); they\u2019ve been accumulating since java-gnome 4.0.0; it\u2019s just:</p>\n\n<pre>$ make test\n</pre>\n\n<p>and</p>\n\n<pre>$ make doc\n</pre>\n\n<p>If you\u2019re working in Eclipse launch class <code>UnitTests</code> as a JUnit test suite.</p>\n\n<h2>Build improvements</h2>\n\n<p>We have some fixes from new contributor Przemys\u0142aw Grzegorczyk ensuring we\ninclude the correct headers in a few corner cases. This came to us via work on\na GNOME Love bug, which is a first for us. Thanks!</p>\n\n<p>Meanwhile, the ever industrious Serkan Kaba has added some changes to ensure\nthat our magically l
 ocating the native shared library component of java-gnome\nworks properly even under strange and unusual conditions.</p>\n\n<p>Configuration and prerequisite detection on Open Solaris is improved thanks to\nreports from new contributor Kamil Szymala.</p>\n\n<p>Instructions for how to optimally lay out your branches when working with\njava-gnome have been moved to the <code>HACKING</code> file. People\nintending to hack on the bindings from Eclipse are <em>really</em> urged to set\nthings up this way as it will make their lives much easier. Also, using the\nlatest release of Bazaar (ie <code>bzr &gt;= 1.12</code>) is definitely recommended \u2014 it\u2019s\ngetting really fast. We\u2019ve upgraded our public branches, so you will need\n<code>1.9</code> at a minimum.</p>\n\n<p>Note to those creating packages for distributions: java-gnome now depends on\nthe current stable GTK (ie <code>gtk+ &gt;= 2.14</code>).</p>\n\n<h2>Looking ahead</h2>\n\n<p>Coverage of Poppler, GNOME\u201
 9s PDF rendering library is well along, but didn\u2019t\nquite make it in time for this release. It could very likely feature in the\nnext version of java-gnome, as might coverage of GConf, GNOME\u2019s simple store\nfor application configuration options. People are also known to be working on\ncoverage of GtkSourceView, libwnck, and librsvg. We\u2019ll see what gets\ncontributed!</p>\n\n<p>The most exciting part about java-gnome at the moment, though, is the number\nof people working hard on applications using it. It takes a <strong>long</strong> time to\nwrite a mature, well rounded, robust end-user program, but there are some\npretty cool projects ticking away out there, and it has been terrific to see\nthe authors of these projects joining our community.</p>\n\n<p>Happy developing,</p>\n\n<hr />\n\n<p><em>You can download java-gnome from</em> <a href="http://ftp.gnome.org/pub/GNOME/sources/java-gnome/4.0/";><code>ftp.gnome.org</code></a> <em>or easily checkout a branch fr
 om</em> \u2018<code>mainline</code>\u2019 <em>using Bazaar:</em></p>\n\n<pre>$ bzr checkout bzr://research.operationaldynamics.com/bzr/java-gnome/mainline java-gnome\n</pre>\n\n<p><em>though if you\u2019re going to do that you\u2019d best follow the</em> <a href="http://java-gnome.sourceforge.net/4.0/HACKING.html";><code>HACKING</code></a> <em>guidelines.</em></p>\n\n<p>AfC</p></div>', 'language': u'en'}, 'updated_parsed': (2009, 3, 6, 5, 25, 28, 4, 65, 0), 'links': [{'href': u'http://research.operationaldynamics.com/blogs/andrew/software/java-gnome/java-gnome-4.0.10-release.html', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'java-gnome 4.0.10 released!', 'tags': [{'term': u'/andrew/software/java-gnome', 'scheme': None, 'label': None}], 'updated': u'2009-03-06T05:25:28Z', 'summary': u'<div><p><a href="http://java-gnome.sourceforge.net/";>\n</a></p><center><a href="http://java-gnome.sourceforge.net/";>\n<img src="http://java-gnome.sourceforge.net/images/java-gnome_Lar
 geLogo.png" border="0" />\n</a></center><a href="http://java-gnome.sourceforge.net/";>\n</a><p></p>\n\n<p><em>This blog post is an extract of the release note from the</em> <code>NEWS</code> <em>file which you can read <a href="http://java-gnome.sourceforge.net/4.0/NEWS.html";>online</a> \u2026 or in the\n<a href="http://research.operationaldynamics.com/bzr/java-gnome/mainline/NEWS";>sources</a>,\nof course!</em></p>\n\n<hr />\n\n<h1>java-gnome 4.0.10 (5 Mar 2009)</h1>\n\n<p><em>Sculptures made of letters</em></p>\n\n<p>This release is a landmark, because it features coverage of the Pango text\nrendering library and so, along with our coverage of Cairo, brings us to a\ncomplete solution for drawing graphics with text \u2014 be they custom Widgets,\nPDF documents, or beautiful vector illustrations.</p>\n\n<p>In addition to merging Pango work from numerous contributors, we have made\nmassive improvements to our Cairo coverage, support for writing PDFs, and\nbetter access to the s
 ystem Clipboard.</p>\n\n<h2>Drawing API improvements</h2>\n\n<p>We\u2019ve done a huge amount of refinement to our APIs for the ever fabulous Cairo\nGraphics drawing library, including full coverage of matrix translations,\nrotations, and scaling and more integrated ways of setting the source pattern\nto be used in stroke, paint, and fill operations. <img src="http://java-gnome.sourceforge.net/4.0/doc/api/org/freedesktop/cairo/Matrix-translate.png"; alt="" /> Thanks to Kenneth Prugh for\nhaving seen this through and having done the lion\u2019s share of the testing. <img src="http://java-gnome.sourceforge.net/4.0/doc/api/org/freedesktop/cairo/Context-arcNegative.png"; alt="" /></p>\n\n<p>We\u2019ve also had a number of improvements in the lower levels of GTK relating to\nimage rendering. The gdk-pixbuf library contains a capable image parser and we\ncan now feed it directly from a Pixbuf constructor. Thanks to new contributor\nMartin Garton for his hard work getting that tested
  and accepted.</p>\n\n<p>Drawing graphics often also requires drawing text. This release features\ncoverage of Pango, GNOME\u2019s powerful text rendering library. Pango is not just\nabout drawing mere glyphs; it also includes a sophisticated paragraph layout\nengine which gives us a capable solution for drawing text onto Cairo Surfaces.</p>\n\n<p>Thanks are due to Serkan Kaba and Kenneth Prugh have both been really helpful\ntesting; it was Vreixo Formoso who did the original leg work in April that\nidentified Layout as the key class that we needed to concentrate on and\ncleaned up much of the underlying infrastructure.</p>\n\n<p>As we were working on this we had occasion to continue the polish in and\naround the TextView / TextBuffer APIs, including a number of convenience\nmethods for inserting text while simultaneously applying multiple TextTags,\nand supporting changing default fonts.</p>\n\n<p>We\u2019ve also modelled \u201cnotify signals\u201d for when a property chang
 es; see the\n<code>TextBuffer.NotifyCursorPosition</code> signal for this in action.</p>\n\n<p>Finally, thanks to contributions from Zak Fenton and Kamil Szymala we have\nsupport for applications running in composited window managers to have\ntransparent backgrounds \u2014 which is an exceptionally cool effect, even if it\ndoesn\u2019t have much to do with creating HIG compliant usable applications <code>:)</code>.</p>\n\n<h2>Handling cut &amp; paste</h2>\n\n<p>The GTK clipboard APIs are fairly complex, in no small part because the\nunderlying implementations in X are really rather complex. Our coverage here\nin java-gnome is still fairly basic relative to that, but it\u2019s been enough for\npeople working on applications like text editors to write text to the system\nclipboard, get notification when the clipboard changes, and read text back out\nagain.</p>\n\n<h2>Printed document support</h2>\n\n<p><img src="http://java-gnome.sourceforge.net/4.0/doc/examples/cairo/ExampleL
 inedPaper.png" alt="" />\nThe work on Pango noted above represented the essential machinery necessary to\nmake effective use of Cairo\u2019s PDF backend, and this has started us down the\nroad of covering the GNOME printing APIs.  You can now generate <code>.pdf</code>\ndocuments with java-gnome, and we\u2019ve included an fun\n<a href="http://research.operationaldynamics.com/blogs/andrew/doc/examples/START.html#ExampleLinedPaper";>example</a> showing this in action.</p>\n\n<p>Thanks to Nathan Strum for permission to use one of his sketches in the\nexample (you might find reading the <a href="http://www.atariage.com/forums/index.php?automodule=blog&blogid=118&showentry=5460";>blog</a> where we found this\ninteresting \u2014 it\u2019s a fascinating expos\xe9 of a graphic artist in action).</p>\n\n<h2>Continuing improvement</h2>\n\n<p>Thanks to new contributor Stefan Schweizer we now have better coverage of\nsignals relating to Notebook style Containers, and to new contributors 
 Miloud\nBel and Bruno Dusausoy for numerous small improvements in and around\nProgressBar.</p>\n\n<p>Miscellaneous documentation improvements and minor feature improvements always\nfeature in our releases, with minor changes having accrued in many classes.</p>\n\n<p>Just as important as new coverage is getting rid of cruft that we don\u2019t need.\nLibraries like GTK and GDK are, like any other mature project, full of\ndeprecated, obsolete, and unnecessary code \u2014 not to mention things that we\njust plain don\u2019t need in a Java binding of these underlying native libraries.\nWe\u2019re already pretty good about not generating translation Java or JNI C code\nfor such things; this release continues our refinements in this area with a\nconsiderable refinement of the <code>.jar</code> and <code>.so</code> which is ultimately what we\nship.</p>\n\n<p>Finally, it\u2019s worth noting that java-gnome\u2019s test suite is now 40 unit test\nclasses with 186 individual test fixtu
 res. Combined with over 30 screenshot\ngenerating programs and 17 example programs, we actually have surprisingly\ngood test coverage of our library. It\u2019s high time they \u2014 and more to the\npoint the people who work hard to create such tests \u2014 got as much credit as\nthe visible public APIs do.</p>\n\n<p>Anyone can run the tests (and anyone wanting to submit a patch had <em>better</em>\nrun the tests!); they\u2019ve been accumulating since java-gnome 4.0.0; it\u2019s just:</p>\n\n<pre>$ make test\n</pre>\n\n<p>and</p>\n\n<pre>$ make doc\n</pre>\n\n<p>If you\u2019re working in Eclipse launch class <code>UnitTests</code> as a JUnit test suite.</p>\n\n<h2>Build improvements</h2>\n\n<p>We have some fixes from new contributor Przemys\u0142aw Grzegorczyk ensuring we\ninclude the correct headers in a few corner cases. This came to us via work on\na GNOME Love bug, which is a first for us. Thanks!</p>\n\n<p>Meanwhile, the ever industrious Serkan Kaba has added some chan
 ges to ensure\nthat our magically locating the native shared library component of java-gnome\nworks properly even under strange and unusual conditions.</p>\n\n<p>Configuration and prerequisite detection on Open Solaris is improved thanks to\nreports from new contributor Kamil Szymala.</p>\n\n<p>Instructions for how to optimally lay out your branches when working with\njava-gnome have been moved to the <code>HACKING</code> file. People\nintending to hack on the bindings from Eclipse are <em>really</em> urged to set\nthings up this way as it will make their lives much easier. Also, using the\nlatest release of Bazaar (ie <code>bzr &gt;= 1.12</code>) is definitely recommended \u2014 it\u2019s\ngetting really fast. We\u2019ve upgraded our public branches, so you will need\n<code>1.9</code> at a minimum.</p>\n\n<p>Note to those creating packages for distributions: java-gnome now depends on\nthe current stable GTK (ie <code>gtk+ &gt;= 2.14</code>).</p>\n\n<h2>Looking ahead</h2>\n\
 n<p>Coverage of Poppler, GNOME\u2019s PDF rendering library is well along, but didn\u2019t\nquite make it in time for this release. It could very likely feature in the\nnext version of java-gnome, as might coverage of GConf, GNOME\u2019s simple store\nfor application configuration options. People are also known to be working on\ncoverage of GtkSourceView, libwnck, and librsvg. We\u2019ll see what gets\ncontributed!</p>\n\n<p>The most exciting part about java-gnome at the moment, though, is the number\nof people working hard on applications using it. It takes a <strong>long</strong> time to\nwrite a mature, well rounded, robust end-user program, but there are some\npretty cool projects ticking away out there, and it has been terrific to see\nthe authors of these projects joining our community.</p>\n\n<p>Happy developing,</p>\n\n<hr />\n\n<p><em>You can download java-gnome from</em> <a href="http://ftp.gnome.org/pub/GNOME/sources/java-gnome/4.0/";><code>ftp.gnome.org</code></a>
  <em>or easily checkout a branch from</em> \u2018<code>mainline</code>\u2019 <em>using Bazaar:</em></p>\n\n<pre>$ bzr checkout bzr://research.operationaldynamics.com/bzr/java-gnome/mainline java-gnome\n</pre>\n\n<p><em>though if you\u2019re going to do that you\u2019d best follow the</em> <a href="http://java-gnome.sourceforge.net/4.0/HACKING.html";><code>HACKING</code></a> <em>guidelines.</em></p>\n\n<p>AfC</p></div>', 'source': {'updated': u'2009-03-08T23:40:04Z', 'subtitle': u'Operations and other mysteries: the subtle business of making technology\nwork... a blog by Andrew Cowie.', 'updated_parsed': (2009, 3, 8, 23, 40, 4, 6, 67, 0), 'links': [{'href': u'http://research.operationaldynamics.com/blogs/andrew/', 'type': u'text/html', 'rel': u'alternate'}, {'href': u'http://research.operationaldynamics.com/blogs/andrew/index.rss20', 'type': u'application/rss+xml', 'rel': u'self'}], 'title': u'Andrew Cowie', 'rights': u'Copyright (c) 2009 Operational Dynamics Consulting Pty Lt
 d. All rights reserved. Not for redistribution or attribution without permission in writing.', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Operations and other mysteries: the subtle business of making technology\nwork... a blog by Andrew Cowie.'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Andrew Cowie'}, 'link': u'http://research.operationaldynamics.com/blogs/andrew/', 'logo': u'http://research.operationaldynamics.com/images/andrew_Hackergotchi.png', 'rights_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Copyright (c) 2009 Operational Dynamics Consulting Pty Ltd. All rights reserved. Not for redistribution or attribution without permission in writing.'}, 'id': u'http://research.operationaldynamics.com/blogs/andrew/'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'java-gnome 4.0.10 released!', 'language': u'en'}, 'link': u'http://research.operationaldynami
 cs.com/blogs/andrew/software/java-gnome/java-gnome-4.0.10-release.html', 'author': u'Andrew Cowie (andrew operationaldynamics com)', 'author_detail': {'name': u'Andrew Cowie', 'email': u'andrew operationaldynamics com'}, 'id': u'http://research.operationaldynamics.com/blogs/andrew/java-gnome-4.0.10-release'}, {'summary_detail': {'base': '', 'type': 'application/xhtml+xml', 'value': u'<div>After a bit of back and forth with <a href="http://who-t.blogspot.com/";>Peter</a>, we came up with a straightforward way of dealing with the fact that the Wacom driver needs a logical input device per input type[1], but the X server only generates an input device per hal device. The simplest solution turned out to be a hal callout that generates additional hal devices on demand, which also means we can add information to the fdi files to only add the appropriate device types. Ought to land in rawhide in the near future, at which point tablets should be basically working out of the box. Exce
 pt that xsetwacom gets device name -&gt; type mapping by attempting to parse xorg.conf. Pass the suicide.<br /><br />Today\'s other accomplishment was spending long enough looking at Toshiba ACPI dumps to figure out how to enable hotkey reporting without needing to poll. Of course, I then found that the FreeBSD driver has done the same thing since 2004. Never mind. Patch has been posted to lkml and I\'ve shoved it into rawhide, so that\'ll improve things for most Toshiba users. There\'s a few machines that have an entirely different BIOS and we don\'t know how the hotkeys there work at all, so life continues to be miserable for those of you that own them. Sorry.<br /><br />[1] Stylus, cursor, eraser and so on</div>', 'language': u'en-us'}, 'updated_parsed': (2009, 3, 6, 5, 6, 54, 4, 65, 0), 'links': [{'href': u'http://www.advogato.org/person/mjg59/diary.html?start=194', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'6 Mar 2009', 'updated': u'2009-03-06T05:06:54Z', '
 summary': u'<div>After a bit of back and forth with <a href="http://who-t.blogspot.com/";>Peter</a>, we came up with a straightforward way of dealing with the fact that the Wacom driver needs a logical input device per input type[1], but the X server only generates an input device per hal device. The simplest solution turned out to be a hal callout that generates additional hal devices on demand, which also means we can add information to the fdi files to only add the appropriate device types. Ought to land in rawhide in the near future, at which point tablets should be basically working out of the box. Except that xsetwacom gets device name -&gt; type mapping by attempting to parse xorg.conf. Pass the suicide.<br /><br />Today\'s other accomplishment was spending long enough looking at Toshiba ACPI dumps to figure out how to enable hotkey reporting without needing to poll. Of course, I then found that the FreeBSD driver has done the same thing since 2004. Never mind. Patch h
 as been posted to lkml and I\'ve shoved it into rawhide, so that\'ll improve things for most Toshiba users. There\'s a few machines that have an entirely different BIOS and we don\'t know how the hotkeys there work at all, so life continues to be miserable for those of you that own them. Sorry.<br /><br />[1] Stylus, cursor, eraser and so on</div>', 'source': {'updated': u'2009-03-10T09:21:56Z', 'subtitle': u'Advogato blog for mjg59', 'updated_parsed': (2009, 3, 10, 9, 21, 56, 1, 69, 0), 'links': [{'href': u'http://www.advogato.org/person/mjg59/', 'type': u'text/html', 'rel': u'alternate'}, {'href': u'http://www.advogato.org/person/mjg59/rss.xml', 'type': u'application/rss+xml', 'rel': u'self'}], 'title': u'Advogato blog for mjg59', 'author': u'Matthew Garrett', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en-us', 'value': u'Advogato blog for mjg59'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en-us', 'value': u'Advogato blog for 
 mjg59'}, 'link': u'http://www.advogato.org/person/mjg59/', 'author_detail': {'name': u'Matthew Garrett'}, 'id': u'http://www.advogato.org/person/mjg59/'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'6 Mar 2009', 'language': u'en-us'}, 'link': u'http://www.advogato.org/person/mjg59/diary.html?start=194', 'id': u'http://mjg59.livejournal.com/107812.html'}, {'summary_detail': {'base': '', 'type': 'application/xhtml+xml', 'value': u'<div>I made some Fedora buttons since I wanted to deck out my new blogs in Fedora-ness. Enjoy.\n\n\n\n\n\nThese are available on the Fedora wiki at https://fedoraproject.org/wiki/Artwork/PromoBanners#Buttons.\nPosted in Uncategorized       <img src="http://stats.wordpress.com/b.gif?host=mairin.wordpress.com&blog=929179&post=510&subd=mairin&ref=&feed=1"; alt="" border="0" /></div>', 'language': u'en'}, 'updated_parsed': (2009, 3, 6, 4, 40, 34, 4, 65, 0), 'links': [{'href': u'http://mairin.wordpress.com/2009/03/06/fedora-buttons/', 'ty
 pe': u'text/html', 'rel': u'alternate'}], 'title': u'Fedora Buttons', 'tags': [{'term': u'Uncategorized', 'scheme': None, 'label': None}], 'updated': u'2009-03-06T04:40:34Z', 'summary': u'<div>I made some Fedora buttons since I wanted to deck out my new blogs in Fedora-ness. Enjoy.\n\n\n\n\n\nThese are available on the Fedora wiki at https://fedoraproject.org/wiki/Artwork/PromoBanners#Buttons.\nPosted in Uncategorized       <img src="http://stats.wordpress.com/b.gif?host=mairin.wordpress.com&blog=929179&post=510&subd=mairin&ref=&feed=1"; alt="" border="0" /></div>', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><div class="snap_preview"><br /><p>I made some Fedora buttons since I wanted to deck out my new blogs in Fedora-ness. Enjoy.</p>\n<p><a href="https://fedoraproject.org/wiki/Artwork/PromoBanners#Buttons";><img src="https://fedoraproject.org/w/uploads/5/50/Fedorabutton-iusefedora.png"; /></a><br />\n<br />\n<a href="https://fedoraproject.org/wik
 i/Artwork/PromoBanners#Buttons"><img src="https://fedoraproject.org/w/uploads/a/a3/Fedorabutton-proudfedoracontributor.png"; /></a><br />\n<br />\n<a href="https://fedoraproject.org/wiki/Artwork/PromoBanners#Buttons";><img src="https://fedoraproject.org/w/uploads/f/fe/Fedorabutton-proudfedorauser.png"; /></a></p>\n<p>These are available on the Fedora wiki at <a href="https://fedoraproject.org/wiki/Artwork/PromoBanners#Buttons";>https://fedoraproject.org/wiki/Artwork/PromoBanners#Buttons</a>.</p>\nPosted in Uncategorized  <a href="http://feeds.wordpress.com/1.0/gocomments/mairin.wordpress.com/510/"; rel="nofollow"><img src="http://feeds.wordpress.com/1.0/comments/mairin.wordpress.com/510/"; alt="" border="0" /></a> <a href="http://feeds.wordpress.com/1.0/godelicious/mairin.wordpress.com/510/"; rel="nofollow"><img src="http://feeds.wordpress.com/1.0/delicious/mairin.wordpress.com/510/"; alt="" border="0" /></a> <a href="http://feeds.wordpress.com/1.0/gostumble/mairin.wordpress.com/510
 /" rel="nofollow"><img src="http://feeds.wordpress.com/1.0/stumble/mairin.wordpress.com/510/"; alt="" border="0" /></a> <a href="http://feeds.wordpress.com/1.0/godigg/mairin.wordpress.com/510/"; rel="nofollow"><img src="http://feeds.wordpress.com/1.0/digg/mairin.wordpress.com/510/"; alt="" border="0" /></a> <a href="http://feeds.wordpress.com/1.0/goreddit/mairin.wordpress.com/510/"; rel="nofollow"><img src="http://feeds.wordpress.com/1.0/reddit/mairin.wordpress.com/510/"; alt="" border="0" /></a> <img src="http://stats.wordpress.com/b.gif?host=mairin.wordpress.com&blog=929179&post=510&subd=mairin&ref=&feed=1"; alt="" border="0" /></div></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-06T04:40:34Z', 'subtitle': u'Just another WordPress.com weblog', 'updated_parsed': (2009, 3, 6, 4, 40, 34, 4, 65, 0), 'links': [{'href': u'http://mairin.wordpress.com/feed/?mrss=off', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://mairin.wordpress.com', 'type': u'text
 /html', 'rel': u'alternate'}], 'title': u'mairin', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Just another WordPress.com weblog'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'mairin'}, 'link': u'http://mairin.wordpress.com', 'logo': u'http://www.gravatar.com/blavatar/1c8a22e60a5d5d6b78f6bc9ad1ab727d?s=96&d=http://s.wordpress.com/i/buttonw-com.png', 'id': u'http://mairin.wordpress.com'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Fedora Buttons', 'language': u'en'}, 'link': u'http://mairin.wordpress.com/2009/03/06/fedora-buttons/', 'author': u'mairin', 'author_detail': {'name': u'mairin'}, 'id': u'http://mairin.wordpress.com/?p=510'}, {'summary_detail': {'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><strong>Unicode:</strong> I am thinking again about the\nbrilliant <a href="http://en.wikipedia.org/wiki/Joe_Becker_(Unicode)">Joe\nBecker</a>. I\nmet the gentleman last
  October in San Jose, when everyone\nwas celebrating twenty years of Unicode. <a href="http://www.unicode.org/history/unicode88.pdf";>His\nshort 1988 article</a>, titled Unicode 88, is\namazing. It is interesting that a lot of Unicode principles\nremain the same, after twenty years.</div>', 'language': u'en-us'}, 'updated_parsed': (2009, 3, 6, 3, 20, 16, 4, 65, 0), 'links': [{'href': u'http://www.advogato.org/person/roozbeh/diary.html?start=159', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'6 Mar 2009', 'updated': u'2009-03-06T03:20:16Z', 'summary': u'<div><strong>Unicode:</strong> I am thinking again about the\nbrilliant <a href="http://en.wikipedia.org/wiki/Joe_Becker_(Unicode)">Joe\nBecker</a>. I\nmet the gentleman last October in San Jose, when everyone\nwas celebrating twenty years of Unicode. <a href="http://www.unicode.org/history/unicode88.pdf";>His\nshort 1988 article</a>, titled Unicode 88, is\namazing. It is interesting that a lot of Unicode principles\nr
 emain the same, after twenty years.</div>', 'source': {'updated': u'2009-03-10T09:20:16Z', 'subtitle': u'Advogato blog for roozbeh', 'updated_parsed': (2009, 3, 10, 9, 20, 16, 1, 69, 0), 'links': [{'href': u'http://www.advogato.org/person/roozbeh/', 'type': u'text/html', 'rel': u'alternate'}, {'href': u'http://www.advogato.org/person/roozbeh/rss.xml', 'type': u'application/rss+xml', 'rel': u'self'}], 'title': u'Advogato blog for roozbeh', 'author': u'Roozbeh Pournader', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en-us', 'value': u'Advogato blog for roozbeh'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en-us', 'value': u'Advogato blog for roozbeh'}, 'link': u'http://www.advogato.org/person/roozbeh/', 'author_detail': {'name': u'Roozbeh Pournader'}, 'id': u'http://www.advogato.org/person/roozbeh/'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'6 Mar 2009', 'language': u'en-us'}, 'link': u'http://www.advogato.org/p
 erson/roozbeh/diary.html?start=159', 'id': u'http://www.advogato.org/person/roozbeh/diary.html?start=159'}, {'summary_detail': {'base': '', 'type': 'application/xhtml+xml', 'value': u'<div>I started a food blog with Ray Strode. If you are into cooking, you may find it a useful read.  \nhttp://morayskitchen.wordpress.com/\nPosted in Uncategorized       <img src="http://stats.wordpress.com/b.gif?host=mairin.wordpress.com&blog=929179&post=502&subd=mairin&ref=&feed=1"; alt="" border="0" /></div>', 'language': u'en'}, 'updated_parsed': (2009, 3, 6, 3, 19, 44, 4, 65, 0), 'links': [{'href': u'http://mairin.wordpress.com/2009/03/06/food-blog/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Food Blog', 'tags': [{'term': u'Uncategorized', 'scheme': None, 'label': None}], 'updated': u'2009-03-06T03:19:44Z', 'summary': u'<div>I started a food blog with Ray Strode. If you are into cooking, you may find it a useful read.  \nhttp://morayskitchen.wordpress.com/\nPosted in Uncategor
 ized       <img src="http://stats.wordpress.com/b.gif?host=mairin.wordpress.com&blog=929179&post=502&subd=mairin&ref=&feed=1"; alt="" border="0" /></div>', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><div class="snap_preview"><br /><p><a href="http://www.flickr.com/photos/mairin/3135671523/"; title="Mushrooms with Oat Stuffing by momomomo, on Flickr"><img src="http://farm4.static.flickr.com/3085/3135671523_1b1c19b10e_t.jpg"; alt="Mushrooms with Oat Stuffing" height="67" width="100" /></a><a href="http://www.flickr.com/photos/mairin/3325213062/"; title="Tostones by momomomo, on Flickr"><img src="http://farm4.static.flickr.com/3582/3325213062_39e704798d_t.jpg"; alt="Tostones" height="67" width="100" /></a><br />\n<a href="http://www.flickr.com/photos/mairin/3324380409/"; title="Guiltless Chocolate Cheesecakes by momomomo, on Flickr"><img src="http://farm4.static.flickr.com/3565/3324380409_6f89a679a0_t.jpg"; alt="Guiltless Chocolate Cheesecakes" height="6
 7" width="100" /></a><a href="http://www.flickr.com/photos/mairin/3324373613/"; title="Baby Greens Salad with Ginger Sauce by momomomo, on Flickr"><img src="http://farm4.static.flickr.com/3661/3324373613_9de39396e2_t.jpg"; alt="Baby Greens Salad with Ginger Sauce" height="67" width="100" /></a></p>\n<p>I started a food blog with <a href="http://blogs.gnome.org/halfline/";>Ray Strode</a>. If you are into cooking, you may find it a useful read. <img src="http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif"; alt=":)" class="wp-smiley" /> </p>\n<p><a href="http://morayskitchen.wordpress.com/";>http://morayskitchen.wordpress.com/</a></p>\nPosted in Uncategorized  <a href="http://feeds.wordpress.com/1.0/gocomments/mairin.wordpress.com/502/"; rel="nofollow"><img src="http://feeds.wordpress.com/1.0/comments/mairin.wordpress.com/502/"; alt="" border="0" /></a> <a href="http://feeds.wordpress.com/1.0/godelicious/mairin.wordpress.com/502/"; rel="nofollow"><img src="http://feeds.wo
 rdpress.com/1.0/delicious/mairin.wordpress.com/502/" alt="" border="0" /></a> <a href="http://feeds.wordpress.com/1.0/gostumble/mairin.wordpress.com/502/"; rel="nofollow"><img src="http://feeds.wordpress.com/1.0/stumble/mairin.wordpress.com/502/"; alt="" border="0" /></a> <a href="http://feeds.wordpress.com/1.0/godigg/mairin.wordpress.com/502/"; rel="nofollow"><img src="http://feeds.wordpress.com/1.0/digg/mairin.wordpress.com/502/"; alt="" border="0" /></a> <a href="http://feeds.wordpress.com/1.0/goreddit/mairin.wordpress.com/502/"; rel="nofollow"><img src="http://feeds.wordpress.com/1.0/reddit/mairin.wordpress.com/502/"; alt="" border="0" /></a> <img src="http://stats.wordpress.com/b.gif?host=mairin.wordpress.com&blog=929179&post=502&subd=mairin&ref=&feed=1"; alt="" border="0" /></div></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-06T04:40:34Z', 'subtitle': u'Just another WordPress.com weblog', 'updated_parsed': (2009, 3, 6, 4, 40, 34, 4, 65, 0), 'links': [{'href': 
 u'http://mairin.wordpress.com/feed/?mrss=off', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://mairin.wordpress.com', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'mairin', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Just another WordPress.com weblog'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'mairin'}, 'link': u'http://mairin.wordpress.com', 'logo': u'http://www.gravatar.com/blavatar/1c8a22e60a5d5d6b78f6bc9ad1ab727d?s=96&d=http://s.wordpress.com/i/buttonw-com.png', 'id': u'http://mairin.wordpress.com'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Food Blog', 'language': u'en'}, 'link': u'http://mairin.wordpress.com/2009/03/06/food-blog/', 'author': u'mairin', 'author_detail': {'name': u'mairin'}, 'id': u'http://mairin.wordpress.com/?p=502'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'\u201c\u2026 all programs that interact wit
 h e-mail are broken in one way or another. Please be careful.\u201d - Lars Wirzenius\n\nI seem to have a cunning knack of finding problems with configuring server software, particularly involving e-mail, where a) I can\u2019t find answers in Google, b) most people I go and ask for help say they\u2019d [...]', 'language': u'en'}, 'updated_parsed': (2009, 3, 6, 2, 40, 46, 4, 65, 0), 'links': [{'href': u'http://robot101.net/2009/03/06/local-mail/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'This is a local mail for local people, we\u2019ll have no trouble here!', 'tags': [{'term': u'Tech', 'scheme': None, 'label': None}], 'updated': u'2009-03-06T02:40:46Z', 'summary': u'\u201c\u2026 all programs that interact with e-mail are broken in one way or another. Please be careful.\u201d - Lars Wirzenius\n\nI seem to have a cunning knack of finding problems with configuring server software, particularly involving e-mail, where a) I can\u2019t find answers in Google, b) most
  people I go and ask for help say they\u2019d [...]', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><blockquote><p>\n\u201c\u2026 all programs that interact with e-mail are broken in one way or another. Please be careful.\u201d - Lars Wirzenius\n</p></blockquote>\n<p>I seem to have a cunning knack of finding problems with configuring server software, particularly involving e-mail, where a) I can\u2019t find answers in Google, b) most people I go and ask for help say they\u2019d usually ask me such things, and c) if I go onto IRC or mailing lists I end up helping other people and not getting any help with my problem. It\u2019s quite likely this is just because I\u2019m something of a perfectionist, so the ridiculous crappy hacks people come up with and seem content to entrust their mail to are unacceptable to me for one reason or another. Anyway, in my ongoing quest for the perfect mail system, I\u2019ve painted myself into a corner again.</p>\n<p>
 <small>(I\u2019m currently running with postfix, postgrey, clamav-milter, dspam, dovecot using LDA, managesieve and the cmusieve &amp; antispam plugins. If I can get the current incarnation working, I\u2019ve had enough requests to write up a full HOWTO, and seen enough around with pretty questionable content, that I\u2019ll probably do it before too long.)</small></p>\n<p>I\u2019ve got postfix\u2019s <tt>local</tt> transport configured to hand mail to dspam over LMTP, using <tt>mailbox_transport = lmtp:unix:/dspam/dspam.sock</tt>. dspam is configured to listen here, add <tt>X-DSPAM-Result</tt> and signature headers, and then deliver the mail with dovecot\u2019s <tt>deliver</tt> LDA (which I\u2019ve set to <tt>4750 root:dspam</tt>). From <tt>dspam.conf</tt>:</p>\n<p><code>ServerParameters "--deliver=innocent,spam -d %u"<br />\nServerDomainSocketPath "/var/spool/postfix/dspam/dspam.sock"<br />\n...<br />\nPreference "spamAction=tag"<br />\nPreference "signatureLocation=header
 s"<br />\n...<br />\nTrustedDeliveryAgent "/usr/lib/dovecot/deliver"</code></p>\n<p>My dovecot configuration is pretty standard, using PAM for both <tt>passdb</tt> and <tt>userdb</tt>, and provides the <tt>auth-master</tt> socket that <tt>deliver</tt> needs. The problem I have is that postfix\u2019s <i>local</i> transport is qualifying the <i>local</i> username with the FQDN of the machine before delivering it to dspam with LMTP (the <i>local</i> mail transfer protocol), even for locally-originated mail which was only addressed with a bare username! dspam doesn\u2019t mangle it or care if the user is local or not, and then cheerfully invokes <tt>deliver -d robot101 omega example co uk</tt>, which returns <tt>EX_NOUSER</tt> (addressee unknown) because my username is just <tt>robot101</tt>. From <tt>mail robot101</tt>:</p>\n<p><code>Mar  6 02:25:40 omega postfix/pickup[13607]: DAA4942F41F: uid=1000 from=&lt;robot101&gt;<br />\nMar  6 02:25:40 omega postfix/cleanup[13637]: DAA4
 942F41F: message-id=&lt;20090306022540 DAA4942F41F omega example co uk&gt;<br />\nMar  6 02:25:40 omega postfix/qmgr[12552]: DAA4942F41F: from=&lt;robot101 omega example co uk&gt;, size=339, nrcpt=1 (queue active)<br />\nMar  6 02:25:40 omega dovecot: auth(default): passwd(robot101 omega example co uk): unknown user<br />\nMar  6 02:25:40 omega dspam[13527]: Delivery agent returned exit code 67: /usr/lib/dovecot/deliver -d robot101 omega example co uk<br />\nMar  6 02:25:40 omega postfix/lmtp[13640]: DAA4942F41F: to=&lt;robot101 omega example co uk&gt;, orig_to=&lt;robot101&gt;, relay=omega.example.co.uk[/dspam/dspam.sock], delay=0.08, delays=0.05/0.01/0.01/0.03, dsn=4.3.0, status=deferred (host omega.example.co.uk[/dspam/dspam.sock] said: 421 4.3.0 &lt;robot101 omega example co uk&gt; Delivered (in reply to end of DATA command))</code></p>\n<p>So, no e-mail for me. Dearest lazyweb, which of the three components is behaving wrongly, and how can I fix it?</p>\n<p><small>(And 
 no, I\u2019m not just going to switch to GMail. I store my data on hard drives, which are sometimes in servers, not \u201cin the cloud\u201d. Until about a month ago, most people I knew spoke about clouds which were made of particles of water in the sky, rather than as a data storage media. What if it rains? ;)</small></p>\n<p><b>Update</b>: The problem is fixed! Even though arguably the problem is dspam\u2019s for not knowing which users are local or not, it\u2019s fixable in dovecot 1.1.x using the <tt>auth_username_format = %n</tt> option. Thanks so much to <a href="http://anmar.eu.org/";>Angel Marin</a> for helping me out.</p>\n<p><b>Update 2</b>: There\u2019s also a <a href="http://article.gmane.org/gmane.mail.spam.dspam.user/10076";>patch</a> for dspam floating around which adds a <tt>StripRcptDomain</tt> option, which makes the LMTP server truncate the e-mail address at the @, so essentially assumes everyone to be a local user. The problem with both of these fixes is th
 at they\u2019re both blunt instruments which will break virtual users on the same host. I <a href="http://article.gmane.org/gmane.mail.spam.dspam.user/15235";>think</a> the real fix would be something more like a <tt>LocalDomains</tt> option in dspam, to choose which domains should be considered local and truncated from the e-mail addresses for delivery purposes.</p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-07T14:20:56Z', 'subtitle': u'The personal blog of Robert McQueen', 'updated_parsed': (2009, 3, 7, 14, 20, 56, 5, 66, 0), 'links': [{'href': u'http://robot101.net/feed/', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://robot101.net', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Robotic Tendencies', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'The personal blog of Robert McQueen'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Robotic Tendencies'}, 'li
 nk': u'http://robot101.net', 'id': u'http://robot101.net'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'This is a local mail for local people, we\u2019ll have no trouble here!', 'language': u'en'}, 'link': u'http://robot101.net/2009/03/06/local-mail/', 'author': u'Robert McQueen', 'author_detail': {'name': u'Robert McQueen'}, 'id': u'http://robot101.net/?p=86'}, {'summary_detail': {'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><ul>\n\t  <li id="fixing-randr-introduction">\n\t    <p>\n\t      <a href="http://www.gnome.org/~federico/news-2009-03.html#fixing-randr-introduction";><strong>Fixing RANDR: Introduction</strong></a>\n\t    </p>\n\n\t    <p>\n\t      <a href="http://www.x.org/wiki/Projects/XRandR";>RANDR</a>\n\t      is the X\xa0extension that lets applications see that\n\t      they are running on a machine with more than one\n\t      monitor:  a laptop and a projector, a desktop machine\n\t      with three monitors, a docking station, e
 tc.  Over the\n\t      past few months many people have done a lot of work to\n\t      make all of this Just\xa0Work(tm), but unfortunately\n\t      there is still a lot of work to do.\n\t    </p>\n\n\t    <p>\n\t      We have done a lot of scattered work to fix RANDR\n\t      \u2014 the X people work on drivers and the next\n\t      revision of the RANDR extension; GNOME and KDE people\n\t      work on supporting what X gives us and they define\n\t      policies about how multiple monitors should be used;\n\t      application writers fix their apps when something\n\t      doesn\'t work well when you have more than one monitor.\n\t    </p>\n\n\t    <p>\n\t      Over the past week or so I have been collecting all the\n\t      RANDR-related bugs, with the intention of prioritizing\n\t      them and seeing just how things stand.\n\t    </p>\n\n\t    <p>\n\t      GNOME\'s support for RANDR has various parts:\n\t    </p>\n\n\t    <ul>\n\t      <li>\n\t\t<p>\n\t\t  <strong>GTK+:</
 strong> The <a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html";>GdkScreen\n\t\t  API</a> has simple functions to see how many\n\t\t  monitors there are and which part of the big desktop\n\t\t  they are showing.  Most applications can simply use\n\t\t  the GdkScreen API if they need to be concerned at\n\t\t  all with multiple monitors.  When would you use\n\t\t  this?  Basically, any time when you "want to do\n\t\t  something with respect to the size of the screen"\n\t\t  \u2014 you should do it with respect to the\n\t\t  appropriate monitor, not with respect to the whole\n\t\t  GdkScreen (as this will be as big as the sum of all\n\t\t  your monitors).\n\t\t</p>\n\t      </li>\n\n\t      <li>\n\t\t<p>\n\t\t  <strong>GnomeRR*:</strong> This is an <a href="http://svn.gnome.org/viewvc/gnome-desktop/trunk/libgnome-desktop/libgnomeui/";>unstable\n\t\t  API inside gnome-desktop</a>, mostly for consumption\n\t\t  by gnome-settings-daemon and the\n\t\t  gnome-display-
 properties capplet.\n\t\t</p>\n\t      </li>\n\n\t      <li>\n\t\t<p>\n\t\t  <strong>gnome-settings-daemon and the\n\t\t  gnome-display-properties capplet:</strong> These\n\t\t  days, gnome-settings-daemon has a plugin that\n\t\t  watches for changes in the RANDR configuration (did\n\t\t  you plug/unplug a monitor?) and which runs a tray\n\t\t  icon to let you fiddle with your monitors.  The\n\t\t  capplet lets you configure your monitors: side by\n\t\t  side, one atop the other, their resolutions, etc.\n\t\t</p>\n\n\t\t<p>\n\t\t  <img src="http://www.gnome.org/~federico/misc/randr-tray-icon.png"; alt="RANDR tray     icon" height="349" class="photo" width="327" />\n\t\t  <a href="http://www.gnome.org/~federico/misc/gnome-display-properties.png";><img src="http://www.gnome.org/~federico/misc/gnome-display-properties-thumb.png"; alt="gnome-display-properties" height="349" class="photo" width="262" /></a>\n\t\t</p>\n\t      </li>\n\n\t      <li>\n\t\t<p>\n\t\t  <strong>The core de
 sktop:</strong> This is\n\t\t  essentially gnome-panel and Metacity or Compiz.  The\n\t\t  panel in particular has a bunch of bugs related to\n\t\t  multiple-monitor support.  These are unnerving since\n\t\t  the core desktop is people\'s "last resort" when\n\t\t  things go wrong \u2014 if people see a buggy random\n\t\t  app they just think "buggy app", but if they see\n\t\t  that the basic desktop doesn\'t work correctly, they\n\t\t  think "Linux sucks".\n\t\t</p>\n\t      </li>\n\n\t      <li>\n\t\t<p>\n\t\t  <strong>Applications:</strong> Fortunately, most\n\t\t  applications don\'t need to do anything special to\n\t\t  support multiple monitors.  Some want to do things\n\t\t  specially, like OOImpress having a "presentation\n\t\t  mode" with your notes in your laptop\'s screen and\n\t\t  the presentation in the projector.  However, most of\n\t\t  the time applications just need to be careful about\n\t\t  making dialog boxes transient to their parent\n\t\t  windows, and 
 stuff like that, for things to appear\n\t\t  in the correct monitor.\n\t\t</p>\n\t      </li>\n\t    </ul>\n\n\t    <p>\n\t      Under all of that there is of course the X\xa0server\n\t      and drivers for graphics cards.  There are bugs there,\n\t      too!\n\t    </p>\n\n\t    <p>\n\t      I\'ve started keeping track of a few resources related to\n\t      fixing RANDR everywhere:\n\t    </p>\n\n\t    <ul>\n\t      <li>\n\t\t<a href="http://live.gnome.org/RandR1.2";>RANDR support\n\t\tin GNOME</a> (wiki page)\n\t      </li>\n\t      <li>\n\t\t<a href="http://bugzilla.gnome.org/show_bug.cgi?id=573207";>Tracker\n\t\tbug for GNOME\'s RANDR problems</a> (bug alias is\n\t\t<tt>randr-tracker</tt>).\n\t      </li>\n\t      <li>\n\t\t<a href="https://bugzilla.novell.com/show_bug.cgi?id=374148";>Tracker\n\t\tbug for RANDR in openSUSE/GNOME</a> (bug alias is\n\t\t<tt>randr-tracker</tt>).\n\t      </li>\n\t      <li>\n\t\t<a href="http://en.opensuse.org/GNOME/Multiscreen";>RANDR\n\t\tsup
 port in openSUSE/GNOME</a> (wiki page).\n\t      </li>\n\t    </ul>\n\n\t    <p>\n\t      <strong>Call to distributions:</strong> If you have\n\t      custom patches to fix RANDR-related stuff in GNOME,\n\t      please file the patch in bugzilla.gnome.org, and make\n\t      the bug block the <a href="http://bugzilla.gnome.org/show_bug.cgi?id=573207";><tt>randr-tracker</tt>\n\t      bug</a> described above.  That way I\'ll get notified\n\t      about your patch.\n\t    </p>\n\n\t    <p>\n\t      <strong>Call to module maintainers:</strong> If you know\n\t      of RANDR bugs in your GNOME module, please make them\n\t      block the <a href="http://bugzilla.gnome.org/show_bug.cgi?id=573207";><tt>randr-tracker</tt>\n\t      bug</a>.  Feel free to <a href="mailto:federico gnome org">ask</a> if you need\n\t      advice on how to solve multi-monitor problems!\n\t    </p>\n\n\t    <p>\n\t      In the following posts I\'ll be describing some notable\n\t      RANDR bugs and what we can 
 do about them.\n\t    </p>\n\t  </li>\n\t</ul></div>', 'language': u'en'}, 'updated_parsed': (2009, 3, 5, 19, 40, 50, 3, 64, 0), 'links': [{'href': u'http://www.gnome.org/~federico/news-2009-03.html#05', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Thu 2009/Mar/05', 'updated': u'2009-03-05T19:40:50Z', 'summary': u'<div><ul>\n\t  <li id="fixing-randr-introduction">\n\t    <p>\n\t      <a href="http://www.gnome.org/~federico/news-2009-03.html#fixing-randr-introduction";><strong>Fixing RANDR: Introduction</strong></a>\n\t    </p>\n\n\t    <p>\n\t      <a href="http://www.x.org/wiki/Projects/XRandR";>RANDR</a>\n\t      is the X\xa0extension that lets applications see that\n\t      they are running on a machine with more than one\n\t      monitor:  a laptop and a projector, a desktop machine\n\t      with three monitors, a docking station, etc.  Over the\n\t      past few months many people have done a lot of work to\n\t      make all of this Just\xa0Work(tm), but unfort
 unately\n\t      there is still a lot of work to do.\n\t    </p>\n\n\t    <p>\n\t      We have done a lot of scattered work to fix RANDR\n\t      \u2014 the X people work on drivers and the next\n\t      revision of the RANDR extension; GNOME and KDE people\n\t      work on supporting what X gives us and they define\n\t      policies about how multiple monitors should be used;\n\t      application writers fix their apps when something\n\t      doesn\'t work well when you have more than one monitor.\n\t    </p>\n\n\t    <p>\n\t      Over the past week or so I have been collecting all the\n\t      RANDR-related bugs, with the intention of prioritizing\n\t      them and seeing just how things stand.\n\t    </p>\n\n\t    <p>\n\t      GNOME\'s support for RANDR has various parts:\n\t    </p>\n\n\t    <ul>\n\t      <li>\n\t\t<p>\n\t\t  <strong>GTK+:</strong> The <a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html";>GdkScreen\n\t\t  API</a> has simple functions to se
 e how many\n\t\t  monitors there are and which part of the big desktop\n\t\t  they are showing.  Most applications can simply use\n\t\t  the GdkScreen API if they need to be concerned at\n\t\t  all with multiple monitors.  When would you use\n\t\t  this?  Basically, any time when you "want to do\n\t\t  something with respect to the size of the screen"\n\t\t  \u2014 you should do it with respect to the\n\t\t  appropriate monitor, not with respect to the whole\n\t\t  GdkScreen (as this will be as big as the sum of all\n\t\t  your monitors).\n\t\t</p>\n\t      </li>\n\n\t      <li>\n\t\t<p>\n\t\t  <strong>GnomeRR*:</strong> This is an <a href="http://svn.gnome.org/viewvc/gnome-desktop/trunk/libgnome-desktop/libgnomeui/";>unstable\n\t\t  API inside gnome-desktop</a>, mostly for consumption\n\t\t  by gnome-settings-daemon and the\n\t\t  gnome-display-properties capplet.\n\t\t</p>\n\t      </li>\n\n\t      <li>\n\t\t<p>\n\t\t  <strong>gnome-settings-daemon and the\n\t\t  gnome-disp
 lay-properties capplet:</strong> These\n\t\t  days, gnome-settings-daemon has a plugin that\n\t\t  watches for changes in the RANDR configuration (did\n\t\t  you plug/unplug a monitor?) and which runs a tray\n\t\t  icon to let you fiddle with your monitors.  The\n\t\t  capplet lets you configure your monitors: side by\n\t\t  side, one atop the other, their resolutions, etc.\n\t\t</p>\n\n\t\t<p>\n\t\t  <img src="http://www.gnome.org/~federico/misc/randr-tray-icon.png"; alt="RANDR tray     icon" height="349" class="photo" width="327" />\n\t\t  <a href="http://www.gnome.org/~federico/misc/gnome-display-properties.png";><img src="http://www.gnome.org/~federico/misc/gnome-display-properties-thumb.png"; alt="gnome-display-properties" height="349" class="photo" width="262" /></a>\n\t\t</p>\n\t      </li>\n\n\t      <li>\n\t\t<p>\n\t\t  <strong>The core desktop:</strong> This is\n\t\t  essentially gnome-panel and Metacity or Compiz.  The\n\t\t  panel in particular has a bunch of bugs r
 elated to\n\t\t  multiple-monitor support.  These are unnerving since\n\t\t  the core desktop is people\'s "last resort" when\n\t\t  things go wrong \u2014 if people see a buggy random\n\t\t  app they just think "buggy app", but if they see\n\t\t  that the basic desktop doesn\'t work correctly, they\n\t\t  think "Linux sucks".\n\t\t</p>\n\t      </li>\n\n\t      <li>\n\t\t<p>\n\t\t  <strong>Applications:</strong> Fortunately, most\n\t\t  applications don\'t need to do anything special to\n\t\t  support multiple monitors.  Some want to do things\n\t\t  specially, like OOImpress having a "presentation\n\t\t  mode" with your notes in your laptop\'s screen and\n\t\t  the presentation in the projector.  However, most of\n\t\t  the time applications just need to be careful about\n\t\t  making dialog boxes transient to their parent\n\t\t  windows, and stuff like that, for things to appear\n\t\t  in the correct monitor.\n\t\t</p>\n\t      </li>\n\t    </ul>\n\n\t    <p>\n\t      Und
 er all of that there is of course the X\xa0server\n\t      and drivers for graphics cards.  There are bugs there,\n\t      too!\n\t    </p>\n\n\t    <p>\n\t      I\'ve started keeping track of a few resources related to\n\t      fixing RANDR everywhere:\n\t    </p>\n\n\t    <ul>\n\t      <li>\n\t\t<a href="http://live.gnome.org/RandR1.2";>RANDR support\n\t\tin GNOME</a> (wiki page)\n\t      </li>\n\t      <li>\n\t\t<a href="http://bugzilla.gnome.org/show_bug.cgi?id=573207";>Tracker\n\t\tbug for GNOME\'s RANDR problems</a> (bug alias is\n\t\t<tt>randr-tracker</tt>).\n\t      </li>\n\t      <li>\n\t\t<a href="https://bugzilla.novell.com/show_bug.cgi?id=374148";>Tracker\n\t\tbug for RANDR in openSUSE/GNOME</a> (bug alias is\n\t\t<tt>randr-tracker</tt>).\n\t      </li>\n\t      <li>\n\t\t<a href="http://en.opensuse.org/GNOME/Multiscreen";>RANDR\n\t\tsupport in openSUSE/GNOME</a> (wiki page).\n\t      </li>\n\t    </ul>\n\n\t    <p>\n\t      <strong>Call to distributions:</strong> If
  you have\n\t      custom patches to fix RANDR-related stuff in GNOME,\n\t      please file the patch in bugzilla.gnome.org, and make\n\t      the bug block the <a href="http://bugzilla.gnome.org/show_bug.cgi?id=573207";><tt>randr-tracker</tt>\n\t      bug</a> described above.  That way I\'ll get notified\n\t      about your patch.\n\t    </p>\n\n\t    <p>\n\t      <strong>Call to module maintainers:</strong> If you know\n\t      of RANDR bugs in your GNOME module, please make them\n\t      block the <a href="http://bugzilla.gnome.org/show_bug.cgi?id=573207";><tt>randr-tracker</tt>\n\t      bug</a>.  Feel free to <a href="mailto:federico gnome org">ask</a> if you need\n\t      advice on how to solve multi-monitor problems!\n\t    </p>\n\n\t    <p>\n\t      In the following posts I\'ll be describing some notable\n\t      RANDR bugs and what we can do about them.\n\t    </p>\n\t  </li>\n\t</ul></div>', 'source': {'updated': u'2009-03-05T19:40:50Z', 'subtitle': u'Boring news abou
 t Federico', 'updated_parsed': (2009, 3, 5, 19, 40, 50, 3, 64, 0), 'links': [{'href': u'http://www.gnome.org/~federico/news.html', 'type': u'text/html', 'rel': u'alternate'}, {'href': u'http://primates.ximian.com/~federico/rss.xml', 'type': u'application/rss+xml', 'rel': u'self'}], 'author': u'Federico Mena-Quintero (federico gnome org)', 'rights': u'2009 Federico Mena-Quintero', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Boring news about Federico'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Federico Mena-Quintero - Activity Log'}, 'link': u'http://www.gnome.org/~federico/news.html', 'id': u'http://www.gnome.org/~federico/news.html', 'title': u'Federico Mena-Quintero - Activity Log', 'rights_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'2009 Federico Mena-Quintero'}, 'author_detail': {'name': u'Federico Mena-Quintero', 'email': u'federico gnome org'}}, 'title_detail':
  {'base': '', 'type': 'text/plain', 'value': u'Thu 2009/Mar/05', 'language': u'en'}, 'link': u'http://www.gnome.org/~federico/news-2009-03.html#05', 'id': u'http://www.gnome.org/~federico/news-2009-03.html#05'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'In the Linux desktop we have a very big problem: We focus very much on packages. Packages are interesting to programmers, but users care about applications.\nI\u2019ll explain the difference:\n\nPackages can contain none, one or multiple applications. Packages are called \u201copenoffice-common\u201d\nApplications only belong to one package. Applications are called \u201cOpenOffice.org Writer\u201d\n\nNow, when a user wants to [...]', 'language': u'en'}, 'updated_parsed': (2009, 3, 5, 14, 10, 54, 3, 64, 0), 'links': [{'href': u'http://blogs.gnome.org/hughsie/2009/03/05/application-installing/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Application installing', 'tags': [{'term': u'Uncategor
 ized', 'scheme': None, 'label': None}], 'updated': u'2009-03-05T14:10:54Z', 'summary': u'In the Linux desktop we have a very big problem: We focus very much on packages. Packages are interesting to programmers, but users care about applications.\nI\u2019ll explain the difference:\n\nPackages can contain none, one or multiple applications. Packages are called \u201copenoffice-common\u201d\nApplications only belong to one package. Applications are called \u201cOpenOffice.org Writer\u201d\n\nNow, when a user wants to [...]', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>In the Linux desktop we have a very big problem: We focus very much on packages. Packages are interesting to programmers, but users care about <strong>applications</strong>.</p>\n<p>I\u2019ll explain the difference:</p>\n<ul>\n<li>Packages can contain none, one or multiple applications. Packages are called \u201copenoffice-common\u201d</li>\n<li>Applications only belong to one pack
 age. Applications are called \u201cOpenOffice.org Writer\u201d</li>\n</ul>\n<p>Now, when a user wants to install an application, they have to research on Google what the package name is called (which is different on each distro) or hope that the application name is mentioned in the description of the package in the distro metadata. Not ideal at all.</p>\n<p>Now, I said as a desktop we have one big problem, well, we actually have two: We don\u2019t all speak English well. Some of us speak no English at all.</p>\n<p>We want to be able to display package descriptions to the user in all languages, but we don\u2019t want to download 80x the metadata to do so. Most packaging systems only understand en_US anyway, and there certainly isn\u2019t the resources to translate every spec file or emerge instruction for each distro. To add to the problems, each package needs an icon, in various sizes so we can show the application icon rather than a generic box.</p>\n<p><em>So we\u2019re su
 nk, right?</em></p>\n<p>No. In each package, there are desktop files that contain all the applications, with nice translations gently massaged and QA\u2019d by upstream. It would be nice if we could search on that data. At the moment, this is impossible, unless we want to download every package in the archive, and extract the data from it. This is sort of how Ubuntu does gnome-app-install, and it seems to work fairly well. It is Ubuntu specific, but maybe we could work on that.</p>\n<p><em>So, we cache all the desktop files, and push this out to the repo metadata?</em></p>\n<p>No. If you did that you make a lot of people very unhappy, as even compressed the metadata and icons make up over 80Mb.</p>\n<p><em>So we\u2019re sunk, right?</em></p>\n<p>No. What we can do is create sub-packages for each repo (e.g. rpmfusion-appdata) which ships a tarball of icons and a few hundred Kb of SQL. Every time the repo maintainer can be bothered (once a month?) the new data is generated, an
 d a new package pushed out to the mirrors. If the repo maintainer can\u2019t be bothered to do that, then none of the new packages will show up in the application browser. It\u2019s optional.</p>\n<p><em>This data clogs up my system right?</em></p>\n<p>Well, it\u2019s only a few tens of Mb if you want all the icons in most of the sizes, if you only choose the 48\xd748 option then it\u2019s much less. When you install the new $repo-appdata subpackage, it removes all the stale applications and re-adds the latest data. This happens in the vendor spec files as postinst scripts.</p>\n<p><em>How do I query the data?</em></p>\n<p>It\u2019s a simple sqlite database in /var/lib/app-install/desktop.db \u2014 the icons are located in /usr/share/app-install/icons/$size/*.png \u2014 there\u2019s no GUI installer yet using this, but expect a few before two long.</p>\n<p><em>Great! Another Ubuntu v.s. Red Hat standards war!</em></p>\n<p>No. Roderick Greening, Sebastian Heinlein and myself 
 together drafted <a href="http://cgit.freedesktop.org/packagekit/plain/docs/app-install-v1.draft";>the specification</a> together, and made it generic enough for all the distros to use. It\u2019s totally expected that each distro will code a different tool to extract the metadata, but that\u2019s because they are different in some important ways.</p>\n<p><em>So the maintainers have to install everything just to get the desktop files?!</em></p>\n<p>No. You can download and install a package to a prefix without the deps \u2014 we don\u2019t need the binary to run, we just need the data. in this way we don\u2019t need to download -data subpackages, only the one with the desktop file in.</p>\n<p><em>Can I add some more features to the spec?</em></p>\n<p>Yes, in a little while. We want to get version 1 of the spec finished, with it being used in a few distros. When we\u2019re comfortable this works correctly, we\u2019ll start working on version 2, and add stuff like popularity met
 rics and metadata about suggesting gnome-power-manager rather than kpowersave if you\u2019re running GNOME. There are lots of things we need to add for this to work really well.</p>\n<p>So, Comments?</p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-06T15:02:41Z', 'subtitle': u'Blog about geeky stuff', 'updated_parsed': (2009, 3, 6, 15, 2, 41, 4, 65, 0), 'links': [{'href': u'http://blogs.gnome.org/hughsie/feed/', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://blogs.gnome.org/hughsie', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Technical Blog of Richard Hughes', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Blog about geeky stuff'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Technical Blog of Richard Hughes'}, 'link': u'http://blogs.gnome.org/hughsie', 'id': u'http://blogs.gnome.org/hughsie'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': 
 u'Application installing', 'language': u'en'}, 'link': u'http://blogs.gnome.org/hughsie/2009/03/05/application-installing/', 'author': u'hughsie', 'author_detail': {'name': u'hughsie'}, 'id': u'http://blogs.gnome.org/hughsie/?p=317'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'Tomorrow I\u2019m leaving on an 8 day snowboarding trip.  This time however, after some people dropped out for various reasons (weddings are a reason these days, go figure), we end up being just two.  My best friend and me.  It took us all of 10 seconds to decide whether we should still [...]', 'language': u'en'}, 'updated_parsed': (2009, 3, 5, 13, 50, 3, 3, 64, 0), 'links': [{'href': u'http://thomas.apestaart.org/log/?p=797', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'snow', 'tags': [{'term': u'Fun', 'scheme': None, 'label': None}, {'term': u'Travel', 'scheme': None, 'label': None}], 'updated': u'2009-03-05T13:50:03Z', 'summary': u'Tomorrow I\u2019m leaving on an 8 d
 ay snowboarding trip.  This time however, after some people dropped out for various reasons (weddings are a reason these days, go figure), we end up being just two.  My best friend and me.  It took us all of 10 seconds to decide whether we should still [...]', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>Tomorrow I\u2019m leaving on an 8 day snowboarding trip.  This time however, after some people dropped out for various reasons (weddings are a reason these days, go figure), we end up being just two.  My best friend and me.  It took us all of 10 seconds to decide whether we should still go or not.</p>\n<p>How often does one get the chance to be 10 years younger again for just one week ? And how often do you get that chance having the experience and resources of someone 10 year older ?</p>\n<p>I\u2019ve been thinking about things I want to do that week.  My current plan is that we should go up the mountain at the end of the day with sleeping ba
 gs and plastic, make an iglo, sleep in the iglo, and ride down first thing in the morning, before the lifts are open.  And then go up the lifts again together with the first people, and have first slope - again.</p>\n<p>I realize 80% of the readers have checked out by now.  For those still here, please send in your tips, suggestions and comments.  I don\u2019t even know if what I want to do is legal, let alone safe, and Google isn\u2019t helping me much.  Anyone ever built an iglo at a ski resort to sleep in ?</p>\n<p>Suggestions I\u2019ve already had from friends:</p>\n<ul>\n<li>don\u2019t</li>\n<li>if you have to, do it in an area with trees (so the dozers don\u2019t flatten you)</li>\n<li>if you die I\u2019ll hate you forever</li>\n<li>I don\u2019t want to read about you in the paper</li>\n<li>make holes in the iglo to not get snowed in and die of asphyxiation (actually that one\u2019s from the net)</li>\n<li>seriously, don\u2019t</li>\n</ul>\n<p>I should actually call up
  my dad - he actually builds an iglo and sleeps in it at night in his garden here in Belgium any time there is enough snow.  I have bad memories of being forced as a child to go out there in the snow with bad gloves rolling up blocks for his iglo.</p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-05T16:25:45Z', 'subtitle': u'Present Perfect', 'updated_parsed': (2009, 3, 5, 16, 25, 45, 3, 64, 0), 'links': [{'href': u'http://thomas.apestaart.org/log/wp-rss2.php', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://thomas.apestaart.org/log', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'thomas.apestaart.org', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Present Perfect'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'thomas.apestaart.org'}, 'link': u'http://thomas.apestaart.org/log', 'id': u'http://thomas.apestaart.org/log'}, 'title_detail': {'base': '', 'type': 't
 ext/plain', 'value': u'snow', 'language': u'en'}, 'link': u'http://thomas.apestaart.org/log/?p=797', 'author': u'Thomas', 'author_detail': {'name': u'Thomas'}, 'id': u'http://thomas.apestaart.org/log/?p=797'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'I\u2019ve never had to actually send a job application to a company.  Maybe that\u2019s one of the reasons why I like Overqualified so darn much.\nIt\u2019s been silent for a long while, but now Joey seems to have found new inspiration recently.\nToday\u2019s instalment had me in stitches.  Re-appropriating a cover letter for literary purposes [...]', 'language': u'en'}, 'updated_parsed': (2009, 3, 5, 13, 50, 3, 3, 64, 0), 'links': [{'href': u'http://thomas.apestaart.org/log/?p=795', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'job search', 'tags': [{'term': u'Fun', 'scheme': None, 'label': None}], 'updated': u'2009-03-05T13:50:03Z', 'summary': u'I\u2019ve never had to actually send a job appli
 cation to a company.  Maybe that\u2019s one of the reasons why I like Overqualified so darn much.\nIt\u2019s been silent for a long while, but now Joey seems to have found new inspiration recently.\nToday\u2019s instalment had me in stitches.  Re-appropriating a cover letter for literary purposes [...]', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>I\u2019ve never had to actually send a job application to a company.  Maybe that\u2019s one of the reasons why I like <a href="http://www.asofterworld.com/oqindex.php";>Overqualified</a> so darn much.</p>\n<p>It\u2019s been silent for a long while, but now Joey seems to have found new inspiration recently.<br />\n<a href="http://www.asofterworld.com/oq-display.php?id=71";>Today\u2019s instalment</a> had me in stitches.  Re-appropriating a cover letter for literary purposes is one of those genius internet ideas I wish I\u2019d had.</p>\n<p>Apparently there\u2019s a book now - I should <a href="http://w
 ww.amazon.com/Overqualified-Joey-Comeau/dp/1550228587">go buy it</a>.</p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-05T16:25:45Z', 'subtitle': u'Present Perfect', 'updated_parsed': (2009, 3, 5, 16, 25, 45, 3, 64, 0), 'links': [{'href': u'http://thomas.apestaart.org/log/wp-rss2.php', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://thomas.apestaart.org/log', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'thomas.apestaart.org', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Present Perfect'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'thomas.apestaart.org'}, 'link': u'http://thomas.apestaart.org/log', 'id': u'http://thomas.apestaart.org/log'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'job search', 'language': u'en'}, 'link': u'http://thomas.apestaart.org/log/?p=795', 'author': u'Thomas', 'author_detail': {'name': u'Thomas'}, 'id': u'http
 ://thomas.apestaart.org/log/?p=795'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'Some time ago - around the beta period in the intrepid cycle - I\u2019ve found a nice mockup of a window on deviantart by willwill100. While that was an idea for the gdm-login, which as such I did not like within the login-scope, I liked the style of the window itself. Fast forward to the [...]', 'language': u'en'}, 'published_parsed': (2009, 3, 5, 8, 35, 48, 3, 64, 0), 'updated_parsed': (2009, 3, 5, 8, 35, 48, 3, 64, 0), 'links': [{'href': u'http://macslow.thepimp.net/?p=228', 'type': u'text/html', 'rel': u'alternate'}, {'href': u'http://macslow.thepimp.net/?p=228#comments', 'type': u'text/html', 'rel': u'replies'}, {'href': u'http://macslow.thepimp.net/?feed=atom&p=228', 'type': u'application/atom+xml', 'rel': u'replies'}], 'title': u'Clone mockups in code', 'tags': [{'term': u'cairo', 'scheme': u'http://macslow.thepimp.net', 'label': None}, {'term': u'gtk+', 'scheme': u'
 http://macslow.thepimp.net', 'label': None}, {'term': u'ubuntu', 'scheme': u'http://macslow.thepimp.net', 'label': None}], 'updated': u'2009-03-05T08:35:48Z', 'summary': u'Some time ago - around the beta period in the intrepid cycle - I\u2019ve found a nice mockup of a window on deviantart by willwill100. While that was an idea for the gdm-login, which as such I did not like within the login-scope, I liked the style of the window itself. Fast forward to the [...]', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>Some time ago - around the beta period in the intrepid cycle - I\u2019ve found a nice <a href="http://willwill100.deviantart.com/art/Interpid-Ibex-Mockup-Part-3-93585184";>mockup</a> of a window on <a href="http://www.deviantart.com";>deviantart</a> by <a href="http://willwill100.deviantart.com";>willwill100</a>. While that was an idea for the gdm-login, which as such I did not like within the login-scope, I liked the style of the window its
 elf. Fast forward to the present days. I found some time here and there and in between to hack a bit on this. What I got so far looks like this:</p>\n<p></p><center><br />\n<a href="http://macslow.thepimp.net/images/funky-window.png";><img src="http://macslow.thepimp.net/images/small_funky-window.png"; /></a><br />\n(click for full size)</center><p></p>\n<p>On the left you see the mockup-image in eog and on the right the implemented thing. There are remaining issues to be solved and fixed, but it\u2019s getting there. Once I\u2019ve found some more time to finish it, I\u2019ll put it somewhere at a publicly accessable <a href="http://launchpad.net";>spot</a>.</p>\n<p>The nicest bit about this kind of look is the fully outline-less border and the artefact-free wobbling (if you happen to have that enabled). The end of the story is: client-side drawn window-decorations is the next big thing imo. The idea is not new and I did not come up with this concept (<a href="http://hoegsberg
 .blogspot.com">krh</a> did). More and more I run into situations, where I wish we already had those in gtk+ and Qt.</p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-05T08:35:48Z', 'subtitle': u'stuff happening on macslow.thepimp.net', 'updated_parsed': (2009, 3, 5, 8, 35, 48, 3, 64, 0), 'links': [{'href': u'http://macslow.thepimp.net', 'type': u'text/html', 'rel': u'alternate'}, {'href': u'http://macslow.thepimp.net/?feed=atom', 'type': u'application/atom+xml', 'rel': u'self'}], 'title': u'digital home of MacSlow', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'stuff happening on macslow.thepimp.net'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'digital home of MacSlow'}, 'link': u'http://macslow.thepimp.net', 'id': u'http://macslow.thepimp.net/?feed=atom'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Clone mockups in code', 'language': u'en'}, 'href': u'http://macslow
 .thepimp.net', 'link': u'http://macslow.thepimp.net/?p=228', 'author': u'MacSlow', 'published': u'2009-03-05T08:35:48Z', 'author_detail': {'href': u'http://macslow.thepimp.net', 'name': u'MacSlow'}, 'id': u'http://macslow.thepimp.net/?p=228'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u"$ git commig -a\ngit: 'commig' is not a git-command. See 'git --help'.\n\nDid you mean this?\n\tcommit\n\nIt knows what I want to do and yet it makes me spell it correctly, just to spite me.", 'language': u'en'}, 'updated_parsed': (2009, 3, 5, 3, 55, 32, 3, 64, 0), 'links': [{'href': u'http://blogs.gnome.org/jjongsma/2009/03/05/git-sucks/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'git sucks', 'tags': [{'term': u'Programming', 'scheme': None, 'label': None}], 'updated': u'2009-03-05T03:55:32Z', 'summary': u"$ git commig -a\ngit: 'commig' is not a git-command. See 'git --help'.\n\nDid you mean this?\n\tcommit\n\nIt knows what I want to do and yet it makes me 
 spell it correctly, just to spite me.", 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u"<div><pre><code>$ git commig -a\ngit: 'commig' is not a git-command. See 'git --help'.</code>\n\nDid you mean this?\n\tcommit\n</pre>\n<p>It knows what I want to do and yet it makes me spell it correctly, just to spite me.</p></div>", 'language': u'en'}], 'source': {'updated': u'2009-03-05T03:55:32Z', 'subtitle': u'Hacking on GNOME, but with a healthy dose of C++', 'updated_parsed': (2009, 3, 5, 3, 55, 32, 3, 64, 0), 'links': [{'href': u'http://blogs.gnome.org/jjongsma/feed/', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://blogs.gnome.org/jjongsma', 'type': u'text/html', 'rel': u'alternate'}, {'href': u'http://creativecommons.org/licenses/by-nc-nd/3.0/', 'type': 'text/html', 'rel': u'license'}], 'title': u'jjongsma', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Hacking on GNOME, but with a healthy dose of C++
 '}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'jjongsma'}, 'link': u'http://blogs.gnome.org/jjongsma', 'id': u'http://blogs.gnome.org/jjongsma'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'git sucks', 'language': u'en'}, 'link': u'http://blogs.gnome.org/jjongsma/2009/03/05/git-sucks/', 'author': u'jonner', 'author_detail': {'name': u'jonner'}, 'id': u'http://blogs.gnome.org/jjongsma/?p=63'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'Not sure of the best way to translate BHV\u2019er, but I volunteered to be one where I work. This means I\u2019ll be responsible to perform First Aid, tackle small fires (only when just starting) and alarm/ evacuate people during emergencies (ensure everyone actually leaves their desks, plus taking special care of people who need extra [...]', 'language': u'en'}, 'updated_parsed': (2009, 3, 4, 22, 34, 11, 2, 63, 0), 'links': [{'href': u'http://blogs.gnome.org/ovitters
 /2009/03/04/bhver-appointed-safety-person/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'BHV\u2019er / appointed safety person', 'tags': [{'term': u'General', 'scheme': None, 'label': None}], 'updated': u'2009-03-04T22:34:11Z', 'summary': u'Not sure of the best way to translate BHV\u2019er, but I volunteered to be one where I work. This means I\u2019ll be responsible to perform First Aid, tackle small fires (only when just starting) and alarm/ evacuate people during emergencies (ensure everyone actually leaves their desks, plus taking special care of people who need extra [...]', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>Not sure of the best way to translate BHV\u2019er, but I volunteered to be one where I work. This means I\u2019ll be responsible to perform First Aid, tackle small fires (only when just starting) and alarm/ evacuate people during emergencies (ensure everyone actually leaves their desks, plus taking special care 
 of people who need extra help, e.g. people with leg injury, etc). Depending on the size of the organization and some other criteria, every company within the Netherlands is required to have a predetermined number of BHV\u2019ers. Seems this is even an European requirement (law).</p>\n<p>I\u2019m not sure yet what the various tasks are. I was mostly interested in the First Aid training; the person who asked for volunteers knew less about the tasks than I did. Currently I know I have to follow a 5 day first aid training. I know there are regular exercises where BHV\u2019ers test evacuation plans. Plus help out during the yearly \u2018walk down the stairs at an annoyingly slow pace\u2019 (evacuation exercise involving the whole building and also fire brigade). This is what I\u2019ll know I\u2019ll be responsible for, for the rest I\u2019ll have to get an explanation from our Health and Safety officer.</p>\n<p>As volunteer I\u2019ll get nice benefits such as First Aid training a
 nd the ability to walk around in a bright orange jacket.</p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-04T22:34:11Z', 'subtitle': u'Just another GNOME Blogs weblog', 'updated_parsed': (2009, 3, 4, 22, 34, 11, 2, 63, 0), 'links': [{'href': u'http://blogs.gnome.org/ovitters/feed/', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://blogs.gnome.org/ovitters', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Olav Vitters', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Just another GNOME Blogs weblog'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Olav Vitters'}, 'link': u'http://blogs.gnome.org/ovitters', 'id': u'http://blogs.gnome.org/ovitters'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'BHV\u2019er / appointed safety person', 'language': u'en'}, 'link': u'http://blogs.gnome.org/ovitters/2009/03/04/bhver-appointed-safety-person/', 'author': u'
 ovitters', 'author_detail': {'name': u'ovitters'}, 'id': u'http://blogs.gnome.org/ovitters/?p=165'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'I wanted to apologize, my Wordpress install was compromised. I\u2019m restoring a backup now.', 'language': u'en'}, 'updated_parsed': (2009, 3, 4, 17, 52, 58, 2, 63, 0), 'links': [{'href': u'http://kubasik.net/blog/2009/03/04/oh-no-hacked/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Oh No! Hacked!', 'tags': [{'term': u'Uncategorized', 'scheme': None, 'label': None}], 'updated': u'2009-03-04T17:52:58Z', 'summary': u'I wanted to apologize, my Wordpress install was compromised. I\u2019m restoring a backup now.', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>I wanted to apologize, my Wordpress install was compromised. I\u2019m restoring a backup now. </p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-04T17:52:58Z', 'subtitle': u"Kevin Kubasik's Personal Blo
 g", 'updated_parsed': (2009, 3, 4, 17, 52, 58, 2, 63, 0), 'links': [{'href': u'http://kubasik.net/blog/feed/', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://kubasik.net/blog', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'For Once I Oneder', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u"Kevin Kubasik's Personal Blog"}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'For Once I Oneder'}, 'link': u'http://kubasik.net/blog', 'id': u'http://kubasik.net/blog'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Oh No! Hacked!', 'language': u'en'}, 'link': u'http://kubasik.net/blog/2009/03/04/oh-no-hacked/', 'author': u'Kevin Kubasik', 'author_detail': {'name': u'Kevin Kubasik'}, 'id': u'http://kubasik.net/blog/2009/03/04/oh-no-hacked/'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'Coworker (n): Person who orks cows.', 'language': u'en'}, 'updated_
 parsed': (2009, 3, 4, 14, 1, 48, 2, 63, 0), 'links': [{'href': u'http://blogs.gnome.org/bolsh/2009/03/04/parse-error/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Parse error', 'tags': [{'term': u'General', 'scheme': None, 'label': None}], 'updated': u'2009-03-04T14:01:48Z', 'summary': u'Coworker (n): Person who orks cows.', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>Coworker (n): Person who orks cows.</p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-06T16:43:14Z', 'subtitle': u"Dave Neary's view of the world", 'updated_parsed': (2009, 3, 6, 16, 43, 14, 4, 65, 0), 'links': [{'href': u'http://blogs.gnome.org/bolsh/feed/', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://blogs.gnome.org/bolsh', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Safe as Milk', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u"Dave Neary's view of the world"}, 'title_detail': 
 {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Safe as Milk'}, 'link': u'http://blogs.gnome.org/bolsh', 'id': u'http://blogs.gnome.org/bolsh'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Parse error', 'language': u'en'}, 'link': u'http://blogs.gnome.org/bolsh/2009/03/04/parse-error/', 'author': u'Dave Neary', 'author_detail': {'name': u'Dave Neary'}, 'id': u'http://blogs.gnome.org/bolsh/2009/03/04/parse-error/'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'Dear lazyweb,\nI - being a developer - like to send patches (\u201d.patch\u201d files) using GMail to a mailinglist. My peers will want to read these patches, and thus I\u2019d like to associate a content-type (or mime-type, or file-type) with these patches so that in email clients, it\u2019ll be opened in a text editor, or GMail [...]', 'language': u'en'}, 'updated_parsed': (2009, 3, 4, 14, 0, 4, 2, 63, 0), 'links': [{'href': u'http://blogs.gnome.org/rbultje/2009/0
 3/04/firefox-gmail-and-content-type-of-attachments/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Firefox, GMail and content-type of attachments', 'tags': [{'term': u'General', 'scheme': None, 'label': None}], 'updated': u'2009-03-04T14:00:04Z', 'summary': u'Dear lazyweb,\nI - being a developer - like to send patches (\u201d.patch\u201d files) using GMail to a mailinglist. My peers will want to read these patches, and thus I\u2019d like to associate a content-type (or mime-type, or file-type) with these patches so that in email clients, it\u2019ll be opened in a text editor, or GMail [...]', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>Dear lazyweb,</p>\n<p>I - being a developer - like to send patches (\u201d.patch\u201d files) using GMail to a mailinglist. My peers will want to read these patches, and thus I\u2019d like to associate a content-type (or mime-type, or file-type) with these patches so that in email clients, it\u2019ll
  be opened in a text editor, or GMail with show a \u201cView\u201d link. The normal content-type for this is text/plain, so in past versions of Firefox, I used the MacOSX <a href="http://mac.clauss-net.de/misfox/";>MisFox</a> preferences pane to add a content-type \u201ctext/plain\u201d for files with the extension \u201c.patch\u201d. Worked great.</p>\n<p>However, this stopped working after an upgrade of Firefox. I used to send emails with an attached \u201c.patch\u201d file, and GMail would show a \u201cView\u201d link. In my current Firefox, this \u201cView\u201d link is still there for old emails. However, when I send new emails with \u201c.patch\u201d files attached, the \u201cView\u201d link is not there. It seems that while sending emails, my Firefox misdetects \u201c.patch\u201d files for something else. My only available action is \u201cDownload\u201d, which (when pressed) tells me it is not a \u201ctext/plain\u201d file, but a \u201cPatch file\u201d.</p>\n<p>This na
 me \u201cPatch file\u201d occurs in the Firefox \u201cPreferences -&gt; Applications\u201d window, for \u201ctext/x-diff\u201d and \u201ctext/x-patch\u201d files. Clients on the other side of my emails, including GMail and patch reviewers, do not know these content-types and can thus not auto-view my patches in their email client. How do I permanently get rid of this content-type association in Firefox?</p>\n<p><em><strong>[edit, 1 day later]</strong></em> I looked at <a href="http://www.gnome.org/~rbultje/mimeTypes.rdf";>mimeTypes.rdf</a>, and I adapted what I could so that \u201c.patch\u201d is now recognized as \u201ctext/plain\u201d on downloads, but uploads still fail to display a \u201cView\u201d link for \u201c.patch\u201d files, whereas \u201c.txt\u201d files display the \u201cView\u201d link just fine. Are uploads independent of mimeTypes.rdf? <em><strong>[/edit]</strong></em></p>\n<p><em><strong>[edit:2]</strong></em> From similar tests in Safari, I see the same pro
 blem. All descriptions of this problem in previous versions of Firefox are browser-specific. In other words, this might not be a Firefox-problem, it appears like Google is changing the content-type of uploads server-side. Why? <em><strong>[/edit]</strong></em></p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-10T01:19:45Z', 'subtitle': u'Random thoughts', 'updated_parsed': (2009, 3, 10, 1, 19, 45, 1, 69, 0), 'links': [{'href': u'http://blogs.gnome.org/rbultje/feed/', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://blogs.gnome.org/rbultje', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Ronald S. Bultje', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Random thoughts'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Ronald S. Bultje'}, 'link': u'http://blogs.gnome.org/rbultje', 'id': u'http://blogs.gnome.org/rbultje'}, 'title_detail': {'base': '', 'type': 'text/p
 lain', 'value': u'Firefox, GMail and content-type of attachments', 'language': u'en'}, 'link': u'http://blogs.gnome.org/rbultje/2009/03/04/firefox-gmail-and-content-type-of-attachments/', 'author': u'rbultje', 'author_detail': {'name': u'rbultje'}, 'id': u'http://blogs.gnome.org/rbultje/?p=172'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'Here is another good reason to use high-res icons. Buddy-login notifications from the pidgin libnotify-plugin. In addition to that, relying on notify-osd\u2019s \u201ctruncation\u201d capability (query for it, don\u2019t just assume it\u2019s there) brings further polish for free. It takes the burden of truncating notification text (summary and body) from an application.\nA before/after screencast for buddy-login [...]', 'language': u'en'}, 'published_parsed': (2009, 3, 4, 13, 1, 28, 2, 63, 0), 'updated_parsed': (2009, 3, 4, 13, 1, 28, 2, 63, 0), 'links': [{'href': u'http://macslow.thepimp.net/?p=188', 'type': u'text/h
 tml', 'rel': u'alternate'}, {'href': u'http://macslow.thepimp.net/?p=188#comments', 'type': u'text/html', 'rel': u'replies'}, {'href': u'http://macslow.thepimp.net/?feed=atom&p=188', 'type': u'application/atom+xml', 'rel': u'replies'}], 'title': u'Tweaking details', 'tags': [{'term': u'cairo', 'scheme': u'http://macslow.thepimp.net', 'label': None}, {'term': u'notifications', 'scheme': u'http://macslow.thepimp.net', 'label': None}, {'term': u'ubuntu', 'scheme': u'http://macslow.thepimp.net', 'label': None}], 'updated': u'2009-03-04T13:01:28Z', 'summary': u'Here is another good reason to use high-res icons. Buddy-login notifications from the pidgin libnotify-plugin. In addition to that, relying on notify-osd\u2019s \u201ctruncation\u201d capability (query for it, don\u2019t just assume it\u2019s there) brings further polish for free. It takes the burden of truncating notification text (summary and body) from an application.\nA before/after screencast for buddy-login [...]', '
 content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>Here is another good reason to use high-res icons. Buddy-login notifications from the pidgin libnotify-plugin. In addition to that, relying on notify-osd\u2019s \u201ctruncation\u201d capability (query for it, don\u2019t just assume it\u2019s there) brings further polish for free. It takes the burden of truncating notification text (summary and body) from an application.<br />\nA <em>before</em>/<em>after</em> screencast for buddy-login notifications from pidgin demonstrates the visual benefits clearly:<br />\n</p><center><a href="http://macslow.thepimp.net/clips/im-notifications.ogv";><img src="http://macslow.thepimp.net/images/small_im-notifications_ogv.png"; alt="small_im-notifications_ogv.png" /></a></center><br />\nThe <a href="http://wiki.ubuntu.com/NotificationDevelopmentGuidelines";>notification development guideline</a> will have an updated section dealing with the \u201ctruncation\u201d capabi
 lity soon.<p></p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-05T08:35:48Z', 'subtitle': u'stuff happening on macslow.thepimp.net', 'updated_parsed': (2009, 3, 5, 8, 35, 48, 3, 64, 0), 'links': [{'href': u'http://macslow.thepimp.net', 'type': u'text/html', 'rel': u'alternate'}, {'href': u'http://macslow.thepimp.net/?feed=atom', 'type': u'application/atom+xml', 'rel': u'self'}], 'title': u'digital home of MacSlow', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'stuff happening on macslow.thepimp.net'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'digital home of MacSlow'}, 'link': u'http://macslow.thepimp.net', 'id': u'http://macslow.thepimp.net/?feed=atom'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Tweaking details', 'language': u'en'}, 'href': u'http://macslow.thepimp.net', 'link': u'http://macslow.thepimp.net/?p=188', 'author': u'MacSlow', 'published': u'2009-03-0
 4T13:01:28Z', 'author_detail': {'href': u'http://macslow.thepimp.net', 'name': u'MacSlow'}, 'id': u'http://macslow.thepimp.net/?p=188'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'Taken by my old buddy yella.', 'language': u'en'}, 'updated_parsed': (2009, 3, 4, 10, 16, 8, 2, 63, 0), 'links': [{'href': u'http://www.xatom.net/archive/76/liquid-schwarz/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Liquid Schwarz', 'tags': [{'term': u'Code', 'scheme': None, 'label': None}, {'term': u'English', 'scheme': None, 'label': None}], 'updated': u'2009-03-04T10:16:08Z', 'summary': u'Taken by my old buddy yella.', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p><a href="http://jonnyengland.wordpress.com/2009/03/03/ubuntu-drink";><br />\n</a></p>\n<p><a href="http://jonnyengland.wordpress.com/2009/03/03/ubuntu-drink";></a></p>\n<p align="center"><a href="http://jonnyengland.wordpress.com/2009/03/03/ubuntu-drink";><img src="http:/
 /jonnyengland.files.wordpress.com/2009/03/img00185.jpg?w=480&h=640" alt="Ubuntu Drink" /></a><br />\n<small>Taken by my old buddy <a href="http://jonnyengland.wordpress.com";>yella</a>.</small></p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-04T10:16:08Z', 'subtitle': u'St\xfcrzen wir nicht fortw\xe4hrend?', 'updated_parsed': (2009, 3, 4, 10, 16, 8, 2, 63, 0), 'links': [{'href': u'http://www.xatom.net/archive/category/English/feed', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://www.xatom.net', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Christian Kellner - Braindump \xbb English', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'St\xfcrzen wir nicht fortw\xe4hrend?'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Christian Kellner - Braindump \xbb English'}, 'link': u'http://www.xatom.net', 'id': u'http://www.xatom.net'}, 'title_detail': {'base': '', 'type'
 : 'text/plain', 'value': u'Liquid Schwarz', 'language': u'en'}, 'link': u'http://www.xatom.net/archive/76/liquid-schwarz/', 'author': u'gicmo', 'author_detail': {'name': u'gicmo'}, 'id': u'http://www.xatom.net/?p=76'}, {'updated': u'2009-03-04T08:55:46Z', 'published_parsed': (2009, 3, 4, 8, 55, 46, 2, 63, 0), 'subtitle': u'<div><p><a href="http://www.new-wild.com";><img src="http://www.mdk.org.pl/assets/new-wild.png"; alt="New Wild" /></a></p>\n\n<p>I\'ve been spreading the news here and there for few days now but it\u2019s time to make it official.</p>\n\n<p>After quitting <a href="http://www.novell.com";>Novell</a> I decided to take the plunge and try something I\'ve been long waiting for\u2026 \u2013 go self-employed and start own company. <a href="http://www.new-wild.com";>New Wild</a> is just that \u2014 a young company offering services related to <em>mobile</em> software, <em>web</em> and <em>unix(ish)</em> engineering. Additionally (and that\u2019s new) it\u2019s also ab
 out <em>cocoa</em> \u2014 both mobile (<em>iPhone</em>) and desktop.</p>\n\n<p>One part of what I\'m planning to do at New Wild is pushing my own software projects \u2014 first of which I hope to be announcing quite soon. Another part is <em>helping others to make their ideas happen</em>. That\u2019s more commonly known as contracting &amp; consulting. </p>\n\n<p>The decision to start New Wild is not something that came out of a profound business analysis and huge preparations. Quite the contrary \u2014 like every important decision it came out of an impulse. The very basic promise behind New Wild is that after spending the last several years working at big companies I <em>know</em> how to provide some <em>real</em> value to people who want to make their software ideas happen. </p>\n\n<p>I\'m open for business!</p></div>', 'updated_parsed': (2009, 3, 4, 8, 55, 46, 2, 63, 0), 'links': [{'href': u'http://www.mdk.org.pl/2009/3/4/new-wild', 'type': u'text/html', 'rel': u'alterna
 te'}], 'title': u'New Wild', 'author': u'Michael Dominic K.', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p><a href="http://www.new-wild.com";><img src="http://www.mdk.org.pl/assets/new-wild.png"; alt="New Wild" /></a></p>\n\n<p>I\'ve been spreading the news here and there for few days now but it\u2019s time to make it official.</p>\n\n<p>After quitting <a href="http://www.novell.com";>Novell</a> I decided to take the plunge and try something I\'ve been long waiting for\u2026 \u2013 go self-employed and start own company. <a href="http://www.new-wild.com";>New Wild</a> is just that \u2014 a young company offering services related to <em>mobile</em> software, <em>web</em> and <em>unix(ish)</em> engineering. Additionally (and that\u2019s new) it\u2019s also about <em>cocoa</em> \u2014 both mobile (<em>iPhone</em>) and desktop.</p>\n\n<p>One part of what I\'m planning to do at New Wild is pushing my own software projects \u2014 first of which I hope t
 o be announcing quite soon. Another part is <em>helping others to make their ideas happen</em>. That\u2019s more commonly known as contracting &amp; consulting. </p>\n\n<p>The decision to start New Wild is not something that came out of a profound business analysis and huge preparations. Quite the contrary \u2014 like every important decision it came out of an impulse. The very basic promise behind New Wild is that after spending the last several years working at big companies I <em>know</em> how to provide some <em>real</em> value to people who want to make their software ideas happen. </p>\n\n<p>I\'m open for business!</p></div>', 'language': None}], 'source': {'updated': u'2009-03-04T08:55:46Z', 'subtitle': u"It doesn't mean you should just because you can", 'updated_parsed': (2009, 3, 4, 8, 55, 46, 2, 63, 0), 'links': [{'href': u'http://www.mdk.org.pl', 'type': u'text/html', 'rel': u'alternate'}, {'href': u'http://feeds2.feedburner.com/Mdk', 'type': u'application/atom+xm
 l', 'rel': u'self'}], 'title': u'Michael Dominic K.', 'rights': u'Copyright \xa9 2009, Michael Dominic K.', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': None, 'value': u"It doesn't mean you should just because you can"}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': None, 'value': u'Michael Dominic K.'}, 'link': u'http://www.mdk.org.pl', 'rights_detail': {'base': '', 'type': 'text/plain', 'language': None, 'value': u'Copyright \xa9 2009, Michael Dominic K.'}, 'id': u'tag:www.mdk.org.pl,2009:atom-tools'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'New Wild', 'language': None}, 'href': u'http://www.mdk.org.pl', 'link': u'http://www.mdk.org.pl/2009/3/4/new-wild', 'published': u'2009-03-04T08:55:46Z', 'author_detail': {'href': u'http://www.mdk.org.pl', 'name': u'Michael Dominic K.'}, 'id': u'tag:www.mdk.org.pl,2009:new-wild'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'>online casino netow it seems li
 ke forever ago, but I have been on the hunt for a good Django IDE for a very long time. I have tried PyDev, Aptana, Komodo, TextMate, Vim, Emacs, Wing IDE and every variation inbetween, but was never satisfied with the featurset. I wanted complete python language support and completion, [...]', 'language': u'en'}, 'updated_parsed': (2009, 3, 4, 8, 11, 44, 2, 63, 0), 'links': [{'href': u'http://kubasik.net/blog/2009/03/04/finally-a-django-ide-with-real-code-completion-and-template-support/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Finally! A Django IDE with Real Code Completion and Template Support', 'tags': [{'term': u'Uncategorized', 'scheme': None, 'label': None}], 'updated': u'2009-03-04T08:11:44Z', 'summary': u'>online casino netow it seems like forever ago, but I have been on the hunt for a good Django IDE for a very long time. I have tried PyDev, Aptana, Komodo, TextMate, Vim, Emacs, Wing IDE and every variation inbetween, but was never satisfied with t
 he featurset. I wanted complete python language support and completion, [...]', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>&gt;<font><a href="http://online-casino-net.org/";>online casino net</a></font>ow it seems like forever ago, but I have been on the hunt for a good Django IDE for a very long time. I have tried PyDev, Aptana, Komodo, TextMate, Vim, Emacs, Wing IDE and every variation inbetween, but was never satisfied with the featurset. I wanted complete python language support and completion, complete support for Django Templates, total HTML support, as well as complete Javascript (specifically jQuery) support. Most editors made the mistake of</p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-04T08:11:44Z', 'subtitle': u"Kevin Kubasik's Personal Blog", 'updated_parsed': (2009, 3, 4, 8, 11, 44, 2, 63, 0), 'links': [{'href': u'http://kubasik.net/blog/feed/', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http:
 //kubasik.net/blog', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'For Once I Oneder', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u"Kevin Kubasik's Personal Blog"}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'For Once I Oneder'}, 'link': u'http://kubasik.net/blog', 'id': u'http://kubasik.net/blog'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Finally! A Django IDE with Real Code Completion and Template Support', 'language': u'en'}, 'link': u'http://kubasik.net/blog/2009/03/04/finally-a-django-ide-with-real-code-completion-and-template-support/', 'author': u'Kevin Kubasik', 'author_detail': {'name': u'Kevin Kubasik'}, 'id': u'http://kubasik.net/blog/?p=211'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'Hey guys! I have wonderful news! Paula (my wife) is pregnant!\nWe don\u2019t know if will be male or female, but certainly will love GNOME.\nThe names we
  chose:\n\nPedro (if male)\nMariana (if female)', 'language': u'en'}, 'updated_parsed': (2009, 3, 4, 0, 24, 8, 2, 63, 0), 'links': [{'href': u'http://blogs.gnome.org/brunobol/2009/03/04/60/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'We\u2019re pregnant!', 'tags': [{'term': u'General', 'scheme': None, 'label': None}], 'updated': u'2009-03-04T00:24:08Z', 'summary': u'Hey guys! I have wonderful news! Paula (my wife) is pregnant!\nWe don\u2019t know if will be male or female, but certainly will love GNOME.\nThe names we chose:\n\nPedro (if male)\nMariana (if female)', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>Hey guys! I have wonderful news! Paula (my wife) is pregnant!</p>\n<p>We don\u2019t know if will be male or female, but certainly will love GNOME.</p>\n<p>The names we chose:</p>\n<ul>\n<li>Pedro (if male)</li>\n<li>Mariana (if female)</li>\n</ul></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-04T00:24:08Z', 'u
 pdated_parsed': (2009, 3, 4, 0, 24, 8, 2, 63, 0), 'links': [{'href': u'http://blogs.gnome.org/brunobol/feed/', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://blogs.gnome.org/brunobol', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Bruno Boaventura (brunobol)', 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Bruno Boaventura (brunobol)'}, 'link': u'http://blogs.gnome.org/brunobol', 'id': u'http://blogs.gnome.org/brunobol'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'We\u2019re pregnant!', 'language': u'en'}, 'link': u'http://blogs.gnome.org/brunobol/2009/03/04/60/', 'author': u'brunobol', 'author_detail': {'name': u'brunobol'}, 'id': u'http://blogs.gnome.org/brunobol/2009/03/04/60/'}, {'updated': u'2009-03-03T23:04:10Z', 'published_parsed': (2009, 3, 3, 23, 4, 10, 1, 62, 0), 'subtitle': u'<div><p>I\'m collecting ideas from the wider development and contributing community on how to help maintain
 ers and contributors get work done quicker, or rephrased - how to get more done in the limited time we have.</p>\n\n<p>This basically means ideas for tools, scripts, or functionality in some hypothetical centralized maintainer helper website or GUI/CLI program that would help save time in taking care of some of the gruntwork that gets done by maintainers right now manually or by scripts that don\'t get shared and re-used and generalized as much as they could.</p>\n\n<p>Then afterwards I can sort through the suggestions/ideas, try to make a summary and arrange some of them to actually happen.</p>\n\n<p>If things get done quicker, there is theoretically more available time, which hopefully would translate into being able to bring us back to the bleeding edge in one hand, and high quality in another.</p>\n\n<p>I have intentionally left out my own ideas at start to keep everyone\'s mind open to various approaches to this.</p>\n\n\n<p>Please share your thoughts and ideas as a com
 ment here, on my matching e-mail thread to gentoo-dev mailing list or via private e-mail!</p>\n\n<p>(I think with this post I prevented my blogging pause to not reach over a year by about 20 minutes <img src="http://blogs.gentoo.org/rsc/smilies/graylaugh.gif"; alt=":))" class="middle" />)</p><div class="item_footer"><p><small><a href="http://blogs.gentoo.org/leio/2009/03/03/how-to-speed-up-maintenance";>Original post</a> blogged on <a href="http://b2evolution.net/";>b2evolution</a>.</small></p></div></div>', 'updated_parsed': (2009, 3, 3, 23, 4, 10, 1, 62, 0), 'links': [{'href': u'http://blogs.gentoo.org/leio/2009/03/03/how-to-speed-up-maintenance', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'How to speed up maintenance and other Gentoo work?', 'author': u'Mart Raudsepp', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>I\'m collecting ideas from the wider development and contributing community on how to help maintainers and contributors 
 get work done quicker, or rephrased - how to get more done in the limited time we have.</p>\n\n<p>This basically means ideas for tools, scripts, or functionality in some hypothetical centralized maintainer helper website or GUI/CLI program that would help save time in taking care of some of the gruntwork that gets done by maintainers right now manually or by scripts that don\'t get shared and re-used and generalized as much as they could.</p>\n\n<p>Then afterwards I can sort through the suggestions/ideas, try to make a summary and arrange some of them to actually happen.</p>\n\n<p>If things get done quicker, there is theoretically more available time, which hopefully would translate into being able to bring us back to the bleeding edge in one hand, and high quality in another.</p>\n\n<p>I have intentionally left out my own ideas at start to keep everyone\'s mind open to various approaches to this.</p>\n\n\n<p>Please share your thoughts and ideas as a comment here, on my matc
 hing e-mail thread to gentoo-dev mailing list or via private e-mail!</p>\n\n<p>(I think with this post I prevented my blogging pause to not reach over a year by about 20 minutes <img src="http://blogs.gentoo.org/rsc/smilies/graylaugh.gif"; alt=":))" class="middle" />)</p><div class="item_footer"><p><small><a href="http://blogs.gentoo.org/leio/2009/03/03/how-to-speed-up-maintenance";>Original post</a> blogged on <a href="http://b2evolution.net/";>b2evolution</a>.</small></p></div></div>', 'language': u'en-US'}], 'source': {'updated': u'2009-03-10T09:23:38Z', 'updated_parsed': (2009, 3, 10, 9, 23, 38, 1, 69, 0), 'links': [{'href': u'http://blogs.gentoo.org/leio', 'type': u'text/html', 'rel': u'alternate'}, {'href': u'http://blogs.gentoo.org/leio?tempskin=_atom', 'type': u'application/atom+xml', 'rel': u'self'}], 'title': u'Mart Raudsepp', 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en-US', 'value': u'Mart Raudsepp'}, 'link': u'http://blogs.gentoo.org/leio', '
 id': u'http://blogs.gentoo.org/leio?tempskin=_atom'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'How to speed up maintenance and other Gentoo work?', 'language': u'en-US'}, 'link': u'http://blogs.gentoo.org/leio/2009/03/03/how-to-speed-up-maintenance', 'published': u'2009-03-03T23:04:10Z', 'author_detail': {'name': u'Mart Raudsepp'}, 'id': u'http://blogs.gentoo.org/leio/2009/03/03/how-to-speed-up-maintenance'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'This is a loose follow up to GNOME and the cloud. You might want to read that post first.\n\nThere are 2 ways to provide access to the web for GNOME. One is to integrate into an existing framework. The other is to write our own. I think I can safely ignore the \u201cwrite our own [...]', 'language': u'en'}, 'updated_parsed': (2009, 3, 3, 21, 4, 58, 1, 62, 0), 'links': [{'href': u'http://blogs.gnome.org/otte/2009/03/03/browsing-in-gnome/', 'type': u'text/html', 'rel': u'alternate'}], 't
 itle': u'browsing in GNOME', 'tags': [{'term': u'General', 'scheme': None, 'label': None}], 'updated': u'2009-03-03T21:04:58Z', 'summary': u'This is a loose follow up to GNOME and the cloud. You might want to read that post first.\n\nThere are 2 ways to provide access to the web for GNOME. One is to integrate into an existing framework. The other is to write our own. I think I can safely ignore the \u201cwrite our own [...]', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>This is a loose follow up to <a href="http://blogs.gnome.org/otte/2009/02/20/gnome-and-the-cloud/";>GNOME and the cloud</a>. You might want to read that post first.\n</p><p>\nThere are 2 ways to provide access to the web for GNOME. One is to integrate into an existing framework. The other is to write our own. I think I can safely ignore the \u201cwrite our own browser\u201d option without anyone complaining.<br />\nI know 2 Free projects providing a web browsing framework that w
 e could try to integrate into GNOME: <a href="http://www.webkit.org";>Webkit</a> and <a href="http://www.mozilla.org";>Mozilla</a>. I\u2019ve recently talked to various people trying to figure out what the best framework to use would be. As it turns out, there is no simple answer. In fact, I didn\u2019t even succeed in coming to an opinion for myself, so I\u2019ll discuss the pros and cons of both options and let you form your own opinion.\n</p><p>\n<b>current browser usage in GNOME</b>\n</p><p>\nGNOME\u2019s web browsing applications currently use a Mozilla bridge (epiphany, yelp, devhelp) or the custom gtkhtml library (evolution). However, none of these are actively developed any more, because roughly a year ago we started to <a href="http://mail.gnome.org/archives/epiphany-list/2008-April/msg00000.html";>switch to Webkit</a>, trying to build the <a href="http://live.gnome.org/WebKitGtk";>webkit-gtk</a> library. This switch has not been completed. It was originally scheduled t
 o be delivered with GNOME 2.26, but has been postponed to GNOME 2.28.<br />\nIt should also be noted that vendors shipping GNOME mostly ignore the GNOME browser epiphany and ship Firefox instead, which is based on Mozilla. There is no indication that this will change soon.\n</p><p>\n<b>Mozilla and Webkit in a nutshell</b>\n</p><p>\nMozilla is a <a href="http://en.wikipedia.org/wiki/Mozilla_Foundation";>foundation</a> trying to <a href="http://www.mozilla.org/about/manifesto";>Free the web</a>. Most of the work done by the foundation\u2019s members is focused on the <a href="http://www.mozilla.com/en-US/firefox/";>Firefox web browser</a>, which ensures that it is very cross-platform by shipping almost all functionality required internally, including their own <a href="http://en.wikipedia.org/wiki/XUL";>UI toolkit</a>. A smaller side-project is <a href="http://en.wikipedia.org/wiki/XULRunner";>XULRunner</a>, which aims to provide the framework Firefox uses for integrating into othe
 r applications. It is not related to GNOME in any way.\n</p><p>\nWebkit is a fork of KDE\u2019s <a href="http://en.wikipedia.org/wiki/KHTML";>KHTML</a> browser engine by Apple for creating the <a href="http://www.apple.com/safari/";>Safari browser</a> and adding web functionality to their desktop. It is also used by <a href="http://www.google.com/chrome";>Google Chrome</a> and various other projects (Nokia S60 browser, Adobe AIR, Qt).<br />\nIt only contains a web browsing component and a Javascript interpreter and requires the backends to provide integration into their platform. Among other things a rendering library, a network layer and an API to successfully write an application are required. The webkit-gtk project aims to provide this for GNOME.\n</p><p>\n<b>development drivers</b>\n</p><p>\nMozilla\u2019s development is driven in large part by employees of the <a href="http://en.wikipedia.org/wiki/Mozilla_Corporation";>Mozilla Corporation</a>, which was founded and is owned
  by the Mozilla Foundation to develop the Firefox browser as its sole purpose.<br />\nWebkit\u2019s core has been developed in large part by Apple after <a href="http://lists.kde.org/?l=kfm-devel&m=104197092318639&w=2";>forking from KHTML</a>. Other browsers built on it have usually been forks of the Webkit codebase. Recently this changed when the Google Chrome and Nokia Qt teams started to <a href="http://trac.webkit.org/wiki/Companies%20and%20Organizations%20that%20have%20contributed%20to%20WebKit";>merge their code back</a> into the Webkit codebase and started to base their work on top of Webkit directly. I do expect to see more formalization of the government model during the next year, though I have not seen any indication of this yet.\n</p><p>\n<b>community</b>\n</p><p>\nBoth Mozilla and Webkit have an active development community that is roughly the size of GNOME (that\u2019s estimated, I could be off by a factor of 2-5). A lot of them are open source developers. Member
 s of the different projects know each other well; they hang out on the same IRC channels and mailing lists. A lot of the current Webkit developers have been former Mozilla contributors.<br />\nMozilla has also managed to gain respect in the web development community, both by <a href="http://jquery.com/";>sponsoring development</a> of <a href="http://getfirebug.com/";>web tools</a> and by creating channels of communication&lt; with them. Add-On development is a strong focus, too. Mozilla encourages development of <a href="http://adblockplus.org/";>sophisticated</a> <a href="http://labs.mozilla.com/projects/ubiquity/";>customizations</a> to drive the browser. Last but not least they are <a href="http://support.mozilla.com/";>reaching out to end users</a> directly. As a result, Mozilla and in particular Firefox have become strong brands.<br />\nIn Webkit country, outreach to web developers and end users is done by the browser vendors themselves. Google and Apple are well known brand
 s themselves and market their browsers using <a href="http://www.google.com/trends?q=google+chrome%2C+safari&ctab=0&geo=all&date=all&sort=0";>traditional</a> <a href="http://www.youtube.com/watch?v=46DHMaCbdxc";>channels</a>. As such, the <a href="http://www.google.com/trends?q=webkit%2C+mozilla&ctab=0&geo=all&date=all&sort=0";>name Webkit</a> itself is relatively unknown and attracts relatively few external contributors from the web and add-on development communities. However, Webkit encourages porting the core for different purposes and as such attracts <a href="http://webkit.org/blog/143/webkit-in-the-news/";>a lot of browser developers</a>, including the webkit-gtk port.\n</p><p>\n<b>compatibility with the Web</b>\n</p><p>\nMozilla probably has 20-30% of the <a href="http://en.wikipedia.org/wiki/Usage_share_of_web_browsers";>world-wide market share</a>, Webkit has 5-15%. Both numbers are big enough to ensure that websites test for the browsers, so that in general, websites sh
 ould work.<br />\nHowever, no website will check for GNOME, so all features that are provided by us will not be tested. This means that all features we maintain exclusively for GNOME can cause issues if they don\u2019t work exactly the same way as in the other backends. And from Swfdec development I know that this is incredibly hard to achieve, as it does not only require an <a href="http://avatraxiom.livejournal.com/97999.html";>identical featureset</a>, but also <a href="http://ln.hixie.ch/?start=1208832405&order=-1&count=3";>identical performance characteristics</a>. This is less of a problem in Mozilla, where the GNOME-specific code is pretty small, but might become a big problem in Webkit, where a lot of code is solely written for the GNOME backend.\n</p><p>\n<b>featureset</b>\n</p><p>\nFirst a note: This point is subjective, you are free to have a differing opinion. If you do, please explain yourself in the comments.\n</p><p>\nBoth browsers implement a similar set of fea
 tures. I don\u2019t know of a single (non-testcase) website that provides reduced functionality in either of the browsers. Still, the codebases are very different. Mozilla is a pretty old codebase that grew into what it is today and while there were some attempts to clean it up at times, there is still a lot of cruft around and it is easily the bigger size. I know lots of GNOME hackers that use Mozilla code as an example for scary code. On the other hand, Mozilla makes up for this by providing a lot of small niceties that Webkit does not provide and that make for a smoother experience in general. An example is kerning between tags: L<a href="http://en.wikipedia.org/wiki/Kerning";>\u201d</a>L<a href="http://en.wikipedia.org/wiki/Kerning";>\u201d</a>L (In Mozilla, the L and \u201d glyphs will overlap, in Webkit they won\u2019t). Another example I know is windowless browser plugins.<br />\nWebkit in general is simpler, more compact and easier to understand code. I attribute this 
 to KHTML being newer and focussing on maintainability and clarity. This shows when Webkit is able to show excellent performance. However, this quality is not always true. Parts that are not maintained by the core team are often very ad-hoc, lack design and bitrot easily. In short, everything out of the ordinary can be very ugly. Also, I am not sure if the old goals are still held in the same high esteem by the current maintainers. Code quality doesn\u2019t sell after all.\n</p><p>\n<b>code handling</b>\n</p><p>\nMozilla is written in C++ and uses a heavily customized version of autotools as the build system. The source code is since recently kept in <a href="http://hg.mozilla.org/";>Mercurial</a>, older branches still use <a href="https://developer.mozilla.org/en/Mozilla_Source_Code_(CVS)">CVS</a>. Webkit uses <a href="http://trac.webkit.org/browser";>Subversion</a> with an <a href="http://trac.webkit.org/wiki/UsingGitWithWebKit";>official mirror in git</a>. The core is written
  in C++. Each port adds its own build system and API on top; Apple Webkit for example uses Objective C and Xcode, webkit-gtk uses Gobject-style C and autotools.<br />\nBoth Webkit and Mozilla use a review process where all features and bug fixes have an attached bug in the respective bugzillas (<a href="https://bugs.webkit.org/";>Webkit</a> and <a href="https://bugzilla.mozilla.org/";>Mozilla</a>) and all patches need to be reviewed by at least one <a href="http://webkit.org/coding/commit-review-policy.html";>reviewer</a>. Webkit uses <a href="http://build.webkit.org/";>buildbots</a> to check that the various ports and branches still compile. It pales in comparison to <a href="http://quality.mozilla.org/";>Mozilla\u2019s extensive QA</a> that also includes performance regression testing and <a href="http://isthetreegreen.com/";>important policies</a> that govern checkins.<br />\nReleases in Mozilla are handled centrally, all Firefox ports are released with a common release number 
 at the same time. This is built on top of a core branch, which other projects built on Mozilla (Camino, Epiphany) use. This allows an easy matching of browser version to feature availability. Webkit projects releases are not coordinated between different ports, and contain their own branches. so Safari, Chrome, webkit-gtk and Webkit master may all support different features.\n</p><p>\n<b>initial work required to integrate</b>\n</p><p>\nThe next two paragraphs again are heavily subjective. They assume that GNOME wanted to include a library for integrating the web.\n</p><p>\nFor Webkit, work is being done to integrate GNOME. The problem is that a lot of base libraries are required that do not exist today. So not only does webkit-gtk still need to <a href="http://mso-chronicles.blogspot.com/2009/02/webkit-gtk-libsoup-or-curl_04.html";>gain basic features</a>, it also requires testing all the new code excessively for conformance to standards, stability, security and performance. 
 None of this is being done today.<br />\nWere such a library to be based on Mozilla, much less code would need to be written. However, a lot of integration work would need to be done, so that GNOME had proper access to the library functions (like for manipulating the DOM, http access or the Javascript interpreter). A lot more work would be needed to convince the Mozilla developers to support such a stable API, as currently Mozilla does not guarantee stability on any internal APIs and even add-ons have to be adapted for every major Firefox release.\n</p><p>\nRegardless of which project were to be chosen, my expectation would be that if we were to start now, it would take 5 experienced GNOME developers roughly a year to get this work to a point were it would hold up against todays requirements of the web. For Webkit, this would mostly require writing source code. For Mozilla, both writing code and evangelizing inside their community would be necessary.\n</p><p>\n<b>predicted m
 aintenance required once project is running</b>\n</p><p>\nIf the project in the above paragraph were done today, continuous maintenance of this library would be required. Not only for bugfixing and adding features, but also to keep up with the constant change in the browser cores, which refactor for performance and security or add new features for new web standards. I\u2019d expect the current GNOME browser team to be able to do this.<br />\nHowever, we would need to build up respect in the browser community, both for ensuring our work was still necessary and for driving change in the browser\u2019s core and the standards community to help our goals. Currently no GNOME developer that I know participates in any <a href="http://www.w3.org/html/wg/";>W3C working group</a>. This would likely require people working on this project full-time, as respect is usually concentrated towards single people. Also, contributing to the core requires knowledge of not only the large code base, 
 but also keeping up with the multiple different ports. I don\u2019t see any developer of GNOME doing this currently.\n</p><p>\n<b>view towards GNOME</b>\n</p><p>\nMozilla and Webkit developers pretty much share their opinion about GNOME: It doesn\u2019t matter. This has two reasons. The first reason is that it doesn\u2019t have a significant enough market share for them to be interesting. Even though they target the Linux desktop, none of the browsers target GNOME in particular, as they try to ship a browser that works everywhere on Linux, like KDE or CDE.<br />\nThe second and more interesting reason is that the browser development communities think desktops are going to die sooner or later and the browser will be the only application that you run on your computer, so developing \u201cdesktop stuff\u201d is not in any way interesting to them. Just like <a href="http://blogs.gnome.org/otte/2009/02/20/gnome-and-the-cloud/#comments";>the GNOME community treats the web</a>, the 
 web developers treat the desktop.\n</p><p>\n<b>view towards Free software</b>\n</p><p>\nMozilla has it this in <a href="http://blogs.gnome.org/otte/feed/";>their manifesto</a>:<br />\n</p><blockquote>Free and open source software promotes the development of the Internet as a public resource.<p></p></blockquote>\n<p>This is shown by the Mozilla code being tri-licensed under GPL 2 or later, LGPL 2.1 or later or MPL.<br />\nWebkit is de-facto licensed under the LGPL 2 or later, as that is the license of the original KHTML code. New contributions are encouraged under the BSD license, but code licensed as LGPL 2.1 is accepted, too. All Apple and Google contributions are BSD-licensed. However, while the companies follow the letter of those licenses, they don\u2019t follow the spirit. Both Android phones and the iPhone contain a Webkit browser that is not updatable by users.\n</p><p>\n<b>conclusion</b>\n</p><p>\nThis is the short version of things I evaluated. In short, Mozilla is t
 he adult browser engine with clearly defined rules and goals, while Webkit is the teenager that is still trying to find its place in the browser world. I don\u2019t know which one would benefit GNOME more, so feel free to tell me in the comments. Also, if you feel things in here are factually wrong, feel free to point them out there or <a href="mailto:otte gnome org">privately</a>.</p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-04T13:14:07Z', 'subtitle': u'Just another GNOME Blogs weblog', 'updated_parsed': (2009, 3, 4, 13, 14, 7, 2, 63, 0), 'links': [{'href': u'http://blogs.gnome.org/otte/feed/', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://blogs.gnome.org/otte', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Swfblag', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Just another GNOME Blogs weblog'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Swfblag'}
 , 'link': u'http://blogs.gnome.org/otte', 'id': u'http://blogs.gnome.org/otte'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'browsing in GNOME', 'language': u'en'}, 'link': u'http://blogs.gnome.org/otte/2009/03/03/browsing-in-gnome/', 'author': u'otte', 'author_detail': {'name': u'otte'}, 'id': u'http://blogs.gnome.org/otte/?p=151'}, {'updated': u'2009-03-03T20:32:00Z', 'published_parsed': (2009, 3, 3, 20, 32, 0, 1, 62, 0), 'subtitle': u'<div>A few months ago, I built a little prototype script that generated .ics files from .recently-used files generated by OpenOffice.   Very frequently users know when they edited a document, but can\'t remember what they named it.   The feedback was positive, so I made the script a bit more robust and submitted it to the cron for all of our employees.  Some users were creating .recently-used.xbel files because they are making use of the GTK file picker, and the script was updated to take that into account as well.   If you
  have a server and multiple users, the code is <a href="http://pastebin.ca/1352182";>here</a> .   It\'s a bit hard coded for our environment, but should be a good start.<br /><br />In the shot below, users are able to see the date and time that they touched files in OpenOffice; from within Evolution.<br /><br /><a href="http://1.bp.blogspot.com/_rk97SBAt20o/Sa2VQ1ByamI/AAAAAAAAAVU/ZIjh8rYJ9Ag/s1600-h/blog.png";><img src="http://1.bp.blogspot.com/_rk97SBAt20o/Sa2VQ1ByamI/AAAAAAAAAVU/ZIjh8rYJ9Ag/s320/blog.png"; alt="" border="0" id="BLOGGER_PHOTO_ID_5309063652084705890" /></a></div>', 'updated_parsed': (2009, 3, 3, 20, 32, 0, 1, 62, 0), 'links': [{'href': u'http://davelargo.blogspot.com/feeds/2574163067378230029/comments/default', 'type': u'application/atom+xml', 'rel': u'replies'}, {'href': u'https://www.blogger.com/comment.g?blogID=29399536&postID=2574163067378230029', 'type': u'text/html', 'rel': u'replies'}, {'href': u'http://www.blogger.com/feeds/29399536/posts/default/25741
 63067378230029?v=2', 'type': u'application/atom+xml', 'rel': u'edit'}, {'href': u'http://davelargo.blogspot.com/feeds/posts/default/2574163067378230029', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://davelargo.blogspot.com/2009/03/ics-based-document-history-goes-live.html', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'ICS Based Document History Goes Live', 'author': u'Dave Richards (noreply blogger com)', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div>A few months ago, I built a little prototype script that generated .ics files from .recently-used files generated by OpenOffice.   Very frequently users know when they edited a document, but can\'t remember what they named it.   The feedback was positive, so I made the script a bit more robust and submitted it to the cron for all of our employees.  Some users were creating .recently-used.xbel files because they are making use of the GTK file picker, and the script was 
 updated to take that into account as well.   If you have a server and multiple users, the code is <a href="http://pastebin.ca/1352182";>here</a> .   It\'s a bit hard coded for our environment, but should be a good start.<br /><br />In the shot below, users are able to see the date and time that they touched files in OpenOffice; from within Evolution.<br /><br /><a href="http://1.bp.blogspot.com/_rk97SBAt20o/Sa2VQ1ByamI/AAAAAAAAAVU/ZIjh8rYJ9Ag/s1600-h/blog.png";><img src="http://1.bp.blogspot.com/_rk97SBAt20o/Sa2VQ1ByamI/AAAAAAAAAVU/ZIjh8rYJ9Ag/s320/blog.png"; alt="" border="0" id="BLOGGER_PHOTO_ID_5309063652084705890" /></a></div>', 'language': None}], 'source': {'updated': u'2009-03-09T17:58:47Z', 'updated_parsed': (2009, 3, 9, 17, 58, 47, 0, 68, 0), 'links': [{'href': u'http://davelargo.blogspot.com/feeds/posts/default', 'type': u'application/atom+xml', 'rel': u'http://schemas.google.com/g/2005#feed'}, {'href': u'http://davelargo.blogspot.com/feeds/posts/default', 'type': u'a
 pplication/atom+xml', 'rel': u'self'}, {'href': u'http://davelargo.blogspot.com/', 'type': u'text/html', 'rel': u'alternate'}, {'href': u'http://davelargo.blogspot.com/feeds/posts/default?start-index=26&max-results=25', 'type': u'application/atom+xml', 'rel': u'next'}], 'title': u'Dave Richards - City of Largo Work Blog', 'author': u'Dave Richards (noreply blogger com)', 'title_detail': {'base': '', 'type': 'text/plain', 'language': None, 'value': u'Dave Richards - City of Largo Work Blog'}, 'href': u'http://www.blogger.com/profile/06403055794363134691', 'link': u'http://davelargo.blogspot.com/', 'author_detail': {'href': u'http://www.blogger.com/profile/06403055794363134691', 'name': u'Dave Richards', 'email': u'noreply blogger com'}, 'id': u'tag:blogger.com,1999:blog-29399536'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'ICS Based Document History Goes Live', 'language': None}, 'href': u'http://www.blogger.com/profile/06403055794363134691', 'link': u'htt
 p://davelargo.blogspot.com/2009/03/ics-based-document-history-goes-live.html', 'published': u'2009-03-03T20:32:00Z', 'author_detail': {'href': u'http://www.blogger.com/profile/06403055794363134691', 'name': u'Dave Richards', 'email': u'noreply blogger com'}, 'id': u'tag:blogger.com,1999:blog-29399536.post-2574163067378230029'}, {'summary_detail': {'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>Today a friend asked me how to set up an on-line video site. It seems that he read my previous post on the new <a href="http://www.alobbs.com/1368/Cherokee_0_99_0_Hits_The_Streets.html";> Audio / Video Streaming</a> plug-in shipped with the latest version of <a href="http://www.cherokee-project.com/";>Cherokee</a>, and he felt like it was time to upgrade his web server and site content.</p>  <p>I proposed him to support both the HTML5 and Flash methods for playing the videos. This means, to use the new  tag <em>&lt;video&gt;</em>, and only relay on Flash whenever the bro
 wser does not support HTML5 embedded videos.</p>  <p>We found a problem on the very first test we did, though. Even if the two web browser that we tested did support <em>&lt;video&gt;</em>, we didn\'t find a common video format supported by both of them. The test showed Firefox 3.1 supporting Theora and failing to play H264/AAC, and Safari 4 playing H264/AAC but not being able to reproduce Theora.</p>  <div align="center">  <a href="http://www.alobbs.com/downloads/streaming/tube1.html";><img src="http://www.alobbs.com/images/video_h264.jpg"; alt="" border="0" /></a> </div>  <p>The solution? Convert the video to the two formats and make both available. If you have done it previously, I bet you know that video converting is one of those time consuming tasks that can easily get messy. Of course, after converting a few videos we found a problem with one of them. Long story short: after some research the solution was to compile FFMpeg/trunk with some other libraries:</p>  <pre>FFmp
 eg version SVN-r17752:<br />  --enable-shared --disable-mmx --enable-libtheora --enable-libvorbis<br />  --enable-libx264 --enable-libxvid --enable-libmp3lame --enable-libfaad<br />  --enable-libfaac --enable-gpl</pre>  <p>Here is a very <a href="http://www.alobbs.com/downloads/streaming/tube1.html";>simple example</a> of how you can use the <em>&lt;video&gt;</em> tag for the modern clients, and Flash as second and more secure option. Do not hesitate to read the example page source to check what the syntax is. Beside the Theora/H264 issue, supporting  <em>&lt;video&gt;</em> + Flash is really straight forward.</p>  <pre>&lt;video controls&gt;<br />   &lt;source src="test.mp4"&gt;<br />   &lt;source src="test.ogv" type="video/ogg; codecs=theora,vorbis"&gt;<br />   &lt;a href="test.mp4" id="player"&gt;&lt;/a&gt;<br />   &lt;script&gt;<br />     $f("player", "flowplayer-3.0.5.swf");<br />    &lt;/script&gt;<br /> &lt;/video&gt;<br /></pre>  <p>By the way, the video streaming is s
 erved by <a href="http://www.cherokee-project.com/";>Cherokee</a>\'s Audio / Video Streaming plug-in, so independently of whether <em>&lt;video&gt;</em>\xa0 is used, the connection bandwidth will be limited to the video bitrate. Doesn\'t it look interesting for optimizing your server bandwidth usage?  It allows the server to handle more concurrent users, at the same time that it helps to save the bandwidth of the videos that are not completely watched.</p></div>', 'language': u'en'}, 'updated_parsed': (2009, 3, 3, 19, 18, 27, 1, 62, 0), 'links': [{'href': u'http://www.alobbs.com/1369/Setting_up_a_HTML5_on_line_video_site.html', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Setting up a HTML5 on-line video site', 'author': u'Alvaro Lopez Ortega', 'updated': u'2009-03-03T19:18:27Z', 'summary': u'<div><p>Today a friend asked me how to set up an on-line video site. It seems that he read my previous post on the new <a href="http://www.alobbs.com/1368/Cherokee_0_99_0_Hits
 _The_Streets.html"> Audio / Video Streaming</a> plug-in shipped with the latest version of <a href="http://www.cherokee-project.com/";>Cherokee</a>, and he felt like it was time to upgrade his web server and site content.</p>  <p>I proposed him to support both the HTML5 and Flash methods for playing the videos. This means, to use the new  tag <em>&lt;video&gt;</em>, and only relay on Flash whenever the browser does not support HTML5 embedded videos.</p>  <p>We found a problem on the very first test we did, though. Even if the two web browser that we tested did support <em>&lt;video&gt;</em>, we didn\'t find a common video format supported by both of them. The test showed Firefox 3.1 supporting Theora and failing to play H264/AAC, and Safari 4 playing H264/AAC but not being able to reproduce Theora.</p>  <div align="center">  <a href="http://www.alobbs.com/downloads/streaming/tube1.html";><img src="http://www.alobbs.com/images/video_h264.jpg"; alt="" border="0" /></a> </div>  <p
 >The solution? Convert the video to the two formats and make both available. If you have done it previously, I bet you know that video converting is one of those time consuming tasks that can easily get messy. Of course, after converting a few videos we found a problem with one of them. Long story short: after some research the solution was to compile FFMpeg/trunk with some other libraries:</p>  <pre>FFmpeg version SVN-r17752:<br />  --enable-shared --disable-mmx --enable-libtheora --enable-libvorbis<br />  --enable-libx264 --enable-libxvid --enable-libmp3lame --enable-libfaad<br />  --enable-libfaac --enable-gpl</pre>  <p>Here is a very <a href="http://www.alobbs.com/downloads/streaming/tube1.html";>simple example</a> of how you can use the <em>&lt;video&gt;</em> tag for the modern clients, and Flash as second and more secure option. Do not hesitate to read the example page source to check what the syntax is. Beside the Theora/H264 issue, supporting  <em>&lt;video&gt;</em> +
  Flash is really straight forward.</p>  <pre>&lt;video controls&gt;<br />   &lt;source src="test.mp4"&gt;<br />   &lt;source src="test.ogv" type="video/ogg; codecs=theora,vorbis"&gt;<br />   &lt;a href="test.mp4" id="player"&gt;&lt;/a&gt;<br />   &lt;script&gt;<br />     $f("player", "flowplayer-3.0.5.swf");<br />    &lt;/script&gt;<br /> &lt;/video&gt;<br /></pre>  <p>By the way, the video streaming is served by <a href="http://www.cherokee-project.com/";>Cherokee</a>\'s Audio / Video Streaming plug-in, so independently of whether <em>&lt;video&gt;</em>\xa0 is used, the connection bandwidth will be limited to the video bitrate. Doesn\'t it look interesting for optimizing your server bandwidth usage?  It allows the server to handle more concurrent users, at the same time that it helps to save the bandwidth of the videos that are not completely watched.</p></div>', 'source': {'updated': u'2009-03-10T07:59:58Z', 'subtitle': u"Alvaro Lopez Ortega's blog", 'updated_parsed': (2009
 , 3, 10, 7, 59, 58, 1, 69, 0), 'links': [{'href': u'http://www.alobbs.com', 'type': u'text/html', 'rel': u'alternate'}, {'href': u'http://www.alobbs.com/rss20.php', 'type': u'application/rss+xml', 'rel': u'self'}], 'title': u"Alvaro's blog", 'author': u'alvaro alobbs com', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u"Alvaro Lopez Ortega's blog"}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u"Alvaro's blog"}, 'link': u'http://www.alobbs.com', 'author_detail': {'name': '', 'email': u'alvaro alobbs com'}, 'id': u'http://www.alobbs.com'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Setting up a HTML5 on-line video site', 'language': u'en'}, 'link': u'http://www.alobbs.com/1369/Setting_up_a_HTML5_on_line_video_site.html', 'author_detail': {'name': u'Alvaro Lopez Ortega'}, 'id': u'http://www.alobbs.com/1369/Setting_up_a_HTML5_on_line_video_site.html'}, {'summary_detail': {'base': '', 'type'
 : 'text/plain', 'value': u'So the recording was successful. The snippet that my brother in-law wanted, I put up on youtube here. It is my 2 nephews\u2019 birthday card being read out. Jameel is 4 today and Jaabir was 2 on Sunday.', 'language': u'en'}, 'updated_parsed': (2009, 3, 3, 17, 26, 36, 1, 62, 0), 'links': [{'href': u'http://zaheer.merali.org/articles/2009/03/03/scheduled-recording-successful/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'Scheduled recording successful', 'tags': [{'term': u'General', 'scheme': None, 'label': None}], 'updated': u'2009-03-03T17:26:36Z', 'summary': u'So the recording was successful. The snippet that my brother in-law wanted, I put up on youtube here. It is my 2 nephews\u2019 birthday card being read out. Jameel is 4 today and Jaabir was 2 on Sunday.', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>So the <a href="http://zaheer.merali.org/articles/2009/03/03/scheduled-recording-of-dvb-in-flumotion
 /">recording</a> was successful. The snippet that my brother in-law wanted, I put up on <a href="http://www.youtube.com/watch?v=D9XLLl_GpkI";>youtube here.</a> It is my 2 nephews\u2019 birthday card being read out. Jameel is 4 today and Jaabir was 2 on Sunday.</p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-03T17:26:36Z', 'subtitle': u'Random Ramblings', 'updated_parsed': (2009, 3, 3, 17, 26, 36, 1, 62, 0), 'links': [{'href': u'http://zaheer.merali.org', 'type': u'text/html', 'rel': u'alternate'}, {'href': u'http://zaheer.merali.org/feed/', 'type': u'application/rss+xml', 'rel': u'self'}], 'title': u'Zaheer Abbas Merali', 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Random Ramblings'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Zaheer Abbas Merali'}, 'link': u'http://zaheer.merali.org', 'id': u'http://zaheer.merali.org'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'
 Scheduled recording successful', 'language': u'en'}, 'link': u'http://zaheer.merali.org/articles/2009/03/03/scheduled-recording-successful/', 'author': u'admin', 'author_detail': {'name': u'admin'}, 'id': u'http://zaheer.merali.org/articles/2009/03/03/scheduled-recording-successful/'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'It looks like the job I thought I was starting in September 2009 is actually not going to start until January 2010, or maybe March.\n[Edit later: actually very late March; so basically nine months from end of bar exam to start of job. Additionally, I am definitely not assuming that the job will actually be [...]', 'language': u'en'}, 'updated_parsed': (2009, 3, 3, 16, 16, 55, 1, 62, 0), 'links': [{'href': u'http://tieguy.org/blog/2009/03/03/five-months-to-kill-suggestions/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'five months unasked for \u2018free time\u2019- suggestions?', 'tags': [{'term': u'forfacebook', 'sche
 me': None, 'label': None}, {'term': u'personal', 'scheme': None, 'label': None}, {'term': u'work', 'scheme': None, 'label': None}], 'updated': u'2009-03-03T16:16:55Z', 'summary': u'It looks like the job I thought I was starting in September 2009 is actually not going to start until January 2010, or maybe March.\n[Edit later: actually very late March; so basically nine months from end of bar exam to start of job. Additionally, I am definitely not assuming that the job will actually be [...]', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>It looks like <a href="http://abovethelaw.com/2009/03/orrick_layoffs_300.php";>the job I thought I was starting in September 2009 is actually not going to start until January 2010</a>, or maybe March.</p>\n<p>[Edit later: actually very late March; so basically nine months from end of bar exam to start of job. Additionally, I am definitely not assuming that the job will actually be there in nine months, so more lo
 ng-term suggestions/offers/etc. are also welcome.]</p>\n<p>I\u2019m definitely not whining here, or asking for sympathy. I\u2019m very conscious that I\u2019m waaaay better off than a lot of folks- I sincerely wish  good luck in finding what comes next to all those who really get laid off today and tomorrow. The economy really is bad, so I understand why the firm did it, and lots of people have it much worse off than me, so I\u2019m grateful for where I am.</p>\n<p>Because of the stipend, Krissa\u2019s job, and because I\u2019ve got some money put away, I\u2019ve got some flexibility, and this might be the last time in a long time I\u2019ve got five or more months that I can use outside the traditional regimen of a job. So I\u2019m looking for advice from friends on what to do. There are some obvious options, but I\u2019d like to make sure we investigate everything we can.</p>\n<p>Some current options I have on the table, from most conservative to least:</p>\n<ul>\n<li>most 
 conservative: We stay in NYC (though moving to a smaller place), Krissa stays in her job as long as makes sense, I work at some <a href="http://en.wikipedia.org/wiki/Pro_bono";>pro bono</a> task- presumably <a href="http://softwarefreedom.org/";>SFLC</a> but other worthy causes are welcome to make themselves known :)</li>\n<li>I work a full year at some sort of pro bono firm on a stipend from my firm, if that is an option- not clear yet.<sup>1</sup></li>\n<li>we move someplace cheap where we live on our savings, but isn\u2019t pure vacation because we have some purpose that will be useful later in life- for example Costa Rica (Krissa learns Spanish, I polish mine) or maybe some place where she can learn more about small-scale farming (<a href="http://ruralvolunteers.org/WHOSTS/";>WWOOF?</a>) or I can learn more about technology use in education or the developing world?</li>\n<li>least conservative: we say \u2019screw it\u2019, pack our beloved Eagle Creek backpacks, find cheap 
 around the world tickets, and hit the road for five months.</li>\n</ul>\n<p>So I\u2019m wondering if my (creative, insane, what have you) friends have any better ideas with what I can do with my time. Got an idea? email me, put it in the comments, whatever.</p>\n<ol class="footnotes"><li id="footnote_0_1456" class="footnote">This is less conservative because of a common presumption that despite making this an option, the firm will look on this as a sign of lack of gumption/interest/etc. Partners who wish to reassure me that this is not the case know where to find me. :) </li></ol></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-04T18:12:36Z', 'subtitle': u'Ramblings on law school in New York, free software, and the spaces in between.', 'updated_parsed': (2009, 3, 4, 18, 12, 36, 2, 63, 0), 'links': [{'href': u'http://tieguy.org/blog/feed/', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://tieguy.org/blog', 'type': u'text/html', 'rel': u'alterna
 te'}], 'title': u"Luis Villa's Blog", 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u'Ramblings on law school in New York, free software, and the spaces in between.'}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u"Luis Villa's Blog"}, 'link': u'http://tieguy.org/blog', 'id': u'http://tieguy.org/blog'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'five months unasked for \u2018free time\u2019- suggestions?', 'language': u'en'}, 'link': u'http://tieguy.org/blog/2009/03/03/five-months-to-kill-suggestions/', 'author': u'Luis', 'author_detail': {'name': u'Luis'}, 'id': u'http://tieguy.org/blog/?p=1456'}, {'summary_detail': {'base': '', 'type': 'text/plain', 'value': u'We have been informally discussing the idea of hosting GNOME Asia 2009 in India this year, and a initial TODO list and a set of ideas has been just posted on the gnome-india mailing list.\nWe would need a lot of effort to make th
 is happen successfully, and if you are interested in helping out, by [...]', 'language': u'en'}, 'updated_parsed': (2009, 3, 3, 11, 58, 5, 1, 62, 0), 'links': [{'href': u'http://sayamindu.randomink.org/ramblings/2009/03/03/the-gnomeasia-summit-2009/', 'type': u'text/html', 'rel': u'alternate'}], 'title': u'The GNOME.Asia Summit, 2009', 'tags': [{'term': u'Free Software', 'scheme': None, 'label': None}, {'term': u'conferences', 'scheme': None, 'label': None}, {'term': u'GNOME', 'scheme': None, 'label': None}, {'term': u'gnome asia summit', 'scheme': None, 'label': None}, {'term': u'gnomeasia09', 'scheme': None, 'label': None}, {'term': u'planning', 'scheme': None, 'label': None}], 'updated': u'2009-03-03T11:58:05Z', 'summary': u'We have been informally discussing the idea of hosting GNOME Asia 2009 in India this year, and a initial TODO list and a set of ideas has been just posted on the gnome-india mailing list.\nWe would need a lot of effort to make this happen successfully
 , and if you are interested in helping out, by [...]', 'content': [{'base': '', 'type': 'application/xhtml+xml', 'value': u'<div><p>We have been informally discussing the idea of hosting GNOME Asia 2009 in India this year, and a <a href="http://mail.gnome.org/archives/gnome-in-list/2009-March/msg00000.html";>initial TODO list and a set of ideas</a> has been just posted on the <a href="http://mail.gnome.org/mailman/listinfo/gnome-in-list";>gnome-india mailing list</a>.<br />\nWe would need a lot of effort to make this happen successfully, and if you are interested in helping out, by all means, please jump in :-). Join the <a href="http://mail.gnome.org/mailman/listinfo/gnome-in-list";>mailing list</a>, and start taking part in the discussion. There is also a <a href="http://live.gnome.org/GnomeAsia/2009";>set of pages on the wiki</a>, please feel free to put in your thoughts and suggestions in those page as well.</p></div>', 'language': u'en'}], 'source': {'updated': u'2009-03-03
 T11:58:05Z', 'subtitle': u"The weekend hacker's musings...", 'updated_parsed': (2009, 3, 3, 11, 58, 5, 1, 62, 0), 'links': [{'href': u'http://sayamindu.randomink.org/ramblings/feed/', 'type': u'application/atom+xml', 'rel': u'self'}, {'href': u'http://sayamindu.randomink.org/ramblings', 'type': u'text/html', 'rel': u'alternate'}], 'title': u"Sayamindu's Ramblings", 'subtitle_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u"The weekend hacker's musings..."}, 'title_detail': {'base': '', 'type': 'text/plain', 'language': u'en', 'value': u"Sayamindu's Ramblings"}, 'link': u'http://sayamindu.randomink.org/ramblings', 'id': u'http://sayamindu.randomink.org/ramblings'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'The GNOME.Asia Summit, 2009', 'language': u'en'}, 'link': u'http://sayamindu.randomink.org/ramblings/2009/03/03/the-gnomeasia-summit-2009/', 'author': u'Sayamindu', 'author_detail': {'name': u'Sayamindu'}, 'id': u'http://sayamind
 u.randomink.org/ramblings/?p=372'}]}
+<http://planet.gnome.org/atom.xml> a nmo:FeedChannel;
+	nie:title "Planet GNOME";
+	nie:contentLastModified "2009-03-10T09:30:02+00:00".
+
+
+<http://www.murrayc.com/blog/?p=841> a nmo:FeedMessage;
+	nie:title "boost::python in Glom";
+	nie:contentLastModified "2009-03-10T07:35:34+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "murrayc"];
+
+	nie:links <http://www.murrayc.com/blog/permalink/2009/03/10/boostpython-in-glom/>.
+
+<http://www.ogmaciel.com/?p=663> a nmo:FeedMessage;
+	nie:title "Your translations update";
+	nie:contentLastModified "2009-03-10T01:58:53+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "OgMaciel"];
+
+	nie:links <http://www.ogmaciel.com/?p=663>.
+
+<http://uwstopia.nl/blog/2009/03/greyscale-xorg> a nmo:FeedMessage;
+	nie:title "Greyscale Xorg";
+	nie:contentLastModified "2009-03-10T01:08:03+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nie:links <http://uwstopia.nl/blog/2009/03/greyscale-xorg>.
+
+<http://blogs.gnome.org/rbultje/?p=177> a nmo:FeedMessage;
+	nie:title "FFmpeg release";
+	nie:contentLastModified "2009-03-10T01:04:26+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "rbultje"];
+
+	nie:links <http://blogs.gnome.org/rbultje/2009/03/10/ffmpeg-release/>.
+
+<http://blogs.gnome.org/lucasr/?p=248> a nmo:FeedMessage;
+	nie:contentLastModified "2009-03-09T23:46:35+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "lucasr"];
+
+	nie:links <http://blogs.gnome.org/lucasr/2009/03/10/our-office-rocks-literally/>.
+
+<http://bergie.iki.fi/midcom-permalink-81dd96da0cf711de804c99350abe060a060a> a nmo:FeedMessage;
+	nie:title "When reality meets product concepts";
+	nie:contentLastModified "2009-03-09T22:26:50+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Henri Bergius"; nco:hasEmailAddress <mailto:henri bergius iki fi>];
+
+	nie:links <http://bergie.iki.fi/blog/when_reality_meets_product_concepts/>.
+
+<http://www.0xdeadbeef.com/weblog/?p=1159> a nmo:FeedMessage;
+	nie:title "quick tip: open web video and mime types";
+	nie:contentLastModified "2009-03-09T21:59:59+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Christopher Blizzard"];
+
+	nie:links <http://feedproxy.google.com/~r/ChristopherBlizzard/~3/jJ-oZDjuT_U/>.
+
+<http://blogs.gnome.org/uraeus/?p=999> a nmo:FeedMessage;
+	nie:title "Google Summer of Code 2009";
+	nie:contentLastModified "2009-03-09T18:22:53+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "uraeus"];
+
+	nie:links <http://blogs.gnome.org/uraeus/2009/03/09/google-summer-of-code-2009/>.
+
+<http://blogs.gnome.org/juanje/?p=92> a nmo:FeedMessage;
+	nie:title "Guadalinex upadates";
+	nie:contentLastModified "2009-03-09T17:04:25+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "juanje"];
+
+	nie:links <http://blogs.gnome.org/juanje/2009/03/09/guadalinex-update/>.
+
+<http://davyd.livejournal.com/270925.html> a nmo:FeedMessage;
+	nie:title "another sunny afternoon";
+	nie:contentLastModified "2009-03-09T16:52:46+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nie:links <http://davyd.livejournal.com/270925.html>.
+
+<tag:blogger.com,1999:blog-29399536.post-4711409238880055767> a nmo:FeedMessage;
+	nie:title "Help With XWD";
+	nie:contentLastModified "2009-03-09T13:30:00+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Dave Richards"; nco:hasEmailAddress <mailto:noreply blogger com>];
+
+	nie:links <http://davelargo.blogspot.com/2009/03/help-with-xwd.html>.
+
+<http://blog.pierlux.com/?p=1024> a nmo:FeedMessage;
+	nie:title "Familiar Faces";
+	nie:contentLastModified "2009-03-09T09:34:06+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Pierre-Luc Beaudoin"];
+
+	nie:links <http://blog.pierlux.com/2009/03/09/familiar-faces/en/>.
+
+<http://blog.barisione.org/?p=148> a nmo:FeedMessage;
+	nie:title "Vala, Clutter and limoncello";
+	nie:contentLastModified "2009-03-09T09:30:54+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "barisione"];
+
+	nie:links <http://blog.barisione.org/2009-03/vala-clutter-limoncello/>.
+
+<http://www.gnome.org/~michael/blog/2009/03/08/2009-03-08> a nmo:FeedMessage;
+	nie:title "2009-03-08: Sunday.";
+	nie:contentLastModified "2009-03-08T21:00:00+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nie:links <http://www.gnome.org/~michael/blog/2009-03-08.html>.
+
+<http://www.advogato.org/person/ensonic/diary.html?start=90> a nmo:FeedMessage;
+	nie:title "8 Mar 2009";
+	nie:contentLastModified "2009-03-08T20:53:28+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nie:links <http://www.advogato.org/person/ensonic/diary.html?start=90>.
+
+<http://fl0rian.wordpress.com/?p=111> a nmo:FeedMessage;
+	nie:contentLastModified "2009-03-08T15:11:30+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Florian"];
+
+	nie:links <http://fl0rian.wordpress.com/2009/03/08/the-other-beagleboard/>.
+
+<tag:blogger.com,1999:blog-7127741847312258461.post-35147072445199643> a nmo:FeedMessage;
+	nie:title "\"It Never Ends!\"";
+	nie:contentLastModified "2009-03-08T13:23:00+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Lefty"; nco:hasEmailAddress <mailto:noreply blogger com>];
+
+	nie:links <http://opensourcetogo.blogspot.com/2009/03/it-never-ends.html>.
+
+<http://davyd.livejournal.com/270783.html> a nmo:FeedMessage;
+	nie:title "like mouldy bread";
+	nie:contentLastModified "2009-03-08T12:07:16+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nie:links <http://davyd.livejournal.com/270783.html>.
+
+<http://blogs.gnome.org/tthurman/?p=304> a nmo:FeedMessage;
+	nie:title "Poems, number 1";
+	nie:contentLastModified "2009-03-08T00:41:48+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Thomas Thurman"];
+
+	nie:links <http://blogs.gnome.org/tthurman/2009/03/08/poems-number-1/>.
+
+<http://blogs.gnome.org/tthurman/?p=300> a nmo:FeedMessage;
+	nie:title "Performance scripts with SVG";
+	nie:contentLastModified "2009-03-07T22:24:27+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Thomas Thurman"];
+
+	nie:links <http://blogs.gnome.org/tthurman/2009/03/07/performance-scripts-with-svg/>.
+
+<http://www.gnome.org/~michael/blog/2009/03/07/2009-03-07> a nmo:FeedMessage;
+	nie:title "2009-03-07: Saturday.";
+	nie:contentLastModified "2009-03-07T21:00:00+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nie:links <http://www.gnome.org/~michael/blog/2009-03-07.html>.
+
+<tag:blogger.com,1999:blog-3575421168816814786.post-91500947255771101> a nmo:FeedMessage;
+	nie:title "Multiple networks and GUPnP";
+	nie:contentLastModified "2009-03-07T11:01:00+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "zeenix"; nco:hasEmailAddress <mailto:noreply blogger com>];
+
+	nie:links <http://zee-nix.blogspot.com/2009/03/multiple-networks-and-gupnp.html>.
+
+<http://research.operationaldynamics.com/blogs/andrew/e180g-and-networkmanager> a nmo:FeedMessage;
+	nie:title "3 mobile broadband on Linux";
+	nie:contentLastModified "2009-03-07T06:10:12+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Andrew Cowie"; nco:hasEmailAddress <mailto:andrew operationaldynamics com>];
+
+	nie:links <http://research.operationaldynamics.com/blogs/andrew/software/gnome-desktop/e180g-and-networkmanager.html>.
+
+<http://sankarshan.randomink.org/blog/?p=517> a nmo:FeedMessage;
+	nie:title "That lazy,hazy,crazy bug of summer";
+	nie:contentLastModified "2009-03-07T00:55:36+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "sankarshan"];
+
+	nie:links <http://sankarshan.randomink.org/blog/2009/03/07/that-lazyhazycrazy-bug-of-summer/>.
+
+<http://blogs.gnome.org/dcbw/?p=56> a nmo:FeedMessage;
+	nie:title "Test it.  Test it now.";
+	nie:contentLastModified "2009-03-06T23:39:44+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "dcbw"];
+
+	nie:links <http://blogs.gnome.org/dcbw/2009/03/06/test-it-test-it-now/>.
+
+<http://blogs.gnome.org/kenvandine/?p=367> a nmo:FeedMessage;
+	nie:title "Pidgin sucks less for IRC";
+	nie:contentLastModified "2009-03-06T22:12:54+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "kenvandine"];
+
+	nie:links <http://blogs.gnome.org/kenvandine/2009/03/06/pidgin-sucks-less-for-irc/>.
+
+<http://oskuro.net/blog/life/calcotada-valls-2009-03-06-01-20> a nmo:FeedMessage;
+	nie:contentLastModified "2009-03-06T17:13:23+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nie:links <http://oskuro.net/blog/life/calcotada-valls-2009-03-06-01-20>.
+
+<http://blogs.gnome.org/hughsie/?p=321> a nmo:FeedMessage;
+	nie:title "Application Installing (II)";
+	nie:contentLastModified "2009-03-06T15:02:41+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "hughsie"];
+
+	nie:links <http://blogs.gnome.org/hughsie/2009/03/06/application-installing-ii/>.
+
+<http://blogs.gnome.org/bolsh/?p=848> a nmo:FeedMessage;
+	nie:title "Post hoc ergo propter hoc";
+	nie:contentLastModified "2009-03-06T14:16:47+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Dave Neary"];
+
+	nie:links <http://blogs.gnome.org/bolsh/2009/03/06/post-hoc-ergo-propter-hoc/>.
+
+<http://blog.barisione.org/?p=147> a nmo:FeedMessage;
+	nie:title "Time goes by";
+	nie:contentLastModified "2009-03-06T12:20:40+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "barisione"];
+
+	nie:links <http://blog.barisione.org/2009-03/time-goes-by/>.
+
+<http://blogs.gnome.org/johannes/?p=134> a nmo:FeedMessage;
+	nie:title "Filtering in gnome-system-log";
+	nie:contentLastModified "2009-03-06T11:00:23+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "jhs"];
+
+	nie:links <http://blogs.gnome.org/johannes/2009/03/06/filtering-in-gnome-system-log/>.
+
+<http://sankarshan.randomink.org/blog/?p=515> a nmo:FeedMessage;
+	nie:title "Some more on education";
+	nie:contentLastModified "2009-03-06T07:39:46+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "sankarshan"];
+
+	nie:links <http://sankarshan.randomink.org/blog/2009/03/06/some-more-on-education/>.
+
+<http://research.operationaldynamics.com/blogs/andrew/java-gnome-4.0.10-release> a nmo:FeedMessage;
+	nie:title "java-gnome 4.0.10 released!";
+	nie:contentLastModified "2009-03-06T05:25:28+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Andrew Cowie"; nco:hasEmailAddress <mailto:andrew operationaldynamics com>];
+
+	nie:links <http://research.operationaldynamics.com/blogs/andrew/software/java-gnome/java-gnome-4.0.10-release.html>.
+
+<http://mjg59.livejournal.com/107812.html> a nmo:FeedMessage;
+	nie:title "6 Mar 2009";
+	nie:contentLastModified "2009-03-06T05:06:54+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nie:links <http://www.advogato.org/person/mjg59/diary.html?start=194>.
+
+<http://mairin.wordpress.com/?p=510> a nmo:FeedMessage;
+	nie:title "Fedora Buttons";
+	nie:contentLastModified "2009-03-06T04:40:34+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "mairin"];
+
+	nie:links <http://mairin.wordpress.com/2009/03/06/fedora-buttons/>.
+
+<http://www.advogato.org/person/roozbeh/diary.html?start=159> a nmo:FeedMessage;
+	nie:title "6 Mar 2009";
+	nie:contentLastModified "2009-03-06T03:20:16+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nie:links <http://www.advogato.org/person/roozbeh/diary.html?start=159>.
+
+<http://mairin.wordpress.com/?p=502> a nmo:FeedMessage;
+	nie:title "Food Blog";
+	nie:contentLastModified "2009-03-06T03:19:44+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "mairin"];
+
+	nie:links <http://mairin.wordpress.com/2009/03/06/food-blog/>.
+
+<http://robot101.net/?p=86> a nmo:FeedMessage;
+	nie:contentLastModified "2009-03-06T02:40:46+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Robert McQueen"];
+
+	nie:links <http://robot101.net/2009/03/06/local-mail/>.
+
+<http://www.gnome.org/~federico/news-2009-03.html#05> a nmo:FeedMessage;
+	nie:title "Thu 2009/Mar/05";
+	nie:contentLastModified "2009-03-05T19:40:50+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nie:links <http://www.gnome.org/~federico/news-2009-03.html#05>.
+
+<http://blogs.gnome.org/hughsie/?p=317> a nmo:FeedMessage;
+	nie:title "Application installing";
+	nie:contentLastModified "2009-03-05T14:10:54+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "hughsie"];
+
+	nie:links <http://blogs.gnome.org/hughsie/2009/03/05/application-installing/>.
+
+<http://thomas.apestaart.org/log/?p=797> a nmo:FeedMessage;
+	nie:title "snow";
+	nie:contentLastModified "2009-03-05T13:50:03+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Thomas"];
+
+	nie:links <http://thomas.apestaart.org/log/?p=797>.
+
+<http://thomas.apestaart.org/log/?p=795> a nmo:FeedMessage;
+	nie:title "job search";
+	nie:contentLastModified "2009-03-05T13:50:03+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Thomas"];
+
+	nie:links <http://thomas.apestaart.org/log/?p=795>.
+
+<http://macslow.thepimp.net/?p=228> a nmo:FeedMessage;
+	nie:title "Clone mockups in code";
+	nie:contentLastModified "2009-03-05T08:35:48+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "MacSlow"];
+
+	nie:links <http://macslow.thepimp.net/?p=228>.
+
+<http://blogs.gnome.org/jjongsma/?p=63> a nmo:FeedMessage;
+	nie:title "git sucks";
+	nie:contentLastModified "2009-03-05T03:55:32+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "jonner"];
+
+	nie:links <http://blogs.gnome.org/jjongsma/2009/03/05/git-sucks/>.
+
+<http://blogs.gnome.org/ovitters/?p=165> a nmo:FeedMessage;
+	nie:contentLastModified "2009-03-04T22:34:11+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "ovitters"];
+
+	nie:links <http://blogs.gnome.org/ovitters/2009/03/04/bhver-appointed-safety-person/>.
+
+<http://kubasik.net/blog/2009/03/04/oh-no-hacked/> a nmo:FeedMessage;
+	nie:title "Oh No! Hacked!";
+	nie:contentLastModified "2009-03-04T17:52:58+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Kevin Kubasik"];
+
+	nie:links <http://kubasik.net/blog/2009/03/04/oh-no-hacked/>.
+
+<http://blogs.gnome.org/bolsh/2009/03/04/parse-error/> a nmo:FeedMessage;
+	nie:title "Parse error";
+	nie:contentLastModified "2009-03-04T14:01:48+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Dave Neary"];
+
+	nie:links <http://blogs.gnome.org/bolsh/2009/03/04/parse-error/>.
+
+<http://blogs.gnome.org/rbultje/?p=172> a nmo:FeedMessage;
+	nie:title "Firefox, GMail and content-type of attachments";
+	nie:contentLastModified "2009-03-04T14:00:04+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "rbultje"];
+
+	nie:links <http://blogs.gnome.org/rbultje/2009/03/04/firefox-gmail-and-content-type-of-attachments/>.
+
+<http://macslow.thepimp.net/?p=188> a nmo:FeedMessage;
+	nie:title "Tweaking details";
+	nie:contentLastModified "2009-03-04T13:01:28+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "MacSlow"];
+
+	nie:links <http://macslow.thepimp.net/?p=188>.
+
+<http://www.xatom.net/?p=76> a nmo:FeedMessage;
+	nie:title "Liquid Schwarz";
+	nie:contentLastModified "2009-03-04T10:16:08+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "gicmo"];
+
+	nie:links <http://www.xatom.net/archive/76/liquid-schwarz/>.
+
+<tag:www.mdk.org.pl,2009:new-wild> a nmo:FeedMessage;
+	nie:title "New Wild";
+	nie:contentLastModified "2009-03-04T08:55:46+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Michael Dominic K."];
+
+	nie:links <http://www.mdk.org.pl/2009/3/4/new-wild>.
+
+<http://kubasik.net/blog/?p=211> a nmo:FeedMessage;
+	nie:title "Finally! A Django IDE with Real Code Completion and Template Support";
+	nie:contentLastModified "2009-03-04T08:11:44+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Kevin Kubasik"];
+
+	nie:links <http://kubasik.net/blog/2009/03/04/finally-a-django-ide-with-real-code-completion-and-template-support/>.
+
+<http://blogs.gnome.org/brunobol/2009/03/04/60/> a nmo:FeedMessage;
+	nie:contentLastModified "2009-03-04T00:24:08+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "brunobol"];
+
+	nie:links <http://blogs.gnome.org/brunobol/2009/03/04/60/>.
+
+<http://blogs.gentoo.org/leio/2009/03/03/how-to-speed-up-maintenance> a nmo:FeedMessage;
+	nie:title "How to speed up maintenance and other Gentoo work?";
+	nie:contentLastModified "2009-03-03T23:04:10+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Mart Raudsepp"];
+
+	nie:links <http://blogs.gentoo.org/leio/2009/03/03/how-to-speed-up-maintenance>.
+
+<http://blogs.gnome.org/otte/?p=151> a nmo:FeedMessage;
+	nie:title "browsing in GNOME";
+	nie:contentLastModified "2009-03-03T21:04:58+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "otte"];
+
+	nie:links <http://blogs.gnome.org/otte/2009/03/03/browsing-in-gnome/>.
+
+<tag:blogger.com,1999:blog-29399536.post-2574163067378230029> a nmo:FeedMessage;
+	nie:title "ICS Based Document History Goes Live";
+	nie:contentLastModified "2009-03-03T20:32:00+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Dave Richards"; nco:hasEmailAddress <mailto:noreply blogger com>];
+
+	nie:links <http://davelargo.blogspot.com/2009/03/ics-based-document-history-goes-live.html>.
+
+<http://www.alobbs.com/1369/Setting_up_a_HTML5_on_line_video_site.html> a nmo:FeedMessage;
+	nie:title "Setting up a HTML5 on-line video site";
+	nie:contentLastModified "2009-03-03T19:18:27+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Alvaro Lopez Ortega"];
+
+	nie:links <http://www.alobbs.com/1369/Setting_up_a_HTML5_on_line_video_site.html>.
+
+<http://zaheer.merali.org/articles/2009/03/03/scheduled-recording-successful/> a nmo:FeedMessage;
+	nie:title "Scheduled recording successful";
+	nie:contentLastModified "2009-03-03T17:26:36+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "admin"];
+
+	nie:links <http://zaheer.merali.org/articles/2009/03/03/scheduled-recording-successful/>.
+
+<http://tieguy.org/blog/?p=1456> a nmo:FeedMessage;
+	nie:contentLastModified "2009-03-03T16:16:55+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Luis"];
+
+	nie:links <http://tieguy.org/blog/2009/03/03/five-months-to-kill-suggestions/>.
+
+<http://sayamindu.randomink.org/ramblings/?p=372> a nmo:FeedMessage;
+	nie:title "The GNOME.Asia Summit, 2009";
+	nie:contentLastModified "2009-03-03T11:58:05+00:00";
+	nmo:communicationChannel <http://planet.gnome.org/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Sayamindu"];
+
+	nie:links <http://sayamindu.randomink.org/ramblings/2009/03/03/the-gnomeasia-summit-2009/>.
+
diff --git a/tests/functional-tests/testdata/ttl/planet-maemo.ttl b/tests/functional-tests/testdata/ttl/planet-maemo.ttl
new file mode 100644
index 0000000..b874ac0
--- /dev/null
+++ b/tests/functional-tests/testdata/ttl/planet-maemo.ttl
@@ -0,0 +1,177 @@
+ prefix rdf: <http://www.w3.org/2000/01/rdf-schema#>.
+ prefix nrl: <http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#>.
+ prefix nid3: <http://www.semanticdesktop.org/ontologies/2007/05/10/nid3#>.
+ prefix nao: <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#>.
+ prefix nco: <http://www.semanticdesktop.org/ontologies/2007/03/22/nco#>.
+ prefix nmo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#>.
+ prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#>.
+ prefix nie: <http://www.semanticdesktop.org/ontologies/2007/01/19/nie#>.
+ prefix ncal: <http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#>.
+ prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
+
+{'feed': {'updated': u'2009-03-10T11:41:32+00:00', 'subtitle': u'Blog entries from Maemo community', 'language': u'en', 'links': [{'href': u'http://maemo.org/news/planet-maemo/', 'type': u'text/html', 'rel': u'alternate'}, {'href': u'http://maemo.org/news/planet-maemo/atom.xml', 'type': u'application/atom+xml', 'rel': u'self'}], 'title': u'Planet Maemo', 'author': u'planet maemo org', 'generator_detail': {'name': u'FeedCreator 1.7.6(BH) (info mypapit net)'}, 'subtitle_detail': {'base': '', 'type': 'text/plain', 'value': u'Blog entries from Maemo community', 'language': u'en'}, 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Planet Maemo', 'language': u'en'}, 'link': u'http://maemo.org/news/planet-maemo/', 'author_detail': {'name': u'planet maemo org'}, 'generator': u'FeedCreator 1.7.6(BH) (info mypapit net)', 'id': u'http://maemo.org/news/planet-maemo/', 'updated_parsed': (2009, 3, 10, 11, 41, 32, 1, 69, 0)}, 'encoding': 'utf-8', 'bozo': 0, 'version': 'atom10',
  'namespaces': {'': u'http://www.w3.org/2005/Atom'}, 'entries': [{'updated': u'2009-03-10T05:35:34+00:00', 'subtitle': u'<p>I recently took another look at boost::python. It was a much better experience than when<a href="http://www.murrayc.com/blog/permalink/2005/04/14/glom-calculated-fields/";> I first tried boost::python for Glom in 2005</a>, probably because my use of the Python C API in the meantime has helped me understand what boost::python is doing. I have a <a href="http://bugzilla.gnome.org/show_bug.cgi?id=567144";>mostly-done patch</a> to use it in Glom 1.12 (Glom 1.10 will be released soon). This should make the code simpler and much more robust, allowing me to add more Python API to Glom, allowing people to drive more of the Glom UI via scripts.</p>\n<p>As a side-effect this will force us to enable C++ exceptions in the Maemo build for Glom 1.12, increasing code size, but that might be less of an issue by then.</p>\n<p>I do find the <a title="boost::python document
 ation - I can\'t find a permanent link to the latest version." href="http://www.boost.org/doc/libs/1_38_0/libs/python/doc/index.html";>boost::python documentation</a> fragmented and unfocused, spending too much time congratulating itself about its use of various design patterns and generic programming techniques in the implementation, instead of just telling me how to achieve common tasks. It often assumes knowledge of the Python C API, as if it is based on original proposals or internal documentation. Many companies are using boost::python so I&#8217;m surprised that none have arranged for more useful documentation to be written. I&#8217;d be happy to do it if someone wants to pay for my time.</p>\n<p>In fact, boost::python&#8217;s API maps closely to the C API, so you probably need to know both, though I hoped that boost::python would make it clearer and more explicit.</p>\n<p>However, the people on the <a href="http://mail.python.org/mailman/listinfo/cplusplus-sig";>boost::
 python mailing list</a> have been very helpful when the documentation has not been clear or where I have made silly mistakes.</p>\n<h3>Boost should install pkg-config .pc files</h3>\n<p>Ggetting the CFLAGS and LIBS for boost python in your configure.ac is insanely difficult and fragile. There are some .m4 scripts out there, but I can&#8217;t get any of them to work. Why on earth don&#8217;t they install a .pc file? They can&#8217;t all be Windows programmers.</p>\n<p>And despite using unstable APIs, they don&#8217;t seem to allow parallel installs. For instance, on my Ubuntu Linux system, the headers are directly under /usr/include/ rather than /usr/include/boost-python-1.0/. GNOME gets this stuff right.</p>\n<p>The need for parallel installs is even greater for boost::python because there are various possible incompatible configurations, any of which you are likely to find on your system. At the moment you will just get compiler or linker errors (which distro packagers don&
 #8217;t understand) instead of being able to explicitly depend on a specific version with a specific build (which distro packagers could understand).</p>\n<p>This will make life difficult for Glom distro packagers, but I think it&#8217;s still worth it.</p>\n<span class="net_nemein_favourites">0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=4ce31ae80d4e11deae49939ecb8954245424&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/4ce31ae80d4e11deae49939ecb8954245424/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=4ce31ae80d4e11deae49939ecb8954245424&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/4ce31ae80d4e11deae49939ecb8954245424/";
  class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'links': [{'href': u'http://www.murrayc.com/blog/permalink/2009/03/10/boostpython-in-glom/', 'type': u'text/html', 'rel': u'alternate'}], 'published_parsed': (2009, 3, 10, 5, 35, 34, 1, 69, 0), 'title': u'boost::python in Glom', 'author': u'Murray Cumming <murrayc murrayc com>', 'summary_detail': {'base': '', 'type': 'text/html', 'value': u'<p>I recently took another look at boost::python. It was a much better experience than when<a href="http://www.murrayc.com/blog/permalink/2005/04/14/glom-calculated-fields/";> I first tried boost::python for Glom in 2005</a>, probably because my use of the Python C API in the meantime has helped me understand what boost::python is doing. I have a <a href="http://bugzilla.gnome.org/show_bug.cgi?id=567144";>mostly-done patch</a> to use it in Glom 1.12 (Glom 1.10 will be released soon). This shou
 ld make the code simpler and much more robust, allowing me to add more Python API to Glom, allowing people to drive more of the Glom UI via scripts.</p>\n<p>As a side-effect this will force us to enable C++ exceptions in the Maemo build for Glom 1.12, increasing code size, but that might be less of an issue by then.</p>\n<p>I do find the <a title="boost::python documentation - I can\'t find a permanent link to the latest version." href="http://www.boost.org/doc/libs/1_38_0/libs/python/doc/index.html";>boost::python documentation</a> fragmented and unfocused, spending too much time congratulating itself about its use of various design patterns and generic programming techniques in the implementation, instead of just telling me how to achieve common tasks. It often assumes knowledge of the Python C API, as if it is based on original proposals or internal documentation. Many companies are using boost::python so I&#8217;m surprised that none have arranged for more useful document
 ation to be written. I&#8217;d be happy to do it if someone wants to pay for my time.</p>\n<p>In fact, boost::python&#8217;s API maps closely to the C API, so you probably need to know both, though I hoped that boost::python would make it clearer and more explicit.</p>\n<p>However, the people on the <a href="http://mail.python.org/mailman/listinfo/cplusplus-sig";>boost::python mailing list</a> have been very helpful when the documentation has not been clear or where I have made silly mistakes.</p>\n<h3>Boost should install pkg-config .pc files</h3>\n<p>Ggetting the CFLAGS and LIBS for boost python in your configure.ac is insanely difficult and fragile. There are some .m4 scripts out there, but I can&#8217;t get any of them to work. Why on earth don&#8217;t they install a .pc file? They can&#8217;t all be Windows programmers.</p>\n<p>And despite using unstable APIs, they don&#8217;t seem to allow parallel installs. For instance, on my Ubuntu Linux system, the headers are direc
 tly under /usr/include/ rather than /usr/include/boost-python-1.0/. GNOME gets this stuff right.</p>\n<p>The need for parallel installs is even greater for boost::python because there are various possible incompatible configurations, any of which you are likely to find on your system. At the moment you will just get compiler or linker errors (which distro packagers don&#8217;t understand) instead of being able to explicitly depend on a specific version with a specific build (which distro packagers could understand).</p>\n<p>This will make life difficult for Glom distro packagers, but I think it&#8217;s still worth it.</p>\n<span class="net_nemein_favourites">0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=4ce31ae80d4e11deae49939ecb8954245424&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/4ce31ae80d4e11deae49939ecb8954245424/"; class="net_nemein_favourites_create"><img src="http://stati
 c.maemo.org/net.nemein.favourites/not-favorite.png" alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=4ce31ae80d4e11deae49939ecb8954245424&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/4ce31ae80d4e11deae49939ecb8954245424/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}, 'summary': u'<p>I recently took another look at boost::python. It was a much better experience than when<a href="http://www.murrayc.com/blog/permalink/2005/04/14/glom-calculated-fields/";> I first tried boost::python for Glom in 2005</a>, probably because my use of the Python C API in the meantime has helped me understand what boost::python is doing. I have a <a href="http://bugzilla.gnome.org/show_bug.cgi?id=567144";>mostly-done patch</a> to us
 e it in Glom 1.12 (Glom 1.10 will be released soon). This should make the code simpler and much more robust, allowing me to add more Python API to Glom, allowing people to drive more of the Glom UI via scripts.</p>\n<p>As a side-effect this will force us to enable C++ exceptions in the Maemo build for Glom 1.12, increasing code size, but that might be less of an issue by then.</p>\n<p>I do find the <a title="boost::python documentation - I can\'t find a permanent link to the latest version." href="http://www.boost.org/doc/libs/1_38_0/libs/python/doc/index.html";>boost::python documentation</a> fragmented and unfocused, spending too much time congratulating itself about its use of various design patterns and generic programming techniques in the implementation, instead of just telling me how to achieve common tasks. It often assumes knowledge of the Python C API, as if it is based on original proposals or internal documentation. Many companies are using boost::python so I&#821
 7;m surprised that none have arranged for more useful documentation to be written. I&#8217;d be happy to do it if someone wants to pay for my time.</p>\n<p>In fact, boost::python&#8217;s API maps closely to the C API, so you probably need to know both, though I hoped that boost::python would make it clearer and more explicit.</p>\n<p>However, the people on the <a href="http://mail.python.org/mailman/listinfo/cplusplus-sig";>boost::python mailing list</a> have been very helpful when the documentation has not been clear or where I have made silly mistakes.</p>\n<h3>Boost should install pkg-config .pc files</h3>\n<p>Ggetting the CFLAGS and LIBS for boost python in your configure.ac is insanely difficult and fragile. There are some .m4 scripts out there, but I can&#8217;t get any of them to work. Why on earth don&#8217;t they install a .pc file? They can&#8217;t all be Windows programmers.</p>\n<p>And despite using unstable APIs, they don&#8217;t seem to allow parallel installs. 
 For instance, on my Ubuntu Linux system, the headers are directly under /usr/include/ rather than /usr/include/boost-python-1.0/. GNOME gets this stuff right.</p>\n<p>The need for parallel installs is even greater for boost::python because there are various possible incompatible configurations, any of which you are likely to find on your system. At the moment you will just get compiler or linker errors (which distro packagers don&#8217;t understand) instead of being able to explicitly depend on a specific version with a specific build (which distro packagers could understand).</p>\n<p>This will make life difficult for Glom distro packagers, but I think it&#8217;s still worth it.</p>\n<span class="net_nemein_favourites">0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=4ce31ae80d4e11deae49939ecb8954245424&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/4ce31ae80d4e11deae49939ecb8954245424
 /" class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=4ce31ae80d4e11deae49939ecb8954245424&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/4ce31ae80d4e11deae49939ecb8954245424/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'content': [{'base': '', 'type': 'text/html', 'value': u'<p>I recently took another look at boost::python. It was a much better experience than when<a href="http://www.murrayc.com/blog/permalink/2005/04/14/glom-calculated-fields/";> I first tried boost::python for Glom in 2005</a>, probably because my use of the Python C API in the meantime has helped me understand what boost::python is doing. I have a 
 <a href="http://bugzilla.gnome.org/show_bug.cgi?id=567144";>mostly-done patch</a> to use it in Glom 1.12 (Glom 1.10 will be released soon). This should make the code simpler and much more robust, allowing me to add more Python API to Glom, allowing people to drive more of the Glom UI via scripts.</p>\n<p>As a side-effect this will force us to enable C++ exceptions in the Maemo build for Glom 1.12, increasing code size, but that might be less of an issue by then.</p>\n<p>I do find the <a title="boost::python documentation - I can\'t find a permanent link to the latest version." href="http://www.boost.org/doc/libs/1_38_0/libs/python/doc/index.html";>boost::python documentation</a> fragmented and unfocused, spending too much time congratulating itself about its use of various design patterns and generic programming techniques in the implementation, instead of just telling me how to achieve common tasks. It often assumes knowledge of the Python C API, as if it is based on original
  proposals or internal documentation. Many companies are using boost::python so I&#8217;m surprised that none have arranged for more useful documentation to be written. I&#8217;d be happy to do it if someone wants to pay for my time.</p>\n<p>In fact, boost::python&#8217;s API maps closely to the C API, so you probably need to know both, though I hoped that boost::python would make it clearer and more explicit.</p>\n<p>However, the people on the <a href="http://mail.python.org/mailman/listinfo/cplusplus-sig";>boost::python mailing list</a> have been very helpful when the documentation has not been clear or where I have made silly mistakes.</p>\n<h3>Boost should install pkg-config .pc files</h3>\n<p>Ggetting the CFLAGS and LIBS for boost python in your configure.ac is insanely difficult and fragile. There are some .m4 scripts out there, but I can&#8217;t get any of them to work. Why on earth don&#8217;t they install a .pc file? They can&#8217;t all be Windows programmers.</p>\n
 <p>And despite using unstable APIs, they don&#8217;t seem to allow parallel installs. For instance, on my Ubuntu Linux system, the headers are directly under /usr/include/ rather than /usr/include/boost-python-1.0/. GNOME gets this stuff right.</p>\n<p>The need for parallel installs is even greater for boost::python because there are various possible incompatible configurations, any of which you are likely to find on your system. At the moment you will just get compiler or linker errors (which distro packagers don&#8217;t understand) instead of being able to explicitly depend on a specific version with a specific build (which distro packagers could understand).</p>\n<p>This will make life difficult for Glom distro packagers, but I think it&#8217;s still worth it.</p>\n<span class="net_nemein_favourites">0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=4ce31ae80d4e11deae49939ecb8954245424&net_nemein_favourites_url=https://m
 aemo.org/news/favorites//json/fav/midgard_article/4ce31ae80d4e11deae49939ecb8954245424/" class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=4ce31ae80d4e11deae49939ecb8954245424&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/4ce31ae80d4e11deae49939ecb8954245424/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}], 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'boost::python in Glom', 'language': u'en'}, 'link': u'http://www.murrayc.com/blog/permalink/2009/03/10/boostpython-in-glom/', 'published': u'2009-03-10T05:35:34+00:00', 'author_detail': {'name': u'Murray Cumming <murrayc murrayc com>'},
  'id': u'http://maemo.org/midcom-permalink-4ce31ae80d4e11deae49939ecb8954245424', 'tags': [{'term': u'feed:64774e4a8618b0d6bf16181a6b931820', 'scheme': None, 'label': None}], 'updated_parsed': (2009, 3, 10, 5, 35, 34, 1, 69, 0)}, {'updated': u'2009-03-09T12:30:00+00:00', 'subtitle': u'<p>The latest release of <a href="http://gpodder.org/";>gPodder</a>, a podcast downloader for Maemo has been released today, and packages for it are already available in Maemo Extras for Chinook, Diablo and Fremantle Alpha (..but there is no Extras-Promoter for Fremantle yet?).</p><p>Highlights of this release:</p><ul><li>Download resuming between sessions</li><li>Finger-friendly lists using libmokoui2</li><li>Friendly folder and file names for downloaded files</li><li>Finger gestures for the episode list</li></ul><p>The finger gestures are very nice and can be used to show episode details or play back episodes. Enable the configuration option <code>maemo_enable_gestures</code> and then swipe le
 ft to display shownotes or swipe right over an episode to listen to it.</p><p>Get it from <a href="http://maemo.org/downloads/product/OS2008/gpodder/";>Maemo Extras</a>.</p><span class="net_nemein_favourites">2 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=32a666e20cb011de9f0d852791480dc00dc0&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/32a666e20cb011de9f0d852791480dc00dc0/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=32a666e20cb011de9f0d852791480dc00dc0&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/32a666e20cb011de9f0d852791480dc00dc0/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favo
 urites/not-buried.png" alt="Bury" title="Bury" /></a></span>', 'links': [{'href': u'http://thpmaemo.blogspot.com/2009/03/gpodder-0150-now-in-maemo-extras.html', 'type': u'text/html', 'rel': u'alternate'}], 'published_parsed': (2009, 3, 9, 12, 30, 0, 0, 68, 0), 'title': u'gPodder 0.15.0 now in Maemo Extras', 'author': u'Thomas Perl <thp perli net>', 'summary_detail': {'base': '', 'type': 'text/html', 'value': u'<p>The latest release of <a href="http://gpodder.org/";>gPodder</a>, a podcast downloader for Maemo has been released today, and packages for it are already available in Maemo Extras for Chinook, Diablo and Fremantle Alpha (..but there is no Extras-Promoter for Fremantle yet?).</p><p>Highlights of this release:</p><ul><li>Download resuming between sessions</li><li>Finger-friendly lists using libmokoui2</li><li>Friendly folder and file names for downloaded files</li><li>Finger gestures for the episode list</li></ul><p>The finger gestures are very nice and can be used to 
 show episode details or play back episodes. Enable the configuration option <code>maemo_enable_gestures</code> and then swipe left to display shownotes or swipe right over an episode to listen to it.</p><p>Get it from <a href="http://maemo.org/downloads/product/OS2008/gpodder/";>Maemo Extras</a>.</p><span class="net_nemein_favourites">2 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=32a666e20cb011de9f0d852791480dc00dc0&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/32a666e20cb011de9f0d852791480dc00dc0/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=32a666e20cb011de9f0d852791480dc00dc0&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_artic
 le/32a666e20cb011de9f0d852791480dc00dc0/" class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}, 'summary': u'<p>The latest release of <a href="http://gpodder.org/";>gPodder</a>, a podcast downloader for Maemo has been released today, and packages for it are already available in Maemo Extras for Chinook, Diablo and Fremantle Alpha (..but there is no Extras-Promoter for Fremantle yet?).</p><p>Highlights of this release:</p><ul><li>Download resuming between sessions</li><li>Finger-friendly lists using libmokoui2</li><li>Friendly folder and file names for downloaded files</li><li>Finger gestures for the episode list</li></ul><p>The finger gestures are very nice and can be used to show episode details or play back episodes. Enable the configuration option <code>maemo_enable_gestures</code> and then swipe left to display shownotes or swipe right over an episode to list
 en to it.</p><p>Get it from <a href="http://maemo.org/downloads/product/OS2008/gpodder/";>Maemo Extras</a>.</p><span class="net_nemein_favourites">2 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=32a666e20cb011de9f0d852791480dc00dc0&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/32a666e20cb011de9f0d852791480dc00dc0/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=32a666e20cb011de9f0d852791480dc00dc0&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/32a666e20cb011de9f0d852791480dc00dc0/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>',
  'content': [{'base': '', 'type': 'text/html', 'value': u'<p>The latest release of <a href="http://gpodder.org/";>gPodder</a>, a podcast downloader for Maemo has been released today, and packages for it are already available in Maemo Extras for Chinook, Diablo and Fremantle Alpha (..but there is no Extras-Promoter for Fremantle yet?).</p><p>Highlights of this release:</p><ul><li>Download resuming between sessions</li><li>Finger-friendly lists using libmokoui2</li><li>Friendly folder and file names for downloaded files</li><li>Finger gestures for the episode list</li></ul><p>The finger gestures are very nice and can be used to show episode details or play back episodes. Enable the configuration option <code>maemo_enable_gestures</code> and then swipe left to display shownotes or swipe right over an episode to listen to it.</p><p>Get it from <a href="http://maemo.org/downloads/product/OS2008/gpodder/";>Maemo Extras</a>.</p><span class="net_nemein_favourites">2 <a href="http://ma
 emo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=32a666e20cb011de9f0d852791480dc00dc0&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/32a666e20cb011de9f0d852791480dc00dc0/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=32a666e20cb011de9f0d852791480dc00dc0&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/32a666e20cb011de9f0d852791480dc00dc0/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}], 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'gPodder 0.15.0 now in Maemo Extras', 'language': u'en'}, 'link': u'http://thpmaemo
 .blogspot.com/2009/03/gpodder-0150-now-in-maemo-extras.html', 'published': u'2009-03-09T12:30:00+00:00', 'author_detail': {'name': u'Thomas Perl <thp perli net>'}, 'id': u'http://maemo.org/midcom-permalink-32a666e20cb011de9f0d852791480dc00dc0', 'tags': [{'term': u'feed:437c40ecc45d4b0fa868e422ae16adb1', 'scheme': None, 'label': None}], 'updated_parsed': (2009, 3, 9, 12, 30, 0, 0, 68, 0)}, {'updated': u'2009-03-09T10:28:00+00:00', 'subtitle': u'Quick sharing: for those who do not want to install <a href="http://www.blogger.com/www.microsoft.com/WINDOWS";>Windows</a> just to test <a href="http://www.blogger.com/www.google.com/chrome";>Google Chromium</a> browser :), run it on Linux by grabbing a crossover\'ed version from <a href="http://www.codeweavers.com/services/ports/chromium/";>here</a> ...<br /><br /><br /><a href="http://2.bp.blogspot.com/_YOkWwbhy4YI/SbVwfcq54rI/AAAAAAAAAPo/ubbLR48WUR0/s1600-h/Screenshot-1.png";><img src="http://2.bp.blogspot.com/_YOkWwbhy4YI/SbVwfcq54rI/
 AAAAAAAAAPo/ubbLR48WUR0/s320/Screenshot-1.png" alt="" id="BLOGGER_PHOTO_ID_5311275021127770802" border="0" /></a><br /><br />--Antonio Gomes<span class="net_nemein_favourites">1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=9906df640ce911dea2f97f66c9cb84b784b7&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/9906df640ce911dea2f97f66c9cb84b784b7/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=9906df640ce911dea2f97f66c9cb84b784b7&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/9906df640ce911dea2f97f66c9cb84b784b7/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury
 " title="Bury" /></a></span>', 'links': [{'href': u'http://tonikitoo.blogspot.com/2009/03/running-crossovered-google-chrome.html', 'type': u'text/html', 'rel': u'alternate'}], 'published_parsed': (2009, 3, 9, 10, 28, 0, 0, 68, 0), 'title': u"Running crossover'ed Google Chrome browser on Linux ...", 'author': u'Antonio Gomes <tonikitoo gmail com>', 'summary_detail': {'base': '', 'type': 'text/html', 'value': u'Quick sharing: for those who do not want to install <a href="http://www.blogger.com/www.microsoft.com/WINDOWS";>Windows</a> just to test <a href="http://www.blogger.com/www.google.com/chrome";>Google Chromium</a> browser :), run it on Linux by grabbing a crossover\'ed version from <a href="http://www.codeweavers.com/services/ports/chromium/";>here</a> ...<br /><br /><br /><a href="http://2.bp.blogspot.com/_YOkWwbhy4YI/SbVwfcq54rI/AAAAAAAAAPo/ubbLR48WUR0/s1600-h/Screenshot-1.png";><img src="http://2.bp.blogspot.com/_YOkWwbhy4YI/SbVwfcq54rI/AAAAAAAAAPo/ubbLR48WUR0/s320/Screen
 shot-1.png" alt="" id="BLOGGER_PHOTO_ID_5311275021127770802" border="0" /></a><br /><br />--Antonio Gomes<span class="net_nemein_favourites">1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=9906df640ce911dea2f97f66c9cb84b784b7&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/9906df640ce911dea2f97f66c9cb84b784b7/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=9906df640ce911dea2f97f66c9cb84b784b7&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/9906df640ce911dea2f97f66c9cb84b784b7/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'lan
 guage': u'en'}, 'summary': u'Quick sharing: for those who do not want to install <a href="http://www.blogger.com/www.microsoft.com/WINDOWS";>Windows</a> just to test <a href="http://www.blogger.com/www.google.com/chrome";>Google Chromium</a> browser :), run it on Linux by grabbing a crossover\'ed version from <a href="http://www.codeweavers.com/services/ports/chromium/";>here</a> ...<br /><br /><br /><a href="http://2.bp.blogspot.com/_YOkWwbhy4YI/SbVwfcq54rI/AAAAAAAAAPo/ubbLR48WUR0/s1600-h/Screenshot-1.png";><img src="http://2.bp.blogspot.com/_YOkWwbhy4YI/SbVwfcq54rI/AAAAAAAAAPo/ubbLR48WUR0/s320/Screenshot-1.png"; alt="" id="BLOGGER_PHOTO_ID_5311275021127770802" border="0" /></a><br /><br />--Antonio Gomes<span class="net_nemein_favourites">1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=9906df640ce911dea2f97f66c9cb84b784b7&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/9906df640ce911dea2f
 97f66c9cb84b784b7/" class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=9906df640ce911dea2f97f66c9cb84b784b7&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/9906df640ce911dea2f97f66c9cb84b784b7/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'content': [{'base': '', 'type': 'text/html', 'value': u'Quick sharing: for those who do not want to install <a href="http://www.blogger.com/www.microsoft.com/WINDOWS";>Windows</a> just to test <a href="http://www.blogger.com/www.google.com/chrome";>Google Chromium</a> browser :), run it on Linux by grabbing a crossover\'ed version from <a href="http://www.codeweavers.com/services/ports/
 chromium/">here</a> ...<br /><br /><br /><a href="http://2.bp.blogspot.com/_YOkWwbhy4YI/SbVwfcq54rI/AAAAAAAAAPo/ubbLR48WUR0/s1600-h/Screenshot-1.png";><img src="http://2.bp.blogspot.com/_YOkWwbhy4YI/SbVwfcq54rI/AAAAAAAAAPo/ubbLR48WUR0/s320/Screenshot-1.png"; alt="" id="BLOGGER_PHOTO_ID_5311275021127770802" border="0" /></a><br /><br />--Antonio Gomes<span class="net_nemein_favourites">1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=9906df640ce911dea2f97f66c9cb84b784b7&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/9906df640ce911dea2f97f66c9cb84b784b7/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=9906df640ce911dea2f97f66c9cb84b784b7&net_nemein_favourites_url=https:/
 /maemo.org/news/favorites//json/bury/midgard_article/9906df640ce911dea2f97f66c9cb84b784b7/" class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}], 'title_detail': {'base': '', 'type': 'text/plain', 'value': u"Running crossover'ed Google Chrome browser on Linux ...", 'language': u'en'}, 'link': u'http://tonikitoo.blogspot.com/2009/03/running-crossovered-google-chrome.html', 'published': u'2009-03-09T10:28:00+00:00', 'author_detail': {'name': u'Antonio Gomes <tonikitoo gmail com>'}, 'id': u'http://maemo.org/midcom-permalink-9906df640ce911dea2f97f66c9cb84b784b7', 'tags': [{'term': u'feed:7a0e02ee16922988a5950c77c48d56d5', 'scheme': None, 'label': None}], 'updated_parsed': (2009, 3, 9, 10, 28, 0, 0, 68, 0)}, {'updated': u'2009-03-08T21:00:02+00:00', 'subtitle': u'<p>A Quick Look at Maemo Official Applications in <a href="http://bugs.maemo.org/";>Bugzilla</a><br />\n2
 009-03-02 through 2009-03-08</p>\n<p>As of 2009-03-09 Maemo Official Applications contains 1274 (+6 this week) items,<br />\nincluding 419 open issues (+5 this week):\n<ul>\n<li>248 open bugs (+2 this week)</li>\n<ul>\n<li>2 critical/blocker (no change this week)</li>\n<li>3 "easyfix" (no change this week)</li>\n<li>57 "moreinfo" (no change this week)</li>\n<li>3 "crash" (no change this week)</li>\n<li>8 "patch" (no change this week)</li>\n<li>10 reopened (no change this week)</li>\n<li>61 unconfirmed (no change this week)</li>\n</ul>\n<li>171 open enhancements (+3 this week)</li>\n<ul>\n<li>4 "easyfix" (no change this week)</li>\n<li>4 "moreinfo" (no change this week)</li>\n<li>7 "patch" (no change this week)</li>\n<li>0 reopened (no change this week)</li>\n<li>31 unconfirmed (no change this week)</li>\n</ul>\n</ul>\n</p>\n<h3>Top Tens</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=3557,2722,2405,3750,3298,3949,2399,3004,3592,3752";>Ten biggest open bugs by numb
 er of votes</a>:\n<ol></p>\n<li>(11%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3557";>3557</a> Browser tops its windows by itself</li>\n<li>(6%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2722";>2722</a> Window scrollbar down/right buttons gets stuck</li>\n<li>(5%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2405";>2405</a> Center dpad press is treated as  key, triggering form submit instead of activating finger keyboard</li>\n<li>(4%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3750";>3750</a> symlinks within MyDocs break update of pre-installed-documentation-rx44, SSU fails</li>\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3298";>3298</a> Inconsistent behaviour of ctrl-L, can\'t type in location field</li>\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3949";>3949</a> Deleting a mail in modest does not clear its content from .modest/cache</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2399";>2399</a> Memory control panel
  doesn\'t report actual "used" internal memory</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3004";>3004</a> Modest pops up even when only read messages are in IMAP inbox (new this week)</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3592";>3592</a> Ctrl-L, Ctrl-F, and menu keyboard shortcuts not functional with full-screen browser (-1 this week)</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3752";>3752</a> vkb Backspace key closes vkb if "Show toolbar" disabled in Browser (-1 this week)</li>\n</ol>\nPlease visit <a href="http://bugs.maemo.org/";>bugs.maemo.org</a> to vote. Registration is easy and free.\n</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=3602,2557,2710,761,1235,2758,1282,3929,1851,2670";>Ten biggest open enhancements by number of votes</a>:\n<ol></p>\n<li>(6%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3602";>3602</a> osso-software-version-rx*4 dependencies prevent removing many unnecessary packages<
 /li>\n<li>(5%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2557";>2557</a> Keep Sent and Drafts on IMAP server</li>\n<li>(4%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2710";>2710</a> Don\'t show disclaimers unnecesarily when installing/updating software</li>\n<li>(4%) <a href="https://bugs.maemo.org/show_bug.cgi?id=761";>761</a> Please add support for \'fit visible\' option to PDF reader</li>\n<li>(4%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1235";>1235</a> Please consider open-sourcing the media player</li>\n<li>(4%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2758";>2758</a> Setting a device name should set also the hostname</li>\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1282";>1282</a> List new applications in Application Manager</li>\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3929";>3929</a> Requesting integration of some community supplied XTerm enhancements</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=185
 1">1851</a> Add "Appear in Desktop" flag for each feed</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2670";>2670</a> bluetooth keyboard repeat rate control needed</li>\n</ol>\nPlease visit <a href="http://bugs.maemo.org/";>bugs.maemo.org</a> to vote. Registration is easy and free.\n</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=1112,2831,2709,1109,2676,3179,3250,3463,3675,3750";>Ten hottest open bugs</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1112";>1112</a> Recurrent alarms do not work reliably</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2831";>2831</a> After restore, Application Manager responds confusingly if no wifi connection is active</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2709";>2709</a> Wrong encoding cyrillic received ICQ messages (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1109";>1109</a> Logical string names displayed after restoring with non-existing loca
 les (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2676";>2676</a> Microb browser connect failure timeout (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3179";>3179</a> Finger keyboard return key closes finger keyboard instead of submitting form/URL (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3250";>3250</a> Keys of special characters of the physical keyboard don\'t work at web text entries (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3463";>3463</a> Restore and dependency ignores secondary repositories (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3675";>3675</a> backup will loop nearly infinitely for directories containing pairs of symlinks that do not point to descendants because backup is following them (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3750";>3750</a> symlinks within MyDocs break update of pre-installed-
 documentation-rx44, SSU fails (new this week)</li>\n</ol></p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=1563,2317,2570,2804,3089,3934,747,761,787,788";>Ten hottest open enhancements</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1563";>1563</a> Application installer to send feedback to the providing site if install fails</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2317";>2317</a> Chat doesn\'t show  and  for chatting contact</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2570";>2570</a> Download headers on demand with IMAP</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2804";>2804</a> Internet search applet wastes space</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3089";>3089</a> Add Contact and/or Map link to alarm</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3934";>3934</a> Image zooming no longer works with images larger than the browser window</li>\n<li><a href="https://bugs.maemo.or
 g/show_bug.cgi?id=747">747</a> Arbitrary Reordering of Bookmarks</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=761";>761</a> Please add support for \'fit visible\' option to PDF reader</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=787";>787</a> nick change in chatrooms</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=788";>788</a> nick completion or nick selection in chatrooms</li>\n</ol></p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=272,304,723,935,998,1109,1112,1142,1146,1172";>Ten oldest open bugs</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=272";>272</a> tagesschau.de podcasts not supported</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=304";>304</a> Automatic proxy configuration file is not obeyed by news reader app</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=723";>723</a> Media Player can not access authenticated streams</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=935";>
 935</a> RSS reader misbehavior on HTTP redirects (RFC 2616 violation)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=998";>998</a> Application Installer attempts to use disabled proxy</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1109";>1109</a> Logical string names displayed after restoring with non-existing locales</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1112";>1112</a> Recurrent alarms do not work reliably</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1142";>1142</a> news reader does not support authenticated feeds</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1146";>1146</a> alarm clock failure on n800</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1172";>1172</a> Mnotify\'s Settings Help text different from UI</li>\n</ol></p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=166,339,464,601,604,637,639,718,747,761";>Ten oldest open enhancements</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/s
 how_bug.cgi?id=166">166</a> Confusing selecting behaviour in browser</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=339";>339</a> Browser able to access localhost without Internet connectivity</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=464";>464</a> Save horizontal position across pages</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=601";>601</a> should offer remove/install multiple packages at once</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=604";>604</a> Renaming files by changing only case should be allowed</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=637";>637</a> Certificates not backed up or restored</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=639";>639</a> Certificate Manager should import PKCS#7 files.</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=718";>718</a> Supporting Jabber through proxy</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=747";>747</a> Arbitrary Reordering of
  Bookmarks</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=761";>761</a> Please add support for \'fit visible\' option to PDF reader</li>\n</ol></p>\n<h3>New Items</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4173,4184,4191";>3 bugs were opened</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4173";>4173</a> 100% CPU time after 110 seconds</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4184";>4184</a> Password dialog flood</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4191";>4191</a> IMAP account details not editable</li>\n</ul></p>\n<p>0 bugs were critical/blocker.</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4185,4186,4192";>3 enhancements were opened</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4185";>4185</a> Bad responsiveness of the UI</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4186";>4186</a> Map updates should use the package manager</li>\n<li><a href="https://bugs.
 maemo.org/show_bug.cgi?id=4192">4192</a> PGP support</li>\n</ul></p>\n<h3>Resolved Bugs</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4143";>1 bug was resolved "fixed"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4143";>4143</a> Last backup doesn\'t update synchronously with the backup list, instead it updates after a dialog is dismissed (FiF)</li>\n</ul>\n(FiF) indicates the bug is Fixed in Fremantle.\n</p>\n<p>0 bugs were resolved "invalid".</p>\n<p>0 bugs were resolved "wontfix".</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=2720";>1 bug was resolved "duplicate"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2720";>2720</a> Modest chooses wrong part as body when message has 2 text/plain parts</li>\n</ul></p>\n<p>0 bugs were resolved "worksforme".</p>\n<p>0 bugs were resolved "moved".</p>\n<h3>Resolved Enhancements</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=3952";>1 enhancement was resolved "fixed"<
 /a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3952";>3952</a> Modest ChangeLog misses descriptions & only lists internal bug numbers</li>\n</ul></p>\n<p>0 enhancements were resolved "invalid".</p>\n<p>0 enhancements were resolved "wontfix".</p>\n<p>0 enhancements were resolved "duplicate".</p>\n<p>0 enhancements were resolved "worksforme".</p>\n<p>0 enhancements were resolved "moved".</p>\n<h3>Confirmed Items</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4163";>1 bug was confirmed</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4163";>4163</a> Unable to open emails shown in the search results dialog</li>\n</ul></p>\n<p>0 enhancements were confirmed.</p>\n<h3>Reopened Items</h3>\n<p>0 bugs were reopened.</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=3952";>1 enhancement was reopened</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3952";>3952</a> Modest ChangeLog misses descriptions & only lists internal b
 ug numbers</li>\n</ul></p>\n<h3>Unloved Items</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=2931,3147";>2 bugs were needing love</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2931";>2931</a> Locally running (caching) proxies not useable when offline</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3147";>3147</a> Broken .avi files locks up Video Converter</li>\n</ul></p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=2585,2729,3049,3115,3715,2852,3276,3277,3278,3902,2763";>11 enhancements were needing love</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2585";>2585</a> One-click moving to a common folder</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2729";>2729</a> RSS reader should allow manual deletion of news items.</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3049";>3049</a> osso-xterm contextual menu for copying/opening URLs</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3115";>
 3115</a> Modest "Reply" toolbar button should popup by default?</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3715";>3715</a> Allow browsing through mails (prev/next) after opening them through the pop-up notification</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2852";>2852</a> Audio Normalization & 2-pass Encoding</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3276";>3276</a> Allow experienced users to set audio and video encoding seperately</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3277";>3277</a> Allow changing of the quality setting in the main view</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3278";>3278</a> Change the way the estimated time is displayed</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3902";>3902</a> ITVC API enhancement request:  fetch-info takes an optional filename return value</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2763";>2763</a> camera needs to have way to adjus
 ting color.</li>\n</ul></p>\n<h3>Keyworded Items</h3> (<a href="https://bugs.maemo.org/describekeywords.cgi";>glossary</a>)\n<p>0 bugs were tagged "crash".</p>\n<p>0 bugs were tagged "easyfix".</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4173";>1 bug was tagged "moreinfo"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4173";>4173</a> 100% CPU time after 110 seconds</li>\n</ul></p>\n<p>0 bugs were tagged "patch".</p>\n<p>0 bugs were tagged "performance".</p>\n<p>0 bugs were tagged "security".</p>\n<p>0 enhancements were tagged "easyfix".</p>\n<p>0 enhancements were tagged "moreinfo".</p>\n<p>0 enhancements were tagged "patch".</p>\n<p>0 enhancements were tagged "performance".</p>\n<p>This summary is also posted to the Maemo developers\' list and <a href="http://www.internettablettalk.com/forums/showthread.php?p=269957#post269957";>Internet Tablet Talk</a>.\n\n        \n    <span class="net_nemein_favourites">1 <a href="http://maemo.org/news/?net_ne
 mein_favourites_execute=fav&net_nemein_favourites_execute_for=2a7720460c5c11de9ec3f3a0717707090709&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/2a7720460c5c11de9ec3f3a0717707090709/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=2a7720460c5c11de9ec3f3a0717707090709&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/2a7720460c5c11de9ec3f3a0717707090709/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'links': [{'href': u'http://www.octofish.net/bugjar/2009/03/maemo-official-applications-bu-13.html', 'type': u'text/html', 'rel': u'alternate'}], 'published_parsed': (2009, 3, 8, 21, 0,
  2, 6, 67, 0), 'title': u'Maemo Official Applications Bug Jar 2009.10', 'author': u'Stephen Gadsby <sjgadsby ptdprolog net>', 'summary_detail': {'base': '', 'type': 'text/html', 'value': u'<p>A Quick Look at Maemo Official Applications in <a href="http://bugs.maemo.org/";>Bugzilla</a><br />\n2009-03-02 through 2009-03-08</p>\n<p>As of 2009-03-09 Maemo Official Applications contains 1274 (+6 this week) items,<br />\nincluding 419 open issues (+5 this week):\n<ul>\n<li>248 open bugs (+2 this week)</li>\n<ul>\n<li>2 critical/blocker (no change this week)</li>\n<li>3 "easyfix" (no change this week)</li>\n<li>57 "moreinfo" (no change this week)</li>\n<li>3 "crash" (no change this week)</li>\n<li>8 "patch" (no change this week)</li>\n<li>10 reopened (no change this week)</li>\n<li>61 unconfirmed (no change this week)</li>\n</ul>\n<li>171 open enhancements (+3 this week)</li>\n<ul>\n<li>4 "easyfix" (no change this week)</li>\n<li>4 "moreinfo" (no change this week)</li>\n<li>7 "patch
 " (no change this week)</li>\n<li>0 reopened (no change this week)</li>\n<li>31 unconfirmed (no change this week)</li>\n</ul>\n</ul>\n</p>\n<h3>Top Tens</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=3557,2722,2405,3750,3298,3949,2399,3004,3592,3752";>Ten biggest open bugs by number of votes</a>:\n<ol></p>\n<li>(11%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3557";>3557</a> Browser tops its windows by itself</li>\n<li>(6%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2722";>2722</a> Window scrollbar down/right buttons gets stuck</li>\n<li>(5%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2405";>2405</a> Center dpad press is treated as  key, triggering form submit instead of activating finger keyboard</li>\n<li>(4%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3750";>3750</a> symlinks within MyDocs break update of pre-installed-documentation-rx44, SSU fails</li>\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3298";>3298</a> Inconsistent behavi
 our of ctrl-L, can\'t type in location field</li>\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3949";>3949</a> Deleting a mail in modest does not clear its content from .modest/cache</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2399";>2399</a> Memory control panel doesn\'t report actual "used" internal memory</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3004";>3004</a> Modest pops up even when only read messages are in IMAP inbox (new this week)</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3592";>3592</a> Ctrl-L, Ctrl-F, and menu keyboard shortcuts not functional with full-screen browser (-1 this week)</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3752";>3752</a> vkb Backspace key closes vkb if "Show toolbar" disabled in Browser (-1 this week)</li>\n</ol>\nPlease visit <a href="http://bugs.maemo.org/";>bugs.maemo.org</a> to vote. Registration is easy and free.\n</p>\n<p><a href="https://bugs.maemo.
 org/buglist.cgi?bug_id=3602,2557,2710,761,1235,2758,1282,3929,1851,2670">Ten biggest open enhancements by number of votes</a>:\n<ol></p>\n<li>(6%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3602";>3602</a> osso-software-version-rx*4 dependencies prevent removing many unnecessary packages</li>\n<li>(5%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2557";>2557</a> Keep Sent and Drafts on IMAP server</li>\n<li>(4%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2710";>2710</a> Don\'t show disclaimers unnecesarily when installing/updating software</li>\n<li>(4%) <a href="https://bugs.maemo.org/show_bug.cgi?id=761";>761</a> Please add support for \'fit visible\' option to PDF reader</li>\n<li>(4%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1235";>1235</a> Please consider open-sourcing the media player</li>\n<li>(4%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2758";>2758</a> Setting a device name should set also the hostname</li>\n<li>(3%) <a href="https://bugs.maemo.
 org/show_bug.cgi?id=1282">1282</a> List new applications in Application Manager</li>\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3929";>3929</a> Requesting integration of some community supplied XTerm enhancements</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1851";>1851</a> Add "Appear in Desktop" flag for each feed</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2670";>2670</a> bluetooth keyboard repeat rate control needed</li>\n</ol>\nPlease visit <a href="http://bugs.maemo.org/";>bugs.maemo.org</a> to vote. Registration is easy and free.\n</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=1112,2831,2709,1109,2676,3179,3250,3463,3675,3750";>Ten hottest open bugs</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1112";>1112</a> Recurrent alarms do not work reliably</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2831";>2831</a> After restore, Application Manager responds confusingly if no wifi conn
 ection is active</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2709";>2709</a> Wrong encoding cyrillic received ICQ messages (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1109";>1109</a> Logical string names displayed after restoring with non-existing locales (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2676";>2676</a> Microb browser connect failure timeout (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3179";>3179</a> Finger keyboard return key closes finger keyboard instead of submitting form/URL (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3250";>3250</a> Keys of special characters of the physical keyboard don\'t work at web text entries (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3463";>3463</a> Restore and dependency ignores secondary repositories (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3675";>367
 5</a> backup will loop nearly infinitely for directories containing pairs of symlinks that do not point to descendants because backup is following them (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3750";>3750</a> symlinks within MyDocs break update of pre-installed-documentation-rx44, SSU fails (new this week)</li>\n</ol></p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=1563,2317,2570,2804,3089,3934,747,761,787,788";>Ten hottest open enhancements</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1563";>1563</a> Application installer to send feedback to the providing site if install fails</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2317";>2317</a> Chat doesn\'t show  and  for chatting contact</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2570";>2570</a> Download headers on demand with IMAP</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2804";>2804</a> Internet search applet wastes space</li
 >\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3089";>3089</a> Add Contact and/or Map link to alarm</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3934";>3934</a> Image zooming no longer works with images larger than the browser window</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=747";>747</a> Arbitrary Reordering of Bookmarks</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=761";>761</a> Please add support for \'fit visible\' option to PDF reader</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=787";>787</a> nick change in chatrooms</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=788";>788</a> nick completion or nick selection in chatrooms</li>\n</ol></p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=272,304,723,935,998,1109,1112,1142,1146,1172";>Ten oldest open bugs</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=272";>272</a> tagesschau.de podcasts not supported</li>\n<li><a href="https://bug
 s.maemo.org/show_bug.cgi?id=304">304</a> Automatic proxy configuration file is not obeyed by news reader app</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=723";>723</a> Media Player can not access authenticated streams</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=935";>935</a> RSS reader misbehavior on HTTP redirects (RFC 2616 violation)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=998";>998</a> Application Installer attempts to use disabled proxy</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1109";>1109</a> Logical string names displayed after restoring with non-existing locales</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1112";>1112</a> Recurrent alarms do not work reliably</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1142";>1142</a> news reader does not support authenticated feeds</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1146";>1146</a> alarm clock failure on n800</li>\n<li><a href="htt
 ps://bugs.maemo.org/show_bug.cgi?id=1172">1172</a> Mnotify\'s Settings Help text different from UI</li>\n</ol></p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=166,339,464,601,604,637,639,718,747,761";>Ten oldest open enhancements</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=166";>166</a> Confusing selecting behaviour in browser</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=339";>339</a> Browser able to access localhost without Internet connectivity</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=464";>464</a> Save horizontal position across pages</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=601";>601</a> should offer remove/install multiple packages at once</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=604";>604</a> Renaming files by changing only case should be allowed</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=637";>637</a> Certificates not backed up or restored</li>\n<li><a href="http
 s://bugs.maemo.org/show_bug.cgi?id=639">639</a> Certificate Manager should import PKCS#7 files.</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=718";>718</a> Supporting Jabber through proxy</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=747";>747</a> Arbitrary Reordering of Bookmarks</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=761";>761</a> Please add support for \'fit visible\' option to PDF reader</li>\n</ol></p>\n<h3>New Items</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4173,4184,4191";>3 bugs were opened</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4173";>4173</a> 100% CPU time after 110 seconds</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4184";>4184</a> Password dialog flood</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4191";>4191</a> IMAP account details not editable</li>\n</ul></p>\n<p>0 bugs were critical/blocker.</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4185,4
 186,4192">3 enhancements were opened</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4185";>4185</a> Bad responsiveness of the UI</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4186";>4186</a> Map updates should use the package manager</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4192";>4192</a> PGP support</li>\n</ul></p>\n<h3>Resolved Bugs</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4143";>1 bug was resolved "fixed"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4143";>4143</a> Last backup doesn\'t update synchronously with the backup list, instead it updates after a dialog is dismissed (FiF)</li>\n</ul>\n(FiF) indicates the bug is Fixed in Fremantle.\n</p>\n<p>0 bugs were resolved "invalid".</p>\n<p>0 bugs were resolved "wontfix".</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=2720";>1 bug was resolved "duplicate"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2720";>2720</a> Mo
 dest chooses wrong part as body when message has 2 text/plain parts</li>\n</ul></p>\n<p>0 bugs were resolved "worksforme".</p>\n<p>0 bugs were resolved "moved".</p>\n<h3>Resolved Enhancements</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=3952";>1 enhancement was resolved "fixed"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3952";>3952</a> Modest ChangeLog misses descriptions & only lists internal bug numbers</li>\n</ul></p>\n<p>0 enhancements were resolved "invalid".</p>\n<p>0 enhancements were resolved "wontfix".</p>\n<p>0 enhancements were resolved "duplicate".</p>\n<p>0 enhancements were resolved "worksforme".</p>\n<p>0 enhancements were resolved "moved".</p>\n<h3>Confirmed Items</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4163";>1 bug was confirmed</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4163";>4163</a> Unable to open emails shown in the search results dialog</li>\n</ul></p>\n<p>0 enhancements were conf
 irmed.</p>\n<h3>Reopened Items</h3>\n<p>0 bugs were reopened.</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=3952";>1 enhancement was reopened</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3952";>3952</a> Modest ChangeLog misses descriptions & only lists internal bug numbers</li>\n</ul></p>\n<h3>Unloved Items</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=2931,3147";>2 bugs were needing love</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2931";>2931</a> Locally running (caching) proxies not useable when offline</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3147";>3147</a> Broken .avi files locks up Video Converter</li>\n</ul></p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=2585,2729,3049,3115,3715,2852,3276,3277,3278,3902,2763";>11 enhancements were needing love</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2585";>2585</a> One-click moving to a common folder</li>\n<li><a href="https
 ://bugs.maemo.org/show_bug.cgi?id=2729">2729</a> RSS reader should allow manual deletion of news items.</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3049";>3049</a> osso-xterm contextual menu for copying/opening URLs</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3115";>3115</a> Modest "Reply" toolbar button should popup by default?</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3715";>3715</a> Allow browsing through mails (prev/next) after opening them through the pop-up notification</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2852";>2852</a> Audio Normalization & 2-pass Encoding</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3276";>3276</a> Allow experienced users to set audio and video encoding seperately</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3277";>3277</a> Allow changing of the quality setting in the main view</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3278";>3278</a> Change the way 
 the estimated time is displayed</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3902";>3902</a> ITVC API enhancement request:  fetch-info takes an optional filename return value</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2763";>2763</a> camera needs to have way to adjusting color.</li>\n</ul></p>\n<h3>Keyworded Items</h3> (<a href="https://bugs.maemo.org/describekeywords.cgi";>glossary</a>)\n<p>0 bugs were tagged "crash".</p>\n<p>0 bugs were tagged "easyfix".</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4173";>1 bug was tagged "moreinfo"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4173";>4173</a> 100% CPU time after 110 seconds</li>\n</ul></p>\n<p>0 bugs were tagged "patch".</p>\n<p>0 bugs were tagged "performance".</p>\n<p>0 bugs were tagged "security".</p>\n<p>0 enhancements were tagged "easyfix".</p>\n<p>0 enhancements were tagged "moreinfo".</p>\n<p>0 enhancements were tagged "patch".</p>\n<p>0 enhancements were tagge
 d "performance".</p>\n<p>This summary is also posted to the Maemo developers\' list and <a href="http://www.internettablettalk.com/forums/showthread.php?p=269957#post269957";>Internet Tablet Talk</a>.\n\n        \n    <span class="net_nemein_favourites">1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=2a7720460c5c11de9ec3f3a0717707090709&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/2a7720460c5c11de9ec3f3a0717707090709/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=2a7720460c5c11de9ec3f3a0717707090709&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/2a7720460c5c11de9ec3f3a0717707090709/"; class="net_nemein_favourites_create"><img
  src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}, 'summary': u'<p>A Quick Look at Maemo Official Applications in <a href="http://bugs.maemo.org/";>Bugzilla</a><br />\n2009-03-02 through 2009-03-08</p>\n<p>As of 2009-03-09 Maemo Official Applications contains 1274 (+6 this week) items,<br />\nincluding 419 open issues (+5 this week):\n<ul>\n<li>248 open bugs (+2 this week)</li>\n<ul>\n<li>2 critical/blocker (no change this week)</li>\n<li>3 "easyfix" (no change this week)</li>\n<li>57 "moreinfo" (no change this week)</li>\n<li>3 "crash" (no change this week)</li>\n<li>8 "patch" (no change this week)</li>\n<li>10 reopened (no change this week)</li>\n<li>61 unconfirmed (no change this week)</li>\n</ul>\n<li>171 open enhancements (+3 this week)</li>\n<ul>\n<li>4 "easyfix" (no change this week)</li>\n<li>4 "moreinfo" (no change this week)</li>\n<li>7 "patch" (no change this week)</li>\n<li>0 reopened (no
  change this week)</li>\n<li>31 unconfirmed (no change this week)</li>\n</ul>\n</ul>\n</p>\n<h3>Top Tens</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=3557,2722,2405,3750,3298,3949,2399,3004,3592,3752";>Ten biggest open bugs by number of votes</a>:\n<ol></p>\n<li>(11%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3557";>3557</a> Browser tops its windows by itself</li>\n<li>(6%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2722";>2722</a> Window scrollbar down/right buttons gets stuck</li>\n<li>(5%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2405";>2405</a> Center dpad press is treated as  key, triggering form submit instead of activating finger keyboard</li>\n<li>(4%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3750";>3750</a> symlinks within MyDocs break update of pre-installed-documentation-rx44, SSU fails</li>\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3298";>3298</a> Inconsistent behaviour of ctrl-L, can\'t type in location field</li
 >\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3949";>3949</a> Deleting a mail in modest does not clear its content from .modest/cache</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2399";>2399</a> Memory control panel doesn\'t report actual "used" internal memory</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3004";>3004</a> Modest pops up even when only read messages are in IMAP inbox (new this week)</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3592";>3592</a> Ctrl-L, Ctrl-F, and menu keyboard shortcuts not functional with full-screen browser (-1 this week)</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3752";>3752</a> vkb Backspace key closes vkb if "Show toolbar" disabled in Browser (-1 this week)</li>\n</ol>\nPlease visit <a href="http://bugs.maemo.org/";>bugs.maemo.org</a> to vote. Registration is easy and free.\n</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=3602,2557,2710,761,1235,2
 758,1282,3929,1851,2670">Ten biggest open enhancements by number of votes</a>:\n<ol></p>\n<li>(6%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3602";>3602</a> osso-software-version-rx*4 dependencies prevent removing many unnecessary packages</li>\n<li>(5%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2557";>2557</a> Keep Sent and Drafts on IMAP server</li>\n<li>(4%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2710";>2710</a> Don\'t show disclaimers unnecesarily when installing/updating software</li>\n<li>(4%) <a href="https://bugs.maemo.org/show_bug.cgi?id=761";>761</a> Please add support for \'fit visible\' option to PDF reader</li>\n<li>(4%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1235";>1235</a> Please consider open-sourcing the media player</li>\n<li>(4%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2758";>2758</a> Setting a device name should set also the hostname</li>\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1282";>1282</a> List new appl
 ications in Application Manager</li>\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3929";>3929</a> Requesting integration of some community supplied XTerm enhancements</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1851";>1851</a> Add "Appear in Desktop" flag for each feed</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2670";>2670</a> bluetooth keyboard repeat rate control needed</li>\n</ol>\nPlease visit <a href="http://bugs.maemo.org/";>bugs.maemo.org</a> to vote. Registration is easy and free.\n</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=1112,2831,2709,1109,2676,3179,3250,3463,3675,3750";>Ten hottest open bugs</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1112";>1112</a> Recurrent alarms do not work reliably</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2831";>2831</a> After restore, Application Manager responds confusingly if no wifi connection is active</li>\n<li><a href="https://bugs
 .maemo.org/show_bug.cgi?id=2709">2709</a> Wrong encoding cyrillic received ICQ messages (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1109";>1109</a> Logical string names displayed after restoring with non-existing locales (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2676";>2676</a> Microb browser connect failure timeout (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3179";>3179</a> Finger keyboard return key closes finger keyboard instead of submitting form/URL (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3250";>3250</a> Keys of special characters of the physical keyboard don\'t work at web text entries (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3463";>3463</a> Restore and dependency ignores secondary repositories (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3675";>3675</a> backup will loop nearly infinitely for dir
 ectories containing pairs of symlinks that do not point to descendants because backup is following them (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3750";>3750</a> symlinks within MyDocs break update of pre-installed-documentation-rx44, SSU fails (new this week)</li>\n</ol></p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=1563,2317,2570,2804,3089,3934,747,761,787,788";>Ten hottest open enhancements</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1563";>1563</a> Application installer to send feedback to the providing site if install fails</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2317";>2317</a> Chat doesn\'t show  and  for chatting contact</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2570";>2570</a> Download headers on demand with IMAP</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2804";>2804</a> Internet search applet wastes space</li>\n<li><a href="https://bugs.maemo.org/show_bug.
 cgi?id=3089">3089</a> Add Contact and/or Map link to alarm</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3934";>3934</a> Image zooming no longer works with images larger than the browser window</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=747";>747</a> Arbitrary Reordering of Bookmarks</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=761";>761</a> Please add support for \'fit visible\' option to PDF reader</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=787";>787</a> nick change in chatrooms</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=788";>788</a> nick completion or nick selection in chatrooms</li>\n</ol></p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=272,304,723,935,998,1109,1112,1142,1146,1172";>Ten oldest open bugs</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=272";>272</a> tagesschau.de podcasts not supported</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=304";>304</a> Automat
 ic proxy configuration file is not obeyed by news reader app</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=723";>723</a> Media Player can not access authenticated streams</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=935";>935</a> RSS reader misbehavior on HTTP redirects (RFC 2616 violation)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=998";>998</a> Application Installer attempts to use disabled proxy</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1109";>1109</a> Logical string names displayed after restoring with non-existing locales</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1112";>1112</a> Recurrent alarms do not work reliably</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1142";>1142</a> news reader does not support authenticated feeds</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1146";>1146</a> alarm clock failure on n800</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1172";>1172</
 a> Mnotify\'s Settings Help text different from UI</li>\n</ol></p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=166,339,464,601,604,637,639,718,747,761";>Ten oldest open enhancements</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=166";>166</a> Confusing selecting behaviour in browser</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=339";>339</a> Browser able to access localhost without Internet connectivity</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=464";>464</a> Save horizontal position across pages</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=601";>601</a> should offer remove/install multiple packages at once</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=604";>604</a> Renaming files by changing only case should be allowed</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=637";>637</a> Certificates not backed up or restored</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=639";>639</a> 
 Certificate Manager should import PKCS#7 files.</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=718";>718</a> Supporting Jabber through proxy</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=747";>747</a> Arbitrary Reordering of Bookmarks</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=761";>761</a> Please add support for \'fit visible\' option to PDF reader</li>\n</ol></p>\n<h3>New Items</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4173,4184,4191";>3 bugs were opened</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4173";>4173</a> 100% CPU time after 110 seconds</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4184";>4184</a> Password dialog flood</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4191";>4191</a> IMAP account details not editable</li>\n</ul></p>\n<p>0 bugs were critical/blocker.</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4185,4186,4192";>3 enhancements were opened</a>:\n<ul>\
 n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4185";>4185</a> Bad responsiveness of the UI</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4186";>4186</a> Map updates should use the package manager</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4192";>4192</a> PGP support</li>\n</ul></p>\n<h3>Resolved Bugs</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4143";>1 bug was resolved "fixed"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4143";>4143</a> Last backup doesn\'t update synchronously with the backup list, instead it updates after a dialog is dismissed (FiF)</li>\n</ul>\n(FiF) indicates the bug is Fixed in Fremantle.\n</p>\n<p>0 bugs were resolved "invalid".</p>\n<p>0 bugs were resolved "wontfix".</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=2720";>1 bug was resolved "duplicate"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2720";>2720</a> Modest chooses wrong part as body when message has
  2 text/plain parts</li>\n</ul></p>\n<p>0 bugs were resolved "worksforme".</p>\n<p>0 bugs were resolved "moved".</p>\n<h3>Resolved Enhancements</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=3952";>1 enhancement was resolved "fixed"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3952";>3952</a> Modest ChangeLog misses descriptions & only lists internal bug numbers</li>\n</ul></p>\n<p>0 enhancements were resolved "invalid".</p>\n<p>0 enhancements were resolved "wontfix".</p>\n<p>0 enhancements were resolved "duplicate".</p>\n<p>0 enhancements were resolved "worksforme".</p>\n<p>0 enhancements were resolved "moved".</p>\n<h3>Confirmed Items</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4163";>1 bug was confirmed</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4163";>4163</a> Unable to open emails shown in the search results dialog</li>\n</ul></p>\n<p>0 enhancements were confirmed.</p>\n<h3>Reopened Items</h3>\n<p>0 bugs w
 ere reopened.</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=3952";>1 enhancement was reopened</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3952";>3952</a> Modest ChangeLog misses descriptions & only lists internal bug numbers</li>\n</ul></p>\n<h3>Unloved Items</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=2931,3147";>2 bugs were needing love</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2931";>2931</a> Locally running (caching) proxies not useable when offline</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3147";>3147</a> Broken .avi files locks up Video Converter</li>\n</ul></p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=2585,2729,3049,3115,3715,2852,3276,3277,3278,3902,2763";>11 enhancements were needing love</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2585";>2585</a> One-click moving to a common folder</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2729";>2729</a>
  RSS reader should allow manual deletion of news items.</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3049";>3049</a> osso-xterm contextual menu for copying/opening URLs</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3115";>3115</a> Modest "Reply" toolbar button should popup by default?</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3715";>3715</a> Allow browsing through mails (prev/next) after opening them through the pop-up notification</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2852";>2852</a> Audio Normalization & 2-pass Encoding</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3276";>3276</a> Allow experienced users to set audio and video encoding seperately</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3277";>3277</a> Allow changing of the quality setting in the main view</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3278";>3278</a> Change the way the estimated time is displayed</li>\n<li><a hre
 f="https://bugs.maemo.org/show_bug.cgi?id=3902";>3902</a> ITVC API enhancement request:  fetch-info takes an optional filename return value</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2763";>2763</a> camera needs to have way to adjusting color.</li>\n</ul></p>\n<h3>Keyworded Items</h3> (<a href="https://bugs.maemo.org/describekeywords.cgi";>glossary</a>)\n<p>0 bugs were tagged "crash".</p>\n<p>0 bugs were tagged "easyfix".</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4173";>1 bug was tagged "moreinfo"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4173";>4173</a> 100% CPU time after 110 seconds</li>\n</ul></p>\n<p>0 bugs were tagged "patch".</p>\n<p>0 bugs were tagged "performance".</p>\n<p>0 bugs were tagged "security".</p>\n<p>0 enhancements were tagged "easyfix".</p>\n<p>0 enhancements were tagged "moreinfo".</p>\n<p>0 enhancements were tagged "patch".</p>\n<p>0 enhancements were tagged "performance".</p>\n<p>This summary is also po
 sted to the Maemo developers\' list and <a href="http://www.internettablettalk.com/forums/showthread.php?p=269957#post269957";>Internet Tablet Talk</a>.\n\n        \n    <span class="net_nemein_favourites">1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=2a7720460c5c11de9ec3f3a0717707090709&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/2a7720460c5c11de9ec3f3a0717707090709/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=2a7720460c5c11de9ec3f3a0717707090709&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/2a7720460c5c11de9ec3f3a0717707090709/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favouri
 tes/not-buried.png" alt="Bury" title="Bury" /></a></span>', 'content': [{'base': '', 'type': 'text/html', 'value': u'<p>A Quick Look at Maemo Official Applications in <a href="http://bugs.maemo.org/";>Bugzilla</a><br />\n2009-03-02 through 2009-03-08</p>\n<p>As of 2009-03-09 Maemo Official Applications contains 1274 (+6 this week) items,<br />\nincluding 419 open issues (+5 this week):\n<ul>\n<li>248 open bugs (+2 this week)</li>\n<ul>\n<li>2 critical/blocker (no change this week)</li>\n<li>3 "easyfix" (no change this week)</li>\n<li>57 "moreinfo" (no change this week)</li>\n<li>3 "crash" (no change this week)</li>\n<li>8 "patch" (no change this week)</li>\n<li>10 reopened (no change this week)</li>\n<li>61 unconfirmed (no change this week)</li>\n</ul>\n<li>171 open enhancements (+3 this week)</li>\n<ul>\n<li>4 "easyfix" (no change this week)</li>\n<li>4 "moreinfo" (no change this week)</li>\n<li>7 "patch" (no change this week)</li>\n<li>0 reopened (no change this week)</li>\
 n<li>31 unconfirmed (no change this week)</li>\n</ul>\n</ul>\n</p>\n<h3>Top Tens</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=3557,2722,2405,3750,3298,3949,2399,3004,3592,3752";>Ten biggest open bugs by number of votes</a>:\n<ol></p>\n<li>(11%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3557";>3557</a> Browser tops its windows by itself</li>\n<li>(6%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2722";>2722</a> Window scrollbar down/right buttons gets stuck</li>\n<li>(5%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2405";>2405</a> Center dpad press is treated as  key, triggering form submit instead of activating finger keyboard</li>\n<li>(4%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3750";>3750</a> symlinks within MyDocs break update of pre-installed-documentation-rx44, SSU fails</li>\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3298";>3298</a> Inconsistent behaviour of ctrl-L, can\'t type in location field</li>\n<li>(3%) <a href="htt
 ps://bugs.maemo.org/show_bug.cgi?id=3949">3949</a> Deleting a mail in modest does not clear its content from .modest/cache</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2399";>2399</a> Memory control panel doesn\'t report actual "used" internal memory</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3004";>3004</a> Modest pops up even when only read messages are in IMAP inbox (new this week)</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3592";>3592</a> Ctrl-L, Ctrl-F, and menu keyboard shortcuts not functional with full-screen browser (-1 this week)</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3752";>3752</a> vkb Backspace key closes vkb if "Show toolbar" disabled in Browser (-1 this week)</li>\n</ol>\nPlease visit <a href="http://bugs.maemo.org/";>bugs.maemo.org</a> to vote. Registration is easy and free.\n</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=3602,2557,2710,761,1235,2758,1282,3929,1851,2670";
 >Ten biggest open enhancements by number of votes</a>:\n<ol></p>\n<li>(6%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3602";>3602</a> osso-software-version-rx*4 dependencies prevent removing many unnecessary packages</li>\n<li>(5%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2557";>2557</a> Keep Sent and Drafts on IMAP server</li>\n<li>(4%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2710";>2710</a> Don\'t show disclaimers unnecesarily when installing/updating software</li>\n<li>(4%) <a href="https://bugs.maemo.org/show_bug.cgi?id=761";>761</a> Please add support for \'fit visible\' option to PDF reader</li>\n<li>(4%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1235";>1235</a> Please consider open-sourcing the media player</li>\n<li>(4%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2758";>2758</a> Setting a device name should set also the hostname</li>\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1282";>1282</a> List new applications in Application 
 Manager</li>\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3929";>3929</a> Requesting integration of some community supplied XTerm enhancements</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1851";>1851</a> Add "Appear in Desktop" flag for each feed</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2670";>2670</a> bluetooth keyboard repeat rate control needed</li>\n</ol>\nPlease visit <a href="http://bugs.maemo.org/";>bugs.maemo.org</a> to vote. Registration is easy and free.\n</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=1112,2831,2709,1109,2676,3179,3250,3463,3675,3750";>Ten hottest open bugs</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1112";>1112</a> Recurrent alarms do not work reliably</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2831";>2831</a> After restore, Application Manager responds confusingly if no wifi connection is active</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?
 id=2709">2709</a> Wrong encoding cyrillic received ICQ messages (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1109";>1109</a> Logical string names displayed after restoring with non-existing locales (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2676";>2676</a> Microb browser connect failure timeout (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3179";>3179</a> Finger keyboard return key closes finger keyboard instead of submitting form/URL (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3250";>3250</a> Keys of special characters of the physical keyboard don\'t work at web text entries (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3463";>3463</a> Restore and dependency ignores secondary repositories (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3675";>3675</a> backup will loop nearly infinitely for directories containing pair
 s of symlinks that do not point to descendants because backup is following them (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3750";>3750</a> symlinks within MyDocs break update of pre-installed-documentation-rx44, SSU fails (new this week)</li>\n</ol></p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=1563,2317,2570,2804,3089,3934,747,761,787,788";>Ten hottest open enhancements</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1563";>1563</a> Application installer to send feedback to the providing site if install fails</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2317";>2317</a> Chat doesn\'t show  and  for chatting contact</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2570";>2570</a> Download headers on demand with IMAP</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2804";>2804</a> Internet search applet wastes space</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3089";>3089</a> Ad
 d Contact and/or Map link to alarm</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3934";>3934</a> Image zooming no longer works with images larger than the browser window</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=747";>747</a> Arbitrary Reordering of Bookmarks</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=761";>761</a> Please add support for \'fit visible\' option to PDF reader</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=787";>787</a> nick change in chatrooms</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=788";>788</a> nick completion or nick selection in chatrooms</li>\n</ol></p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=272,304,723,935,998,1109,1112,1142,1146,1172";>Ten oldest open bugs</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=272";>272</a> tagesschau.de podcasts not supported</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=304";>304</a> Automatic proxy configuration f
 ile is not obeyed by news reader app</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=723";>723</a> Media Player can not access authenticated streams</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=935";>935</a> RSS reader misbehavior on HTTP redirects (RFC 2616 violation)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=998";>998</a> Application Installer attempts to use disabled proxy</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1109";>1109</a> Logical string names displayed after restoring with non-existing locales</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1112";>1112</a> Recurrent alarms do not work reliably</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1142";>1142</a> news reader does not support authenticated feeds</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1146";>1146</a> alarm clock failure on n800</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1172";>1172</a> Mnotify\'s Settings H
 elp text different from UI</li>\n</ol></p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=166,339,464,601,604,637,639,718,747,761";>Ten oldest open enhancements</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=166";>166</a> Confusing selecting behaviour in browser</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=339";>339</a> Browser able to access localhost without Internet connectivity</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=464";>464</a> Save horizontal position across pages</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=601";>601</a> should offer remove/install multiple packages at once</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=604";>604</a> Renaming files by changing only case should be allowed</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=637";>637</a> Certificates not backed up or restored</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=639";>639</a> Certificate Manager shou
 ld import PKCS#7 files.</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=718";>718</a> Supporting Jabber through proxy</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=747";>747</a> Arbitrary Reordering of Bookmarks</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=761";>761</a> Please add support for \'fit visible\' option to PDF reader</li>\n</ol></p>\n<h3>New Items</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4173,4184,4191";>3 bugs were opened</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4173";>4173</a> 100% CPU time after 110 seconds</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4184";>4184</a> Password dialog flood</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4191";>4191</a> IMAP account details not editable</li>\n</ul></p>\n<p>0 bugs were critical/blocker.</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4185,4186,4192";>3 enhancements were opened</a>:\n<ul>\n<li><a href="https://bu
 gs.maemo.org/show_bug.cgi?id=4185">4185</a> Bad responsiveness of the UI</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4186";>4186</a> Map updates should use the package manager</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4192";>4192</a> PGP support</li>\n</ul></p>\n<h3>Resolved Bugs</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4143";>1 bug was resolved "fixed"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4143";>4143</a> Last backup doesn\'t update synchronously with the backup list, instead it updates after a dialog is dismissed (FiF)</li>\n</ul>\n(FiF) indicates the bug is Fixed in Fremantle.\n</p>\n<p>0 bugs were resolved "invalid".</p>\n<p>0 bugs were resolved "wontfix".</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=2720";>1 bug was resolved "duplicate"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2720";>2720</a> Modest chooses wrong part as body when message has 2 text/plain parts</li>
 \n</ul></p>\n<p>0 bugs were resolved "worksforme".</p>\n<p>0 bugs were resolved "moved".</p>\n<h3>Resolved Enhancements</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=3952";>1 enhancement was resolved "fixed"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3952";>3952</a> Modest ChangeLog misses descriptions & only lists internal bug numbers</li>\n</ul></p>\n<p>0 enhancements were resolved "invalid".</p>\n<p>0 enhancements were resolved "wontfix".</p>\n<p>0 enhancements were resolved "duplicate".</p>\n<p>0 enhancements were resolved "worksforme".</p>\n<p>0 enhancements were resolved "moved".</p>\n<h3>Confirmed Items</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4163";>1 bug was confirmed</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4163";>4163</a> Unable to open emails shown in the search results dialog</li>\n</ul></p>\n<p>0 enhancements were confirmed.</p>\n<h3>Reopened Items</h3>\n<p>0 bugs were reopened.</p>\n<p><a
  href="https://bugs.maemo.org/buglist.cgi?bug_id=3952";>1 enhancement was reopened</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3952";>3952</a> Modest ChangeLog misses descriptions & only lists internal bug numbers</li>\n</ul></p>\n<h3>Unloved Items</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=2931,3147";>2 bugs were needing love</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2931";>2931</a> Locally running (caching) proxies not useable when offline</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3147";>3147</a> Broken .avi files locks up Video Converter</li>\n</ul></p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=2585,2729,3049,3115,3715,2852,3276,3277,3278,3902,2763";>11 enhancements were needing love</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2585";>2585</a> One-click moving to a common folder</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2729";>2729</a> RSS reader should allow
  manual deletion of news items.</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3049";>3049</a> osso-xterm contextual menu for copying/opening URLs</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3115";>3115</a> Modest "Reply" toolbar button should popup by default?</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3715";>3715</a> Allow browsing through mails (prev/next) after opening them through the pop-up notification</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2852";>2852</a> Audio Normalization & 2-pass Encoding</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3276";>3276</a> Allow experienced users to set audio and video encoding seperately</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3277";>3277</a> Allow changing of the quality setting in the main view</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3278";>3278</a> Change the way the estimated time is displayed</li>\n<li><a href="https://bugs.maemo.or
 g/show_bug.cgi?id=3902">3902</a> ITVC API enhancement request:  fetch-info takes an optional filename return value</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2763";>2763</a> camera needs to have way to adjusting color.</li>\n</ul></p>\n<h3>Keyworded Items</h3> (<a href="https://bugs.maemo.org/describekeywords.cgi";>glossary</a>)\n<p>0 bugs were tagged "crash".</p>\n<p>0 bugs were tagged "easyfix".</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4173";>1 bug was tagged "moreinfo"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4173";>4173</a> 100% CPU time after 110 seconds</li>\n</ul></p>\n<p>0 bugs were tagged "patch".</p>\n<p>0 bugs were tagged "performance".</p>\n<p>0 bugs were tagged "security".</p>\n<p>0 enhancements were tagged "easyfix".</p>\n<p>0 enhancements were tagged "moreinfo".</p>\n<p>0 enhancements were tagged "patch".</p>\n<p>0 enhancements were tagged "performance".</p>\n<p>This summary is also posted to the Maemo develo
 pers\' list and <a href="http://www.internettablettalk.com/forums/showthread.php?p=269957#post269957";>Internet Tablet Talk</a>.\n\n        \n    <span class="net_nemein_favourites">1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=2a7720460c5c11de9ec3f3a0717707090709&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/2a7720460c5c11de9ec3f3a0717707090709/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=2a7720460c5c11de9ec3f3a0717707090709&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/2a7720460c5c11de9ec3f3a0717707090709/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt=
 "Bury" title="Bury" /></a></span>', 'language': u'en'}], 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Maemo Official Applications Bug Jar 2009.10', 'language': u'en'}, 'link': u'http://www.octofish.net/bugjar/2009/03/maemo-official-applications-bu-13.html', 'published': u'2009-03-08T21:00:02+00:00', 'author_detail': {'name': u'Stephen Gadsby <sjgadsby ptdprolog net>'}, 'id': u'http://maemo.org/midcom-permalink-2a7720460c5c11de9ec3f3a0717707090709', 'tags': [{'term': u'feed:92758f42b900fe90ec500065e7ba5bc5', 'scheme': None, 'label': None}], 'updated_parsed': (2009, 3, 8, 21, 0, 2, 6, 67, 0)}, {'updated': u'2009-03-08T21:00:01+00:00', 'subtitle': u'<p>A Quick Look at Maemo Official Platform in <a href="http://bugs.maemo.org/";>Bugzilla</a><br />\n2009-03-02 through 2009-03-08</p>\n<p>As of 2009-03-09 Maemo Official Platform contains 1743 (+16 this week) items,<br />\nincluding 332 open issues (+12 this week):\n<ul>\n<li>214 open bugs (+11 this week)</li>\n<ul>\
 n<li>3 critical/blocker (no change this week)</li>\n<li>4 "easyfix" (no change this week)</li>\n<li>34 "moreinfo" (no change this week)</li>\n<li>4 "crash" (no change this week)</li>\n<li>9 "patch" (no change this week)</li>\n<li>9 reopened (no change this week)</li>\n<li>49 unconfirmed (+5 this week)</li>\n</ul>\n<li>118 open enhancements (+1 this week)</li>\n<ul>\n<li>2 "easyfix" (no change this week)</li>\n<li>6 "moreinfo" (no change this week)</li>\n<li>3 "patch" (no change this week)</li>\n<li>2 reopened (no change this week)</li>\n<li>6 unconfirmed (+1 this week)</li>\n</ul>\n</ul>\n</p>\n<h3>Top Tens</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=2878,2723,2784,2850,2640,2615,1040,2747,3851,1045";>Ten biggest open bugs by number of votes</a>:\n<ol></p>\n<li>(29%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2878";>2878</a> Very poor satellite acquisition with internal GPS</li>\n<li>(12%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2723";>2723</a> Push
 ing key once causes multiple repeats</li>\n<li>(6%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2784";>2784</a> Screen taps or presses go to random locations, randomly</li>\n<li>(5%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2850";>2850</a> On screen keyboard dooesn\'t always realise that bluetooth keyboard has been connected or disconnected</li>\n<li>(4%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2640";>2640</a> Can no longer pair bluetooth keyboard after upgrade to OS 2008 with restore</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2615";>2615</a> jffs2_gcd_mtd4/ pdflush occasionally hogging CPU & leaving the device unresponsive for tens of seconds</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1040";>1040</a> Two seconds of noise follows audio</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2747";>2747</a> inconsistent mmc device naming at boot time when one card is missing</li>\n<li>(2%) <a href="https://bugs.maemo
 .org/show_bug.cgi?id=3851">3851</a> AGPS not helping to get a lock under clear sky</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1045";>1045</a> Media player breaks the original sorting of songs in a CD</li>\n</ol>\nPlease visit <a href="http://bugs.maemo.org/";>bugs.maemo.org</a> to vote. Registration is easy and free.\n</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=176,1635,417,3099,1767,943,1043,1100,965,3655";>Ten biggest open enhancements by number of votes</a>:\n<ol></p>\n<li>(33%) <a href="https://bugs.maemo.org/show_bug.cgi?id=176";>176</a> Ogg Vorbis support</li>\n<li>(7%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1635";>1635</a> Eduroam (EAP-TTLS+PAP) WiFi auth</li>\n<li>(6%) <a href="https://bugs.maemo.org/show_bug.cgi?id=417";>417</a> Support WEP with 802.1x EAP PEAP</li>\n<li>(5%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3099";>3099</a> Network printing support</li>\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=176
 7">1767</a> trying to connect to "localhost" while offline/disconnected triggers network search</li>\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=943";>943</a> Quick softpoweroff mode</li>\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1043";>1043</a> Add priority to defined wifi connections</li>\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1100";>1100</a> flasher-3.0 not available for N8x0 and MacOS X (PPC & x86)</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=965";>965</a> Set display brightness when booting/shutting down to lowest value</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3655";>3655</a> EAP-LEAP (Cisco) not supported</li>\n</ol>\nPlease visit <a href="http://bugs.maemo.org/";>bugs.maemo.org</a> to vote. Registration is easy and free.\n</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=1150,2784,1040,2878,2896,3851,4023,2526,2637,2723";>Ten hottest open bugs</a>:\n<ol></p>\n<li><a href="https
 ://bugs.maemo.org/show_bug.cgi?id=1150">1150</a> gstreamer0.10-id3lib-osso: sends kbps instead of bps in bitrate field</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2784";>2784</a> Screen taps or presses go to random locations, randomly</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1040";>1040</a> Two seconds of noise follows audio</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2878";>2878</a> Very poor satellite acquisition with internal GPS</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2896";>2896</a> Busybox prevents installing full versions of tools packages (cleanly)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3851";>3851</a> AGPS not helping to get a lock under clear sky</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4023";>4023</a> Sapwood doesn\'t align PixbufOpenRequest properly (crash on 770) (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2526";>2526</a> Under OS2008 bluetoot
 h headsets and stereo headsets are paired and connected but audio gets lost and is not routed to the headphones (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2637";>2637</a> memory cards appear corrupted/unformatted in OS2008 but work in OS2007 (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2723";>2723</a> Pushing key once causes multiple repeats (new this week)</li>\n</ol></p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=793,1303,1521,1673,2041,2948,3048,3373,3726,3741";>Ten hottest open enhancements</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=793";>793</a> lock screen should have \'if lost\' info</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1303";>1303</a> Hildon does not follow freedesktop.org standard, ignores ~/.local/share/appplications</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1521";>1521</a> make osso_mime and friends support "Actions"</li>\n<li><a href="http
 s://bugs.maemo.org/show_bug.cgi?id=1673">1673</a> Allow use of current artist/song being played for IM status message</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2041";>2041</a> Ability to send display output to an 802.11 capable projector.</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2948";>2948</a> Wifi AP list scrolls too fast</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3048";>3048</a> Silence sounds while at the same time keeping audio feedback when typing</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3373";>3373</a> please provide uclibc/eabi toolchain for building stuff for initfs</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3726";>3726</a> libpng: Support for animated PNG backgrounds</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3741";>3741</a> Support for sound themes</li>\n</ol></p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=305,360,503,657,778,796,901,937,942,995";>Ten oldest open bu
 gs</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=305";>305</a> Incorrect http_proxy/host gconf value setting (leading http://)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=360";>360</a> HildonWindow needlessly resizes on map</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=503";>503</a> Missing settings for Orange gprs in operator-wizard-settings</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=657";>657</a> TN inferring WMClass from Exec is prone to breakage, it should ignore quotes</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=778";>778</a> gstreamer built without debugging subsystem</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=796";>796</a> Fix hard-coded paths in osso-af-startup build files</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=901";>901</a> osso_thumbnail_factory_load() needs destroy callback</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=937";>937</a> don\'t use MEMSETO
 OBSEL</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=942";>942</a> Media Player displays incorrect bitrate for VBR MP3\'s</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=995";>995</a> DNS resolution ignores local domain</li>\n</ol></p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=176,356,387,417,419,793,943,965,1013,1029";>Ten oldest open enhancements</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=176";>176</a> Ogg Vorbis support</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=356";>356</a> Kernel lacks IPv6 support</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=387";>387</a> Impossible to specify proxy username and password</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=417";>417</a> Support WEP with 802.1x EAP PEAP</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=419";>419</a> Enable IPv6 support in busybox</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=793";>793</a> lock screen 
 should have \'if lost\' info</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=943";>943</a> Quick softpoweroff mode</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=965";>965</a> Set display brightness when booting/shutting down to lowest value</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1013";>1013</a> flasher-3.0 not available for N8x0 and Linux/PowerPC</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1029";>1029</a> Locking keyboard shouldn\'t lock headset button</li>\n</ol></p>\n<h3>New Items</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4170,4171,4172,4174,4175,4177,4178,4179,4180,4182,4187,4188,4189,4190";>14 bugs were opened</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4170";>4170</a> Please proof things before you release them</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4171";>4171</a> hildon-control-panel build-depends on libcodelockui1-dev  which cannot be satisfied in SDK</li>\n<li><a
  href="https://bugs.maemo.org/show_bug.cgi?id=4172";>4172</a> Wrong information in the Fremantle alpha SDK  installation notes</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4174";>4174</a> shell history file is overwritten after every command</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4175";>4175</a> History cross-contamination between concurrently running shells</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4177";>4177</a> SDL needs to be compiled with --enable-video-opengl option</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4178";>4178</a> hildon-input-method needs a finger keyboard example</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4179";>4179</a> sudo not installed correctly</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4180";>4180</a> very slow clutter performance</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4182";>4182</a> gpsbt and tablet-browser-interface missing (FfF)</li>\n<li><a hr
 ef="https://bugs.maemo.org/show_bug.cgi?id=4187";>4187</a> Autoconf should be replaced by configure in one paragraph</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4188";>4188</a> HTML conversion translates ~ characters in TeX documentation to non-breaking spaces</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4189";>4189</a> hildon_helloworld-6.c missing bits</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4190";>4190</a> Broken link to GTK+ 2.0 tutorial</li>\n</ul>\n(FfF) indicates the bug is Filed for Fremantle.\n</p>\n<p>0 bugs were critical/blocker.</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4176,4183";>2 enhancements were opened</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4176";>4176</a> hald-addon-bme-dev is in nokia-binaries & closed for no good reason (FfF)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4183";>4183</a> Dialog button handling</li>\n</ul>\n(FfF) indicates the enhancement is Filed f
 or Fremantle.\n</p>\n<h3>Resolved Bugs</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=2168,2977,4170,4171";>4 bugs were resolved "fixed"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2168";>2168</a> API needs destroy functions for user data (FiF)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2977";>2977</a> libossomime should open NEW browser window for incoming http(s) requests (FiF)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4170";>4170</a> Please proof things before you release them</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4171";>4171</a> hildon-control-panel build-depends on libcodelockui1-dev  which cannot be satisfied in SDK</li>\n</ul>\n(FiF) indicates the bug is Fixed in Fremantle.\n</p>\n<p>0 bugs were resolved "invalid".</p>\n<p>0 bugs were resolved "wontfix".</p>\n<p>0 bugs were resolved "duplicate".</p>\n<p>0 bugs were resolved "worksforme".</p>\n<p>0 bugs were resolved "moved".</p>\n<h3>Resolv
 ed Enhancements</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4176";>1 enhancement was resolved "fixed"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4176";>4176</a> hald-addon-bme-dev is in nokia-binaries & closed for no good reason (FiF)</li>\n</ul>\n(FiF) indicates the enhancement is Fixed in Fremantle.\n</p>\n<p>0 enhancements were resolved "invalid".</p>\n<p>0 enhancements were resolved "wontfix".</p>\n<p>0 enhancements were resolved "duplicate".</p>\n<p>0 enhancements were resolved "worksforme".</p>\n<p>0 enhancements were resolved "moved".</p>\n<h3>Confirmed Items</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4182";>1 bug was confirmed</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4182";>4182</a> gpsbt and tablet-browser-interface missing</li>\n</ul></p>\n<p>0 enhancements were confirmed.</p>\n<h3>Reopened Items</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=2168";>1 bug was reopened</a>:\n<ul>\n<
 li><a href="https://bugs.maemo.org/show_bug.cgi?id=2168";>2168</a> API needs destroy functions for user data</li>\n</ul></p>\n<p>0 enhancements were reopened.</p>\n<h3>Unloved Items</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4172,4187,4179,4177";>4 bugs were needing love</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4172";>4172</a> Wrong information in the Fremantle alpha SDK  installation notes</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4187";>4187</a> Autoconf should be replaced by configure in one paragraph</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4179";>4179</a> sudo not installed correctly</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4177";>4177</a> SDL needs to be compiled with --enable-video-opengl option</li>\n</ul></p>\n<p>0 enhancements were needing love.</p>\n<h3>Keyworded Items</h3> (<a href="https://bugs.maemo.org/describekeywords.cgi";>glossary</a>)\n<p>0 bugs were tagged "crash".</p>\n<p>
 0 bugs were tagged "easyfix".</p>\n<p>0 bugs were tagged "moreinfo".</p>\n<p>0 bugs were tagged "patch".</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4180";>1 bug was tagged "performance"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4180";>4180</a> very slow clutter performance</li>\n</ul></p>\n<p>0 bugs were tagged "security".</p>\n<p>0 enhancements were tagged "easyfix".</p>\n<p>0 enhancements were tagged "moreinfo".</p>\n<p>0 enhancements were tagged "patch".</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4180";>1 enhancement was tagged "performance"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4180";>4180</a> very slow clutter performance</li>\n</ul></p>\n<p>This summary is also posted to the Maemo developers\' list and <a href="http://www.internettablettalk.com/forums/showthread.php?p=269955#post269955";>Internet Tablet Talk</a>.\n\n        \n    <span class="net_nemein_favourites">1 <a href="http://maemo.org/ne
 ws/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=2706ed920c5c11de9ec3f3a0717707090709&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/2706ed920c5c11de9ec3f3a0717707090709/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=2706ed920c5c11de9ec3f3a0717707090709&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/2706ed920c5c11de9ec3f3a0717707090709/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'links': [{'href': u'http://www.octofish.net/bugjar/2009/03/maemo-official-platform-bug-ja-13.html', 'type': u'text/html', 'rel': u'alternate'}], 'published_parsed': (2009, 3,
  8, 21, 0, 1, 6, 67, 0), 'title': u'Maemo Official Platform Bug Jar 2009.10', 'author': u'Stephen Gadsby <sjgadsby ptdprolog net>', 'summary_detail': {'base': '', 'type': 'text/html', 'value': u'<p>A Quick Look at Maemo Official Platform in <a href="http://bugs.maemo.org/";>Bugzilla</a><br />\n2009-03-02 through 2009-03-08</p>\n<p>As of 2009-03-09 Maemo Official Platform contains 1743 (+16 this week) items,<br />\nincluding 332 open issues (+12 this week):\n<ul>\n<li>214 open bugs (+11 this week)</li>\n<ul>\n<li>3 critical/blocker (no change this week)</li>\n<li>4 "easyfix" (no change this week)</li>\n<li>34 "moreinfo" (no change this week)</li>\n<li>4 "crash" (no change this week)</li>\n<li>9 "patch" (no change this week)</li>\n<li>9 reopened (no change this week)</li>\n<li>49 unconfirmed (+5 this week)</li>\n</ul>\n<li>118 open enhancements (+1 this week)</li>\n<ul>\n<li>2 "easyfix" (no change this week)</li>\n<li>6 "moreinfo" (no change this week)</li>\n<li>3 "patch" (no c
 hange this week)</li>\n<li>2 reopened (no change this week)</li>\n<li>6 unconfirmed (+1 this week)</li>\n</ul>\n</ul>\n</p>\n<h3>Top Tens</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=2878,2723,2784,2850,2640,2615,1040,2747,3851,1045";>Ten biggest open bugs by number of votes</a>:\n<ol></p>\n<li>(29%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2878";>2878</a> Very poor satellite acquisition with internal GPS</li>\n<li>(12%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2723";>2723</a> Pushing key once causes multiple repeats</li>\n<li>(6%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2784";>2784</a> Screen taps or presses go to random locations, randomly</li>\n<li>(5%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2850";>2850</a> On screen keyboard dooesn\'t always realise that bluetooth keyboard has been connected or disconnected</li>\n<li>(4%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2640";>2640</a> Can no longer pair bluetooth keyboard after upg
 rade to OS 2008 with restore</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2615";>2615</a> jffs2_gcd_mtd4/ pdflush occasionally hogging CPU & leaving the device unresponsive for tens of seconds</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1040";>1040</a> Two seconds of noise follows audio</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2747";>2747</a> inconsistent mmc device naming at boot time when one card is missing</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3851";>3851</a> AGPS not helping to get a lock under clear sky</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1045";>1045</a> Media player breaks the original sorting of songs in a CD</li>\n</ol>\nPlease visit <a href="http://bugs.maemo.org/";>bugs.maemo.org</a> to vote. Registration is easy and free.\n</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=176,1635,417,3099,1767,943,1043,1100,965,3655";>Ten biggest open enhancements by
  number of votes</a>:\n<ol></p>\n<li>(33%) <a href="https://bugs.maemo.org/show_bug.cgi?id=176";>176</a> Ogg Vorbis support</li>\n<li>(7%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1635";>1635</a> Eduroam (EAP-TTLS+PAP) WiFi auth</li>\n<li>(6%) <a href="https://bugs.maemo.org/show_bug.cgi?id=417";>417</a> Support WEP with 802.1x EAP PEAP</li>\n<li>(5%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3099";>3099</a> Network printing support</li>\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1767";>1767</a> trying to connect to "localhost" while offline/disconnected triggers network search</li>\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=943";>943</a> Quick softpoweroff mode</li>\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1043";>1043</a> Add priority to defined wifi connections</li>\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1100";>1100</a> flasher-3.0 not available for N8x0 and MacOS X (PPC & x86)</li>\n<li>(2%) <a href="h
 ttps://bugs.maemo.org/show_bug.cgi?id=965">965</a> Set display brightness when booting/shutting down to lowest value</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3655";>3655</a> EAP-LEAP (Cisco) not supported</li>\n</ol>\nPlease visit <a href="http://bugs.maemo.org/";>bugs.maemo.org</a> to vote. Registration is easy and free.\n</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=1150,2784,1040,2878,2896,3851,4023,2526,2637,2723";>Ten hottest open bugs</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1150";>1150</a> gstreamer0.10-id3lib-osso: sends kbps instead of bps in bitrate field</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2784";>2784</a> Screen taps or presses go to random locations, randomly</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1040";>1040</a> Two seconds of noise follows audio</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2878";>2878</a> Very poor satellite acquisition with internal GP
 S</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2896";>2896</a> Busybox prevents installing full versions of tools packages (cleanly)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3851";>3851</a> AGPS not helping to get a lock under clear sky</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4023";>4023</a> Sapwood doesn\'t align PixbufOpenRequest properly (crash on 770) (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2526";>2526</a> Under OS2008 bluetooth headsets and stereo headsets are paired and connected but audio gets lost and is not routed to the headphones (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2637";>2637</a> memory cards appear corrupted/unformatted in OS2008 but work in OS2007 (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2723";>2723</a> Pushing key once causes multiple repeats (new this week)</li>\n</ol></p>\n<p><a href="https://bugs.maemo.org/buglist.c
 gi?bug_id=793,1303,1521,1673,2041,2948,3048,3373,3726,3741">Ten hottest open enhancements</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=793";>793</a> lock screen should have \'if lost\' info</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1303";>1303</a> Hildon does not follow freedesktop.org standard, ignores ~/.local/share/appplications</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1521";>1521</a> make osso_mime and friends support "Actions"</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1673";>1673</a> Allow use of current artist/song being played for IM status message</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2041";>2041</a> Ability to send display output to an 802.11 capable projector.</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2948";>2948</a> Wifi AP list scrolls too fast</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3048";>3048</a> Silence sounds while at the same time keeping a
 udio feedback when typing</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3373";>3373</a> please provide uclibc/eabi toolchain for building stuff for initfs</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3726";>3726</a> libpng: Support for animated PNG backgrounds</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3741";>3741</a> Support for sound themes</li>\n</ol></p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=305,360,503,657,778,796,901,937,942,995";>Ten oldest open bugs</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=305";>305</a> Incorrect http_proxy/host gconf value setting (leading http://)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=360";>360</a> HildonWindow needlessly resizes on map</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=503";>503</a> Missing settings for Orange gprs in operator-wizard-settings</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=657";>657</a> TN inferring WMC
 lass from Exec is prone to breakage, it should ignore quotes</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=778";>778</a> gstreamer built without debugging subsystem</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=796";>796</a> Fix hard-coded paths in osso-af-startup build files</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=901";>901</a> osso_thumbnail_factory_load() needs destroy callback</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=937";>937</a> don\'t use MEMSETOOBSEL</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=942";>942</a> Media Player displays incorrect bitrate for VBR MP3\'s</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=995";>995</a> DNS resolution ignores local domain</li>\n</ol></p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=176,356,387,417,419,793,943,965,1013,1029";>Ten oldest open enhancements</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=176";>176</a> Ogg Vorbis sup
 port</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=356";>356</a> Kernel lacks IPv6 support</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=387";>387</a> Impossible to specify proxy username and password</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=417";>417</a> Support WEP with 802.1x EAP PEAP</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=419";>419</a> Enable IPv6 support in busybox</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=793";>793</a> lock screen should have \'if lost\' info</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=943";>943</a> Quick softpoweroff mode</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=965";>965</a> Set display brightness when booting/shutting down to lowest value</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1013";>1013</a> flasher-3.0 not available for N8x0 and Linux/PowerPC</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1029";>1029</a> Locking keyboard 
 shouldn\'t lock headset button</li>\n</ol></p>\n<h3>New Items</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4170,4171,4172,4174,4175,4177,4178,4179,4180,4182,4187,4188,4189,4190";>14 bugs were opened</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4170";>4170</a> Please proof things before you release them</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4171";>4171</a> hildon-control-panel build-depends on libcodelockui1-dev  which cannot be satisfied in SDK</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4172";>4172</a> Wrong information in the Fremantle alpha SDK  installation notes</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4174";>4174</a> shell history file is overwritten after every command</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4175";>4175</a> History cross-contamination between concurrently running shells</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4177";>4177</a> SDL needs to b
 e compiled with --enable-video-opengl option</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4178";>4178</a> hildon-input-method needs a finger keyboard example</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4179";>4179</a> sudo not installed correctly</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4180";>4180</a> very slow clutter performance</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4182";>4182</a> gpsbt and tablet-browser-interface missing (FfF)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4187";>4187</a> Autoconf should be replaced by configure in one paragraph</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4188";>4188</a> HTML conversion translates ~ characters in TeX documentation to non-breaking spaces</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4189";>4189</a> hildon_helloworld-6.c missing bits</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4190";>4190</a> Broken link to GTK+ 2.0
  tutorial</li>\n</ul>\n(FfF) indicates the bug is Filed for Fremantle.\n</p>\n<p>0 bugs were critical/blocker.</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4176,4183";>2 enhancements were opened</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4176";>4176</a> hald-addon-bme-dev is in nokia-binaries & closed for no good reason (FfF)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4183";>4183</a> Dialog button handling</li>\n</ul>\n(FfF) indicates the enhancement is Filed for Fremantle.\n</p>\n<h3>Resolved Bugs</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=2168,2977,4170,4171";>4 bugs were resolved "fixed"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2168";>2168</a> API needs destroy functions for user data (FiF)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2977";>2977</a> libossomime should open NEW browser window for incoming http(s) requests (FiF)</li>\n<li><a href="https://bugs.maemo.org/show_bu
 g.cgi?id=4170">4170</a> Please proof things before you release them</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4171";>4171</a> hildon-control-panel build-depends on libcodelockui1-dev  which cannot be satisfied in SDK</li>\n</ul>\n(FiF) indicates the bug is Fixed in Fremantle.\n</p>\n<p>0 bugs were resolved "invalid".</p>\n<p>0 bugs were resolved "wontfix".</p>\n<p>0 bugs were resolved "duplicate".</p>\n<p>0 bugs were resolved "worksforme".</p>\n<p>0 bugs were resolved "moved".</p>\n<h3>Resolved Enhancements</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4176";>1 enhancement was resolved "fixed"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4176";>4176</a> hald-addon-bme-dev is in nokia-binaries & closed for no good reason (FiF)</li>\n</ul>\n(FiF) indicates the enhancement is Fixed in Fremantle.\n</p>\n<p>0 enhancements were resolved "invalid".</p>\n<p>0 enhancements were resolved "wontfix".</p>\n<p>0 enhancements were resolved "dup
 licate".</p>\n<p>0 enhancements were resolved "worksforme".</p>\n<p>0 enhancements were resolved "moved".</p>\n<h3>Confirmed Items</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4182";>1 bug was confirmed</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4182";>4182</a> gpsbt and tablet-browser-interface missing</li>\n</ul></p>\n<p>0 enhancements were confirmed.</p>\n<h3>Reopened Items</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=2168";>1 bug was reopened</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2168";>2168</a> API needs destroy functions for user data</li>\n</ul></p>\n<p>0 enhancements were reopened.</p>\n<h3>Unloved Items</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4172,4187,4179,4177";>4 bugs were needing love</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4172";>4172</a> Wrong information in the Fremantle alpha SDK  installation notes</li>\n<li><a href="https://bugs.maemo.org/show
 _bug.cgi?id=4187">4187</a> Autoconf should be replaced by configure in one paragraph</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4179";>4179</a> sudo not installed correctly</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4177";>4177</a> SDL needs to be compiled with --enable-video-opengl option</li>\n</ul></p>\n<p>0 enhancements were needing love.</p>\n<h3>Keyworded Items</h3> (<a href="https://bugs.maemo.org/describekeywords.cgi";>glossary</a>)\n<p>0 bugs were tagged "crash".</p>\n<p>0 bugs were tagged "easyfix".</p>\n<p>0 bugs were tagged "moreinfo".</p>\n<p>0 bugs were tagged "patch".</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4180";>1 bug was tagged "performance"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4180";>4180</a> very slow clutter performance</li>\n</ul></p>\n<p>0 bugs were tagged "security".</p>\n<p>0 enhancements were tagged "easyfix".</p>\n<p>0 enhancements were tagged "moreinfo".</p>\n<p>0 enhancements 
 were tagged "patch".</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4180";>1 enhancement was tagged "performance"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4180";>4180</a> very slow clutter performance</li>\n</ul></p>\n<p>This summary is also posted to the Maemo developers\' list and <a href="http://www.internettablettalk.com/forums/showthread.php?p=269955#post269955";>Internet Tablet Talk</a>.\n\n        \n    <span class="net_nemein_favourites">1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=2706ed920c5c11de9ec3f3a0717707090709&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/2706ed920c5c11de9ec3f3a0717707090709/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_neme
 in_favourites_execute_for=2706ed920c5c11de9ec3f3a0717707090709&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/2706ed920c5c11de9ec3f3a0717707090709/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}, 'summary': u'<p>A Quick Look at Maemo Official Platform in <a href="http://bugs.maemo.org/";>Bugzilla</a><br />\n2009-03-02 through 2009-03-08</p>\n<p>As of 2009-03-09 Maemo Official Platform contains 1743 (+16 this week) items,<br />\nincluding 332 open issues (+12 this week):\n<ul>\n<li>214 open bugs (+11 this week)</li>\n<ul>\n<li>3 critical/blocker (no change this week)</li>\n<li>4 "easyfix" (no change this week)</li>\n<li>34 "moreinfo" (no change this week)</li>\n<li>4 "crash" (no change this week)</li>\n<li>9 "patch" (no change this week)</li>\n<li>9 reopened (no change this week)</li>\n<li>49 unconfirmed (+5 this week)
 </li>\n</ul>\n<li>118 open enhancements (+1 this week)</li>\n<ul>\n<li>2 "easyfix" (no change this week)</li>\n<li>6 "moreinfo" (no change this week)</li>\n<li>3 "patch" (no change this week)</li>\n<li>2 reopened (no change this week)</li>\n<li>6 unconfirmed (+1 this week)</li>\n</ul>\n</ul>\n</p>\n<h3>Top Tens</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=2878,2723,2784,2850,2640,2615,1040,2747,3851,1045";>Ten biggest open bugs by number of votes</a>:\n<ol></p>\n<li>(29%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2878";>2878</a> Very poor satellite acquisition with internal GPS</li>\n<li>(12%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2723";>2723</a> Pushing key once causes multiple repeats</li>\n<li>(6%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2784";>2784</a> Screen taps or presses go to random locations, randomly</li>\n<li>(5%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2850";>2850</a> On screen keyboard dooesn\'t always realise that blue
 tooth keyboard has been connected or disconnected</li>\n<li>(4%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2640";>2640</a> Can no longer pair bluetooth keyboard after upgrade to OS 2008 with restore</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2615";>2615</a> jffs2_gcd_mtd4/ pdflush occasionally hogging CPU & leaving the device unresponsive for tens of seconds</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1040";>1040</a> Two seconds of noise follows audio</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2747";>2747</a> inconsistent mmc device naming at boot time when one card is missing</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3851";>3851</a> AGPS not helping to get a lock under clear sky</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1045";>1045</a> Media player breaks the original sorting of songs in a CD</li>\n</ol>\nPlease visit <a href="http://bugs.maemo.org/";>bugs.maemo.org</a> to vo
 te. Registration is easy and free.\n</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=176,1635,417,3099,1767,943,1043,1100,965,3655";>Ten biggest open enhancements by number of votes</a>:\n<ol></p>\n<li>(33%) <a href="https://bugs.maemo.org/show_bug.cgi?id=176";>176</a> Ogg Vorbis support</li>\n<li>(7%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1635";>1635</a> Eduroam (EAP-TTLS+PAP) WiFi auth</li>\n<li>(6%) <a href="https://bugs.maemo.org/show_bug.cgi?id=417";>417</a> Support WEP with 802.1x EAP PEAP</li>\n<li>(5%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3099";>3099</a> Network printing support</li>\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1767";>1767</a> trying to connect to "localhost" while offline/disconnected triggers network search</li>\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=943";>943</a> Quick softpoweroff mode</li>\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1043";>1043</a> Add priority to defined wifi
  connections</li>\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1100";>1100</a> flasher-3.0 not available for N8x0 and MacOS X (PPC & x86)</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=965";>965</a> Set display brightness when booting/shutting down to lowest value</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3655";>3655</a> EAP-LEAP (Cisco) not supported</li>\n</ol>\nPlease visit <a href="http://bugs.maemo.org/";>bugs.maemo.org</a> to vote. Registration is easy and free.\n</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=1150,2784,1040,2878,2896,3851,4023,2526,2637,2723";>Ten hottest open bugs</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1150";>1150</a> gstreamer0.10-id3lib-osso: sends kbps instead of bps in bitrate field</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2784";>2784</a> Screen taps or presses go to random locations, randomly</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi
 ?id=1040">1040</a> Two seconds of noise follows audio</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2878";>2878</a> Very poor satellite acquisition with internal GPS</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2896";>2896</a> Busybox prevents installing full versions of tools packages (cleanly)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3851";>3851</a> AGPS not helping to get a lock under clear sky</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4023";>4023</a> Sapwood doesn\'t align PixbufOpenRequest properly (crash on 770) (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2526";>2526</a> Under OS2008 bluetooth headsets and stereo headsets are paired and connected but audio gets lost and is not routed to the headphones (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2637";>2637</a> memory cards appear corrupted/unformatted in OS2008 but work in OS2007 (+1 this week)</li>\n<li><a hre
 f="https://bugs.maemo.org/show_bug.cgi?id=2723";>2723</a> Pushing key once causes multiple repeats (new this week)</li>\n</ol></p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=793,1303,1521,1673,2041,2948,3048,3373,3726,3741";>Ten hottest open enhancements</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=793";>793</a> lock screen should have \'if lost\' info</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1303";>1303</a> Hildon does not follow freedesktop.org standard, ignores ~/.local/share/appplications</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1521";>1521</a> make osso_mime and friends support "Actions"</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1673";>1673</a> Allow use of current artist/song being played for IM status message</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2041";>2041</a> Ability to send display output to an 802.11 capable projector.</li>\n<li><a href="https://bugs.maemo.org/show_b
 ug.cgi?id=2948">2948</a> Wifi AP list scrolls too fast</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3048";>3048</a> Silence sounds while at the same time keeping audio feedback when typing</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3373";>3373</a> please provide uclibc/eabi toolchain for building stuff for initfs</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3726";>3726</a> libpng: Support for animated PNG backgrounds</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3741";>3741</a> Support for sound themes</li>\n</ol></p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=305,360,503,657,778,796,901,937,942,995";>Ten oldest open bugs</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=305";>305</a> Incorrect http_proxy/host gconf value setting (leading http://)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=360";>360</a> HildonWindow needlessly resizes on map</li>\n<li><a href="https://bugs.maemo.org/sh
 ow_bug.cgi?id=503">503</a> Missing settings for Orange gprs in operator-wizard-settings</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=657";>657</a> TN inferring WMClass from Exec is prone to breakage, it should ignore quotes</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=778";>778</a> gstreamer built without debugging subsystem</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=796";>796</a> Fix hard-coded paths in osso-af-startup build files</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=901";>901</a> osso_thumbnail_factory_load() needs destroy callback</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=937";>937</a> don\'t use MEMSETOOBSEL</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=942";>942</a> Media Player displays incorrect bitrate for VBR MP3\'s</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=995";>995</a> DNS resolution ignores local domain</li>\n</ol></p>\n<p><a href="https://bugs.maemo.org/buglist.cgi
 ?bug_id=176,356,387,417,419,793,943,965,1013,1029">Ten oldest open enhancements</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=176";>176</a> Ogg Vorbis support</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=356";>356</a> Kernel lacks IPv6 support</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=387";>387</a> Impossible to specify proxy username and password</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=417";>417</a> Support WEP with 802.1x EAP PEAP</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=419";>419</a> Enable IPv6 support in busybox</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=793";>793</a> lock screen should have \'if lost\' info</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=943";>943</a> Quick softpoweroff mode</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=965";>965</a> Set display brightness when booting/shutting down to lowest value</li>\n<li><a href="https://bugs.maemo.org
 /show_bug.cgi?id=1013">1013</a> flasher-3.0 not available for N8x0 and Linux/PowerPC</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1029";>1029</a> Locking keyboard shouldn\'t lock headset button</li>\n</ol></p>\n<h3>New Items</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4170,4171,4172,4174,4175,4177,4178,4179,4180,4182,4187,4188,4189,4190";>14 bugs were opened</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4170";>4170</a> Please proof things before you release them</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4171";>4171</a> hildon-control-panel build-depends on libcodelockui1-dev  which cannot be satisfied in SDK</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4172";>4172</a> Wrong information in the Fremantle alpha SDK  installation notes</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4174";>4174</a> shell history file is overwritten after every command</li>\n<li><a href="https://bugs.maemo.org/show_bu
 g.cgi?id=4175">4175</a> History cross-contamination between concurrently running shells</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4177";>4177</a> SDL needs to be compiled with --enable-video-opengl option</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4178";>4178</a> hildon-input-method needs a finger keyboard example</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4179";>4179</a> sudo not installed correctly</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4180";>4180</a> very slow clutter performance</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4182";>4182</a> gpsbt and tablet-browser-interface missing (FfF)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4187";>4187</a> Autoconf should be replaced by configure in one paragraph</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4188";>4188</a> HTML conversion translates ~ characters in TeX documentation to non-breaking spaces</li>\n<li><a href="https://bu
 gs.maemo.org/show_bug.cgi?id=4189">4189</a> hildon_helloworld-6.c missing bits</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4190";>4190</a> Broken link to GTK+ 2.0 tutorial</li>\n</ul>\n(FfF) indicates the bug is Filed for Fremantle.\n</p>\n<p>0 bugs were critical/blocker.</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4176,4183";>2 enhancements were opened</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4176";>4176</a> hald-addon-bme-dev is in nokia-binaries & closed for no good reason (FfF)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4183";>4183</a> Dialog button handling</li>\n</ul>\n(FfF) indicates the enhancement is Filed for Fremantle.\n</p>\n<h3>Resolved Bugs</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=2168,2977,4170,4171";>4 bugs were resolved "fixed"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2168";>2168</a> API needs destroy functions for user data (FiF)</li>\n<li><a href="https:/
 /bugs.maemo.org/show_bug.cgi?id=2977">2977</a> libossomime should open NEW browser window for incoming http(s) requests (FiF)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4170";>4170</a> Please proof things before you release them</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4171";>4171</a> hildon-control-panel build-depends on libcodelockui1-dev  which cannot be satisfied in SDK</li>\n</ul>\n(FiF) indicates the bug is Fixed in Fremantle.\n</p>\n<p>0 bugs were resolved "invalid".</p>\n<p>0 bugs were resolved "wontfix".</p>\n<p>0 bugs were resolved "duplicate".</p>\n<p>0 bugs were resolved "worksforme".</p>\n<p>0 bugs were resolved "moved".</p>\n<h3>Resolved Enhancements</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4176";>1 enhancement was resolved "fixed"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4176";>4176</a> hald-addon-bme-dev is in nokia-binaries & closed for no good reason (FiF)</li>\n</ul>\n(FiF) indicates the
  enhancement is Fixed in Fremantle.\n</p>\n<p>0 enhancements were resolved "invalid".</p>\n<p>0 enhancements were resolved "wontfix".</p>\n<p>0 enhancements were resolved "duplicate".</p>\n<p>0 enhancements were resolved "worksforme".</p>\n<p>0 enhancements were resolved "moved".</p>\n<h3>Confirmed Items</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4182";>1 bug was confirmed</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4182";>4182</a> gpsbt and tablet-browser-interface missing</li>\n</ul></p>\n<p>0 enhancements were confirmed.</p>\n<h3>Reopened Items</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=2168";>1 bug was reopened</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2168";>2168</a> API needs destroy functions for user data</li>\n</ul></p>\n<p>0 enhancements were reopened.</p>\n<h3>Unloved Items</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4172,4187,4179,4177";>4 bugs were needing love</a>:\n<ul>\n<li
 ><a href="https://bugs.maemo.org/show_bug.cgi?id=4172";>4172</a> Wrong information in the Fremantle alpha SDK  installation notes</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4187";>4187</a> Autoconf should be replaced by configure in one paragraph</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4179";>4179</a> sudo not installed correctly</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4177";>4177</a> SDL needs to be compiled with --enable-video-opengl option</li>\n</ul></p>\n<p>0 enhancements were needing love.</p>\n<h3>Keyworded Items</h3> (<a href="https://bugs.maemo.org/describekeywords.cgi";>glossary</a>)\n<p>0 bugs were tagged "crash".</p>\n<p>0 bugs were tagged "easyfix".</p>\n<p>0 bugs were tagged "moreinfo".</p>\n<p>0 bugs were tagged "patch".</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4180";>1 bug was tagged "performance"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4180";>4180</a> very slow clutter perf
 ormance</li>\n</ul></p>\n<p>0 bugs were tagged "security".</p>\n<p>0 enhancements were tagged "easyfix".</p>\n<p>0 enhancements were tagged "moreinfo".</p>\n<p>0 enhancements were tagged "patch".</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4180";>1 enhancement was tagged "performance"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4180";>4180</a> very slow clutter performance</li>\n</ul></p>\n<p>This summary is also posted to the Maemo developers\' list and <a href="http://www.internettablettalk.com/forums/showthread.php?p=269955#post269955";>Internet Tablet Talk</a>.\n\n        \n    <span class="net_nemein_favourites">1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=2706ed920c5c11de9ec3f3a0717707090709&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/2706ed920c5c11de9ec3f3a0717707090709/"; class="net_nemein_favourites_create"><img src="http://static.maemo.or
 g/net.nemein.favourites/not-favorite.png" alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=2706ed920c5c11de9ec3f3a0717707090709&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/2706ed920c5c11de9ec3f3a0717707090709/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'content': [{'base': '', 'type': 'text/html', 'value': u'<p>A Quick Look at Maemo Official Platform in <a href="http://bugs.maemo.org/";>Bugzilla</a><br />\n2009-03-02 through 2009-03-08</p>\n<p>As of 2009-03-09 Maemo Official Platform contains 1743 (+16 this week) items,<br />\nincluding 332 open issues (+12 this week):\n<ul>\n<li>214 open bugs (+11 this week)</li>\n<ul>\n<li>3 critical/blocker (no change this week)</li>\n<li>4 "easyfix" (no change this week)</li>\n<li>34 
 "moreinfo" (no change this week)</li>\n<li>4 "crash" (no change this week)</li>\n<li>9 "patch" (no change this week)</li>\n<li>9 reopened (no change this week)</li>\n<li>49 unconfirmed (+5 this week)</li>\n</ul>\n<li>118 open enhancements (+1 this week)</li>\n<ul>\n<li>2 "easyfix" (no change this week)</li>\n<li>6 "moreinfo" (no change this week)</li>\n<li>3 "patch" (no change this week)</li>\n<li>2 reopened (no change this week)</li>\n<li>6 unconfirmed (+1 this week)</li>\n</ul>\n</ul>\n</p>\n<h3>Top Tens</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=2878,2723,2784,2850,2640,2615,1040,2747,3851,1045";>Ten biggest open bugs by number of votes</a>:\n<ol></p>\n<li>(29%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2878";>2878</a> Very poor satellite acquisition with internal GPS</li>\n<li>(12%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2723";>2723</a> Pushing key once causes multiple repeats</li>\n<li>(6%) <a href="https://bugs.maemo.org/show_bug.cgi?id=278
 4">2784</a> Screen taps or presses go to random locations, randomly</li>\n<li>(5%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2850";>2850</a> On screen keyboard dooesn\'t always realise that bluetooth keyboard has been connected or disconnected</li>\n<li>(4%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2640";>2640</a> Can no longer pair bluetooth keyboard after upgrade to OS 2008 with restore</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2615";>2615</a> jffs2_gcd_mtd4/ pdflush occasionally hogging CPU & leaving the device unresponsive for tens of seconds</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1040";>1040</a> Two seconds of noise follows audio</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=2747";>2747</a> inconsistent mmc device naming at boot time when one card is missing</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3851";>3851</a> AGPS not helping to get a lock under clear sky</li>\n<li>(2%) <a hr
 ef="https://bugs.maemo.org/show_bug.cgi?id=1045";>1045</a> Media player breaks the original sorting of songs in a CD</li>\n</ol>\nPlease visit <a href="http://bugs.maemo.org/";>bugs.maemo.org</a> to vote. Registration is easy and free.\n</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=176,1635,417,3099,1767,943,1043,1100,965,3655";>Ten biggest open enhancements by number of votes</a>:\n<ol></p>\n<li>(33%) <a href="https://bugs.maemo.org/show_bug.cgi?id=176";>176</a> Ogg Vorbis support</li>\n<li>(7%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1635";>1635</a> Eduroam (EAP-TTLS+PAP) WiFi auth</li>\n<li>(6%) <a href="https://bugs.maemo.org/show_bug.cgi?id=417";>417</a> Support WEP with 802.1x EAP PEAP</li>\n<li>(5%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3099";>3099</a> Network printing support</li>\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1767";>1767</a> trying to connect to "localhost" while offline/disconnected triggers network search</li>\n<
 li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=943";>943</a> Quick softpoweroff mode</li>\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1043";>1043</a> Add priority to defined wifi connections</li>\n<li>(3%) <a href="https://bugs.maemo.org/show_bug.cgi?id=1100";>1100</a> flasher-3.0 not available for N8x0 and MacOS X (PPC & x86)</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=965";>965</a> Set display brightness when booting/shutting down to lowest value</li>\n<li>(2%) <a href="https://bugs.maemo.org/show_bug.cgi?id=3655";>3655</a> EAP-LEAP (Cisco) not supported</li>\n</ol>\nPlease visit <a href="http://bugs.maemo.org/";>bugs.maemo.org</a> to vote. Registration is easy and free.\n</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=1150,2784,1040,2878,2896,3851,4023,2526,2637,2723";>Ten hottest open bugs</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1150";>1150</a> gstreamer0.10-id3lib-osso: sends kbps instead of bps i
 n bitrate field</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2784";>2784</a> Screen taps or presses go to random locations, randomly</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1040";>1040</a> Two seconds of noise follows audio</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2878";>2878</a> Very poor satellite acquisition with internal GPS</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2896";>2896</a> Busybox prevents installing full versions of tools packages (cleanly)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3851";>3851</a> AGPS not helping to get a lock under clear sky</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4023";>4023</a> Sapwood doesn\'t align PixbufOpenRequest properly (crash on 770) (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2526";>2526</a> Under OS2008 bluetooth headsets and stereo headsets are paired and connected but audio gets lost and is not routed to the he
 adphones (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2637";>2637</a> memory cards appear corrupted/unformatted in OS2008 but work in OS2007 (+1 this week)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2723";>2723</a> Pushing key once causes multiple repeats (new this week)</li>\n</ol></p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=793,1303,1521,1673,2041,2948,3048,3373,3726,3741";>Ten hottest open enhancements</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=793";>793</a> lock screen should have \'if lost\' info</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1303";>1303</a> Hildon does not follow freedesktop.org standard, ignores ~/.local/share/appplications</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1521";>1521</a> make osso_mime and friends support "Actions"</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1673";>1673</a> Allow use of current artist/song being played for IM 
 status message</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2041";>2041</a> Ability to send display output to an 802.11 capable projector.</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2948";>2948</a> Wifi AP list scrolls too fast</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3048";>3048</a> Silence sounds while at the same time keeping audio feedback when typing</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3373";>3373</a> please provide uclibc/eabi toolchain for building stuff for initfs</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3726";>3726</a> libpng: Support for animated PNG backgrounds</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=3741";>3741</a> Support for sound themes</li>\n</ol></p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=305,360,503,657,778,796,901,937,942,995";>Ten oldest open bugs</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=305";>305</a> Incorrect http_prox
 y/host gconf value setting (leading http://)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=360";>360</a> HildonWindow needlessly resizes on map</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=503";>503</a> Missing settings for Orange gprs in operator-wizard-settings</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=657";>657</a> TN inferring WMClass from Exec is prone to breakage, it should ignore quotes</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=778";>778</a> gstreamer built without debugging subsystem</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=796";>796</a> Fix hard-coded paths in osso-af-startup build files</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=901";>901</a> osso_thumbnail_factory_load() needs destroy callback</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=937";>937</a> don\'t use MEMSETOOBSEL</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=942";>942</a> Media Player displays inco
 rrect bitrate for VBR MP3\'s</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=995";>995</a> DNS resolution ignores local domain</li>\n</ol></p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=176,356,387,417,419,793,943,965,1013,1029";>Ten oldest open enhancements</a>:\n<ol></p>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=176";>176</a> Ogg Vorbis support</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=356";>356</a> Kernel lacks IPv6 support</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=387";>387</a> Impossible to specify proxy username and password</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=417";>417</a> Support WEP with 802.1x EAP PEAP</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=419";>419</a> Enable IPv6 support in busybox</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=793";>793</a> lock screen should have \'if lost\' info</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=943";>943</a> Qui
 ck softpoweroff mode</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=965";>965</a> Set display brightness when booting/shutting down to lowest value</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1013";>1013</a> flasher-3.0 not available for N8x0 and Linux/PowerPC</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=1029";>1029</a> Locking keyboard shouldn\'t lock headset button</li>\n</ol></p>\n<h3>New Items</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4170,4171,4172,4174,4175,4177,4178,4179,4180,4182,4187,4188,4189,4190";>14 bugs were opened</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4170";>4170</a> Please proof things before you release them</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4171";>4171</a> hildon-control-panel build-depends on libcodelockui1-dev  which cannot be satisfied in SDK</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4172";>4172</a> Wrong information in the Fremantle alpha S
 DK  installation notes</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4174";>4174</a> shell history file is overwritten after every command</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4175";>4175</a> History cross-contamination between concurrently running shells</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4177";>4177</a> SDL needs to be compiled with --enable-video-opengl option</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4178";>4178</a> hildon-input-method needs a finger keyboard example</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4179";>4179</a> sudo not installed correctly</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4180";>4180</a> very slow clutter performance</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4182";>4182</a> gpsbt and tablet-browser-interface missing (FfF)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4187";>4187</a> Autoconf should be replaced by configure in o
 ne paragraph</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4188";>4188</a> HTML conversion translates ~ characters in TeX documentation to non-breaking spaces</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4189";>4189</a> hildon_helloworld-6.c missing bits</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4190";>4190</a> Broken link to GTK+ 2.0 tutorial</li>\n</ul>\n(FfF) indicates the bug is Filed for Fremantle.\n</p>\n<p>0 bugs were critical/blocker.</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4176,4183";>2 enhancements were opened</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4176";>4176</a> hald-addon-bme-dev is in nokia-binaries & closed for no good reason (FfF)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4183";>4183</a> Dialog button handling</li>\n</ul>\n(FfF) indicates the enhancement is Filed for Fremantle.\n</p>\n<h3>Resolved Bugs</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=2168
 ,2977,4170,4171">4 bugs were resolved "fixed"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2168";>2168</a> API needs destroy functions for user data (FiF)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2977";>2977</a> libossomime should open NEW browser window for incoming http(s) requests (FiF)</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4170";>4170</a> Please proof things before you release them</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4171";>4171</a> hildon-control-panel build-depends on libcodelockui1-dev  which cannot be satisfied in SDK</li>\n</ul>\n(FiF) indicates the bug is Fixed in Fremantle.\n</p>\n<p>0 bugs were resolved "invalid".</p>\n<p>0 bugs were resolved "wontfix".</p>\n<p>0 bugs were resolved "duplicate".</p>\n<p>0 bugs were resolved "worksforme".</p>\n<p>0 bugs were resolved "moved".</p>\n<h3>Resolved Enhancements</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4176";>1 enhancement was res
 olved "fixed"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4176";>4176</a> hald-addon-bme-dev is in nokia-binaries & closed for no good reason (FiF)</li>\n</ul>\n(FiF) indicates the enhancement is Fixed in Fremantle.\n</p>\n<p>0 enhancements were resolved "invalid".</p>\n<p>0 enhancements were resolved "wontfix".</p>\n<p>0 enhancements were resolved "duplicate".</p>\n<p>0 enhancements were resolved "worksforme".</p>\n<p>0 enhancements were resolved "moved".</p>\n<h3>Confirmed Items</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4182";>1 bug was confirmed</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4182";>4182</a> gpsbt and tablet-browser-interface missing</li>\n</ul></p>\n<p>0 enhancements were confirmed.</p>\n<h3>Reopened Items</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=2168";>1 bug was reopened</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=2168";>2168</a> API needs destroy functions for user 
 data</li>\n</ul></p>\n<p>0 enhancements were reopened.</p>\n<h3>Unloved Items</h3>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4172,4187,4179,4177";>4 bugs were needing love</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4172";>4172</a> Wrong information in the Fremantle alpha SDK  installation notes</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4187";>4187</a> Autoconf should be replaced by configure in one paragraph</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4179";>4179</a> sudo not installed correctly</li>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4177";>4177</a> SDL needs to be compiled with --enable-video-opengl option</li>\n</ul></p>\n<p>0 enhancements were needing love.</p>\n<h3>Keyworded Items</h3> (<a href="https://bugs.maemo.org/describekeywords.cgi";>glossary</a>)\n<p>0 bugs were tagged "crash".</p>\n<p>0 bugs were tagged "easyfix".</p>\n<p>0 bugs were tagged "moreinfo".</p>\n<p>0 bugs were tagged "patch"
 .</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4180";>1 bug was tagged "performance"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4180";>4180</a> very slow clutter performance</li>\n</ul></p>\n<p>0 bugs were tagged "security".</p>\n<p>0 enhancements were tagged "easyfix".</p>\n<p>0 enhancements were tagged "moreinfo".</p>\n<p>0 enhancements were tagged "patch".</p>\n<p><a href="https://bugs.maemo.org/buglist.cgi?bug_id=4180";>1 enhancement was tagged "performance"</a>:\n<ul>\n<li><a href="https://bugs.maemo.org/show_bug.cgi?id=4180";>4180</a> very slow clutter performance</li>\n</ul></p>\n<p>This summary is also posted to the Maemo developers\' list and <a href="http://www.internettablettalk.com/forums/showthread.php?p=269955#post269955";>Internet Tablet Talk</a>.\n\n        \n    <span class="net_nemein_favourites">1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=2706ed920c5c11de9ec3f3a07177070
 90709&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/2706ed920c5c11de9ec3f3a0717707090709/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=2706ed920c5c11de9ec3f3a0717707090709&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/2706ed920c5c11de9ec3f3a0717707090709/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}], 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Maemo Official Platform Bug Jar 2009.10', 'language': u'en'}, 'link': u'http://www.octofish.net/bugjar/2009/03/maemo-official-platform-bug-ja-13.html', 'published': u'2009-03-08T21:00:01+00:00', 
 'author_detail': {'name': u'Stephen Gadsby <sjgadsby ptdprolog net>'}, 'id': u'http://maemo.org/midcom-permalink-2706ed920c5c11de9ec3f3a0717707090709', 'tags': [{'term': u'feed:92758f42b900fe90ec500065e7ba5bc5', 'scheme': None, 'label': None}], 'updated_parsed': (2009, 3, 8, 21, 0, 1, 6, 67, 0)}, {'updated': u'2009-03-08T13:10:31+00:00', 'subtitle': u'I visited the Embedded World fair in N\xfcrnberg on Wednesday this week together with some colleagues. Like always on events like this I stumble upon nice devices with Linux support&#8230; in fact embedded hardware like development platforms and devices for industrial use or consumer network stuff without running Linux seems to become uncommon. Just a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fl0rian.wordpress.com&blog=100118&post=111&subd=fl0rian&ref=&feed=1"; /><span class="net_nemein_favourites">7 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=0
 0863b340bf611de997505a2de1099f399f3&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/00863b340bf611de997505a2de1099f399f3/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=00863b340bf611de997505a2de1099f399f3&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/00863b340bf611de997505a2de1099f399f3/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'links': [{'href': u'http://fl0rian.wordpress.com/2009/03/08/the-other-beagleboard/', 'type': u'text/html', 'rel': u'alternate'}], 'published_parsed': (2009, 3, 8, 13, 10, 31, 6, 67, 0), 'title': u'The \u2018other\u2019 BeagleBoard', 'author': u'Fl
 orian Boor <florian boor kernelconcepts de>', 'summary_detail': {'base': '', 'type': 'text/html', 'value': u'I visited the Embedded World fair in N\xfcrnberg on Wednesday this week together with some colleagues. Like always on events like this I stumble upon nice devices with Linux support&#8230; in fact embedded hardware like development platforms and devices for industrial use or consumer network stuff without running Linux seems to become uncommon. Just a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fl0rian.wordpress.com&blog=100118&post=111&subd=fl0rian&ref=&feed=1"; /><span class="net_nemein_favourites">7 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=00863b340bf611de997505a2de1099f399f3&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/00863b340bf611de997505a2de1099f399f3/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.fav
 ourites/not-favorite.png" alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=00863b340bf611de997505a2de1099f399f3&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/00863b340bf611de997505a2de1099f399f3/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}, 'summary': u'I visited the Embedded World fair in N\xfcrnberg on Wednesday this week together with some colleagues. Like always on events like this I stumble upon nice devices with Linux support&#8230; in fact embedded hardware like development platforms and devices for industrial use or consumer network stuff without running Linux seems to become uncommon. Just a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fl0rian.wordpress.com&blog=100118&p
 ost=111&subd=fl0rian&ref=&feed=1" /><span class="net_nemein_favourites">7 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=00863b340bf611de997505a2de1099f399f3&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/00863b340bf611de997505a2de1099f399f3/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=00863b340bf611de997505a2de1099f399f3&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/00863b340bf611de997505a2de1099f399f3/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'content': [{'base': '', 'type': 'text/html', 'value': u'I visited the Em
 bedded World fair in N\xfcrnberg on Wednesday this week together with some colleagues. Like always on events like this I stumble upon nice devices with Linux support&#8230; in fact embedded hardware like development platforms and devices for industrial use or consumer network stuff without running Linux seems to become uncommon. Just a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fl0rian.wordpress.com&blog=100118&post=111&subd=fl0rian&ref=&feed=1"; /><span class="net_nemein_favourites">7 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=00863b340bf611de997505a2de1099f399f3&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/00863b340bf611de997505a2de1099f399f3/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemei
 n_favourites_execute=bury&net_nemein_favourites_execute_for=00863b340bf611de997505a2de1099f399f3&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/00863b340bf611de997505a2de1099f399f3/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}], 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'The \u2018other\u2019 BeagleBoard', 'language': u'en'}, 'link': u'http://fl0rian.wordpress.com/2009/03/08/the-other-beagleboard/', 'published': u'2009-03-08T13:10:31+00:00', 'author_detail': {'name': u'Florian Boor <florian boor kernelconcepts de>'}, 'id': u'http://maemo.org/midcom-permalink-00863b340bf611de997505a2de1099f399f3', 'tags': [{'term': u'feed:49150f6460d13e3d595a34443892bce6', 'scheme': None, 'label': None}], 'updated_parsed': (2009, 3, 8, 13, 10, 31, 6, 67, 0)}, {'updated': u'2009-03-07T01:01:00+00:00', 'subtitle': u
 'When<a href="http://www.gupnp.org/";> GUPnP</a> was first used at Maemo software, one of the first questions I was asked was: Can\'t GUPnP handle multiple network interfaces just like ClinkC (the now deprecated UPnP framework in Maemo)? The answer to that question was "yes but you have to take care of creating GUPnPContext objects for each network interface yourself" and that wasn\'t very convenient. This issue, accompanied by the fact that applications had to know when the interfaces go up and down to create and destroy the associated GUPnPContext object themselves, made the lives of application developers not so easy.<br /><br />Recently when this issue was raised on the mailing-list and bugzilla by two different people,  I started to think about how to solve this issue. Keeping in view <a href="http://burtonini.com/";>Ross</a>\' advice I came-up with the following solution<br /><br />A GUPnPContextManager class that basically just have two signals: "context-available" and 
 "context-unavailable", that it uses to create/destroy and report GUPnPContext object for each network interface as it goes up/down. While the API was easy, the implemenation wasn\'t as there is no portable way of doing this. So what I did was that I wrote two different implementations that user (packager) can choose at configure time:<br /><ol><li>GUPnPUnixContextManager: Unix-specific implementation of GUPnPContextManager that only checks for all the up interfaces and creates a GUPnPContext object for each one of them. It doesn\'t unfortunately have any way of knowing when the interfaces go down. One can monitor network interfaces using netlink but that will be linux-specific and therefore should go into a separate implementation. Such an implementation will also be something that will be feasable for maemo so in case you are interested in small tasks for maemo, this is yet another chance. :)</li><li>GUPnPNetworkManager: Implementation of GUPnPContextManager based on <a hre
 f="http://projects.gnome.org/NetworkManager/";>NetworkManager</a>. This is a full-features implementation and hence the default one.<br /></li></ol><br />Although I got this working last week, I realized that Jorn might have overlooked something in his great plan: Every GUPnPContext was joining and watching the multicast channel on the same (default) interface no matter which interface it was created for so the discovery/announcement part wasn\'t quite functional on each interface. Since this required some fundamental changes in GUPnP stack and the fact that it had been quite some time since I last touched unix socket APIs, it took me a week to get this right. Fortunately, GUPnP API/ABI didn\'t need to be broken for all this and all that changed in the API was the move of a property from one class in gupnp package to it\'s parent class in gssdp package (this implied deprecation of one getter and addition of another though).<br /><br />So after two weeks of hard work, the worl
 d seems to be a <a href="http://www.youtube.com/watch?v=n6IVlbEyq5M";>better place</a> now. The needed changes are yet to be reviewed and merged by Ross so for now if you are interested to try these out, you need to use my \'multinet\' branches from gitorious repos:<br /><br /><a href="http://gitorious.org/projects/gssdp/repos/mainline/logs/multinet"; target="_blank">http://gitorious.org/projects/gssdp/repos/mainline/logs/multinet</a><br /><a href="http://gitorious.org/projects/gssdp/repos/mainline/logs/multinet"; target="_blank">http://gitorious.org/projects/gssdp/repos/mainline/logs/multinet</a><br /><a href="http://gitorious.org/projects/gupnp-tools/repos/mainline/logs/multinet"; target="_blank">http://gitorious.org/projects/gupnp-tools/repos/mainline/logs/multinet</a><span class="net_nemein_favourites">5 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=5c009f3a0b2511deb7c88b262d5d589d589d&net_nemein_favourites_url=https://ma
 emo.org/news/favorites//json/fav/midgard_article/5c009f3a0b2511deb7c88b262d5d589d589d/" class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=5c009f3a0b2511deb7c88b262d5d589d589d&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/5c009f3a0b2511deb7c88b262d5d589d589d/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'links': [{'href': u'http://zee-nix.blogspot.com/2009/03/multiple-networks-and-gupnp.html', 'type': u'text/html', 'rel': u'alternate'}], 'published_parsed': (2009, 3, 7, 1, 1, 0, 5, 66, 0), 'title': u'Multiple networks and GUPnP', 'author': u'Zeeshan Ali <zeenix gmail com>', 'summary_detail': {'base': '', 'type': 'text
 /html', 'value': u'When<a href="http://www.gupnp.org/";> GUPnP</a> was first used at Maemo software, one of the first questions I was asked was: Can\'t GUPnP handle multiple network interfaces just like ClinkC (the now deprecated UPnP framework in Maemo)? The answer to that question was "yes but you have to take care of creating GUPnPContext objects for each network interface yourself" and that wasn\'t very convenient. This issue, accompanied by the fact that applications had to know when the interfaces go up and down to create and destroy the associated GUPnPContext object themselves, made the lives of application developers not so easy.<br /><br />Recently when this issue was raised on the mailing-list and bugzilla by two different people,  I started to think about how to solve this issue. Keeping in view <a href="http://burtonini.com/";>Ross</a>\' advice I came-up with the following solution<br /><br />A GUPnPContextManager class that basically just have two signals: "conte
 xt-available" and "context-unavailable", that it uses to create/destroy and report GUPnPContext object for each network interface as it goes up/down. While the API was easy, the implemenation wasn\'t as there is no portable way of doing this. So what I did was that I wrote two different implementations that user (packager) can choose at configure time:<br /><ol><li>GUPnPUnixContextManager: Unix-specific implementation of GUPnPContextManager that only checks for all the up interfaces and creates a GUPnPContext object for each one of them. It doesn\'t unfortunately have any way of knowing when the interfaces go down. One can monitor network interfaces using netlink but that will be linux-specific and therefore should go into a separate implementation. Such an implementation will also be something that will be feasable for maemo so in case you are interested in small tasks for maemo, this is yet another chance. :)</li><li>GUPnPNetworkManager: Implementation of GUPnPContextManag
 er based on <a href="http://projects.gnome.org/NetworkManager/";>NetworkManager</a>. This is a full-features implementation and hence the default one.<br /></li></ol><br />Although I got this working last week, I realized that Jorn might have overlooked something in his great plan: Every GUPnPContext was joining and watching the multicast channel on the same (default) interface no matter which interface it was created for so the discovery/announcement part wasn\'t quite functional on each interface. Since this required some fundamental changes in GUPnP stack and the fact that it had been quite some time since I last touched unix socket APIs, it took me a week to get this right. Fortunately, GUPnP API/ABI didn\'t need to be broken for all this and all that changed in the API was the move of a property from one class in gupnp package to it\'s parent class in gssdp package (this implied deprecation of one getter and addition of another though).<br /><br />So after two weeks of h
 ard work, the world seems to be a <a href="http://www.youtube.com/watch?v=n6IVlbEyq5M";>better place</a> now. The needed changes are yet to be reviewed and merged by Ross so for now if you are interested to try these out, you need to use my \'multinet\' branches from gitorious repos:<br /><br /><a href="http://gitorious.org/projects/gssdp/repos/mainline/logs/multinet"; target="_blank">http://gitorious.org/projects/gssdp/repos/mainline/logs/multinet</a><br /><a href="http://gitorious.org/projects/gssdp/repos/mainline/logs/multinet"; target="_blank">http://gitorious.org/projects/gssdp/repos/mainline/logs/multinet</a><br /><a href="http://gitorious.org/projects/gupnp-tools/repos/mainline/logs/multinet"; target="_blank">http://gitorious.org/projects/gupnp-tools/repos/mainline/logs/multinet</a><span class="net_nemein_favourites">5 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=5c009f3a0b2511deb7c88b262d5d589d589d&net_nemein_favouri
 tes_url=https://maemo.org/news/favorites//json/fav/midgard_article/5c009f3a0b2511deb7c88b262d5d589d589d/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=5c009f3a0b2511deb7c88b262d5d589d589d&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/5c009f3a0b2511deb7c88b262d5d589d589d/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}, 'summary': u'When<a href="http://www.gupnp.org/";> GUPnP</a> was first used at Maemo software, one of the first questions I was asked was: Can\'t GUPnP handle multiple network interfaces just like ClinkC (the now deprecated UPnP framework in Maemo)? The answer to that question was "
 yes but you have to take care of creating GUPnPContext objects for each network interface yourself" and that wasn\'t very convenient. This issue, accompanied by the fact that applications had to know when the interfaces go up and down to create and destroy the associated GUPnPContext object themselves, made the lives of application developers not so easy.<br /><br />Recently when this issue was raised on the mailing-list and bugzilla by two different people,  I started to think about how to solve this issue. Keeping in view <a href="http://burtonini.com/";>Ross</a>\' advice I came-up with the following solution<br /><br />A GUPnPContextManager class that basically just have two signals: "context-available" and "context-unavailable", that it uses to create/destroy and report GUPnPContext object for each network interface as it goes up/down. While the API was easy, the implemenation wasn\'t as there is no portable way of doing this. So what I did was that I wrote two different 
 implementations that user (packager) can choose at configure time:<br /><ol><li>GUPnPUnixContextManager: Unix-specific implementation of GUPnPContextManager that only checks for all the up interfaces and creates a GUPnPContext object for each one of them. It doesn\'t unfortunately have any way of knowing when the interfaces go down. One can monitor network interfaces using netlink but that will be linux-specific and therefore should go into a separate implementation. Such an implementation will also be something that will be feasable for maemo so in case you are interested in small tasks for maemo, this is yet another chance. :)</li><li>GUPnPNetworkManager: Implementation of GUPnPContextManager based on <a href="http://projects.gnome.org/NetworkManager/";>NetworkManager</a>. This is a full-features implementation and hence the default one.<br /></li></ol><br />Although I got this working last week, I realized that Jorn might have overlooked something in his great plan: Every 
 GUPnPContext was joining and watching the multicast channel on the same (default) interface no matter which interface it was created for so the discovery/announcement part wasn\'t quite functional on each interface. Since this required some fundamental changes in GUPnP stack and the fact that it had been quite some time since I last touched unix socket APIs, it took me a week to get this right. Fortunately, GUPnP API/ABI didn\'t need to be broken for all this and all that changed in the API was the move of a property from one class in gupnp package to it\'s parent class in gssdp package (this implied deprecation of one getter and addition of another though).<br /><br />So after two weeks of hard work, the world seems to be a <a href="http://www.youtube.com/watch?v=n6IVlbEyq5M";>better place</a> now. The needed changes are yet to be reviewed and merged by Ross so for now if you are interested to try these out, you need to use my \'multinet\' branches from gitorious repos:<br /
 ><br /><a href="http://gitorious.org/projects/gssdp/repos/mainline/logs/multinet"; target="_blank">http://gitorious.org/projects/gssdp/repos/mainline/logs/multinet</a><br /><a href="http://gitorious.org/projects/gssdp/repos/mainline/logs/multinet"; target="_blank">http://gitorious.org/projects/gssdp/repos/mainline/logs/multinet</a><br /><a href="http://gitorious.org/projects/gupnp-tools/repos/mainline/logs/multinet"; target="_blank">http://gitorious.org/projects/gupnp-tools/repos/mainline/logs/multinet</a><span class="net_nemein_favourites">5 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=5c009f3a0b2511deb7c88b262d5d589d589d&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/5c009f3a0b2511deb7c88b262d5d589d589d/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http
 ://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=5c009f3a0b2511deb7c88b262d5d589d589d&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/5c009f3a0b2511deb7c88b262d5d589d589d/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'content': [{'base': '', 'type': 'text/html', 'value': u'When<a href="http://www.gupnp.org/";> GUPnP</a> was first used at Maemo software, one of the first questions I was asked was: Can\'t GUPnP handle multiple network interfaces just like ClinkC (the now deprecated UPnP framework in Maemo)? The answer to that question was "yes but you have to take care of creating GUPnPContext objects for each network interface yourself" and that wasn\'t very convenient. This issue, accompanied by the fact that applications had to know when the interfaces go up and down to create and destroy the ass
 ociated GUPnPContext object themselves, made the lives of application developers not so easy.<br /><br />Recently when this issue was raised on the mailing-list and bugzilla by two different people,  I started to think about how to solve this issue. Keeping in view <a href="http://burtonini.com/";>Ross</a>\' advice I came-up with the following solution<br /><br />A GUPnPContextManager class that basically just have two signals: "context-available" and "context-unavailable", that it uses to create/destroy and report GUPnPContext object for each network interface as it goes up/down. While the API was easy, the implemenation wasn\'t as there is no portable way of doing this. So what I did was that I wrote two different implementations that user (packager) can choose at configure time:<br /><ol><li>GUPnPUnixContextManager: Unix-specific implementation of GUPnPContextManager that only checks for all the up interfaces and creates a GUPnPContext object for each one of them. It doesn
 \'t unfortunately have any way of knowing when the interfaces go down. One can monitor network interfaces using netlink but that will be linux-specific and therefore should go into a separate implementation. Such an implementation will also be something that will be feasable for maemo so in case you are interested in small tasks for maemo, this is yet another chance. :)</li><li>GUPnPNetworkManager: Implementation of GUPnPContextManager based on <a href="http://projects.gnome.org/NetworkManager/";>NetworkManager</a>. This is a full-features implementation and hence the default one.<br /></li></ol><br />Although I got this working last week, I realized that Jorn might have overlooked something in his great plan: Every GUPnPContext was joining and watching the multicast channel on the same (default) interface no matter which interface it was created for so the discovery/announcement part wasn\'t quite functional on each interface. Since this required some fundamental changes in 
 GUPnP stack and the fact that it had been quite some time since I last touched unix socket APIs, it took me a week to get this right. Fortunately, GUPnP API/ABI didn\'t need to be broken for all this and all that changed in the API was the move of a property from one class in gupnp package to it\'s parent class in gssdp package (this implied deprecation of one getter and addition of another though).<br /><br />So after two weeks of hard work, the world seems to be a <a href="http://www.youtube.com/watch?v=n6IVlbEyq5M";>better place</a> now. The needed changes are yet to be reviewed and merged by Ross so for now if you are interested to try these out, you need to use my \'multinet\' branches from gitorious repos:<br /><br /><a href="http://gitorious.org/projects/gssdp/repos/mainline/logs/multinet"; target="_blank">http://gitorious.org/projects/gssdp/repos/mainline/logs/multinet</a><br /><a href="http://gitorious.org/projects/gssdp/repos/mainline/logs/multinet"; target="_blank">h
 ttp://gitorious.org/projects/gssdp/repos/mainline/logs/multinet</a><br /><a href="http://gitorious.org/projects/gupnp-tools/repos/mainline/logs/multinet"; target="_blank">http://gitorious.org/projects/gupnp-tools/repos/mainline/logs/multinet</a><span class="net_nemein_favourites">5 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=5c009f3a0b2511deb7c88b262d5d589d589d&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/5c009f3a0b2511deb7c88b262d5d589d589d/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=5c009f3a0b2511deb7c88b262d5d589d589d&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/5c009f3a0b2511deb7c88b262d5d589d589d/"; class="net_nem
 ein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}], 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Multiple networks and GUPnP', 'language': u'en'}, 'link': u'http://zee-nix.blogspot.com/2009/03/multiple-networks-and-gupnp.html', 'published': u'2009-03-07T01:01:00+00:00', 'author_detail': {'name': u'Zeeshan Ali <zeenix gmail com>'}, 'id': u'http://maemo.org/midcom-permalink-5c009f3a0b2511deb7c88b262d5d589d589d', 'tags': [{'term': u'feed:ffa4f082707419ac67937f24053d9dcd', 'scheme': None, 'label': None}], 'updated_parsed': (2009, 3, 7, 1, 1, 0, 5, 66, 0)}, {'updated': u'2009-03-06T11:46:00+00:00', 'subtitle': u'<b>Hilights of the new <a href="http://mediabox.garage.maemo.org";>MediaBox</a> release:</b><br /><br />The overall performance of the user interface has been improved again and the lists now feature transition effects and remember the position where you
  where standing in the parent folder when you go back. This is especially handy when browsing UPnP/DLNA servers.<br /><br /><img src="http://mediabox.garage.maemo.org/sshots/mediabox-video.png"; /><br /><br />The mplayer backend has been optimized and mplayer now plays videos generally a lot smoother than before. Playback of higher resolution videos (e.g. 640 x 480) is now also smoother by automatic downscaling.<br /><br />Media indexing has been improved and runs faster. And if you don\'t like indexing of ID tags, you can always browse the filesystem to play your media, of course.<br /><br /><img src="http://mediabox.garage.maemo.org/sshots/mediabox-browse-by-genre.png"; /><br /><br />Music can now also be browsed by genre, additional to browsing by artist, by album, and by folder.<br /><br /><img src="http://mediabox.garage.maemo.org/sshots/mediabox-display-light.png"; /><br /><br />MediaBox can now be told to keep the display lit while playing media. Stop playing, and the de
 vice may enter powersaving mode again.<br /><br />If you use the Nokia headset that came with the device, you can now use the headset button to pause/play and skip to the next or previous track. Do this by pushing the button once, twice, or three times, respectively. Do not press the button to quickly because the headset is bad at detecting consecutive actions, though. Half a second between clicks is just right.<span class="net_nemein_favourites">6 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=14a934f20a9f11de8f1e29a4cbdf4f8e4f8e&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/14a934f20a9f11de8f1e29a4cbdf4f8e4f8e/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=14a93
 4f20a9f11de8f1e29a4cbdf4f8e4f8e&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/14a934f20a9f11de8f1e29a4cbdf4f8e4f8e/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'links': [{'href': u'http://pycage.blogspot.com/2009/03/mediabox-media-center-0964-released.html', 'type': u'text/html', 'rel': u'alternate'}], 'published_parsed': (2009, 3, 6, 11, 46, 0, 4, 65, 0), 'title': u'MediaBox Media Center 0.96.4 released', 'author': u'Martin Grimme <martin grimme gmail com>', 'summary_detail': {'base': '', 'type': 'text/html', 'value': u'<b>Hilights of the new <a href="http://mediabox.garage.maemo.org";>MediaBox</a> release:</b><br /><br />The overall performance of the user interface has been improved again and the lists now feature transition effects and remember the position where you where standing in the parent folder when you go back. This is 
 especially handy when browsing UPnP/DLNA servers.<br /><br /><img src="http://mediabox.garage.maemo.org/sshots/mediabox-video.png"; /><br /><br />The mplayer backend has been optimized and mplayer now plays videos generally a lot smoother than before. Playback of higher resolution videos (e.g. 640 x 480) is now also smoother by automatic downscaling.<br /><br />Media indexing has been improved and runs faster. And if you don\'t like indexing of ID tags, you can always browse the filesystem to play your media, of course.<br /><br /><img src="http://mediabox.garage.maemo.org/sshots/mediabox-browse-by-genre.png"; /><br /><br />Music can now also be browsed by genre, additional to browsing by artist, by album, and by folder.<br /><br /><img src="http://mediabox.garage.maemo.org/sshots/mediabox-display-light.png"; /><br /><br />MediaBox can now be told to keep the display lit while playing media. Stop playing, and the device may enter powersaving mode again.<br /><br />If you use th
 e Nokia headset that came with the device, you can now use the headset button to pause/play and skip to the next or previous track. Do this by pushing the button once, twice, or three times, respectively. Do not press the button to quickly because the headset is bad at detecting consecutive actions, though. Half a second between clicks is just right.<span class="net_nemein_favourites">6 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=14a934f20a9f11de8f1e29a4cbdf4f8e4f8e&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/14a934f20a9f11de8f1e29a4cbdf4f8e4f8e/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=14a934f20a9f11de8f1e29a4cbdf4f8e4f8e&net_nemein_favourites_url=https
 ://maemo.org/news/favorites//json/bury/midgard_article/14a934f20a9f11de8f1e29a4cbdf4f8e4f8e/" class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}, 'summary': u'<b>Hilights of the new <a href="http://mediabox.garage.maemo.org";>MediaBox</a> release:</b><br /><br />The overall performance of the user interface has been improved again and the lists now feature transition effects and remember the position where you where standing in the parent folder when you go back. This is especially handy when browsing UPnP/DLNA servers.<br /><br /><img src="http://mediabox.garage.maemo.org/sshots/mediabox-video.png"; /><br /><br />The mplayer backend has been optimized and mplayer now plays videos generally a lot smoother than before. Playback of higher resolution videos (e.g. 640 x 480) is now also smoother by automatic downscaling.<br /><br />Media indexing has been improved a
 nd runs faster. And if you don\'t like indexing of ID tags, you can always browse the filesystem to play your media, of course.<br /><br /><img src="http://mediabox.garage.maemo.org/sshots/mediabox-browse-by-genre.png"; /><br /><br />Music can now also be browsed by genre, additional to browsing by artist, by album, and by folder.<br /><br /><img src="http://mediabox.garage.maemo.org/sshots/mediabox-display-light.png"; /><br /><br />MediaBox can now be told to keep the display lit while playing media. Stop playing, and the device may enter powersaving mode again.<br /><br />If you use the Nokia headset that came with the device, you can now use the headset button to pause/play and skip to the next or previous track. Do this by pushing the button once, twice, or three times, respectively. Do not press the button to quickly because the headset is bad at detecting consecutive actions, though. Half a second between clicks is just right.<span class="net_nemein_favourites">6 <a href
 ="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=14a934f20a9f11de8f1e29a4cbdf4f8e4f8e&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/14a934f20a9f11de8f1e29a4cbdf4f8e4f8e/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=14a934f20a9f11de8f1e29a4cbdf4f8e4f8e&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/14a934f20a9f11de8f1e29a4cbdf4f8e4f8e/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'content': [{'base': '', 'type': 'text/html', 'value': u'<b>Hilights of the new <a href="http://mediabox.garage.maemo.org";>MediaBox</a> release:</b><br />
 <br />The overall performance of the user interface has been improved again and the lists now feature transition effects and remember the position where you where standing in the parent folder when you go back. This is especially handy when browsing UPnP/DLNA servers.<br /><br /><img src="http://mediabox.garage.maemo.org/sshots/mediabox-video.png"; /><br /><br />The mplayer backend has been optimized and mplayer now plays videos generally a lot smoother than before. Playback of higher resolution videos (e.g. 640 x 480) is now also smoother by automatic downscaling.<br /><br />Media indexing has been improved and runs faster. And if you don\'t like indexing of ID tags, you can always browse the filesystem to play your media, of course.<br /><br /><img src="http://mediabox.garage.maemo.org/sshots/mediabox-browse-by-genre.png"; /><br /><br />Music can now also be browsed by genre, additional to browsing by artist, by album, and by folder.<br /><br /><img src="http://mediabox.gara
 ge.maemo.org/sshots/mediabox-display-light.png" /><br /><br />MediaBox can now be told to keep the display lit while playing media. Stop playing, and the device may enter powersaving mode again.<br /><br />If you use the Nokia headset that came with the device, you can now use the headset button to pause/play and skip to the next or previous track. Do this by pushing the button once, twice, or three times, respectively. Do not press the button to quickly because the headset is bad at detecting consecutive actions, though. Half a second between clicks is just right.<span class="net_nemein_favourites">6 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=14a934f20a9f11de8f1e29a4cbdf4f8e4f8e&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/14a934f20a9f11de8f1e29a4cbdf4f8e4f8e/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add
  to favourites" title="Add to favourites" /></a>1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=14a934f20a9f11de8f1e29a4cbdf4f8e4f8e&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/14a934f20a9f11de8f1e29a4cbdf4f8e4f8e/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}], 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'MediaBox Media Center 0.96.4 released', 'language': u'en'}, 'link': u'http://pycage.blogspot.com/2009/03/mediabox-media-center-0964-released.html', 'published': u'2009-03-06T11:46:00+00:00', 'author_detail': {'name': u'Martin Grimme <martin grimme gmail com>'}, 'id': u'http://maemo.org/midcom-permalink-14a934f20a9f11de8f1e29a4cbdf4f8e4f8e', 'tags': [{'term': u'feed:b45a8ddcf3f2f1452044ac0e6a02e711', 'scheme': None, 'label': None}], 'updated
 _parsed': (2009, 3, 6, 11, 46, 0, 4, 65, 0)}, {'updated': u'2009-03-06T09:49:39+00:00', 'subtitle': u'<p>\n On 64-bit platform and willing to try the new fremantle SDK? Look no further, following the previous release, now <a href="http://www.ipi.fi/~pablo/";>here are the debs</a> for scratchbox as needed by fremantle.\n</p>\n<p>\n As last time, the debs are, again, available with apt, just add:<br />\n <code>deb http://www.ipi.fi/~pablo/maemo5-sdk_amd64 /<br />\n </code><br />\n to your sources.list and apt-get yourself out!</p>\n<span class="net_nemein_favourites">9 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=e180c26a0a4a11de836123d484844ad34ad3&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/e180c26a0a4a11de836123d484844ad34ad3/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favour
 ites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=e180c26a0a4a11de836123d484844ad34ad3&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/e180c26a0a4a11de836123d484844ad34ad3/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'links': [{'href': u'http://inz.fi/blog/2009/03/06/more-scratchbox-x86_64-goodness/', 'type': u'text/html', 'rel': u'alternate'}], 'published_parsed': (2009, 3, 6, 9, 49, 39, 4, 65, 0), 'title': u'More scratchbox x86_64 goodness', 'author': u'Santtu Lakkala <inz inz fi>', 'summary_detail': {'base': '', 'type': 'text/html', 'value': u'<p>\n On 64-bit platform and willing to try the new fremantle SDK? Look no further, following the previous release, now <a href="http://www.ipi.fi/~pablo/";>here are the debs</a> for scratchbox as needed by fremantle.\n</p>\n<p>
 \n As last time, the debs are, again, available with apt, just add:<br />\n <code>deb http://www.ipi.fi/~pablo/maemo5-sdk_amd64 /<br />\n </code><br />\n to your sources.list and apt-get yourself out!</p>\n<span class="net_nemein_favourites">9 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=e180c26a0a4a11de836123d484844ad34ad3&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/e180c26a0a4a11de836123d484844ad34ad3/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=e180c26a0a4a11de836123d484844ad34ad3&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/e180c26a0a4a11de836123d484844ad34ad3/"; class="net_nemein_favourites_create"><img src="http:
 //static.maemo.org/net.nemein.favourites/not-buried.png" alt="Bury" title="Bury" /></a></span>', 'language': u'en'}, 'summary': u'<p>\n On 64-bit platform and willing to try the new fremantle SDK? Look no further, following the previous release, now <a href="http://www.ipi.fi/~pablo/";>here are the debs</a> for scratchbox as needed by fremantle.\n</p>\n<p>\n As last time, the debs are, again, available with apt, just add:<br />\n <code>deb http://www.ipi.fi/~pablo/maemo5-sdk_amd64 /<br />\n </code><br />\n to your sources.list and apt-get yourself out!</p>\n<span class="net_nemein_favourites">9 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=e180c26a0a4a11de836123d484844ad34ad3&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/e180c26a0a4a11de836123d484844ad34ad3/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favo
 urites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=e180c26a0a4a11de836123d484844ad34ad3&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/e180c26a0a4a11de836123d484844ad34ad3/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'content': [{'base': '', 'type': 'text/html', 'value': u'<p>\n On 64-bit platform and willing to try the new fremantle SDK? Look no further, following the previous release, now <a href="http://www.ipi.fi/~pablo/";>here are the debs</a> for scratchbox as needed by fremantle.\n</p>\n<p>\n As last time, the debs are, again, available with apt, just add:<br />\n <code>deb http://www.ipi.fi/~pablo/maemo5-sdk_amd64 /<br />\n </code><br />\n to your sources.list and apt-get yourself out!</p>\n<span class="net_nemein_favourites">9 <a href
 ="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=e180c26a0a4a11de836123d484844ad34ad3&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/e180c26a0a4a11de836123d484844ad34ad3/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=e180c26a0a4a11de836123d484844ad34ad3&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/e180c26a0a4a11de836123d484844ad34ad3/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}], 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'More scratchbox x86_64 goodness', 'language': u'en'}, 'link': u'http://
 inz.fi/blog/2009/03/06/more-scratchbox-x86_64-goodness/', 'published': u'2009-03-06T09:49:39+00:00', 'author_detail': {'name': u'Santtu Lakkala <inz inz fi>'}, 'id': u'http://maemo.org/midcom-permalink-e180c26a0a4a11de836123d484844ad34ad3', 'tags': [{'term': u'feed:0c0feabdde04fabb6474d5d8a3e5c362', 'scheme': None, 'label': None}], 'updated_parsed': (2009, 3, 6, 9, 49, 39, 4, 65, 0)}, {'updated': u'2009-03-05T11:01:49+00:00', 'subtitle': u'Maemo 5 Alpha SDK rootstraps also available in SDK+ development environment  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maemoteam.wordpress.com&blog=1809284&post=55&subd=maemoteam&ref=&feed=1"; /><span class="net_nemein_favourites">14 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=c73e19ae098a11de9e1a4dcb2c3e8ba58ba5&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/c73e19ae098a11de9e1a4dcb2c3e8ba58ba5/"; class="net_nemein_favourite
 s_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=c73e19ae098a11de9e1a4dcb2c3e8ba58ba5&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/c73e19ae098a11de9e1a4dcb2c3e8ba58ba5/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'links': [{'href': u'http://maemoteam.wordpress.com/2009/03/05/maemo-5-alpha-rootstraps-now-available-in-sdk/', 'type': u'text/html', 'rel': u'alternate'}], 'published_parsed': (2009, 3, 5, 11, 1, 49, 3, 64, 0), 'title': u'Maemo 5 Alpha rootstraps now available in SDK+', 'author': u'Mika Luostarinen <mika luostarinen nokia com>', 'summary_detail': {'base': '', 'type': 'text/html', 'value': u'Maemo 5 Alpha SDK rootstraps also availa
 ble in SDK+ development environment  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maemoteam.wordpress.com&blog=1809284&post=55&subd=maemoteam&ref=&feed=1"; /><span class="net_nemein_favourites">14 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=c73e19ae098a11de9e1a4dcb2c3e8ba58ba5&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/c73e19ae098a11de9e1a4dcb2c3e8ba58ba5/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=c73e19ae098a11de9e1a4dcb2c3e8ba58ba5&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/c73e19ae098a11de9e1a4dcb2c3e8ba58ba5/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.neme
 in.favourites/not-buried.png" alt="Bury" title="Bury" /></a></span>', 'language': u'en'}, 'summary': u'Maemo 5 Alpha SDK rootstraps also available in SDK+ development environment  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maemoteam.wordpress.com&blog=1809284&post=55&subd=maemoteam&ref=&feed=1"; /><span class="net_nemein_favourites">14 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=c73e19ae098a11de9e1a4dcb2c3e8ba58ba5&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/c73e19ae098a11de9e1a4dcb2c3e8ba58ba5/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=c73e19ae098a11de9e1a4dcb2c3e8ba58ba5&net_nemein_favourites_url=https://maemo.org/news/favorites//j
 son/bury/midgard_article/c73e19ae098a11de9e1a4dcb2c3e8ba58ba5/" class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'content': [{'base': '', 'type': 'text/html', 'value': u'Maemo 5 Alpha SDK rootstraps also available in SDK+ development environment  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maemoteam.wordpress.com&blog=1809284&post=55&subd=maemoteam&ref=&feed=1"; /><span class="net_nemein_favourites">14 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=c73e19ae098a11de9e1a4dcb2c3e8ba58ba5&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/c73e19ae098a11de9e1a4dcb2c3e8ba58ba5/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?
 net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=c73e19ae098a11de9e1a4dcb2c3e8ba58ba5&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/c73e19ae098a11de9e1a4dcb2c3e8ba58ba5/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}], 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Maemo 5 Alpha rootstraps now available in SDK+', 'language': u'en'}, 'link': u'http://maemoteam.wordpress.com/2009/03/05/maemo-5-alpha-rootstraps-now-available-in-sdk/', 'published': u'2009-03-05T11:01:49+00:00', 'author_detail': {'name': u'Mika Luostarinen <mika luostarinen nokia com>'}, 'id': u'http://maemo.org/midcom-permalink-c73e19ae098a11de9e1a4dcb2c3e8ba58ba5', 'tags': [{'term': u'feed:e60eeaa820c2c20f69d6d4ddf6f6a31b', 'scheme': None, 'label': None}], 'updated_parsed': (2009, 3, 5, 11, 1, 49, 3, 64, 0)}, {'update
 d': u'2009-03-04T15:33:02+00:00', 'subtitle': u'<p>The deadline for submit organization applications for <a href="http://code.google.com/soc/"; title="google summer of code" target="_blank">Google Summer of Code</a> is approaching, so is time to move on. We already have a good number of possible mentors, but will be awesome if a few more appear, it will increase the chances of the Maemo community be chosen as a mentoring organization and also can increase the number of projects assigned to the Maemo community. So if you like Maemo and GSoC, go read this <a href="http://wiki.maemo.org/GSoC_2009/Mentors"; title="maemo mentors in SOC" target="_blank">page</a> and send some feedback for us in the next couple of days.</p>\n<p>We also want more possible<a href="http://wiki.maemo.org/GSoC_2009/Project_ideas"; title="maemo project ideas" target="_blank"> project ideas</a>, some criticism to the <a href="http://wiki.maemo.org/GSoC_2009/Project_ideas"; title="maemo project ideas" target="
 _blank">current ideas</a> will be welcomed too <img src="http://www.valeriovalerio.org/wp-includes/images/smilies/icon_smile.gif"; alt=":)" class="wp-smiley" /> </p>\n<p>More information about Maemo GSoC can be found<a href="http://wiki.maemo.org/GSoC_2009"; title="Maemo @GSoC 09" target="_blank"> here</a>.</p>\n<span class="net_nemein_favourites">6 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=f960357208e311de81670501e878919d919d&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/f960357208e311de81670501e878919d919d/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=f960357208e311de81670501e878919d919d&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/m
 idgard_article/f960357208e311de81670501e878919d919d/" class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'links': [{'href': u'http://www.valeriovalerio.org/?p=216', 'type': u'text/html', 'rel': u'alternate'}], 'published_parsed': (2009, 3, 4, 15, 33, 2, 2, 63, 0), 'title': u'Maemo @ GSoC - last call for mentors', 'author': u'Val\xe9rio Val\xe9rio <vdv100 gmail com>', 'summary_detail': {'base': '', 'type': 'text/html', 'value': u'<p>The deadline for submit organization applications for <a href="http://code.google.com/soc/"; title="google summer of code" target="_blank">Google Summer of Code</a> is approaching, so is time to move on. We already have a good number of possible mentors, but will be awesome if a few more appear, it will increase the chances of the Maemo community be chosen as a mentoring organization and also can increase the number of projects assigned to the Maemo co
 mmunity. So if you like Maemo and GSoC, go read this <a href="http://wiki.maemo.org/GSoC_2009/Mentors"; title="maemo mentors in SOC" target="_blank">page</a> and send some feedback for us in the next couple of days.</p>\n<p>We also want more possible<a href="http://wiki.maemo.org/GSoC_2009/Project_ideas"; title="maemo project ideas" target="_blank"> project ideas</a>, some criticism to the <a href="http://wiki.maemo.org/GSoC_2009/Project_ideas"; title="maemo project ideas" target="_blank">current ideas</a> will be welcomed too <img src="http://www.valeriovalerio.org/wp-includes/images/smilies/icon_smile.gif"; alt=":)" class="wp-smiley" /> </p>\n<p>More information about Maemo GSoC can be found<a href="http://wiki.maemo.org/GSoC_2009"; title="Maemo @GSoC 09" target="_blank"> here</a>.</p>\n<span class="net_nemein_favourites">6 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=f960357208e311de81670501e878919d919d&net_nemein_favourit
 es_url=https://maemo.org/news/favorites//json/fav/midgard_article/f960357208e311de81670501e878919d919d/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=f960357208e311de81670501e878919d919d&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/f960357208e311de81670501e878919d919d/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}, 'summary': u'<p>The deadline for submit organization applications for <a href="http://code.google.com/soc/"; title="google summer of code" target="_blank">Google Summer of Code</a> is approaching, so is time to move on. We already have a good number of possible mentors, but will be a
 wesome if a few more appear, it will increase the chances of the Maemo community be chosen as a mentoring organization and also can increase the number of projects assigned to the Maemo community. So if you like Maemo and GSoC, go read this <a href="http://wiki.maemo.org/GSoC_2009/Mentors"; title="maemo mentors in SOC" target="_blank">page</a> and send some feedback for us in the next couple of days.</p>\n<p>We also want more possible<a href="http://wiki.maemo.org/GSoC_2009/Project_ideas"; title="maemo project ideas" target="_blank"> project ideas</a>, some criticism to the <a href="http://wiki.maemo.org/GSoC_2009/Project_ideas"; title="maemo project ideas" target="_blank">current ideas</a> will be welcomed too <img src="http://www.valeriovalerio.org/wp-includes/images/smilies/icon_smile.gif"; alt=":)" class="wp-smiley" /> </p>\n<p>More information about Maemo GSoC can be found<a href="http://wiki.maemo.org/GSoC_2009"; title="Maemo @GSoC 09" target="_blank"> here</a>.</p>\n<span 
 class="net_nemein_favourites">6 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=f960357208e311de81670501e878919d919d&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/f960357208e311de81670501e878919d919d/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=f960357208e311de81670501e878919d919d&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/f960357208e311de81670501e878919d919d/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'content': [{'base': '', 'type': 'text/html', 'value': u'<p>The deadline for submit organization applications for <
 a href="http://code.google.com/soc/"; title="google summer of code" target="_blank">Google Summer of Code</a> is approaching, so is time to move on. We already have a good number of possible mentors, but will be awesome if a few more appear, it will increase the chances of the Maemo community be chosen as a mentoring organization and also can increase the number of projects assigned to the Maemo community. So if you like Maemo and GSoC, go read this <a href="http://wiki.maemo.org/GSoC_2009/Mentors"; title="maemo mentors in SOC" target="_blank">page</a> and send some feedback for us in the next couple of days.</p>\n<p>We also want more possible<a href="http://wiki.maemo.org/GSoC_2009/Project_ideas"; title="maemo project ideas" target="_blank"> project ideas</a>, some criticism to the <a href="http://wiki.maemo.org/GSoC_2009/Project_ideas"; title="maemo project ideas" target="_blank">current ideas</a> will be welcomed too <img src="http://www.valeriovalerio.org/wp-includes/images/
 smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>\n<p>More information about Maemo GSoC can be found<a href="http://wiki.maemo.org/GSoC_2009"; title="Maemo @GSoC 09" target="_blank"> here</a>.</p>\n<span class="net_nemein_favourites">6 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=f960357208e311de81670501e878919d919d&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/f960357208e311de81670501e878919d919d/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=f960357208e311de81670501e878919d919d&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/f960357208e311de81670501e878919d919d/"; class="net_nemein_favourites_create"><img src="http:
 //static.maemo.org/net.nemein.favourites/not-buried.png" alt="Bury" title="Bury" /></a></span>', 'language': u'en'}], 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Maemo @ GSoC - last call for mentors', 'language': u'en'}, 'link': u'http://www.valeriovalerio.org/?p=216', 'published': u'2009-03-04T15:33:02+00:00', 'author_detail': {'name': u'Val\xe9rio Val\xe9rio <vdv100 gmail com>'}, 'id': u'http://maemo.org/midcom-permalink-f960357208e311de81670501e878919d919d', 'tags': [{'term': u'feed:ff8b6dc697dc403cb693cacff69f3818', 'scheme': None, 'label': None}], 'updated_parsed': (2009, 3, 4, 15, 33, 2, 2, 63, 0)}, {'updated': u'2009-03-04T06:55:46+00:00', 'subtitle': u'<p><a href="http://www.new-wild.com";><img src="http://www.mdk.org.pl/assets/new-wild.png"; alt="New Wild" /></a></p>\n\n<p>I\'ve been spreading the news here and there for few days now but it&rsquo;s time to make it official.</p>\n\n<p>After quitting <a href="http://www.novell.com";>Novell</a> I decided
  to take the plunge and try something I\'ve been long waiting for&hellip; &ndash; go self-employed and start own company. <a href="http://www.new-wild.com";>New Wild</a> is just that &mdash; a young company offering services related to <em>mobile</em> software, <em>web</em> and <em>unix(ish)</em> engineering. Additionally (and that&rsquo;s new) it&rsquo;s also about <em>cocoa</em> &mdash; both mobile (<em>iPhone</em>) and desktop.</p>\n\n<p>One part of what I\'m planning to do at New Wild is pushing my own software projects &mdash; first of which I hope to be announcing quite soon. Another part is <em>helping others to make their ideas happen</em>. That&rsquo;s more commonly known as contracting &amp; consulting. </p>\n\n<p>The decision to start New Wild is not something that came out of a profound business analysis and huge preparations. Quite the contrary &mdash; like every important decision it came out of an impulse. The very basic promise behind New Wild is that after sp
 ending the last several years working at big companies I <em>know</em> how to provide some <em>real</em> value to people who want to make their software ideas happen. </p>\n\n<p>I\'m open for business!</p>\n<span class="net_nemein_favourites">7 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=da4211ac091411dea0a0c740ce43f857f857&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/da4211ac091411dea0a0c740ce43f857f857/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=da4211ac091411dea0a0c740ce43f857f857&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/da4211ac091411dea0a0c740ce43f857f857/"; class="net_nemein_favourites_create"><img src="http
 ://static.maemo.org/net.nemein.favourites/not-buried.png" alt="Bury" title="Bury" /></a></span>', 'links': [{'href': u'http://www.mdk.org.pl/2009/3/4/new-wild', 'type': u'text/html', 'rel': u'alternate'}], 'published_parsed': (2009, 3, 4, 6, 55, 46, 2, 63, 0), 'title': u'New Wild', 'author': u'Michael Dominic K. <michael kostrzewa nokia com>', 'summary_detail': {'base': '', 'type': 'text/html', 'value': u'<p><a href="http://www.new-wild.com";><img src="http://www.mdk.org.pl/assets/new-wild.png"; alt="New Wild" /></a></p>\n\n<p>I\'ve been spreading the news here and there for few days now but it&rsquo;s time to make it official.</p>\n\n<p>After quitting <a href="http://www.novell.com";>Novell</a> I decided to take the plunge and try something I\'ve been long waiting for&hellip; &ndash; go self-employed and start own company. <a href="http://www.new-wild.com";>New Wild</a> is just that &mdash; a young company offering services related to <em>mobile</em> software, <em>web</em> and 
 <em>unix(ish)</em> engineering. Additionally (and that&rsquo;s new) it&rsquo;s also about <em>cocoa</em> &mdash; both mobile (<em>iPhone</em>) and desktop.</p>\n\n<p>One part of what I\'m planning to do at New Wild is pushing my own software projects &mdash; first of which I hope to be announcing quite soon. Another part is <em>helping others to make their ideas happen</em>. That&rsquo;s more commonly known as contracting &amp; consulting. </p>\n\n<p>The decision to start New Wild is not something that came out of a profound business analysis and huge preparations. Quite the contrary &mdash; like every important decision it came out of an impulse. The very basic promise behind New Wild is that after spending the last several years working at big companies I <em>know</em> how to provide some <em>real</em> value to people who want to make their software ideas happen. </p>\n\n<p>I\'m open for business!</p>\n<span class="net_nemein_favourites">7 <a href="http://maemo.org/news/?n
 et_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=da4211ac091411dea0a0c740ce43f857f857&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/da4211ac091411dea0a0c740ce43f857f857/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=da4211ac091411dea0a0c740ce43f857f857&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/da4211ac091411dea0a0c740ce43f857f857/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}, 'summary': u'<p><a href="http://www.new-wild.com";><img src="http://www.mdk.org.pl/assets/new-wild.png"; alt="New Wild" /></a></p>\n\n<p>I\'ve been spreading the 
 news here and there for few days now but it&rsquo;s time to make it official.</p>\n\n<p>After quitting <a href="http://www.novell.com";>Novell</a> I decided to take the plunge and try something I\'ve been long waiting for&hellip; &ndash; go self-employed and start own company. <a href="http://www.new-wild.com";>New Wild</a> is just that &mdash; a young company offering services related to <em>mobile</em> software, <em>web</em> and <em>unix(ish)</em> engineering. Additionally (and that&rsquo;s new) it&rsquo;s also about <em>cocoa</em> &mdash; both mobile (<em>iPhone</em>) and desktop.</p>\n\n<p>One part of what I\'m planning to do at New Wild is pushing my own software projects &mdash; first of which I hope to be announcing quite soon. Another part is <em>helping others to make their ideas happen</em>. That&rsquo;s more commonly known as contracting &amp; consulting. </p>\n\n<p>The decision to start New Wild is not something that came out of a profound business analysis and hug
 e preparations. Quite the contrary &mdash; like every important decision it came out of an impulse. The very basic promise behind New Wild is that after spending the last several years working at big companies I <em>know</em> how to provide some <em>real</em> value to people who want to make their software ideas happen. </p>\n\n<p>I\'m open for business!</p>\n<span class="net_nemein_favourites">7 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=da4211ac091411dea0a0c740ce43f857f857&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/da4211ac091411dea0a0c740ce43f857f857/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=da4211ac091411dea0a0c740ce43f857f857&net_nemein_favourites
 _url=https://maemo.org/news/favorites//json/bury/midgard_article/da4211ac091411dea0a0c740ce43f857f857/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'content': [{'base': '', 'type': 'text/html', 'value': u'<p><a href="http://www.new-wild.com";><img src="http://www.mdk.org.pl/assets/new-wild.png"; alt="New Wild" /></a></p>\n\n<p>I\'ve been spreading the news here and there for few days now but it&rsquo;s time to make it official.</p>\n\n<p>After quitting <a href="http://www.novell.com";>Novell</a> I decided to take the plunge and try something I\'ve been long waiting for&hellip; &ndash; go self-employed and start own company. <a href="http://www.new-wild.com";>New Wild</a> is just that &mdash; a young company offering services related to <em>mobile</em> software, <em>web</em> and <em>unix(ish)</em> engineering. Additionally (and that&rsquo;s new) it&rsquo;s also about <em>cocoa
 </em> &mdash; both mobile (<em>iPhone</em>) and desktop.</p>\n\n<p>One part of what I\'m planning to do at New Wild is pushing my own software projects &mdash; first of which I hope to be announcing quite soon. Another part is <em>helping others to make their ideas happen</em>. That&rsquo;s more commonly known as contracting &amp; consulting. </p>\n\n<p>The decision to start New Wild is not something that came out of a profound business analysis and huge preparations. Quite the contrary &mdash; like every important decision it came out of an impulse. The very basic promise behind New Wild is that after spending the last several years working at big companies I <em>know</em> how to provide some <em>real</em> value to people who want to make their software ideas happen. </p>\n\n<p>I\'m open for business!</p>\n<span class="net_nemein_favourites">7 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=da4211ac091411dea0a0c740ce43f857
 f857&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/da4211ac091411dea0a0c740ce43f857f857/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=da4211ac091411dea0a0c740ce43f857f857&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/da4211ac091411dea0a0c740ce43f857f857/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}], 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'New Wild', 'language': u'en'}, 'link': u'http://www.mdk.org.pl/2009/3/4/new-wild', 'published': u'2009-03-04T06:55:46+00:00', 'author_detail': {'name': u'Michael Dominic K. <michael kostrzewa noki
 a.com>'}, 'id': u'http://maemo.org/midcom-permalink-da4211ac091411dea0a0c740ce43f857f857', 'tags': [{'term': u'feed:cc2373b94655e4785208661c6af925f5', 'scheme': None, 'label': None}], 'updated_parsed': (2009, 3, 4, 6, 55, 46, 2, 63, 0)}, {'updated': u'2009-03-04T03:33:00+00:00', 'subtitle': u'Couple days ago I played Frets on Fire (<a href="http://fretsonfire.sourceforge.net/";>FoF</a>) for the first time. I was totally hooked on to it. After going through its hilarious tutorial and starting with a pathetic performance, I managed to score 37K points with 87% accuracy on the "Defy the Machine" song a few moments ago.<br /><br />Couple days ago Nokia released the alpha version of Maemo 5 SDK (Fremantle) too.<br /><br />I woke up next morning with an inevitable thought of porting the former on the later.<br /><br />After a day\'s work here is a video demo of "Frets on Fire" running in the Maemo scratchbox SDK. And find below a list of things I had to do to get it working.<br /><
 br />[If you don\'t know about FoF, it\'s an open source Guitar Hero clone that runs on many desktop platforms. It is written completely in python. While playing it you hold your keyboard in an unusual fashion so that it simulates a rockstar\'s guitar. (<a href="http://en.wikipedia.org/wiki/Frets_on_fire";>wikipedia</a>)]<br /><br /><br /><br />In future we can tweak FoF\'s UI so that the strings could be pressed against the frets using the touch screen itself.<br /><br />There is no sound in the video, but it\'s just because I couldn\'t channel the sound through two layers of virtualization and into the video recorder software. I could hear the songs alright though after transporting them over wire using pulseaudio.<br /><br />[Note that scratchbox is running on Ubuntu which itself is a KVM virtual machine. That should put the poor framerate into perspective.]<br /><br />Here are the things I had to do:<br /><ul><li>Fremantle SDK doesn\'t have python distutils. In diablo it 
 comes from extras repo, so I borrowed it from there as well. (Added diablo extras repo in /etc/apt/sources.list)<br /></li><li>Fremantle SDK has a bug that I had <a href="http://www.gossamer-threads.com/lists/maemo/developers/44229#44229";>discussed</a> on mailing list during pre-alpha release, due to which the SDL/pygame applications cannot use the OpenGL support of the SDK. Due to same bug, FoF would also not work. After some <a href="http://www.phoronix.com/forums/showthread.php?s=31dca4fc1886adfbaad91f0e4a83f288&t=11060&page=2";>googling</a> I figured out the root cause and a work around. I built a private version of libsdl with --enable-video-opengl option. That did the trick. I have filed a <a href="https://bugs.maemo.org/show_bug.cgi?id=4177";>bug</a> to get this fixed in Fremantle.</li><li>I also had to build custom packages of PIL (python imaging library) and numpy. I believe these libraries are available in diablo through extras repository, so I guess they will also b
 e available in fremantle in future.<br /></li><li>Next I had to modify src/Input.py to comment out pygame\'s joystick initialization code.</li><li>The really tough part was getting sound working. I found an old <a href="http://blogs.igalia.com/jasuarez/2008/05/02/ubuntu-and-scratchbox-singing-duets/";>post</a> to get sound working in scratchbox. Although it was a correct procedure, it didn\'t work for me. After a while I remembered from the Maemo summit that Fremantle runs pulseaudio (as opposed to esound in diablo). After that I did some googling and figured how to transport the sound over network using pulseaudio server and client. Here are couple useful links. <a href="http://blog.paulbetts.org/index.php/2007/04/15/pulseaudio-in-ubuntu-feisty-play-sound-over-the-network/";>[1]</a> <a href="http://pulseaudio.org/wiki/PerfectSetup";>[2]</a></li><li>The job on sound wasn\'t over yet. FoF runs all its music from ogg files. pygame won\'t play ogg files on fremantle. I dabbled int
 o recompiling SDL_mixer with ogg support, but that didn\'t help. Then another discussion from Maemo summit came to mind, and I remembered for some (non-technical ?!) reason Maemo doesn\'t play ogg. So to get around it, I converted all .ogg files into .wav using ffmpeg. Changed the code wherever necessary to replace the file name extensions from ogg to wav. That did the trick and finally I could hear the sound.</li><li>The game by default used 600x480 resolution. After some analysis of the code, I found fretsonfire.ini file in my home directory. I changed it to set the resolution to 800x480 to fit into the Xephyr window.</li><li>There is one thing that I couldn\'t get to work. Arrow keys won\'t work. I found that the scan codes sent through Xephyr to the pygame were different from what are put in pygame constants.<br /></li></ul><br />... so when Nokia releases that next device, we will have an electric guitar in our pocket. :)<span class="net_nemein_favourites">11 <a href="h
 ttp://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=ad08dfb8095f11de8e35f37c13942c3c2c3c&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/ad08dfb8095f11de8e35f37c13942c3c2c3c/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=ad08dfb8095f11de8e35f37c13942c3c2c3c&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/ad08dfb8095f11de8e35f37c13942c3c2c3c/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'links': [{'href': u'http://jyro.blogspot.com/2009/03/frets-on-fire-on-maemo-5-fremantle.html', 'type': u'text/html', 'rel': u'alternate'}], 'published_parse
 d': (2009, 3, 4, 3, 33, 0, 2, 63, 0), 'title': u'Frets on Fire on Maemo 5 (Fremantle)', 'author': u'Jayesh Salvi <jayeshsalvi gmail com>', 'summary_detail': {'base': '', 'type': 'text/html', 'value': u'Couple days ago I played Frets on Fire (<a href="http://fretsonfire.sourceforge.net/";>FoF</a>) for the first time. I was totally hooked on to it. After going through its hilarious tutorial and starting with a pathetic performance, I managed to score 37K points with 87% accuracy on the "Defy the Machine" song a few moments ago.<br /><br />Couple days ago Nokia released the alpha version of Maemo 5 SDK (Fremantle) too.<br /><br />I woke up next morning with an inevitable thought of porting the former on the later.<br /><br />After a day\'s work here is a video demo of "Frets on Fire" running in the Maemo scratchbox SDK. And find below a list of things I had to do to get it working.<br /><br />[If you don\'t know about FoF, it\'s an open source Guitar Hero clone that runs on many
  desktop platforms. It is written completely in python. While playing it you hold your keyboard in an unusual fashion so that it simulates a rockstar\'s guitar. (<a href="http://en.wikipedia.org/wiki/Frets_on_fire";>wikipedia</a>)]<br /><br /><br /><br />In future we can tweak FoF\'s UI so that the strings could be pressed against the frets using the touch screen itself.<br /><br />There is no sound in the video, but it\'s just because I couldn\'t channel the sound through two layers of virtualization and into the video recorder software. I could hear the songs alright though after transporting them over wire using pulseaudio.<br /><br />[Note that scratchbox is running on Ubuntu which itself is a KVM virtual machine. That should put the poor framerate into perspective.]<br /><br />Here are the things I had to do:<br /><ul><li>Fremantle SDK doesn\'t have python distutils. In diablo it comes from extras repo, so I borrowed it from there as well. (Added diablo extras repo in /e
 tc/apt/sources.list)<br /></li><li>Fremantle SDK has a bug that I had <a href="http://www.gossamer-threads.com/lists/maemo/developers/44229#44229";>discussed</a> on mailing list during pre-alpha release, due to which the SDL/pygame applications cannot use the OpenGL support of the SDK. Due to same bug, FoF would also not work. After some <a href="http://www.phoronix.com/forums/showthread.php?s=31dca4fc1886adfbaad91f0e4a83f288&t=11060&page=2";>googling</a> I figured out the root cause and a work around. I built a private version of libsdl with --enable-video-opengl option. That did the trick. I have filed a <a href="https://bugs.maemo.org/show_bug.cgi?id=4177";>bug</a> to get this fixed in Fremantle.</li><li>I also had to build custom packages of PIL (python imaging library) and numpy. I believe these libraries are available in diablo through extras repository, so I guess they will also be available in fremantle in future.<br /></li><li>Next I had to modify src/Input.py to comme
 nt out pygame\'s joystick initialization code.</li><li>The really tough part was getting sound working. I found an old <a href="http://blogs.igalia.com/jasuarez/2008/05/02/ubuntu-and-scratchbox-singing-duets/";>post</a> to get sound working in scratchbox. Although it was a correct procedure, it didn\'t work for me. After a while I remembered from the Maemo summit that Fremantle runs pulseaudio (as opposed to esound in diablo). After that I did some googling and figured how to transport the sound over network using pulseaudio server and client. Here are couple useful links. <a href="http://blog.paulbetts.org/index.php/2007/04/15/pulseaudio-in-ubuntu-feisty-play-sound-over-the-network/";>[1]</a> <a href="http://pulseaudio.org/wiki/PerfectSetup";>[2]</a></li><li>The job on sound wasn\'t over yet. FoF runs all its music from ogg files. pygame won\'t play ogg files on fremantle. I dabbled into recompiling SDL_mixer with ogg support, but that didn\'t help. Then another discussion fro
 m Maemo summit came to mind, and I remembered for some (non-technical ?!) reason Maemo doesn\'t play ogg. So to get around it, I converted all .ogg files into .wav using ffmpeg. Changed the code wherever necessary to replace the file name extensions from ogg to wav. That did the trick and finally I could hear the sound.</li><li>The game by default used 600x480 resolution. After some analysis of the code, I found fretsonfire.ini file in my home directory. I changed it to set the resolution to 800x480 to fit into the Xephyr window.</li><li>There is one thing that I couldn\'t get to work. Arrow keys won\'t work. I found that the scan codes sent through Xephyr to the pygame were different from what are put in pygame constants.<br /></li></ul><br />... so when Nokia releases that next device, we will have an electric guitar in our pocket. :)<span class="net_nemein_favourites">11 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=ad
 08dfb8095f11de8e35f37c13942c3c2c3c&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/ad08dfb8095f11de8e35f37c13942c3c2c3c/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=ad08dfb8095f11de8e35f37c13942c3c2c3c&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/ad08dfb8095f11de8e35f37c13942c3c2c3c/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}, 'summary': u'Couple days ago I played Frets on Fire (<a href="http://fretsonfire.sourceforge.net/";>FoF</a>) for the first time. I was totally hooked on to it. After going through its hilarious tutorial and starting with a patheti
 c performance, I managed to score 37K points with 87% accuracy on the "Defy the Machine" song a few moments ago.<br /><br />Couple days ago Nokia released the alpha version of Maemo 5 SDK (Fremantle) too.<br /><br />I woke up next morning with an inevitable thought of porting the former on the later.<br /><br />After a day\'s work here is a video demo of "Frets on Fire" running in the Maemo scratchbox SDK. And find below a list of things I had to do to get it working.<br /><br />[If you don\'t know about FoF, it\'s an open source Guitar Hero clone that runs on many desktop platforms. It is written completely in python. While playing it you hold your keyboard in an unusual fashion so that it simulates a rockstar\'s guitar. (<a href="http://en.wikipedia.org/wiki/Frets_on_fire";>wikipedia</a>)]<br /><br /><br /><br />In future we can tweak FoF\'s UI so that the strings could be pressed against the frets using the touch screen itself.<br /><br />There is no sound in the video, bu
 t it\'s just because I couldn\'t channel the sound through two layers of virtualization and into the video recorder software. I could hear the songs alright though after transporting them over wire using pulseaudio.<br /><br />[Note that scratchbox is running on Ubuntu which itself is a KVM virtual machine. That should put the poor framerate into perspective.]<br /><br />Here are the things I had to do:<br /><ul><li>Fremantle SDK doesn\'t have python distutils. In diablo it comes from extras repo, so I borrowed it from there as well. (Added diablo extras repo in /etc/apt/sources.list)<br /></li><li>Fremantle SDK has a bug that I had <a href="http://www.gossamer-threads.com/lists/maemo/developers/44229#44229";>discussed</a> on mailing list during pre-alpha release, due to which the SDL/pygame applications cannot use the OpenGL support of the SDK. Due to same bug, FoF would also not work. After some <a href="http://www.phoronix.com/forums/showthread.php?s=31dca4fc1886adfbaad91f
 0e4a83f288&t=11060&page=2">googling</a> I figured out the root cause and a work around. I built a private version of libsdl with --enable-video-opengl option. That did the trick. I have filed a <a href="https://bugs.maemo.org/show_bug.cgi?id=4177";>bug</a> to get this fixed in Fremantle.</li><li>I also had to build custom packages of PIL (python imaging library) and numpy. I believe these libraries are available in diablo through extras repository, so I guess they will also be available in fremantle in future.<br /></li><li>Next I had to modify src/Input.py to comment out pygame\'s joystick initialization code.</li><li>The really tough part was getting sound working. I found an old <a href="http://blogs.igalia.com/jasuarez/2008/05/02/ubuntu-and-scratchbox-singing-duets/";>post</a> to get sound working in scratchbox. Although it was a correct procedure, it didn\'t work for me. After a while I remembered from the Maemo summit that Fremantle runs pulseaudio (as opposed to esound 
 in diablo). After that I did some googling and figured how to transport the sound over network using pulseaudio server and client. Here are couple useful links. <a href="http://blog.paulbetts.org/index.php/2007/04/15/pulseaudio-in-ubuntu-feisty-play-sound-over-the-network/";>[1]</a> <a href="http://pulseaudio.org/wiki/PerfectSetup";>[2]</a></li><li>The job on sound wasn\'t over yet. FoF runs all its music from ogg files. pygame won\'t play ogg files on fremantle. I dabbled into recompiling SDL_mixer with ogg support, but that didn\'t help. Then another discussion from Maemo summit came to mind, and I remembered for some (non-technical ?!) reason Maemo doesn\'t play ogg. So to get around it, I converted all .ogg files into .wav using ffmpeg. Changed the code wherever necessary to replace the file name extensions from ogg to wav. That did the trick and finally I could hear the sound.</li><li>The game by default used 600x480 resolution. After some analysis of the code, I found fr
 etsonfire.ini file in my home directory. I changed it to set the resolution to 800x480 to fit into the Xephyr window.</li><li>There is one thing that I couldn\'t get to work. Arrow keys won\'t work. I found that the scan codes sent through Xephyr to the pygame were different from what are put in pygame constants.<br /></li></ul><br />... so when Nokia releases that next device, we will have an electric guitar in our pocket. :)<span class="net_nemein_favourites">11 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=ad08dfb8095f11de8e35f37c13942c3c2c3c&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/ad08dfb8095f11de8e35f37c13942c3c2c3c/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_e
 xecute_for=ad08dfb8095f11de8e35f37c13942c3c2c3c&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/ad08dfb8095f11de8e35f37c13942c3c2c3c/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'content': [{'base': '', 'type': 'text/html', 'value': u'Couple days ago I played Frets on Fire (<a href="http://fretsonfire.sourceforge.net/";>FoF</a>) for the first time. I was totally hooked on to it. After going through its hilarious tutorial and starting with a pathetic performance, I managed to score 37K points with 87% accuracy on the "Defy the Machine" song a few moments ago.<br /><br />Couple days ago Nokia released the alpha version of Maemo 5 SDK (Fremantle) too.<br /><br />I woke up next morning with an inevitable thought of porting the former on the later.<br /><br />After a day\'s work here is a video demo of "Frets on Fire" running in the Maemo 
 scratchbox SDK. And find below a list of things I had to do to get it working.<br /><br />[If you don\'t know about FoF, it\'s an open source Guitar Hero clone that runs on many desktop platforms. It is written completely in python. While playing it you hold your keyboard in an unusual fashion so that it simulates a rockstar\'s guitar. (<a href="http://en.wikipedia.org/wiki/Frets_on_fire";>wikipedia</a>)]<br /><br /><br /><br />In future we can tweak FoF\'s UI so that the strings could be pressed against the frets using the touch screen itself.<br /><br />There is no sound in the video, but it\'s just because I couldn\'t channel the sound through two layers of virtualization and into the video recorder software. I could hear the songs alright though after transporting them over wire using pulseaudio.<br /><br />[Note that scratchbox is running on Ubuntu which itself is a KVM virtual machine. That should put the poor framerate into perspective.]<br /><br />Here are the things 
 I had to do:<br /><ul><li>Fremantle SDK doesn\'t have python distutils. In diablo it comes from extras repo, so I borrowed it from there as well. (Added diablo extras repo in /etc/apt/sources.list)<br /></li><li>Fremantle SDK has a bug that I had <a href="http://www.gossamer-threads.com/lists/maemo/developers/44229#44229";>discussed</a> on mailing list during pre-alpha release, due to which the SDL/pygame applications cannot use the OpenGL support of the SDK. Due to same bug, FoF would also not work. After some <a href="http://www.phoronix.com/forums/showthread.php?s=31dca4fc1886adfbaad91f0e4a83f288&t=11060&page=2";>googling</a> I figured out the root cause and a work around. I built a private version of libsdl with --enable-video-opengl option. That did the trick. I have filed a <a href="https://bugs.maemo.org/show_bug.cgi?id=4177";>bug</a> to get this fixed in Fremantle.</li><li>I also had to build custom packages of PIL (python imaging library) and numpy. I believe these lib
 raries are available in diablo through extras repository, so I guess they will also be available in fremantle in future.<br /></li><li>Next I had to modify src/Input.py to comment out pygame\'s joystick initialization code.</li><li>The really tough part was getting sound working. I found an old <a href="http://blogs.igalia.com/jasuarez/2008/05/02/ubuntu-and-scratchbox-singing-duets/";>post</a> to get sound working in scratchbox. Although it was a correct procedure, it didn\'t work for me. After a while I remembered from the Maemo summit that Fremantle runs pulseaudio (as opposed to esound in diablo). After that I did some googling and figured how to transport the sound over network using pulseaudio server and client. Here are couple useful links. <a href="http://blog.paulbetts.org/index.php/2007/04/15/pulseaudio-in-ubuntu-feisty-play-sound-over-the-network/";>[1]</a> <a href="http://pulseaudio.org/wiki/PerfectSetup";>[2]</a></li><li>The job on sound wasn\'t over yet. FoF runs a
 ll its music from ogg files. pygame won\'t play ogg files on fremantle. I dabbled into recompiling SDL_mixer with ogg support, but that didn\'t help. Then another discussion from Maemo summit came to mind, and I remembered for some (non-technical ?!) reason Maemo doesn\'t play ogg. So to get around it, I converted all .ogg files into .wav using ffmpeg. Changed the code wherever necessary to replace the file name extensions from ogg to wav. That did the trick and finally I could hear the sound.</li><li>The game by default used 600x480 resolution. After some analysis of the code, I found fretsonfire.ini file in my home directory. I changed it to set the resolution to 800x480 to fit into the Xephyr window.</li><li>There is one thing that I couldn\'t get to work. Arrow keys won\'t work. I found that the scan codes sent through Xephyr to the pygame were different from what are put in pygame constants.<br /></li></ul><br />... so when Nokia releases that next device, we will have 
 an electric guitar in our pocket. :)<span class="net_nemein_favourites">11 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=ad08dfb8095f11de8e35f37c13942c3c2c3c&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/ad08dfb8095f11de8e35f37c13942c3c2c3c/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=ad08dfb8095f11de8e35f37c13942c3c2c3c&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/ad08dfb8095f11de8e35f37c13942c3c2c3c/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}], 'title_detail': {'base': '', 'type': 'text/plain', 
 'value': u'Frets on Fire on Maemo 5 (Fremantle)', 'language': u'en'}, 'link': u'http://jyro.blogspot.com/2009/03/frets-on-fire-on-maemo-5-fremantle.html', 'published': u'2009-03-04T03:33:00+00:00', 'author_detail': {'name': u'Jayesh Salvi <jayeshsalvi gmail com>'}, 'id': u'http://maemo.org/midcom-permalink-ad08dfb8095f11de8e35f37c13942c3c2c3c', 'tags': [{'term': u'feed:0d3ed10193588edfe41285c9c902da78', 'scheme': None, 'label': None}], 'updated_parsed': (2009, 3, 4, 3, 33, 0, 2, 63, 0)}, {'updated': u'2009-03-03T16:49:00+00:00', 'subtitle': u'<p>As we all know, the Fremantle Alpha SDK has been released, and it features (at least parts of) the new UI. I downloaded the SDK and tried running gPodder inside it, and wanted to show you some pictures so you get an idea how an unmodified Maemo 4 UI looks on Fremantle:</p><p><a href="http://www.flickr.com/photos/63684846 N00/sets/72157614753854732/"><img src="http://farm4.static.flickr.com/3597/3325540709_fe9817e626_m_d.jpg"; /></a></
 p><p>Some other remarks: It seems that images have inverted color. I don\'t know if this is just a bug or if it\'s intended to be. Also, Xephyr sometimes crashes, which seems to be related to Clutter, although I do not really know ;) I expecially like how they managed to move the buttons of GTK Dialogs to the right side and stack them. This is a very good decision for the widescreen display, and it also means that one dialog in gPodder fits the screen nicely in Fremantle now that did not (and still does not - my fault ;) on Maemo 4.</p><p>See all screenshots at <a href="http://www.flickr.com/photos/63684846 N00/sets/72157614753854732/">gPodder on Fremantle Alpha SDK on Flickr</a><span class="net_nemein_favourites">12 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=48e637de082311de97e7e78fafdf76d476d4&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/48e637de082311de97e7e78fafdf76d476d4/"; c
 lass="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=48e637de082311de97e7e78fafdf76d476d4&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/48e637de082311de97e7e78fafdf76d476d4/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'links': [{'href': u'http://thpmaemo.blogspot.com/2009/03/screenshots-of-gpodder-in-fremantle.html', 'type': u'text/html', 'rel': u'alternate'}], 'published_parsed': (2009, 3, 3, 16, 49, 0, 1, 62, 0), 'title': u'Screenshots of gPodder in Fremantle Alpha SDK', 'author': u'Thomas Perl <thp perli net>', 'summary_detail': {'base': '', 'type': 'text/html', 'value': u'<p>As we all know, the Fremantle Alpha SDK h
 as been released, and it features (at least parts of) the new UI. I downloaded the SDK and tried running gPodder inside it, and wanted to show you some pictures so you get an idea how an unmodified Maemo 4 UI looks on Fremantle:</p><p><a href="http://www.flickr.com/photos/63684846 N00/sets/72157614753854732/"><img src="http://farm4.static.flickr.com/3597/3325540709_fe9817e626_m_d.jpg"; /></a></p><p>Some other remarks: It seems that images have inverted color. I don\'t know if this is just a bug or if it\'s intended to be. Also, Xephyr sometimes crashes, which seems to be related to Clutter, although I do not really know ;) I expecially like how they managed to move the buttons of GTK Dialogs to the right side and stack them. This is a very good decision for the widescreen display, and it also means that one dialog in gPodder fits the screen nicely in Fremantle now that did not (and still does not - my fault ;) on Maemo 4.</p><p>See all screenshots at <a href="http://www.flick
 r.com/photos/63684846 N00/sets/72157614753854732/">gPodder on Fremantle Alpha SDK on Flickr</a><span class="net_nemein_favourites">12 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=48e637de082311de97e7e78fafdf76d476d4&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/48e637de082311de97e7e78fafdf76d476d4/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=48e637de082311de97e7e78fafdf76d476d4&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/48e637de082311de97e7e78fafdf76d476d4/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u
 'en'}, 'summary': u'<p>As we all know, the Fremantle Alpha SDK has been released, and it features (at least parts of) the new UI. I downloaded the SDK and tried running gPodder inside it, and wanted to show you some pictures so you get an idea how an unmodified Maemo 4 UI looks on Fremantle:</p><p><a href="http://www.flickr.com/photos/63684846 N00/sets/72157614753854732/"><img src="http://farm4.static.flickr.com/3597/3325540709_fe9817e626_m_d.jpg"; /></a></p><p>Some other remarks: It seems that images have inverted color. I don\'t know if this is just a bug or if it\'s intended to be. Also, Xephyr sometimes crashes, which seems to be related to Clutter, although I do not really know ;) I expecially like how they managed to move the buttons of GTK Dialogs to the right side and stack them. This is a very good decision for the widescreen display, and it also means that one dialog in gPodder fits the screen nicely in Fremantle now that did not (and still does not - my fault ;) on
  Maemo 4.</p><p>See all screenshots at <a href="http://www.flickr.com/photos/63684846 N00/sets/72157614753854732/">gPodder on Fremantle Alpha SDK on Flickr</a><span class="net_nemein_favourites">12 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=48e637de082311de97e7e78fafdf76d476d4&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/48e637de082311de97e7e78fafdf76d476d4/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=48e637de082311de97e7e78fafdf76d476d4&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/48e637de082311de97e7e78fafdf76d476d4/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-b
 uried.png" alt="Bury" title="Bury" /></a></span>', 'content': [{'base': '', 'type': 'text/html', 'value': u'<p>As we all know, the Fremantle Alpha SDK has been released, and it features (at least parts of) the new UI. I downloaded the SDK and tried running gPodder inside it, and wanted to show you some pictures so you get an idea how an unmodified Maemo 4 UI looks on Fremantle:</p><p><a href="http://www.flickr.com/photos/63684846 N00/sets/72157614753854732/"><img src="http://farm4.static.flickr.com/3597/3325540709_fe9817e626_m_d.jpg"; /></a></p><p>Some other remarks: It seems that images have inverted color. I don\'t know if this is just a bug or if it\'s intended to be. Also, Xephyr sometimes crashes, which seems to be related to Clutter, although I do not really know ;) I expecially like how they managed to move the buttons of GTK Dialogs to the right side and stack them. This is a very good decision for the widescreen display, and it also means that one dialog in gPodder f
 its the screen nicely in Fremantle now that did not (and still does not - my fault ;) on Maemo 4.</p><p>See all screenshots at <a href="http://www.flickr.com/photos/63684846 N00/sets/72157614753854732/">gPodder on Fremantle Alpha SDK on Flickr</a><span class="net_nemein_favourites">12 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=48e637de082311de97e7e78fafdf76d476d4&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/48e637de082311de97e7e78fafdf76d476d4/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=48e637de082311de97e7e78fafdf76d476d4&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/48e637de082311de97e7e78fafdf76d476d4/"; class="net
 _nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}], 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Screenshots of gPodder in Fremantle Alpha SDK', 'language': u'en'}, 'link': u'http://thpmaemo.blogspot.com/2009/03/screenshots-of-gpodder-in-fremantle.html', 'published': u'2009-03-03T16:49:00+00:00', 'author_detail': {'name': u'Thomas Perl <thp perli net>'}, 'id': u'http://maemo.org/midcom-permalink-48e637de082311de97e7e78fafdf76d476d4', 'tags': [{'term': u'feed:437c40ecc45d4b0fa868e422ae16adb1', 'scheme': None, 'label': None}], 'updated_parsed': (2009, 3, 3, 16, 49, 0, 1, 62, 0)}, {'updated': u'2009-03-03T13:10:00+00:00', 'subtitle': u'<a href="http://2.bp.blogspot.com/_xF-tlYcJ9_0/Sa1yxCeuUDI/AAAAAAAAAfk/h2WdFd63EjU/s1600-h/banner_bossa_09.png";><img src="http://2.bp.blogspot.com/_xF-tlYcJ9_0/Sa1yxCeuUDI/AAAAAAAAAfk/h2WdFd63EjU/s400/banner_bossa_09.png"; b
 order="0" alt="" id="BLOGGER_PHOTO_ID_5309025722544574514" /></a><br /><br />A year has already passed since the last edition of <a href="http://bossaconference.org";>Bossa Conference</a> and this years edition will happen in only a few days from now. Woohooo! I just can\'t wait for it to start.<br /><br />Following the tendency of the previous editions, <a href="http://www.bossaconference.indt.org/programme";>this year agenda</a> brings a mix of many different subjects around the development of FOSS for mobile devices, from the basic platform components to the bling brought by the modern application development frameworks. Highlights: Kernel, Connectivity, Python, Qt, Webkit, Security, Enlightenment, Licensing, UI Design and Maemo.<br /><br />Regarding Maemo, we\'ll have three presentations about it. <a href="http://blogs.forum.nokia.com/blog/kate-alholas-forum-nokia-blog";>Kate Alhola</a> will give us a glimpse of the features of Freemantle with some live demos. Raul Herbster
  will talk about development for Maemo using the <a href="http://esbox.garage.maemo.org/";>ESBox</a> and <a href="http://pluthon.garage.maemo.org/";>Pluthon</a> plugins for Eclipse. Definitely cool stuff. And finally, myself, for the first time presenting in Bossa Conference.<br /><br />I will be wearing my hat as a member of the <a href="http://maemo.org/community/council";>Maemo Community Council</a> and my talk will focus on the <a href="http://maemo.org";>Maemo Community</a>, answering some questions such as: Who forms the community? What is it for? Why do we need the community? How to get involved? This is also the first time I\'m presenting something on a non-technical subject and I hope to do it well.<br /><br />I\'m also trying to get some colleagues involved in the organization this year so we can get the presentations recorded on video and hopefully uploaded to the <a href="http://youtube.com/openbossa";>openBossa channel</a> on youtube. Rock on!<span class="net_nemein_
 favourites">10 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=b134fedc082911deb532813712f1fcfefcfe&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/b134fedc082911deb532813712f1fcfefcfe/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=b134fedc082911deb532813712f1fcfefcfe&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/b134fedc082911deb532813712f1fcfefcfe/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'links': [{'href': u'http://etrunko.blogspot.com/2009/03/year-has-already-passed-since-last.html', 'type': u'text/html', 'rel': u'al
 ternate'}], 'published_parsed': (2009, 3, 3, 13, 10, 0, 1, 62, 0), 'title': u"Maemo @ Bossa '09", 'author': u'Eduardo Lima <eblima gmail com>', 'summary_detail': {'base': '', 'type': 'text/html', 'value': u'<a href="http://2.bp.blogspot.com/_xF-tlYcJ9_0/Sa1yxCeuUDI/AAAAAAAAAfk/h2WdFd63EjU/s1600-h/banner_bossa_09.png";><img src="http://2.bp.blogspot.com/_xF-tlYcJ9_0/Sa1yxCeuUDI/AAAAAAAAAfk/h2WdFd63EjU/s400/banner_bossa_09.png"; border="0" alt="" id="BLOGGER_PHOTO_ID_5309025722544574514" /></a><br /><br />A year has already passed since the last edition of <a href="http://bossaconference.org";>Bossa Conference</a> and this years edition will happen in only a few days from now. Woohooo! I just can\'t wait for it to start.<br /><br />Following the tendency of the previous editions, <a href="http://www.bossaconference.indt.org/programme";>this year agenda</a> brings a mix of many different subjects around the development of FOSS for mobile devices, from the basic platform components 
 to the bling brought by the modern application development frameworks. Highlights: Kernel, Connectivity, Python, Qt, Webkit, Security, Enlightenment, Licensing, UI Design and Maemo.<br /><br />Regarding Maemo, we\'ll have three presentations about it. <a href="http://blogs.forum.nokia.com/blog/kate-alholas-forum-nokia-blog";>Kate Alhola</a> will give us a glimpse of the features of Freemantle with some live demos. Raul Herbster will talk about development for Maemo using the <a href="http://esbox.garage.maemo.org/";>ESBox</a> and <a href="http://pluthon.garage.maemo.org/";>Pluthon</a> plugins for Eclipse. Definitely cool stuff. And finally, myself, for the first time presenting in Bossa Conference.<br /><br />I will be wearing my hat as a member of the <a href="http://maemo.org/community/council";>Maemo Community Council</a> and my talk will focus on the <a href="http://maemo.org";>Maemo Community</a>, answering some questions such as: Who forms the community? What is it for? Why
  do we need the community? How to get involved? This is also the first time I\'m presenting something on a non-technical subject and I hope to do it well.<br /><br />I\'m also trying to get some colleagues involved in the organization this year so we can get the presentations recorded on video and hopefully uploaded to the <a href="http://youtube.com/openbossa";>openBossa channel</a> on youtube. Rock on!<span class="net_nemein_favourites">10 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=b134fedc082911deb532813712f1fcfefcfe&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/b134fedc082911deb532813712f1fcfefcfe/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=b134fedc08291
 1deb532813712f1fcfefcfe&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/b134fedc082911deb532813712f1fcfefcfe/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}, 'summary': u'<a href="http://2.bp.blogspot.com/_xF-tlYcJ9_0/Sa1yxCeuUDI/AAAAAAAAAfk/h2WdFd63EjU/s1600-h/banner_bossa_09.png";><img src="http://2.bp.blogspot.com/_xF-tlYcJ9_0/Sa1yxCeuUDI/AAAAAAAAAfk/h2WdFd63EjU/s400/banner_bossa_09.png"; border="0" alt="" id="BLOGGER_PHOTO_ID_5309025722544574514" /></a><br /><br />A year has already passed since the last edition of <a href="http://bossaconference.org";>Bossa Conference</a> and this years edition will happen in only a few days from now. Woohooo! I just can\'t wait for it to start.<br /><br />Following the tendency of the previous editions, <a href="http://www.bossaconference.indt.org/programme";>this year agenda</a> br
 ings a mix of many different subjects around the development of FOSS for mobile devices, from the basic platform components to the bling brought by the modern application development frameworks. Highlights: Kernel, Connectivity, Python, Qt, Webkit, Security, Enlightenment, Licensing, UI Design and Maemo.<br /><br />Regarding Maemo, we\'ll have three presentations about it. <a href="http://blogs.forum.nokia.com/blog/kate-alholas-forum-nokia-blog";>Kate Alhola</a> will give us a glimpse of the features of Freemantle with some live demos. Raul Herbster will talk about development for Maemo using the <a href="http://esbox.garage.maemo.org/";>ESBox</a> and <a href="http://pluthon.garage.maemo.org/";>Pluthon</a> plugins for Eclipse. Definitely cool stuff. And finally, myself, for the first time presenting in Bossa Conference.<br /><br />I will be wearing my hat as a member of the <a href="http://maemo.org/community/council";>Maemo Community Council</a> and my talk will focus on the <a
  href="http://maemo.org";>Maemo Community</a>, answering some questions such as: Who forms the community? What is it for? Why do we need the community? How to get involved? This is also the first time I\'m presenting something on a non-technical subject and I hope to do it well.<br /><br />I\'m also trying to get some colleagues involved in the organization this year so we can get the presentations recorded on video and hopefully uploaded to the <a href="http://youtube.com/openbossa";>openBossa channel</a> on youtube. Rock on!<span class="net_nemein_favourites">10 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=b134fedc082911deb532813712f1fcfefcfe&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/b134fedc082911deb532813712f1fcfefcfe/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites
 " /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=b134fedc082911deb532813712f1fcfefcfe&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/b134fedc082911deb532813712f1fcfefcfe/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'content': [{'base': '', 'type': 'text/html', 'value': u'<a href="http://2.bp.blogspot.com/_xF-tlYcJ9_0/Sa1yxCeuUDI/AAAAAAAAAfk/h2WdFd63EjU/s1600-h/banner_bossa_09.png";><img src="http://2.bp.blogspot.com/_xF-tlYcJ9_0/Sa1yxCeuUDI/AAAAAAAAAfk/h2WdFd63EjU/s400/banner_bossa_09.png"; border="0" alt="" id="BLOGGER_PHOTO_ID_5309025722544574514" /></a><br /><br />A year has already passed since the last edition of <a href="http://bossaconference.org";>Bossa Conference</a> and this years edition will happen in only a few days from now. Woohooo! I just can\'t wait for it t
 o start.<br /><br />Following the tendency of the previous editions, <a href="http://www.bossaconference.indt.org/programme";>this year agenda</a> brings a mix of many different subjects around the development of FOSS for mobile devices, from the basic platform components to the bling brought by the modern application development frameworks. Highlights: Kernel, Connectivity, Python, Qt, Webkit, Security, Enlightenment, Licensing, UI Design and Maemo.<br /><br />Regarding Maemo, we\'ll have three presentations about it. <a href="http://blogs.forum.nokia.com/blog/kate-alholas-forum-nokia-blog";>Kate Alhola</a> will give us a glimpse of the features of Freemantle with some live demos. Raul Herbster will talk about development for Maemo using the <a href="http://esbox.garage.maemo.org/";>ESBox</a> and <a href="http://pluthon.garage.maemo.org/";>Pluthon</a> plugins for Eclipse. Definitely cool stuff. And finally, myself, for the first time presenting in Bossa Conference.<br /><br />I
  will be wearing my hat as a member of the <a href="http://maemo.org/community/council";>Maemo Community Council</a> and my talk will focus on the <a href="http://maemo.org";>Maemo Community</a>, answering some questions such as: Who forms the community? What is it for? Why do we need the community? How to get involved? This is also the first time I\'m presenting something on a non-technical subject and I hope to do it well.<br /><br />I\'m also trying to get some colleagues involved in the organization this year so we can get the presentations recorded on video and hopefully uploaded to the <a href="http://youtube.com/openbossa";>openBossa channel</a> on youtube. Rock on!<span class="net_nemein_favourites">10 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=b134fedc082911deb532813712f1fcfefcfe&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/b134fedc082911deb532813712f1fcfefcfe/"; class="net_
 nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=b134fedc082911deb532813712f1fcfefcfe&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/b134fedc082911deb532813712f1fcfefcfe/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}], 'title_detail': {'base': '', 'type': 'text/plain', 'value': u"Maemo @ Bossa '09", 'language': u'en'}, 'link': u'http://etrunko.blogspot.com/2009/03/year-has-already-passed-since-last.html', 'published': u'2009-03-03T13:10:00+00:00', 'author_detail': {'name': u'Eduardo Lima <eblima gmail com>'}, 'id': u'http://maemo.org/midcom-permalink-b134fedc082911deb532813712f1fcfefcfe', 'tags': [{'term': u'f
 eed:845e23d13b6dbbe11fdecc443cde44e7', 'scheme': None, 'label': None}], 'updated_parsed': (2009, 3, 3, 13, 10, 0, 1, 62, 0)}, {'updated': u'2009-03-02T20:45:10+00:00', 'subtitle': u'<p>\xa0<img src="http://www.valeriovalerio.org/images/bluemaemo_0.2_main.jpg"; alt="BlueMaemo 0.2 main screen" width="450" height="270" /></p>\n<p>The second release of BlueMaemo is out now and for the first time available on the maemo extras repository <img src="http://www.valeriovalerio.org/wp-includes/images/smilies/icon_smile.gif"; alt=":)" class="wp-smiley" /> .</p>\n<p>This release features the much requested reconnection feature, among others small fixes/improvements.</p>\n<p>Here is a small changelog:</p>\n<p>* Added ability to map the space key in the profiles;<br />\n* Added method to change bluetooth adapter mode;<br />\n* N810 Hardware keyboard support while in mouse profile;<br />\n* Major code refactoring - Separated all profiles;<br />\n* Added reconnect functionality;<br />\n* Added
  auto-connect functionality (auto-connect BlueMaemo to a device on startup, without user intervention).</p>\n<p>Many thanks for everybody that reported bugs, made suggestions and filled features requests, especially for <a href="http://maemo.org/profile/view/qwerty12/"; title="qwert12" target="_blank">Qwerty12</a> (Faheem Pervez) and\xa0 <a href="http://maemo.org/profile/view/mgedmin/"; title="mgedmin" target="_blank">Mgedmin</a> (Marius Gedminas) for the packaging advices and tips.</p>\n<p>BlueMaemo V0.2 is available <a href="http://maemo.org/downloads/product/OS2008/bluemaemo/"; title="bluemaemo on maemo.org" target="_blank">here</a>.</p>\n<span class="net_nemein_favourites">19 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=d1539f42077b11dead3debec5faa9cbb9cbb&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/d1539f42077b11dead3debec5faa9cbb9cbb/"; class="net_nemein_favourites_create"><img 
 src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=d1539f42077b11dead3debec5faa9cbb9cbb&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/d1539f42077b11dead3debec5faa9cbb9cbb/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'links': [{'href': u'http://www.valeriovalerio.org/?p=215', 'type': u'text/html', 'rel': u'alternate'}], 'published_parsed': (2009, 3, 2, 20, 45, 10, 0, 61, 0), 'title': u'BlueMaemo 0.2 released - in extras now', 'author': u'Val\xe9rio Val\xe9rio <vdv100 gmail com>', 'summary_detail': {'base': '', 'type': 'text/html', 'value': u'<p>\xa0<img src="http://www.valeriovalerio.org/images/bluemaemo_0.2_main.jpg"; alt="BlueMaemo 0.2 main screen" width="45
 0" height="270" /></p>\n<p>The second release of BlueMaemo is out now and for the first time available on the maemo extras repository <img src="http://www.valeriovalerio.org/wp-includes/images/smilies/icon_smile.gif"; alt=":)" class="wp-smiley" /> .</p>\n<p>This release features the much requested reconnection feature, among others small fixes/improvements.</p>\n<p>Here is a small changelog:</p>\n<p>* Added ability to map the space key in the profiles;<br />\n* Added method to change bluetooth adapter mode;<br />\n* N810 Hardware keyboard support while in mouse profile;<br />\n* Major code refactoring - Separated all profiles;<br />\n* Added reconnect functionality;<br />\n* Added auto-connect functionality (auto-connect BlueMaemo to a device on startup, without user intervention).</p>\n<p>Many thanks for everybody that reported bugs, made suggestions and filled features requests, especially for <a href="http://maemo.org/profile/view/qwerty12/"; title="qwert12" target="_blank"
 >Qwerty12</a> (Faheem Pervez) and\xa0 <a href="http://maemo.org/profile/view/mgedmin/"; title="mgedmin" target="_blank">Mgedmin</a> (Marius Gedminas) for the packaging advices and tips.</p>\n<p>BlueMaemo V0.2 is available <a href="http://maemo.org/downloads/product/OS2008/bluemaemo/"; title="bluemaemo on maemo.org" target="_blank">here</a>.</p>\n<span class="net_nemein_favourites">19 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=d1539f42077b11dead3debec5faa9cbb9cbb&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/d1539f42077b11dead3debec5faa9cbb9cbb/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=d1539f42077b11dead3debec5faa9cbb9cbb&net_nemein_favourites_url=https://ma
 emo.org/news/favorites//json/bury/midgard_article/d1539f42077b11dead3debec5faa9cbb9cbb/" class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}, 'summary': u'<p>\xa0<img src="http://www.valeriovalerio.org/images/bluemaemo_0.2_main.jpg"; alt="BlueMaemo 0.2 main screen" width="450" height="270" /></p>\n<p>The second release of BlueMaemo is out now and for the first time available on the maemo extras repository <img src="http://www.valeriovalerio.org/wp-includes/images/smilies/icon_smile.gif"; alt=":)" class="wp-smiley" /> .</p>\n<p>This release features the much requested reconnection feature, among others small fixes/improvements.</p>\n<p>Here is a small changelog:</p>\n<p>* Added ability to map the space key in the profiles;<br />\n* Added method to change bluetooth adapter mode;<br />\n* N810 Hardware keyboard support while in mouse profile;<br />\n* Major code ref
 actoring - Separated all profiles;<br />\n* Added reconnect functionality;<br />\n* Added auto-connect functionality (auto-connect BlueMaemo to a device on startup, without user intervention).</p>\n<p>Many thanks for everybody that reported bugs, made suggestions and filled features requests, especially for <a href="http://maemo.org/profile/view/qwerty12/"; title="qwert12" target="_blank">Qwerty12</a> (Faheem Pervez) and\xa0 <a href="http://maemo.org/profile/view/mgedmin/"; title="mgedmin" target="_blank">Mgedmin</a> (Marius Gedminas) for the packaging advices and tips.</p>\n<p>BlueMaemo V0.2 is available <a href="http://maemo.org/downloads/product/OS2008/bluemaemo/"; title="bluemaemo on maemo.org" target="_blank">here</a>.</p>\n<span class="net_nemein_favourites">19 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=d1539f42077b11dead3debec5faa9cbb9cbb&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_
 article/d1539f42077b11dead3debec5faa9cbb9cbb/" class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=d1539f42077b11dead3debec5faa9cbb9cbb&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/d1539f42077b11dead3debec5faa9cbb9cbb/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'content': [{'base': '', 'type': 'text/html', 'value': u'<p>\xa0<img src="http://www.valeriovalerio.org/images/bluemaemo_0.2_main.jpg"; alt="BlueMaemo 0.2 main screen" width="450" height="270" /></p>\n<p>The second release of BlueMaemo is out now and for the first time available on the maemo extras repository <img src="http://www.valeriovalerio.org/wp-includes
 /images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> .</p>\n<p>This release features the much requested reconnection feature, among others small fixes/improvements.</p>\n<p>Here is a small changelog:</p>\n<p>* Added ability to map the space key in the profiles;<br />\n* Added method to change bluetooth adapter mode;<br />\n* N810 Hardware keyboard support while in mouse profile;<br />\n* Major code refactoring - Separated all profiles;<br />\n* Added reconnect functionality;<br />\n* Added auto-connect functionality (auto-connect BlueMaemo to a device on startup, without user intervention).</p>\n<p>Many thanks for everybody that reported bugs, made suggestions and filled features requests, especially for <a href="http://maemo.org/profile/view/qwerty12/"; title="qwert12" target="_blank">Qwerty12</a> (Faheem Pervez) and\xa0 <a href="http://maemo.org/profile/view/mgedmin/"; title="mgedmin" target="_blank">Mgedmin</a> (Marius Gedminas) for the packaging advices and tips.<
 /p>\n<p>BlueMaemo V0.2 is available <a href="http://maemo.org/downloads/product/OS2008/bluemaemo/"; title="bluemaemo on maemo.org" target="_blank">here</a>.</p>\n<span class="net_nemein_favourites">19 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=d1539f42077b11dead3debec5faa9cbb9cbb&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/d1539f42077b11dead3debec5faa9cbb9cbb/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=d1539f42077b11dead3debec5faa9cbb9cbb&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/d1539f42077b11dead3debec5faa9cbb9cbb/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not
 -buried.png" alt="Bury" title="Bury" /></a></span>', 'language': u'en'}], 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'BlueMaemo 0.2 released - in extras now', 'language': u'en'}, 'link': u'http://www.valeriovalerio.org/?p=215', 'published': u'2009-03-02T20:45:10+00:00', 'author_detail': {'name': u'Val\xe9rio Val\xe9rio <vdv100 gmail com>'}, 'id': u'http://maemo.org/midcom-permalink-d1539f42077b11dead3debec5faa9cbb9cbb', 'tags': [{'term': u'feed:ff8b6dc697dc403cb693cacff69f3818', 'scheme': None, 'label': None}], 'updated_parsed': (2009, 3, 2, 20, 45, 10, 0, 61, 0)}, {'updated': u'2009-03-02T14:15:00+00:00', 'subtitle': u'<p>After <a href="http://lists.maemo.org/pipermail/maemo-community/2009-February/003355.html";>the nominations were opened</a> for the next <a rel="tag" class="taglink" href="http://wiki.maemo.org/Community_Council"; title="Tagged external link: Maemo Community Council">Maemo Community Council</a>, I wasn&#8217;t completely sure that I&#8217;d
  jump back into the mix. While I&#8217;ve had an extremely rewarding time being a part of the Council, these things &#8212; as you may know &#8212; have a tendency of becoming more than originally expected. To explain further, I must divulge a little personal information.</p>\t<p>As an long-time open source advocate, I am very passionate about the state of open and free software (er&#8230;culture?) development and being a part of making <em>open source</em> more of a reality in mainstream computing&#8230;and life. This being said, I tend to obsess over the few communities that I&#8217;m still a part of (admittedly, this list is much shorter than it has been in years past). So, while being a member of the Council has been an amazing experience, it has also eaten up a lot of time and energy.</p>\n\n\t<p>But, wouldn&#8217;t you know it? In the midst of my pondering and soul searching over the possibilities of the next Council election, one of the <a rel="tag" class="taglink" hr
 ef="http://maemo.org"; title="Tagged external link: maemo.org">maemo.org</a> staff and friend, <a rel="tag" class="taglink" href="http://blogs.gnome.org/bolsh/"; title="Tagged external link: Dave Neary">Dave Neary</a>, asked me if I&#8217;d allow him to nominate me&#8230; I was more than flattered; needless to say, I felt honored.</p>\n\n\t<p>Likewise, while I began to see others&#8217; nominations roll in on the <a rel="tag" class="taglink" href="http://https://lists.maemo.org/mailman/listinfo/maemo-community"; title="Tagged external link: maemo-community mailing list">maemo-community mailing list</a>, I felt myself getting very excited &#8212; not excited over the aspect of actually being a Council member, but excited about just being a community member. It is amazing that so many people will offer their time and energy (the same time and energy that I give) free of charge, just from a sense of improving something that we believe in.</p>\n\n\t<p>So, because of my love for the
  Maemo community &#8212; a little about what it is for, but mostly for those who fill its ranks &#8212; I accepted Dave&#8217;s nomination and here I am&#8230; <a href="http://lists.maemo.org/pipermail/maemo-community/2009-March/003430.html";>Back in the mix</a>.</p>\n\t\t<span class="net_nemein_favourites">11 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=cb3edb94073f11debaf03df5630f6bbe6bbe&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/cb3edb94073f11debaf03df5630f6bbe6bbe/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=cb3edb94073f11debaf03df5630f6bbe6bbe&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/cb3edb94073f11debaf03df5
 630f6bbe6bbe/" class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'links': [{'href': u'http://sense-datum.org/tim/archive/2009/03/02/maemo_community_council_in_the/2', 'type': u'text/html', 'rel': u'alternate'}], 'published_parsed': (2009, 3, 2, 14, 15, 0, 0, 61, 0), 'title': u'Maemo Community Council: In the mix...', 'author': u'Tim Samoff <tim samoff com>', 'summary_detail': {'base': '', 'type': 'text/html', 'value': u'<p>After <a href="http://lists.maemo.org/pipermail/maemo-community/2009-February/003355.html";>the nominations were opened</a> for the next <a rel="tag" class="taglink" href="http://wiki.maemo.org/Community_Council"; title="Tagged external link: Maemo Community Council">Maemo Community Council</a>, I wasn&#8217;t completely sure that I&#8217;d jump back into the mix. While I&#8217;ve had an extremely rewarding time being a part of the Council, these things &#8212;
  as you may know &#8212; have a tendency of becoming more than originally expected. To explain further, I must divulge a little personal information.</p>\t<p>As an long-time open source advocate, I am very passionate about the state of open and free software (er&#8230;culture?) development and being a part of making <em>open source</em> more of a reality in mainstream computing&#8230;and life. This being said, I tend to obsess over the few communities that I&#8217;m still a part of (admittedly, this list is much shorter than it has been in years past). So, while being a member of the Council has been an amazing experience, it has also eaten up a lot of time and energy.</p>\n\n\t<p>But, wouldn&#8217;t you know it? In the midst of my pondering and soul searching over the possibilities of the next Council election, one of the <a rel="tag" class="taglink" href="http://maemo.org"; title="Tagged external link: maemo.org">maemo.org</a> staff and friend, <a rel="tag" class="taglink" 
 href="http://blogs.gnome.org/bolsh/"; title="Tagged external link: Dave Neary">Dave Neary</a>, asked me if I&#8217;d allow him to nominate me&#8230; I was more than flattered; needless to say, I felt honored.</p>\n\n\t<p>Likewise, while I began to see others&#8217; nominations roll in on the <a rel="tag" class="taglink" href="http://https://lists.maemo.org/mailman/listinfo/maemo-community"; title="Tagged external link: maemo-community mailing list">maemo-community mailing list</a>, I felt myself getting very excited &#8212; not excited over the aspect of actually being a Council member, but excited about just being a community member. It is amazing that so many people will offer their time and energy (the same time and energy that I give) free of charge, just from a sense of improving something that we believe in.</p>\n\n\t<p>So, because of my love for the Maemo community &#8212; a little about what it is for, but mostly for those who fill its ranks &#8212; I accepted Dave&#82
 17;s nomination and here I am&#8230; <a href="http://lists.maemo.org/pipermail/maemo-community/2009-March/003430.html";>Back in the mix</a>.</p>\n\t\t<span class="net_nemein_favourites">11 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=cb3edb94073f11debaf03df5630f6bbe6bbe&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/cb3edb94073f11debaf03df5630f6bbe6bbe/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=cb3edb94073f11debaf03df5630f6bbe6bbe&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/cb3edb94073f11debaf03df5630f6bbe6bbe/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png";
  alt="Bury" title="Bury" /></a></span>', 'language': u'en'}, 'summary': u'<p>After <a href="http://lists.maemo.org/pipermail/maemo-community/2009-February/003355.html";>the nominations were opened</a> for the next <a rel="tag" class="taglink" href="http://wiki.maemo.org/Community_Council"; title="Tagged external link: Maemo Community Council">Maemo Community Council</a>, I wasn&#8217;t completely sure that I&#8217;d jump back into the mix. While I&#8217;ve had an extremely rewarding time being a part of the Council, these things &#8212; as you may know &#8212; have a tendency of becoming more than originally expected. To explain further, I must divulge a little personal information.</p>\t<p>As an long-time open source advocate, I am very passionate about the state of open and free software (er&#8230;culture?) development and being a part of making <em>open source</em> more of a reality in mainstream computing&#8230;and life. This being said, I tend to obsess over the few commu
 nities that I&#8217;m still a part of (admittedly, this list is much shorter than it has been in years past). So, while being a member of the Council has been an amazing experience, it has also eaten up a lot of time and energy.</p>\n\n\t<p>But, wouldn&#8217;t you know it? In the midst of my pondering and soul searching over the possibilities of the next Council election, one of the <a rel="tag" class="taglink" href="http://maemo.org"; title="Tagged external link: maemo.org">maemo.org</a> staff and friend, <a rel="tag" class="taglink" href="http://blogs.gnome.org/bolsh/"; title="Tagged external link: Dave Neary">Dave Neary</a>, asked me if I&#8217;d allow him to nominate me&#8230; I was more than flattered; needless to say, I felt honored.</p>\n\n\t<p>Likewise, while I began to see others&#8217; nominations roll in on the <a rel="tag" class="taglink" href="http://https://lists.maemo.org/mailman/listinfo/maemo-community"; title="Tagged external link: maemo-community mailing list
 ">maemo-community mailing list</a>, I felt myself getting very excited &#8212; not excited over the aspect of actually being a Council member, but excited about just being a community member. It is amazing that so many people will offer their time and energy (the same time and energy that I give) free of charge, just from a sense of improving something that we believe in.</p>\n\n\t<p>So, because of my love for the Maemo community &#8212; a little about what it is for, but mostly for those who fill its ranks &#8212; I accepted Dave&#8217;s nomination and here I am&#8230; <a href="http://lists.maemo.org/pipermail/maemo-community/2009-March/003430.html";>Back in the mix</a>.</p>\n\t\t<span class="net_nemein_favourites">11 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=cb3edb94073f11debaf03df5630f6bbe6bbe&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/cb3edb94073f11debaf03df5630f6bbe6bbe/"; 
 class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=cb3edb94073f11debaf03df5630f6bbe6bbe&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/cb3edb94073f11debaf03df5630f6bbe6bbe/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'content': [{'base': '', 'type': 'text/html', 'value': u'<p>After <a href="http://lists.maemo.org/pipermail/maemo-community/2009-February/003355.html";>the nominations were opened</a> for the next <a rel="tag" class="taglink" href="http://wiki.maemo.org/Community_Council"; title="Tagged external link: Maemo Community Council">Maemo Community Council</a>, I wasn&#8217;t completely sure that I&#8217;d jump ba
 ck into the mix. While I&#8217;ve had an extremely rewarding time being a part of the Council, these things &#8212; as you may know &#8212; have a tendency of becoming more than originally expected. To explain further, I must divulge a little personal information.</p>\t<p>As an long-time open source advocate, I am very passionate about the state of open and free software (er&#8230;culture?) development and being a part of making <em>open source</em> more of a reality in mainstream computing&#8230;and life. This being said, I tend to obsess over the few communities that I&#8217;m still a part of (admittedly, this list is much shorter than it has been in years past). So, while being a member of the Council has been an amazing experience, it has also eaten up a lot of time and energy.</p>\n\n\t<p>But, wouldn&#8217;t you know it? In the midst of my pondering and soul searching over the possibilities of the next Council election, one of the <a rel="tag" class="taglink" href="http
 ://maemo.org" title="Tagged external link: maemo.org">maemo.org</a> staff and friend, <a rel="tag" class="taglink" href="http://blogs.gnome.org/bolsh/"; title="Tagged external link: Dave Neary">Dave Neary</a>, asked me if I&#8217;d allow him to nominate me&#8230; I was more than flattered; needless to say, I felt honored.</p>\n\n\t<p>Likewise, while I began to see others&#8217; nominations roll in on the <a rel="tag" class="taglink" href="http://https://lists.maemo.org/mailman/listinfo/maemo-community"; title="Tagged external link: maemo-community mailing list">maemo-community mailing list</a>, I felt myself getting very excited &#8212; not excited over the aspect of actually being a Council member, but excited about just being a community member. It is amazing that so many people will offer their time and energy (the same time and energy that I give) free of charge, just from a sense of improving something that we believe in.</p>\n\n\t<p>So, because of my love for the Maemo c
 ommunity &#8212; a little about what it is for, but mostly for those who fill its ranks &#8212; I accepted Dave&#8217;s nomination and here I am&#8230; <a href="http://lists.maemo.org/pipermail/maemo-community/2009-March/003430.html";>Back in the mix</a>.</p>\n\t\t<span class="net_nemein_favourites">11 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=cb3edb94073f11debaf03df5630f6bbe6bbe&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/cb3edb94073f11debaf03df5630f6bbe6bbe/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=cb3edb94073f11debaf03df5630f6bbe6bbe&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/cb3edb94073f11debaf03df5630f6bbe
 6bbe/" class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}], 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Maemo Community Council: In the mix...', 'language': u'en'}, 'link': u'http://sense-datum.org/tim/archive/2009/03/02/maemo_community_council_in_the/2', 'published': u'2009-03-02T14:15:00+00:00', 'author_detail': {'name': u'Tim Samoff <tim samoff com>'}, 'id': u'http://maemo.org/midcom-permalink-cb3edb94073f11debaf03df5630f6bbe6bbe', 'tags': [{'term': u'feed:b74181c2d5e2fbcc878704b850af8cd1', 'scheme': None, 'label': None}], 'updated_parsed': (2009, 3, 2, 14, 15, 0, 0, 61, 0)}, {'updated': u'2009-03-02T14:15:00+00:00', 'subtitle': u'<p>After <a href="http://lists.maemo.org/pipermail/maemo-community/2009-February/003355.html";>the nominations were opened</a> for the next <a rel="tag" class="taglink" href="http://wiki.maemo.org/Community_Counci
 l" title="Tagged external link: Maemo Community Council">Maemo Community Council</a>, I wasn&#8217;t completely sure that I&#8217;d jump back into the mix. While I&#8217;ve had an extremely rewarding time being a part of the Council, these things &#8212; as you may know &#8212; have a tendency of becoming more than originally expected. To explain further, I must divulge a little personal information.</p>\t<p>As an long-time open source advocate, I am very passionate about the state of open and free software (er&#8230;culture?) development and being a part of making <em>open source</em> more of a reality in mainstream computing&#8230;and life. This being said, I tend to obsess over the few communities that I&#8217;m still a part of (admittedly, this list is much shorter than it has been in years past). So, while being a member of the Council has been an amazing experience, it has also eaten up a lot of time and energy.</p>\n\n\t<p>But, wouldn&#8217;t you know it? In the midst
  of my pondering and soul searching over the possibilities of the next Council election, one of the <a rel="tag" class="taglink" href="http://maemo.org"; title="Tagged external link: maemo.org">maemo.org</a> staff and friend, <a rel="tag" class="taglink" href="http://blogs.gnome.org/bolsh/"; title="Tagged external link: Dave Neary">Dave Neary</a>, asked me if I&#8217;d allow him to nominate me&#8230; I was more than flattered; needless to say, I felt honored.</p>\n\n\t<p>Likewise, while I began to see others&#8217; nominations roll in on the <a rel="tag" class="taglink" href="http://https://lists.maemo.org/mailman/listinfo/maemo-community"; title="Tagged external link: maemo-community mailing list">maemo-community mailing list</a>, I felt myself getting very excited &#8212; not excited over the aspect of actually being a Council member, but excited about just being a community member. It is amazing that so many people will offer their time and energy (the same time and energy t
 hat I give) free of charge, just from a sense of improving something that we believe in.</p>\n\n\t<p>So, because of my love for the Maemo community &#8212; a little about what it is for, but mostly for those who fill its ranks &#8212; I accepted Dave&#8217;s nomination and here I am&#8230; <a href="http://lists.maemo.org/pipermail/maemo-community/2009-March/003430.html";>Back in the mix</a>.</p>\n\t\t<span class="net_nemein_favourites">1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=608bac1807a411deb24d9fe7bc1dc3b2c3b2&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/608bac1807a411deb24d9fe7bc1dc3b2c3b2/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>2 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=608bac1807a411deb
 24d9fe7bc1dc3b2c3b2&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/608bac1807a411deb24d9fe7bc1dc3b2c3b2/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'links': [{'href': u'http://www.sense-datum.org/tim/archive/2009/03/02/maemo_community_council_in_the/2', 'type': u'text/html', 'rel': u'alternate'}], 'published_parsed': (2009, 3, 2, 14, 15, 0, 0, 61, 0), 'title': u'Maemo Community Council: In the mix...', 'author': u'Tim Samoff <tim samoff com>', 'summary_detail': {'base': '', 'type': 'text/html', 'value': u'<p>After <a href="http://lists.maemo.org/pipermail/maemo-community/2009-February/003355.html";>the nominations were opened</a> for the next <a rel="tag" class="taglink" href="http://wiki.maemo.org/Community_Council"; title="Tagged external link: Maemo Community Council">Maemo Community Council</a>, I wasn&#8217;t completely sure tha
 t I&#8217;d jump back into the mix. While I&#8217;ve had an extremely rewarding time being a part of the Council, these things &#8212; as you may know &#8212; have a tendency of becoming more than originally expected. To explain further, I must divulge a little personal information.</p>\t<p>As an long-time open source advocate, I am very passionate about the state of open and free software (er&#8230;culture?) development and being a part of making <em>open source</em> more of a reality in mainstream computing&#8230;and life. This being said, I tend to obsess over the few communities that I&#8217;m still a part of (admittedly, this list is much shorter than it has been in years past). So, while being a member of the Council has been an amazing experience, it has also eaten up a lot of time and energy.</p>\n\n\t<p>But, wouldn&#8217;t you know it? In the midst of my pondering and soul searching over the possibilities of the next Council election, one of the <a rel="tag" class="
 taglink" href="http://maemo.org"; title="Tagged external link: maemo.org">maemo.org</a> staff and friend, <a rel="tag" class="taglink" href="http://blogs.gnome.org/bolsh/"; title="Tagged external link: Dave Neary">Dave Neary</a>, asked me if I&#8217;d allow him to nominate me&#8230; I was more than flattered; needless to say, I felt honored.</p>\n\n\t<p>Likewise, while I began to see others&#8217; nominations roll in on the <a rel="tag" class="taglink" href="http://https://lists.maemo.org/mailman/listinfo/maemo-community"; title="Tagged external link: maemo-community mailing list">maemo-community mailing list</a>, I felt myself getting very excited &#8212; not excited over the aspect of actually being a Council member, but excited about just being a community member. It is amazing that so many people will offer their time and energy (the same time and energy that I give) free of charge, just from a sense of improving something that we believe in.</p>\n\n\t<p>So, because of my l
 ove for the Maemo community &#8212; a little about what it is for, but mostly for those who fill its ranks &#8212; I accepted Dave&#8217;s nomination and here I am&#8230; <a href="http://lists.maemo.org/pipermail/maemo-community/2009-March/003430.html";>Back in the mix</a>.</p>\n\t\t<span class="net_nemein_favourites">1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=608bac1807a411deb24d9fe7bc1dc3b2c3b2&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/608bac1807a411deb24d9fe7bc1dc3b2c3b2/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>2 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=608bac1807a411deb24d9fe7bc1dc3b2c3b2&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/608bac1807a411
 deb24d9fe7bc1dc3b2c3b2/" class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}, 'summary': u'<p>After <a href="http://lists.maemo.org/pipermail/maemo-community/2009-February/003355.html";>the nominations were opened</a> for the next <a rel="tag" class="taglink" href="http://wiki.maemo.org/Community_Council"; title="Tagged external link: Maemo Community Council">Maemo Community Council</a>, I wasn&#8217;t completely sure that I&#8217;d jump back into the mix. While I&#8217;ve had an extremely rewarding time being a part of the Council, these things &#8212; as you may know &#8212; have a tendency of becoming more than originally expected. To explain further, I must divulge a little personal information.</p>\t<p>As an long-time open source advocate, I am very passionate about the state of open and free software (er&#8230;culture?) development and being a part of makin
 g <em>open source</em> more of a reality in mainstream computing&#8230;and life. This being said, I tend to obsess over the few communities that I&#8217;m still a part of (admittedly, this list is much shorter than it has been in years past). So, while being a member of the Council has been an amazing experience, it has also eaten up a lot of time and energy.</p>\n\n\t<p>But, wouldn&#8217;t you know it? In the midst of my pondering and soul searching over the possibilities of the next Council election, one of the <a rel="tag" class="taglink" href="http://maemo.org"; title="Tagged external link: maemo.org">maemo.org</a> staff and friend, <a rel="tag" class="taglink" href="http://blogs.gnome.org/bolsh/"; title="Tagged external link: Dave Neary">Dave Neary</a>, asked me if I&#8217;d allow him to nominate me&#8230; I was more than flattered; needless to say, I felt honored.</p>\n\n\t<p>Likewise, while I began to see others&#8217; nominations roll in on the <a rel="tag" class="tagl
 ink" href="http://https://lists.maemo.org/mailman/listinfo/maemo-community"; title="Tagged external link: maemo-community mailing list">maemo-community mailing list</a>, I felt myself getting very excited &#8212; not excited over the aspect of actually being a Council member, but excited about just being a community member. It is amazing that so many people will offer their time and energy (the same time and energy that I give) free of charge, just from a sense of improving something that we believe in.</p>\n\n\t<p>So, because of my love for the Maemo community &#8212; a little about what it is for, but mostly for those who fill its ranks &#8212; I accepted Dave&#8217;s nomination and here I am&#8230; <a href="http://lists.maemo.org/pipermail/maemo-community/2009-March/003430.html";>Back in the mix</a>.</p>\n\t\t<span class="net_nemein_favourites">1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=608bac1807a411deb24d9fe7bc1dc
 3b2c3b2&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/608bac1807a411deb24d9fe7bc1dc3b2c3b2/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>2 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=608bac1807a411deb24d9fe7bc1dc3b2c3b2&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/608bac1807a411deb24d9fe7bc1dc3b2c3b2/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'content': [{'base': '', 'type': 'text/html', 'value': u'<p>After <a href="http://lists.maemo.org/pipermail/maemo-community/2009-February/003355.html";>the nominations were opened</a> for the next <a rel="tag" class="taglink" href="http://wiki.maemo.org/Community_Council"; titl
 e="Tagged external link: Maemo Community Council">Maemo Community Council</a>, I wasn&#8217;t completely sure that I&#8217;d jump back into the mix. While I&#8217;ve had an extremely rewarding time being a part of the Council, these things &#8212; as you may know &#8212; have a tendency of becoming more than originally expected. To explain further, I must divulge a little personal information.</p>\t<p>As an long-time open source advocate, I am very passionate about the state of open and free software (er&#8230;culture?) development and being a part of making <em>open source</em> more of a reality in mainstream computing&#8230;and life. This being said, I tend to obsess over the few communities that I&#8217;m still a part of (admittedly, this list is much shorter than it has been in years past). So, while being a member of the Council has been an amazing experience, it has also eaten up a lot of time and energy.</p>\n\n\t<p>But, wouldn&#8217;t you know it? In the midst of my 
 pondering and soul searching over the possibilities of the next Council election, one of the <a rel="tag" class="taglink" href="http://maemo.org"; title="Tagged external link: maemo.org">maemo.org</a> staff and friend, <a rel="tag" class="taglink" href="http://blogs.gnome.org/bolsh/"; title="Tagged external link: Dave Neary">Dave Neary</a>, asked me if I&#8217;d allow him to nominate me&#8230; I was more than flattered; needless to say, I felt honored.</p>\n\n\t<p>Likewise, while I began to see others&#8217; nominations roll in on the <a rel="tag" class="taglink" href="http://https://lists.maemo.org/mailman/listinfo/maemo-community"; title="Tagged external link: maemo-community mailing list">maemo-community mailing list</a>, I felt myself getting very excited &#8212; not excited over the aspect of actually being a Council member, but excited about just being a community member. It is amazing that so many people will offer their time and energy (the same time and energy that I g
 ive) free of charge, just from a sense of improving something that we believe in.</p>\n\n\t<p>So, because of my love for the Maemo community &#8212; a little about what it is for, but mostly for those who fill its ranks &#8212; I accepted Dave&#8217;s nomination and here I am&#8230; <a href="http://lists.maemo.org/pipermail/maemo-community/2009-March/003430.html";>Back in the mix</a>.</p>\n\t\t<span class="net_nemein_favourites">1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=608bac1807a411deb24d9fe7bc1dc3b2c3b2&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/608bac1807a411deb24d9fe7bc1dc3b2c3b2/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>2 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=608bac1807a411deb24d9fe7
 bc1dc3b2c3b2&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/608bac1807a411deb24d9fe7bc1dc3b2c3b2/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}], 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Maemo Community Council: In the mix...', 'language': u'en'}, 'link': u'http://www.sense-datum.org/tim/archive/2009/03/02/maemo_community_council_in_the/2', 'published': u'2009-03-02T14:15:00+00:00', 'author_detail': {'name': u'Tim Samoff <tim samoff com>'}, 'id': u'http://maemo.org/midcom-permalink-608bac1807a411deb24d9fe7bc1dc3b2c3b2', 'tags': [{'term': u'feed:b74181c2d5e2fbcc878704b850af8cd1', 'scheme': None, 'label': None}], 'updated_parsed': (2009, 3, 2, 14, 15, 0, 0, 61, 0)}, {'updated': u'2009-03-02T13:52:00+00:00', 'subtitle': u'<p>If you haven&#8217;t seen it, check out <a href="http://maemo.org/developm
 ent/sdks/maemo5_alpha_overview/">the spec</a> for the latest iteration of the <a rel="tag" class="taglink" href="http://maemo.org"; title="Tagged external link: Maemo">Maemo</a> user interface. It&#8217;s pretty slick and I can&#8217;t wait to install <a href="http://maemo.org/development/sdks/maemo5_alpha_sdk/";>the new SDK</a> so I can give it a spin!</p>\n\t\t<span class="net_nemein_favourites">6 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=c447ec22073f11debaf03df5630f6bbe6bbe&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/c447ec22073f11debaf03df5630f6bbe6bbe/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=c447ec22073f11debaf03df5630f6bbe6bbe&net_nemein_favourite
 s_url=https://maemo.org/news/favorites//json/bury/midgard_article/c447ec22073f11debaf03df5630f6bbe6bbe/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'links': [{'href': u'http://sense-datum.org/tim/archive/2009/03/02/maemo_5_ui_revealed/2', 'type': u'text/html', 'rel': u'alternate'}], 'published_parsed': (2009, 3, 2, 13, 52, 0, 0, 61, 0), 'title': u'Maemo 5 UI revealed...', 'author': u'Tim Samoff <tim samoff com>', 'summary_detail': {'base': '', 'type': 'text/html', 'value': u'<p>If you haven&#8217;t seen it, check out <a href="http://maemo.org/development/sdks/maemo5_alpha_overview/";>the spec</a> for the latest iteration of the <a rel="tag" class="taglink" href="http://maemo.org"; title="Tagged external link: Maemo">Maemo</a> user interface. It&#8217;s pretty slick and I can&#8217;t wait to install <a href="http://maemo.org/development/sdks/maemo5_alpha_sdk/";>the new SDK</
 a> so I can give it a spin!</p>\n\t\t<span class="net_nemein_favourites">6 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=c447ec22073f11debaf03df5630f6bbe6bbe&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/c447ec22073f11debaf03df5630f6bbe6bbe/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=c447ec22073f11debaf03df5630f6bbe6bbe&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/c447ec22073f11debaf03df5630f6bbe6bbe/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}, 'summary': u'<p>If you haven&#8217;t seen it, check 
 out <a href="http://maemo.org/development/sdks/maemo5_alpha_overview/";>the spec</a> for the latest iteration of the <a rel="tag" class="taglink" href="http://maemo.org"; title="Tagged external link: Maemo">Maemo</a> user interface. It&#8217;s pretty slick and I can&#8217;t wait to install <a href="http://maemo.org/development/sdks/maemo5_alpha_sdk/";>the new SDK</a> so I can give it a spin!</p>\n\t\t<span class="net_nemein_favourites">6 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=c447ec22073f11debaf03df5630f6bbe6bbe&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/c447ec22073f11debaf03df5630f6bbe6bbe/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=c447ec22073f11debaf
 03df5630f6bbe6bbe&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/c447ec22073f11debaf03df5630f6bbe6bbe/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'content': [{'base': '', 'type': 'text/html', 'value': u'<p>If you haven&#8217;t seen it, check out <a href="http://maemo.org/development/sdks/maemo5_alpha_overview/";>the spec</a> for the latest iteration of the <a rel="tag" class="taglink" href="http://maemo.org"; title="Tagged external link: Maemo">Maemo</a> user interface. It&#8217;s pretty slick and I can&#8217;t wait to install <a href="http://maemo.org/development/sdks/maemo5_alpha_sdk/";>the new SDK</a> so I can give it a spin!</p>\n\t\t<span class="net_nemein_favourites">6 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=c447ec22073f11debaf03df5630f6bbe6bbe&net_nemein_favourites_url
 =https://maemo.org/news/favorites//json/fav/midgard_article/c447ec22073f11debaf03df5630f6bbe6bbe/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=c447ec22073f11debaf03df5630f6bbe6bbe&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/c447ec22073f11debaf03df5630f6bbe6bbe/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}], 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Maemo 5 UI revealed...', 'language': u'en'}, 'link': u'http://sense-datum.org/tim/archive/2009/03/02/maemo_5_ui_revealed/2', 'published': u'2009-03-02T13:52:00+00:00', 'author_detail': {'name': u'Tim Samoff <tim samoff com>'},
  'id': u'http://maemo.org/midcom-permalink-c447ec22073f11debaf03df5630f6bbe6bbe', 'tags': [{'term': u'feed:b74181c2d5e2fbcc878704b850af8cd1', 'scheme': None, 'label': None}], 'updated_parsed': (2009, 3, 2, 13, 52, 0, 0, 61, 0)}, {'updated': u'2009-03-02T13:52:00+00:00', 'subtitle': u'<p>If you haven&#8217;t seen it, check out <a href="http://maemo.org/development/sdks/maemo5_alpha_overview/";>the spec</a> for the latest iteration of the <a rel="tag" class="taglink" href="http://maemo.org"; title="Tagged external link: Maemo">Maemo</a> user interface. It&#8217;s pretty slick and I can&#8217;t wait to install <a href="http://maemo.org/development/sdks/maemo5_alpha_sdk/";>the new SDK</a> so I can give it a spin!</p>\n\t\t<span class="net_nemein_favourites">1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=5fc7996807a411deb24d9fe7bc1dc3b2c3b2&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/5fc7
 996807a411deb24d9fe7bc1dc3b2c3b2/" class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>2 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=5fc7996807a411deb24d9fe7bc1dc3b2c3b2&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/5fc7996807a411deb24d9fe7bc1dc3b2c3b2/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'links': [{'href': u'http://www.sense-datum.org/tim/archive/2009/03/02/maemo_5_ui_revealed/2', 'type': u'text/html', 'rel': u'alternate'}], 'published_parsed': (2009, 3, 2, 13, 52, 0, 0, 61, 0), 'title': u'Maemo 5 UI revealed...', 'author': u'Tim Samoff <tim samoff com>', 'summary_detail': {'base': '', 'type': 'text/html', 'value': u'<p>If you haven&#8217;t seen it, chec
 k out <a href="http://maemo.org/development/sdks/maemo5_alpha_overview/";>the spec</a> for the latest iteration of the <a rel="tag" class="taglink" href="http://maemo.org"; title="Tagged external link: Maemo">Maemo</a> user interface. It&#8217;s pretty slick and I can&#8217;t wait to install <a href="http://maemo.org/development/sdks/maemo5_alpha_sdk/";>the new SDK</a> so I can give it a spin!</p>\n\t\t<span class="net_nemein_favourites">1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=5fc7996807a411deb24d9fe7bc1dc3b2c3b2&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/5fc7996807a411deb24d9fe7bc1dc3b2c3b2/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>2 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=5fc7996807a411deb
 24d9fe7bc1dc3b2c3b2&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/5fc7996807a411deb24d9fe7bc1dc3b2c3b2/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'language': u'en'}, 'summary': u'<p>If you haven&#8217;t seen it, check out <a href="http://maemo.org/development/sdks/maemo5_alpha_overview/";>the spec</a> for the latest iteration of the <a rel="tag" class="taglink" href="http://maemo.org"; title="Tagged external link: Maemo">Maemo</a> user interface. It&#8217;s pretty slick and I can&#8217;t wait to install <a href="http://maemo.org/development/sdks/maemo5_alpha_sdk/";>the new SDK</a> so I can give it a spin!</p>\n\t\t<span class="net_nemein_favourites">1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=5fc7996807a411deb24d9fe7bc1dc3b2c3b2&net_nemein_favourites_url=https://maemo.org/new
 s/favorites//json/fav/midgard_article/5fc7996807a411deb24d9fe7bc1dc3b2c3b2/" class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>2 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=5fc7996807a411deb24d9fe7bc1dc3b2c3b2&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/5fc7996807a411deb24d9fe7bc1dc3b2c3b2/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-buried.png"; alt="Bury" title="Bury" /></a></span>', 'content': [{'base': '', 'type': 'text/html', 'value': u'<p>If you haven&#8217;t seen it, check out <a href="http://maemo.org/development/sdks/maemo5_alpha_overview/";>the spec</a> for the latest iteration of the <a rel="tag" class="taglink" href="http://maemo.org"; title="Tagged external link: Maemo">Maemo</a> user interface. It&#
 8217;s pretty slick and I can&#8217;t wait to install <a href="http://maemo.org/development/sdks/maemo5_alpha_sdk/";>the new SDK</a> so I can give it a spin!</p>\n\t\t<span class="net_nemein_favourites">1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=5fc7996807a411deb24d9fe7bc1dc3b2c3b2&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/5fc7996807a411deb24d9fe7bc1dc3b2c3b2/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites/not-favorite.png"; alt="Add to favourites" title="Add to favourites" /></a>2 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=5fc7996807a411deb24d9fe7bc1dc3b2c3b2&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/5fc7996807a411deb24d9fe7bc1dc3b2c3b2/"; class="net_nemein_favourites_create"><img src="http://static.maemo.org/net.nemein.favourites
 /not-buried.png" alt="Bury" title="Bury" /></a></span>', 'language': u'en'}], 'title_detail': {'base': '', 'type': 'text/plain', 'value': u'Maemo 5 UI revealed...', 'language': u'en'}, 'link': u'http://www.sense-datum.org/tim/archive/2009/03/02/maemo_5_ui_revealed/2', 'published': u'2009-03-02T13:52:00+00:00', 'author_detail': {'name': u'Tim Samoff <tim samoff com>'}, 'id': u'http://maemo.org/midcom-permalink-5fc7996807a411deb24d9fe7bc1dc3b2c3b2', 'tags': [{'term': u'feed:b74181c2d5e2fbcc878704b850af8cd1', 'scheme': None, 'label': None}], 'updated_parsed': (2009, 3, 2, 13, 52, 0, 0, 61, 0)}]}
+<http://maemo.org/news/planet-maemo/atom.xml> a nmo:FeedChannel;
+	nie:title "Planet Maemo";
+	nie:description "Blog entries from Maemo community";
+	nie:contentLastModified "2009-03-10T11:41:32+00:00".
+
+
+<http://maemo.org/midcom-permalink-4ce31ae80d4e11deae49939ecb8954245424> a nmo:FeedMessage;
+	nie:title "boost::python in Glom";
+	nie:contentLastModified "2009-03-10T05:35:34+00:00";
+	nmo:communicationChannel <http://maemo.org/news/planet-maemo/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Murray Cumming"; nco:hasEmailAddress <mailto:murrayc murrayc com>];
+
+	nie:links <http://www.murrayc.com/blog/permalink/2009/03/10/boostpython-in-glom/>.
+
+<http://maemo.org/midcom-permalink-32a666e20cb011de9f0d852791480dc00dc0> a nmo:FeedMessage;
+	nie:title "gPodder 0.15.0 now in Maemo Extras";
+	nie:contentLastModified "2009-03-09T12:30:00+00:00";
+	nmo:communicationChannel <http://maemo.org/news/planet-maemo/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Thomas Perl"; nco:hasEmailAddress <mailto:thp perli net>];
+
+	nie:links <http://thpmaemo.blogspot.com/2009/03/gpodder-0150-now-in-maemo-extras.html>.
+
+<http://maemo.org/midcom-permalink-9906df640ce911dea2f97f66c9cb84b784b7> a nmo:FeedMessage;
+	nie:title "Running crossover\'ed Google Chrome browser on Linux ...";
+	nie:contentLastModified "2009-03-09T10:28:00+00:00";
+	nmo:communicationChannel <http://maemo.org/news/planet-maemo/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Antonio Gomes"; nco:hasEmailAddress <mailto:tonikitoo gmail com>];
+
+	nie:links <http://tonikitoo.blogspot.com/2009/03/running-crossovered-google-chrome.html>.
+
+<http://maemo.org/midcom-permalink-2a7720460c5c11de9ec3f3a0717707090709> a nmo:FeedMessage;
+	nie:title "Maemo Official Applications Bug Jar 2009.10";
+	nie:contentLastModified "2009-03-08T21:00:02+00:00";
+	nmo:communicationChannel <http://maemo.org/news/planet-maemo/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Stephen Gadsby"; nco:hasEmailAddress <mailto:sjgadsby ptdprolog net>];
+
+	nie:links <http://www.octofish.net/bugjar/2009/03/maemo-official-applications-bu-13.html>.
+
+<http://maemo.org/midcom-permalink-2706ed920c5c11de9ec3f3a0717707090709> a nmo:FeedMessage;
+	nie:title "Maemo Official Platform Bug Jar 2009.10";
+	nie:contentLastModified "2009-03-08T21:00:01+00:00";
+	nmo:communicationChannel <http://maemo.org/news/planet-maemo/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Stephen Gadsby"; nco:hasEmailAddress <mailto:sjgadsby ptdprolog net>];
+
+	nie:links <http://www.octofish.net/bugjar/2009/03/maemo-official-platform-bug-ja-13.html>.
+
+<http://maemo.org/midcom-permalink-00863b340bf611de997505a2de1099f399f3> a nmo:FeedMessage;
+	nie:contentLastModified "2009-03-08T13:10:31+00:00";
+	nmo:communicationChannel <http://maemo.org/news/planet-maemo/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Florian Boor"; nco:hasEmailAddress <mailto:florian boor kernelconcepts de>];
+
+	nie:links <http://fl0rian.wordpress.com/2009/03/08/the-other-beagleboard/>.
+
+<http://maemo.org/midcom-permalink-5c009f3a0b2511deb7c88b262d5d589d589d> a nmo:FeedMessage;
+	nie:title "Multiple networks and GUPnP";
+	nie:contentLastModified "2009-03-07T01:01:00+00:00";
+	nmo:communicationChannel <http://maemo.org/news/planet-maemo/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Zeeshan Ali"; nco:hasEmailAddress <mailto:zeenix gmail com>];
+
+	nie:links <http://zee-nix.blogspot.com/2009/03/multiple-networks-and-gupnp.html>.
+
+<http://maemo.org/midcom-permalink-14a934f20a9f11de8f1e29a4cbdf4f8e4f8e> a nmo:FeedMessage;
+	nie:title "MediaBox Media Center 0.96.4 released";
+	nie:contentLastModified "2009-03-06T11:46:00+00:00";
+	nmo:communicationChannel <http://maemo.org/news/planet-maemo/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Martin Grimme"; nco:hasEmailAddress <mailto:martin grimme gmail com>];
+
+	nie:links <http://pycage.blogspot.com/2009/03/mediabox-media-center-0964-released.html>.
+
+<http://maemo.org/midcom-permalink-e180c26a0a4a11de836123d484844ad34ad3> a nmo:FeedMessage;
+	nie:title "More scratchbox x86_64 goodness";
+	nie:contentLastModified "2009-03-06T09:49:39+00:00";
+	nmo:communicationChannel <http://maemo.org/news/planet-maemo/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Santtu Lakkala"; nco:hasEmailAddress <mailto:inz inz fi>];
+
+	nie:links <http://inz.fi/blog/2009/03/06/more-scratchbox-x86_64-goodness/>.
+
+<http://maemo.org/midcom-permalink-c73e19ae098a11de9e1a4dcb2c3e8ba58ba5> a nmo:FeedMessage;
+	nie:title "Maemo 5 Alpha rootstraps now available in SDK+";
+	nie:contentLastModified "2009-03-05T11:01:49+00:00";
+	nmo:communicationChannel <http://maemo.org/news/planet-maemo/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Mika Luostarinen"; nco:hasEmailAddress <mailto:mika luostarinen nokia com>];
+
+	nie:links <http://maemoteam.wordpress.com/2009/03/05/maemo-5-alpha-rootstraps-now-available-in-sdk/>.
+
+<http://maemo.org/midcom-permalink-f960357208e311de81670501e878919d919d> a nmo:FeedMessage;
+	nie:title "Maemo @ GSoC - last call for mentors";
+	nie:contentLastModified "2009-03-04T15:33:02+00:00";
+	nmo:communicationChannel <http://maemo.org/news/planet-maemo/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Valério Valério"; nco:hasEmailAddress <mailto:vdv100 gmail com>];
+
+	nie:links <http://www.valeriovalerio.org/?p=216>.
+
+<http://maemo.org/midcom-permalink-da4211ac091411dea0a0c740ce43f857f857> a nmo:FeedMessage;
+	nie:title "New Wild";
+	nie:contentLastModified "2009-03-04T06:55:46+00:00";
+	nmo:communicationChannel <http://maemo.org/news/planet-maemo/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Michael Dominic K."; nco:hasEmailAddress <mailto:michael kostrzewa nokia com>];
+
+	nie:links <http://www.mdk.org.pl/2009/3/4/new-wild>.
+
+<http://maemo.org/midcom-permalink-ad08dfb8095f11de8e35f37c13942c3c2c3c> a nmo:FeedMessage;
+	nie:title "Frets on Fire on Maemo 5 (Fremantle)";
+	nie:contentLastModified "2009-03-04T03:33:00+00:00";
+	nmo:communicationChannel <http://maemo.org/news/planet-maemo/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Jayesh Salvi"; nco:hasEmailAddress <mailto:jayeshsalvi gmail com>];
+
+	nie:links <http://jyro.blogspot.com/2009/03/frets-on-fire-on-maemo-5-fremantle.html>.
+
+<http://maemo.org/midcom-permalink-48e637de082311de97e7e78fafdf76d476d4> a nmo:FeedMessage;
+	nie:title "Screenshots of gPodder in Fremantle Alpha SDK";
+	nie:contentLastModified "2009-03-03T16:49:00+00:00";
+	nmo:communicationChannel <http://maemo.org/news/planet-maemo/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Thomas Perl"; nco:hasEmailAddress <mailto:thp perli net>];
+
+	nie:links <http://thpmaemo.blogspot.com/2009/03/screenshots-of-gpodder-in-fremantle.html>.
+
+<http://maemo.org/midcom-permalink-b134fedc082911deb532813712f1fcfefcfe> a nmo:FeedMessage;
+	nie:title "Maemo @ Bossa \'09";
+	nie:contentLastModified "2009-03-03T13:10:00+00:00";
+	nmo:communicationChannel <http://maemo.org/news/planet-maemo/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Eduardo Lima"; nco:hasEmailAddress <mailto:eblima gmail com>];
+
+	nie:links <http://etrunko.blogspot.com/2009/03/year-has-already-passed-since-last.html>.
+
+<http://maemo.org/midcom-permalink-d1539f42077b11dead3debec5faa9cbb9cbb> a nmo:FeedMessage;
+	nie:title "BlueMaemo 0.2 released - in extras now";
+	nie:contentLastModified "2009-03-02T20:45:10+00:00";
+	nmo:communicationChannel <http://maemo.org/news/planet-maemo/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Valério Valério"; nco:hasEmailAddress <mailto:vdv100 gmail com>];
+
+	nie:links <http://www.valeriovalerio.org/?p=215>.
+
+<http://maemo.org/midcom-permalink-cb3edb94073f11debaf03df5630f6bbe6bbe> a nmo:FeedMessage;
+	nie:title "Maemo Community Council: In the mix...";
+	nie:contentLastModified "2009-03-02T14:15:00+00:00";
+	nmo:communicationChannel <http://maemo.org/news/planet-maemo/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Tim Samoff"; nco:hasEmailAddress <mailto:tim samoff com>];
+
+	nie:links <http://sense-datum.org/tim/archive/2009/03/02/maemo_community_council_in_the/2>.
+
+<http://maemo.org/midcom-permalink-608bac1807a411deb24d9fe7bc1dc3b2c3b2> a nmo:FeedMessage;
+	nie:title "Maemo Community Council: In the mix...";
+	nie:contentLastModified "2009-03-02T14:15:00+00:00";
+	nmo:communicationChannel <http://maemo.org/news/planet-maemo/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Tim Samoff"; nco:hasEmailAddress <mailto:tim samoff com>];
+
+	nie:links <http://www.sense-datum.org/tim/archive/2009/03/02/maemo_community_council_in_the/2>.
+
+<http://maemo.org/midcom-permalink-c447ec22073f11debaf03df5630f6bbe6bbe> a nmo:FeedMessage;
+	nie:title "Maemo 5 UI revealed...";
+	nie:contentLastModified "2009-03-02T13:52:00+00:00";
+	nmo:communicationChannel <http://maemo.org/news/planet-maemo/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Tim Samoff"; nco:hasEmailAddress <mailto:tim samoff com>];
+
+	nie:links <http://sense-datum.org/tim/archive/2009/03/02/maemo_5_ui_revealed/2>.
+
+<http://maemo.org/midcom-permalink-5fc7996807a411deb24d9fe7bc1dc3b2c3b2> a nmo:FeedMessage;
+	nie:title "Maemo 5 UI revealed...";
+	nie:contentLastModified "2009-03-02T13:52:00+00:00";
+	nmo:communicationChannel <http://maemo.org/news/planet-maemo/atom.xml>;
+	nco:contributor [a nco:Contact; nco:fullname "Tim Samoff"; nco:hasEmailAddress <mailto:tim samoff com>];
+
+	nie:links <http://www.sense-datum.org/tim/archive/2009/03/02/maemo_5_ui_revealed/2>.
+
diff --git a/tests/functional-tests/testdata/ttl/songlist.ttl b/tests/functional-tests/testdata/ttl/songlist.ttl
new file mode 100644
index 0000000..244a5e0
--- /dev/null
+++ b/tests/functional-tests/testdata/ttl/songlist.ttl
@@ -0,0 +1,60207 @@
+ prefix nco:   <http://www.semanticdesktop.org/ontologies/2007/03/22/nco#>.
+ prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#>.
+ prefix nrl:   <http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#>.
+ prefix nid3:   <http://www.semanticdesktop.org/ontologies/2007/05/10/nid3#>.
+ prefix nao:   <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#>.
+ prefix nfo:   <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#>.
+ prefix xsd:   <http://www.w3.org/2001/XMLSchema#>.
+<urn:uuid:7646713> a nco:Contact; 
+	nco:fullname "Artist_1".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 219252;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17212;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 1722175;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 311331;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 4118218;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 3220891;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 4990542;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 2682297;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 2980488;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 4502197;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 2824445;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 2727044;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 217627;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 4238891;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 1738829;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 3555540;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 2667423;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 1937054;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 2259447;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 3140840;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:20";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 2346035;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 4768188;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17421;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 2665305;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 4325597;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 1566510;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 2668574;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 2189685;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 4872204;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 2967797;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17421;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 3788437;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:02" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 4830360;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17525;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 4815947;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17421;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 2649799;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17525;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 609498;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 4338795;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 1581971;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 2261336;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 1363160;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 2269525;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17421;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 1598393;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 4093151;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 4517987;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17421;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 4685575;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 1984015;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 60951;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 2341466;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 3709422;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 3494062;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 1162886;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 3619796;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_1/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 2017646;
+	nid3:leadArtist <urn:uuid:7646713>.
+
+<urn:uuid:1138016371> a nco:Contact; 
+	nco:fullname "Artist_10".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 1935822;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17421;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 1422036;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 2062036;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 999549;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 1130698;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 17473;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 138558;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 1487448;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 3342307;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 3464253;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17107;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 4232129;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 3064955;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17003;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 4437948;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17212;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 642894;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17107;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 1074510;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 1079158;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 2225676;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 133692;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17003;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 1651702;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17212;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 4597157;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17212;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 4104762;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 2434188;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17212;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 1374119;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17316;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 473441;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17212;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 3248154;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 2115639;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 777227;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 3800762;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17212;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 870589;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:21";
+	nfo:fileSize 17212;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 1930592;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17316;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 4551191;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17525;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 3940389;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17107;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 913265;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17316;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 1322938;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17316;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 168744;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17421;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 4534148;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 4611326;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 18531;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17212;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 568418;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17212;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 4811005;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 690207;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 3965386;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17107;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 170055;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 3822123;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 3264003;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17421;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 1213034;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 4744935;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 2148114;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17212;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 2984057;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_10/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 3843065;
+	nid3:leadArtist <urn:uuid:1138016371>.
+
+<urn:uuid:910889021> a nco:Contact; 
+	nco:fullname "Artist_100".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 1655082;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 2107954;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 4451174;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 4052002;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 3438978;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 2368846;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 3057799;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 549398;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 917012;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 4222880;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 4840663;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 3032483;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 467035;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 397466;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 4344267;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 1638159;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 18152;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 2146895;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 371184;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 1726320;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 2907770;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 3027621;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 98135;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 4875051;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 4773982;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 1892360;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 4881795;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 18257;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 2641981;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 3336721;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 3389847;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 2628711;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 1190509;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 3904081;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 4380846;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 4890881;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 1786694;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 4449530;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 885091;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:22";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 3159147;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 54593;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 3839179;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 3861776;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 18257;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 4418115;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 3295277;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 1049570;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 2153110;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 65733;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 18257;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 705414;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 927354;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 4814978;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_100/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:08" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 1174288;
+	nid3:leadArtist <urn:uuid:910889021>.
+
+<urn:uuid:274959718> a nco:Contact; 
+	nco:fullname "Artist_11".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 2449550;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 2729186;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 4226316;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 2466453;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 1878488;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 2578302;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 2850329;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 3726715;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 17421;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 4174280;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 2799891;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:36" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 4090497;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 17212;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 233597;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:34" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 3268789;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:36" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 3726327;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:36" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 1349303;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:36" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 3212638;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:36" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 1000035;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:36" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 4763630;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:36" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 1911578;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:36" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 3089880;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:36" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 2007513;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:36" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 17316;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 2061711;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:36" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 1705331;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:36" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 3215241;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:36" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 1730983;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:36" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 18257;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 1652972;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:36" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 1344385;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:36" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 3821565;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:36" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 1109874;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:36" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 4322709;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:38" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 2607024;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:36" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 17421;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 3663373;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:36" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 3523183;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:36" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 1904504;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:36" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 2083069;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:36" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 18361;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 3219216;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:36" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 1303792;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:36" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 4711875;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:38" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 2286730;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:38" ;
+	nfo:fileCreated "2008-12-16T12:41:23";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 347047;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:38" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 4878106;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:38" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17421;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 4544458;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:38" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 926304;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:38" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 18257;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 4558352;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:38" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 1622007;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:38" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 18361;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 3412490;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:38" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 3032505;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:38" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 297569;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:38" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 3680803;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_11/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:38" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 18257;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 2557903;
+	nid3:leadArtist <urn:uuid:274959718>.
+
+<urn:uuid:674603234> a nco:Contact; 
+	nco:fullname "Artist_12".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 1580054;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:38" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 733846;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:38" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 2115702;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:38" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 4476776;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:38" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 1179406;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:38" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 2442308;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 3131075;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 4879113;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 4300842;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 186074;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17212;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 1333366;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 3229952;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17107;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 3425703;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17212;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 3029154;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17212;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 4964452;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 625682;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 1558749;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 417108;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17107;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 1739668;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17212;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 1295780;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17316;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 3070043;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 4833737;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17316;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 1059410;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17316;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 1895178;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17316;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 4048029;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 831246;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 3755946;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 3514751;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17212;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 3590919;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17421;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 965280;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17316;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 4888013;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 2049551;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17212;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 1581375;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17421;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 608059;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17421;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 4568934;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17525;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 1481204;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:40" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 3138420;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 3584597;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17316;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 2568369;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17316;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 4159167;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 1551538;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 3611053;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17212;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 4499510;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17421;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 1818141;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 1068561;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 3508010;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 4585425;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 1833096;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 2852010;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_12/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:24";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 347646;
+	nid3:leadArtist <urn:uuid:674603234>.
+
+<urn:uuid:1166493717> a nco:Contact; 
+	nco:fullname "Artist_13".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 3596590;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 1159738;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 17421;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 2395436;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 905382;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 3733192;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 4513526;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 1433613;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 3117264;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 424973;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 4663758;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 4415566;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 1905210;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 1663161;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18152;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 2196888;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 4428165;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 4821808;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 2405739;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 391596;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 3349855;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18152;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 4984375;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 4471803;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:42" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 17421;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 3061302;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 2242878;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18257;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 3794319;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18257;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 406614;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 2210253;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 4117765;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 1667614;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 2780676;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 983969;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 1837761;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 17525;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 4517253;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 4407084;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18361;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 4507351;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 3684727;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18361;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 1928889;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 4662422;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 4748253;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 2827158;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 2636704;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18257;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 4085481;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 3690515;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 2181310;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 966798;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18257;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 4215020;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18361;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 3202520;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 2185942;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 3065847;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 752210;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_13/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:25";
+	nfo:fileSize 18257;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 116293;
+	nid3:leadArtist <urn:uuid:1166493717>.
+
+<urn:uuid:1730189044> a nco:Contact; 
+	nco:fullname "Artist_14".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 475252;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 1674417;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 17421;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 2329815;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 4863127;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 463994;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 4750920;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 1036053;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 288286;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 17421;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 1628771;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:44" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 4289184;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 1330583;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 2913004;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 4297569;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18152;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 1670476;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 4874380;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18152;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 839242;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 3504640;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 3854021;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 2875660;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 902948;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18257;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 4452316;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 17421;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 2868266;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 3623544;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 4397967;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 2960331;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18257;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 936349;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 3658264;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 412888;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 4482672;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 342063;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 598333;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 17421;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 4572745;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 3989212;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 17442;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 2869302;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 2032920;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 1433159;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 4826314;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 300822;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 1438659;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 97789;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 17421;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 3056819;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 452218;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18257;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 2620461;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18361;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 1355900;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18361;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 2734694;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 4701953;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:46" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 239719;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 3760633;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_14/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 1664785;
+	nid3:leadArtist <urn:uuid:1730189044>.
+
+<urn:uuid:52229927> a nco:Contact; 
+	nco:fullname "Artist_15".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 4671913;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 3138254;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 952370;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 4959818;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:26";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 518291;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 3450621;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 3613021;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 3248921;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 911331;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 3931352;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18152;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 1460416;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 1954658;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 128740;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 1889430;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18152;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 1827348;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 3321446;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 4888836;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 729269;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 4523695;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 2269653;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 3518252;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 4827352;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18257;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 906926;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 4798488;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18257;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 2640797;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 1216851;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 713366;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 620036;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 1819068;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18257;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 1622915;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 514504;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 17525;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 853906;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 2947392;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:48" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18361;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 3341261;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18361;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 2877530;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 379725;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 3884185;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 2205691;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 4834548;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 185283;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18257;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 188986;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 480894;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 1022538;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18361;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 1021319;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 4321365;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 28747;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 3041100;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 1024675;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 1903434;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_15/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18257;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 1393522;
+	nid3:leadArtist <urn:uuid:52229927>.
+
+<urn:uuid:229686393> a nco:Contact; 
+	nco:fullname "Artist_16".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 3000877;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 1366416;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 124362;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 862076;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 2387342;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 1694186;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 1429432;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 2241276;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 1146961;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 992103;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18152;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 1484740;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 227120;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 3380143;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 3157202;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 4707333;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:27";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 2677438;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 1622463;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 4488059;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 1807979;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18152;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 2625312;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18257;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 3282300;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 194893;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 766151;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:50" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 1336615;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 3186314;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 2211194;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 4405038;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 4192982;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 4001765;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18257;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 3946575;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18361;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 1769690;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 4514825;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 1000700;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 2437690;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18361;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 4506899;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 2110101;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 3002863;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 1249282;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 3248761;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18361;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 1061261;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18361;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 3523590;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 3003575;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18257;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 974172;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 3608991;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18361;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 1927088;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 2575002;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 3856237;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 3142351;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18257;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 3679813;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_16/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18361;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 729512;
+	nid3:leadArtist <urn:uuid:229686393>.
+
+<urn:uuid:1624410648> a nco:Contact; 
+	nco:fullname "Artist_17".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2685900;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2002569;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 427240;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4439494;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3100215;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2893315;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 321599;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 803069;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4140491;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 973619;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1921424;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2216301;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18152;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3325967;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:52" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1034015;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4153781;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4009975;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3797566;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 125323;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18152;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4970683;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3716703;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1710176;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4009645;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18257;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 233817;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3578637;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2827545;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 860934;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2487872;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1585443;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18257;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4312280;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4386857;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:28";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3572677;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1930906;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 18361;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 860259;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4530061;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2258419;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4103921;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4807243;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2486694;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 18361;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2074349;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3232610;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1292646;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3315383;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2534169;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1902859;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2515935;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 608054;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2597987;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1192605;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 18361;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4874098;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_17/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:54" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 503656;
+	nid3:leadArtist <urn:uuid:1624410648>.
+
+<urn:uuid:1484389074> a nco:Contact; 
+	nco:fullname "Artist_18".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 17421;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 123122;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 4569006;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 17316;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 3407486;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 3567939;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 17421;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 2749600;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 2502082;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 3247176;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 1748526;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 17316;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 798561;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 17421;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 3753959;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 4314825;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 17107;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 1979653;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 1536319;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 4968808;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 4561442;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 3668539;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 926479;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 2304697;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 4937718;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 2235509;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 1170573;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 17212;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 1582081;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 1463532;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 2238733;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 4456800;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 2017497;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 136031;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 624801;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 4580134;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:29";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 2162903;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 3665420;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 17421;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 4071908;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 3922117;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 4272819;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 3577172;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 760740;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 3890303;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 1154012;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 1106923;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:56" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 2968342;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 354446;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 1801803;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 1031489;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 1186474;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 4483155;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18257;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 2625263;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 3769061;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 4722342;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 2846733;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_18/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 2943970;
+	nid3:leadArtist <urn:uuid:1484389074>.
+
+<urn:uuid:1400955751> a nco:Contact; 
+	nco:fullname "Artist_19".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 154271;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 2089134;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 17421;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 1688394;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 4849443;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 2362549;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 3299291;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 1967770;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 4790980;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 17421;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 4252381;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 2126648;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 903961;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 17212;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 973320;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 3031020;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18152;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 1573633;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 2195025;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18152;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 3249188;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 1596254;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 752574;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 3658179;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 1034052;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:00" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 4379198;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 17421;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 3714010;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:58" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 279087;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:00" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18257;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 3160044;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:00" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 2284276;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:00" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18257;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 2563637;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:00" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 2138572;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:00" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 1370150;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:00" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 3158975;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:00" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 775987;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:00" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 145996;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:00" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 17421;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 3160759;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:00" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 648193;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:00" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 2506886;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:00" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 530558;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:00" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18361;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 4320048;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:00" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 2170942;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:00" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 4275528;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:00" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 3561114;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:00" ;
+	nfo:fileCreated "2008-12-16T12:41:30";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 217417;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:00" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 3260257;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:00" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17421;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 4850293;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:00" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 1787270;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:00" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 18257;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 3852743;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:00" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 18257;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 219937;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:00" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 4832686;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:00" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 654797;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:00" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 618113;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:00" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 188922;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_19/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:00" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 1770600;
+	nid3:leadArtist <urn:uuid:1400955751>.
+
+<urn:uuid:2080464947> a nco:Contact; 
+	nco:fullname "Artist_2".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 360018;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 4146582;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 2950862;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 1664301;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 44947;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 1688889;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 504724;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 1651995;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 4905813;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 2706058;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:06" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17212;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 2363195;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 1613206;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17003;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 1132112;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17107;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 4315281;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17107;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 1428196;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17212;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 2426119;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:04" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 1677622;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:06" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 2702747;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:06" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17003;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 4016344;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:06" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17107;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 2838782;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:06" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17212;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 2792274;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:06" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17421;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 3998916;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:06" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17212;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 3037580;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:06" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17212;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 1146645;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:06" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17212;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 2912294;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:06" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17316;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 2187074;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:06" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 3915105;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:06" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 4418608;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:06" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17212;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 1958756;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:06" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17212;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 4645834;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:08" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17212;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 468571;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:06" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17525;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 4580418;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:06" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17107;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 4259407;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:06" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17316;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 4830464;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:06" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17212;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 2990378;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:06" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17421;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 3342972;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:06" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 385434;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:06" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 1667456;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:06" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17212;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 4151832;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:06" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17212;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 3970200;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:08" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 1428050;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:08" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 15743;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:08" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17107;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 2307403;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:08" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 321843;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:08" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17212;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 4463669;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:08" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 66972;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:08" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 732887;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:08" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 91199;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:08" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17212;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 4703441;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_2/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:08" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17212;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 1845539;
+	nid3:leadArtist <urn:uuid:2080464947>.
+
+<urn:uuid:1667857515> a nco:Contact; 
+	nco:fullname "Artist_20".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:02" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 4407757;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:02" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 4850978;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:02" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 33532;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:02" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 2365376;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:02" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 748557;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:02" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 2573449;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:02" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 4899964;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:02" ;
+	nfo:fileCreated "2008-12-16T12:41:31";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 1502384;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:02" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 2822778;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:02" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 1973634;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 1366079;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:02" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 2977024;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:02" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 447984;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:02" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 4321387;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:02" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 2345501;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:02" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 1758966;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 100428;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 3961624;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 2639759;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 3327402;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 1847325;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 3505331;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17421;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 4051621;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 2123018;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 4984113;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 286425;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 3095716;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 1035285;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 3917089;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 950879;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 1059647;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 4939399;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17525;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 148816;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 4042394;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 3300348;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 4724164;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 4176650;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 2056712;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 3591590;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17525;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 4451906;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:06" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 3157954;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 1377100;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 4501213;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 1269699;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 2203012;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:04" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 1504047;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:06" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 1476212;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:06" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 1520099;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:06" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 3375647;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_20/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:06" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 657827;
+	nid3:leadArtist <urn:uuid:1667857515>.
+
+<urn:uuid:512241272> a nco:Contact; 
+	nco:fullname "Artist_21".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:06" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 339668;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:06" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 2228464;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:06" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 4204262;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:06" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 4296348;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:06" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 3022415;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:06" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 2500251;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:06" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 4602231;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:06" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 18779;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 1508856;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:06" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 4189248;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:06" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 4860084;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:06" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 254719;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:06" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 4314677;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:06" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 1906100;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:06" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 464108;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:06" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 249412;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:06" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 2458766;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:06" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 18152;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 3770783;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:06" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 3794450;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:06" ;
+	nfo:fileCreated "2008-12-16T12:41:32";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 1256960;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:06" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 2685695;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 2899929;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 3439881;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 2721212;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 2560801;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 718786;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 3941860;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18257;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 3802456;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 2394302;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 2806790;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 3355179;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 2607884;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 753718;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 1281519;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 1772932;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 403768;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 1974567;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18361;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 487399;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 2204038;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 132410;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 353676;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 4344129;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18257;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 2372486;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 767575;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 4753537;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 4164094;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 2666847;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18361;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 3227775;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 1542132;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 3847777;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_21/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 2729436;
+	nid3:leadArtist <urn:uuid:512241272>.
+
+<urn:uuid:1357264390> a nco:Contact; 
+	nco:fullname "Artist_22".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 338132;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 2154287;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:08" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 1746752;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 1822895;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 3822353;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 3769187;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 811141;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 2721668;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 655693;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 4454158;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 3014869;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 4768598;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 3471966;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 90553;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 2598208;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 1293892;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 1034286;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 4286815;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 1851359;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 2010476;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 4955915;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 4203213;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 1341740;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 3509749;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 2899840;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 4383037;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 449219;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:33";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 3634974;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 3100334;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 3314479;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 3716183;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 1245626;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 937586;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 4853542;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 2110505;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 2898322;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 543960;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 359968;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 3665370;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:10" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 2838332;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 2940404;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 3566918;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 182863;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 755438;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 576257;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 385855;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 3089840;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 1670237;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 1498634;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_22/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 2321456;
+	nid3:leadArtist <urn:uuid:1357264390>.
+
+<urn:uuid:1212687446> a nco:Contact; 
+	nco:fullname "Artist_23".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 4978239;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 1534446;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 3718473;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 3931457;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 2749042;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 3885802;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 3584269;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 347872;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 311809;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 3409341;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 1380765;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 4669009;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 2116695;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 3427467;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 3245285;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 3045454;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 3358149;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 4293768;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 1792894;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 273819;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 102358;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 284930;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 3883684;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 732788;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 1430812;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 400392;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 1344981;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:12" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 3033069;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 3756258;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 213955;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 120550;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 4900852;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 951435;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 4607394;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 3349581;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 1122632;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 3203681;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 2492738;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 1188604;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 2423368;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 2752770;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 4617321;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 4074407;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 301901;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 2481814;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 289789;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:34";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 4010289;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 602997;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 4600344;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_23/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 1313534;
+	nid3:leadArtist <urn:uuid:1212687446>.
+
+<urn:uuid:804913107> a nco:Contact; 
+	nco:fullname "Artist_24".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 118789;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 2584934;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 4017617;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 4088039;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 35228;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 1466185;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 577172;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 3328779;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 1938953;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 2086010;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 4878770;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 4093239;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 3817809;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 4721431;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:14" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 1464497;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 3726281;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 1004347;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 2583071;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 5145;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 730208;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 3221576;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 1094948;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 2565043;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 89368;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 2398172;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 928782;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 4101704;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 4702874;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 4338648;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 401916;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 1631376;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 3432303;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 245977;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 2756286;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 3923817;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 4858976;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 3155386;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 4965943;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 2828728;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 1929623;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 1147927;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 4982370;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 1086397;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 359725;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 2654973;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 809753;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 1886593;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:35";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 4581847;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 4144341;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_24/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 4101975;
+	nid3:leadArtist <urn:uuid:804913107>.
+
+<urn:uuid:1418513417> a nco:Contact; 
+	nco:fullname "Artist_25".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 1340092;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 1966709;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 31333;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 4674681;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 1773745;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 1664190;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:16" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 1524020;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 1714317;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 2908672;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 1692327;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 2664680;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 4328530;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 4420903;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 3311418;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 1212382;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 4968764;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 113656;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 19092;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 3233287;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 2383428;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 3910773;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 1492474;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 2330732;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 1915455;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 1238689;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 3398579;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 3903077;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 2837794;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 248067;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 2051701;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 2934751;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 210943;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 4420078;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 3444985;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 2300994;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 1750228;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 98323;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 3123132;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 2295240;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 510273;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 2151586;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 3418220;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 4940480;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 855183;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:18" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 3998037;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 432526;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 789909;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 1020711;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 19301;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 21555;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 120849;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_25/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 2236283;
+	nid3:leadArtist <urn:uuid:1418513417>.
+
+<urn:uuid:308642717> a nco:Contact; 
+	nco:fullname "Artist_26".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:36";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 1605600;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 838031;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 1787672;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 3096018;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 4097997;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 3418575;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 3843468;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18779;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 4656268;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 1366890;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 699189;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 4089490;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 2483227;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 1076197;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 2786063;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 857618;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 3609960;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 4883890;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 19301;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 951792;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 2791196;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 3028617;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 835442;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 984488;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 4734855;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 3171771;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 715162;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 512641;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 2467630;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 19301;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 1488484;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 48011;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:20" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 2040082;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 2069133;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 2615857;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 1134628;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 739830;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 4603587;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 1275819;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 3381289;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 19301;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 2582919;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 825788;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 1630519;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 3893755;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 2260103;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 655791;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 906840;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 1577556;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 3290206;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 101908;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 19406;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 4349839;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 3017644;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_26/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 2007166;
+	nid3:leadArtist <urn:uuid:308642717>.
+
+<urn:uuid:1682322955> a nco:Contact; 
+	nco:fullname "Artist_27".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1694045;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4837601;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 94565;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1742242;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1174122;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2578169;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4876080;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18779;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2493079;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 876724;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1412389;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3337887;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:37";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4291149;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 928057;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 663918;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2044788;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 988103;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:22" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 190373;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 19197;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 693793;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3007947;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2849646;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4376163;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1906333;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 171331;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3766620;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 327361;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2862969;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3885778;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 19406;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 249885;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1803348;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1426933;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2014235;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 991956;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 73709;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2221208;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 409657;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2707529;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4977795;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 19406;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1400317;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4808238;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 139860;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2770876;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2616203;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4837557;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2482327;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4070268;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3988519;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3762711;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 19406;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3007258;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3947035;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_27/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:24" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1839703;
+	nid3:leadArtist <urn:uuid:1682322955>.
+
+<urn:uuid:22750465> a nco:Contact; 
+	nco:fullname "Artist_28".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 898348;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 4792835;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 2816449;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 2919761;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 4844817;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 1050385;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 284039;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 4513085;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 568891;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 4880640;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 2591997;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 632827;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 3370809;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 3769681;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 4671713;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 2969202;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 3244197;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 4896673;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 641943;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 34250;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 1536398;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 985708;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 3237786;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 1480755;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 1684047;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 2464041;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 3825369;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:38";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 2214772;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 3255734;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 2008618;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 595534;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 743362;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 4101482;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 2545253;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 4714130;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 720249;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 4646055;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 2116561;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 1680777;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 517766;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 2599166;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 4319835;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 4114403;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 4290186;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 1608477;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 2709715;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 3392859;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 1996399;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 2183946;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_28/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:26" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 3544139;
+	nid3:leadArtist <urn:uuid:22750465>.
+
+<urn:uuid:1380125699> a nco:Contact; 
+	nco:fullname "Artist_29".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 1486593;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 3416072;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 2516413;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 2362854;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 3321389;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 3083870;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 2360881;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 1346865;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 3964706;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 2872790;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 1594823;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 3624933;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 1154059;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 1986960;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 4531533;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 956939;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 993863;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 256901;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 4981769;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 1173853;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 3783649;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 3397854;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 1529871;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 830640;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 714310;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 606475;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 2493917;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 430066;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 2865343;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 1854526;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 15345;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 427576;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 4138119;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 3489236;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 2551020;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 1398731;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 870966;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:28" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 4448681;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 4953742;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 2829561;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 1074393;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:39";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 4942891;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 1394988;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 4282372;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 1459257;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 3528959;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 4760275;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 19301;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 2521713;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 1725453;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_29/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 1103353;
+	nid3:leadArtist <urn:uuid:1380125699>.
+
+<urn:uuid:1832360877> a nco:Contact; 
+	nco:fullname "Artist_3".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:08" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 2280678;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:08" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17421;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 868132;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:08" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 3621207;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:08" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 3897126;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:08" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 2952798;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:08" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 1712412;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:08" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 307283;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:08" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 82986;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:08" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 1404623;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:08" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 2015365;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:10" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17107;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 1019457;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:08" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 3001951;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:08" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17003;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 3522398;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:08" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17212;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 4198569;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:08" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17212;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 3027328;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:10" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 3299204;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:10" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 505256;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:10" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 1296587;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:10" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17107;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 4054153;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:10" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17212;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 2508915;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:10" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17316;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 152824;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:10" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 4405895;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:10" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17107;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 643495;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:10" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17316;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 167311;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:10" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17421;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 1728343;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:10" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17421;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 571126;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:10" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 1887992;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:10" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 4456649;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:10" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17212;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 3865761;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:10" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17212;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 454660;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:12" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17316;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 1443280;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:10" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17525;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 1244914;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:10" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17212;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 1357092;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:10" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17421;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 4070172;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:10" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17316;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 22635;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:10" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17525;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 1023917;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:10" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 492946;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:10" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 318451;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:10" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17316;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 4094966;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:12" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17316;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 46572;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:12" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 4262076;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:12" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 1645861;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:12" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17212;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 252467;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:12" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17421;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 4591814;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:12" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 2892696;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:12" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 4467081;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:12" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 3024034;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:12" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 3792143;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:12" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 4075001;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_3/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:12" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 245193;
+	nid3:leadArtist <urn:uuid:1832360877>.
+
+<urn:uuid:1615076044> a nco:Contact; 
+	nco:fullname "Artist_30".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 2021063;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 952463;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 1874175;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 1300534;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 1028706;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 3366080;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 2512694;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:40";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 2524527;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 4485302;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 4123409;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 4301370;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 4951489;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 3338271;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 1861131;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 832638;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 3304201;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 2557786;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 3372870;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 1535119;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:30" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 1416004;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 2122881;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 1315797;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 2744471;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 4149402;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 1140393;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 3959367;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 506305;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 903499;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 901369;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 3613021;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 1047976;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 3802131;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17525;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 3006033;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 1068497;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 2615388;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 2037514;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 1319378;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 4089119;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 4189672;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 4582840;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 2708441;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 3102846;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 1619440;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 3114056;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 316745;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 2712338;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 1631396;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 18361;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 238720;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 2101232;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_30/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 3742787;
+	nid3:leadArtist <urn:uuid:1615076044>.
+
+<urn:uuid:1212923575> a nco:Contact; 
+	nco:fullname "Artist_31".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 1967681;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 2056977;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 661661;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 2703203;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 4340112;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 3405671;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 18779;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 4936321;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 18883;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 2936135;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 2176333;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 993494;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:34" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 3010030;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 18152;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 162351;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 1297855;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 948345;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:32" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 2783289;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:34" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 122011;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:34" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 1730359;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:34" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 4279406;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:34" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 2403143;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:34" ;
+	nfo:fileCreated "2008-12-16T12:41:41";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 1084046;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:34" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 4011291;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:34" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18257;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 1050849;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:34" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 1357648;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:34" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 300477;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:34" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 467057;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:34" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 4073733;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:34" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 1777770;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:34" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 4501536;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:34" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 1638922;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:34" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 694366;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 2938133;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:34" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 585893;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:34" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 1099471;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:34" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 3859962;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:34" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 65772;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:34" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 1769684;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:34" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 3547738;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:34" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 2240955;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:34" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 2524234;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:34" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 3213095;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 2034101;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18361;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 3589830;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 2109747;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 2799725;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 705579;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18361;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 2887051;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 2502485;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 1054756;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 1042370;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_31/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 2565584;
+	nid3:leadArtist <urn:uuid:1212923575>.
+
+<urn:uuid:863385995> a nco:Contact; 
+	nco:fullname "Artist_32".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 3678872;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 4541866;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 1404978;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 2272686;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 3104434;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 731447;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 1653055;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 2392478;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 4059621;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 3683906;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 4889686;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 2087639;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 4902111;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 4392012;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 943103;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 3616828;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 4359091;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 4561590;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 4162394;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 115719;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 671404;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 3394317;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 4932497;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:36" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 3934181;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 3773352;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 4612220;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 3908041;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 3911101;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 3235478;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 4938591;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:42";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 878078;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 509865;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 3561715;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 4605018;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 183379;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 207346;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 3103241;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 19301;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 1976929;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 593160;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 4646017;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 750068;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 437769;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 1317328;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 2165046;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 4532172;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 321928;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 2284800;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 3963814;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 1616207;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_32/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 3081366;
+	nid3:leadArtist <urn:uuid:863385995>.
+
+<urn:uuid:1537757949> a nco:Contact; 
+	nco:fullname "Artist_33".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 3636086;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 3399050;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 3509439;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 2174045;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 2400604;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 750387;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 3822968;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 4109908;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 4578667;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:38" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 1713851;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 4037440;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 627394;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 1485701;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 4918828;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 2444616;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 2133333;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 2887589;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 19092;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 3065449;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 153352;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 1580886;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 2728876;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 1716556;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 968107;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 816023;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 194364;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 3754696;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 2638306;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 19301;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 257537;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 4114906;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 684167;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 962081;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 4372260;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 2155639;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 2427301;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 4247063;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 2914925;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 1854231;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 19301;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 1312196;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 285719;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 3971751;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 3326240;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 3486146;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:43";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 2729011;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 4550742;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 3971304;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:40" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 2486871;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 4986756;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 19301;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 579703;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 4525999;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_33/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 4407239;
+	nid3:leadArtist <urn:uuid:1537757949>.
+
+<urn:uuid:1839406408> a nco:Contact; 
+	nco:fullname "Artist_34".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 3913658;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 2230919;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 4591981;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 2090024;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 2212453;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 2458872;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 3854851;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18779;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 775624;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 2147035;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 4287677;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 149440;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 3806074;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 977452;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 4562958;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 3298129;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 3931151;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 4566223;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 19092;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 2419999;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 3268358;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 3903896;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 671984;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 155777;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 531772;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 2188050;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 1727437;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 4318891;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 735156;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:42" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 4771014;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 4721196;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 3960637;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 1114597;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 4077880;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 2395687;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 1018083;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 1443914;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 2949753;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 4851702;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 19301;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 140634;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 4130366;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 1227819;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 1506263;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 3414999;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 935396;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 769435;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 16122;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 4947913;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 3996063;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 19301;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 2747216;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 3222014;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_34/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 2778960;
+	nid3:leadArtist <urn:uuid:1839406408>.
+
+<urn:uuid:1595432427> a nco:Contact; 
+	nco:fullname "Artist_35".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 4987413;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 170611;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 912698;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 2211553;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 4429619;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 2610495;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 1199243;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18779;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 4157750;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 51347;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 4441107;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 4002827;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 1000666;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:44";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 2432290;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 118659;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 559586;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 3373090;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:44" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 19092;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 3372966;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 19197;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 3917702;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 685840;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 3112855;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 487268;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 1889410;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 1928601;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 102121;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 2765234;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 4596539;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 4776689;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 19301;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 1400246;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 4686439;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 3485757;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 2997047;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 4091146;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 362355;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 2061581;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 1697883;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 4983654;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 1715412;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 19301;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 2785634;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 4836601;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 4597629;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 1165935;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 3666646;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 2110527;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 4981840;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 2975983;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 3540417;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 442082;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 19301;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 4748727;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 4920410;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_35/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 998009;
+	nid3:leadArtist <urn:uuid:1595432427>.
+
+<urn:uuid:1614234071> a nco:Contact; 
+	nco:fullname "Artist_36".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 4139796;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 3908651;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 826665;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 2879561;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 4313599;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 2303352;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18779;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 1129020;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18883;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 3282390;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 3842851;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:46" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 3376521;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 1687042;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 1382785;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 1590908;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 711453;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:45";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 1901399;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 432613;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 19092;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 4533184;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 19406;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 4502163;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 4471147;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 2551318;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 3285353;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 893765;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 2749997;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 4659389;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 2613293;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 2039228;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 1496941;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 19406;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 3670530;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 1392899;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 4965424;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 1192574;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 1212748;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 282950;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 1502750;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 2216947;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 172064;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 19301;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 650933;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 19406;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 1219672;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 44991;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 4243393;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 951022;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 4952046;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 3247683;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 4625500;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 3536440;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 779985;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 19301;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 2695966;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 19510;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 2550041;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:48" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 3549870;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_36/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 3927400;
+	nid3:leadArtist <urn:uuid:1614234071>.
+
+<urn:uuid:1665222588> a nco:Contact; 
+	nco:fullname "Artist_37".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4908073;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 999156;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4470005;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 865234;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3691525;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1121426;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2477344;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18883;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4190696;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2911466;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3535050;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4856133;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2633179;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 559234;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:46";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4183683;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1794627;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2815381;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 19092;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4356013;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 19301;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 164260;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1925657;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3727032;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 976844;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3594684;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4866584;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2856715;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2247037;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3650519;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 19301;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4967760;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 19510;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1693105;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 521785;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3590345;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3196086;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1546137;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4752283;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4896401;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:50" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1412075;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3481726;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 19301;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2966300;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 19510;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 882197;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3156579;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3002824;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1670247;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1757966;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 265354;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 868654;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4367967;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 687923;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 19301;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2735526;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 19510;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1635478;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3252175;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_37/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4574815;
+	nid3:leadArtist <urn:uuid:1665222588>.
+
+<urn:uuid:178350818> a nco:Contact; 
+	nco:fullname "Artist_38".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 2656413;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 2586682;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 4625136;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 4276759;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 2062864;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 3740965;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 4216190;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 1231012;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 97638;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 2940081;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 1471755;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 4755000;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 1741911;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 2880796;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 1236492;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 4649135;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 653583;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 19092;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 3131144;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:52" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 2144132;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 3498946;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 3775612;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 3488851;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 944695;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 3685325;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 926091;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 1158817;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 4566852;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:47";
+	nfo:fileSize 19301;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 1848038;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 4552963;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 1828150;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 421578;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 274745;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 2560811;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 4860937;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 2910486;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 830548;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 4117707;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 3250208;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 1666129;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 743794;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 2695482;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 3492142;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 228277;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 1083636;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 4967732;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 1123583;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 35857;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 1062122;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 4783082;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_38/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 4724360;
+	nid3:leadArtist <urn:uuid:178350818>.
+
+<urn:uuid:9423682> a nco:Contact; 
+	nco:fullname "Artist_39".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 2730767;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 3246866;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 2739254;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 4918634;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 1034218;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 2244442;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 3807776;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:54" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 2093979;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 3236487;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 483890;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 3620748;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 3046446;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 2127334;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 2164262;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 131172;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 1280277;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 1047228;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 19092;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 1745257;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 1958878;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 2750014;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 714310;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 4772997;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 166236;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 3785218;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 2522511;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 2546693;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 3479883;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 4794871;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 394377;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 3565324;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 2884219;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 825849;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 4788686;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 2918290;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 4540562;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 3550443;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 1373786;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 19301;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 3894400;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:48";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 1713513;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 3091281;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 877564;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 3325954;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 933070;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:56" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 2900065;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 741540;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 1335269;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 1486884;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 19406;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 3023193;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 716632;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_39/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 4064425;
+	nid3:leadArtist <urn:uuid:9423682>.
+
+<urn:uuid:1949519955> a nco:Contact; 
+	nco:fullname "Artist_4".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:12" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 1748622;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:12" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 3879173;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:12" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 4653621;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:12" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 3903290;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:12" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 3714835;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:12" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 2710953;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:12" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 989302;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:12" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 1944518;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:12" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 3536097;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:12" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 2274180;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17212;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 2660482;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:12" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 1206872;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17003;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 1611556;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17212;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 3256087;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17107;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 3414593;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 183084;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 3272810;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 3144212;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17107;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 250464;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17107;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 4992838;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17316;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 387684;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 18259;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17212;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 2292732;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17316;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 3877448;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17316;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 2166032;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17421;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 4440737;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 1976785;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 3752842;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17212;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 1397671;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17212;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 2581998;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17316;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 2922309;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17525;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 3282763;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17212;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 487499;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17316;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 2783436;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17316;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 1405045;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17421;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 3575403;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 1436682;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 681018;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17316;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 909642;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:14" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17316;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 3276569;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:16" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 1992454;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:16" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 2412164;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:16" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17212;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 4611119;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:16" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 2121545;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:16" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 3424010;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:16" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 3039095;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:16" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 2697968;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:16" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 2579943;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:16" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 4213107;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_4/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:16" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 470393;
+	nid3:leadArtist <urn:uuid:1949519955>.
+
+<urn:uuid:422120680> a nco:Contact; 
+	nco:fullname "Artist_40".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 1823541;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:49";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 2457253;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 2286604;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 331671;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 1878260;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 4570211;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 1942572;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 3884350;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 1595183;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 2113512;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 2618403;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 1976728;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 4747283;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 374429;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 2330650;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 3115497;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 4526788;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 4706405;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 1963426;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 1969397;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 2214573;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 1228891;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17421;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 4356858;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 883118;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 2941189;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 3826645;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 2708249;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 18257;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 3326803;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:48:58" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 1831484;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 1726559;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 3571833;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 4187018;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17525;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 1938861;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 636845;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 3340143;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 1901621;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 3149692;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 4300383;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 4095070;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17525;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 2608094;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 1699716;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 4137761;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 1185041;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 4052595;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 2783217;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 1025892;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 2128113;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 2235236;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 3323464;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_40/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 3173357;
+	nid3:leadArtist <urn:uuid:422120680>.
+
+<urn:uuid:1151222493> a nco:Contact; 
+	nco:fullname "Artist_41".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 2331979;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 3743319;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 2646646;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 4037761;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 1804089;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 4508784;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 18779;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 1769914;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 18883;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 2389722;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 2433707;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:00" ;
+	nfo:fileCreated "2008-12-16T12:41:50";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 3810165;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 360805;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18152;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 3224026;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 3175950;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 2292990;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 4754824;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 144246;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 1913521;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 2121969;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 921185;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 4962383;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 3201251;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 3342885;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 2378756;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 1205614;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 1914027;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 3839476;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 1853640;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 4292330;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 3703420;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 827093;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 2984322;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 3047826;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 894978;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 1544405;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 1834306;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 4365552;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 1268537;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 4823153;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 4611060;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 3635626;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 3273216;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18257;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 2283439;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 4929273;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 2246084;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:02" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 2992876;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18257;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 265836;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 4227634;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 4161281;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 4080007;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_41/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 694891;
+	nid3:leadArtist <urn:uuid:1151222493>.
+
+<urn:uuid:2037758886> a nco:Contact; 
+	nco:fullname "Artist_42".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 4399341;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 990719;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 3511712;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 447259;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 4341601;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 4369736;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 2956377;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 812410;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 1611297;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:51";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 1715893;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 844677;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 80565;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 2571975;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 206701;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 3314563;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 2551594;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 2194282;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 1258370;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 343998;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 3681246;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 2329318;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 675067;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 3647661;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 2084097;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 2176293;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 1611798;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 4192910;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 4932024;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 3938744;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:04" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 4993502;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 1075123;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 1347916;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 1508624;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 3506616;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 991726;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 3528679;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 161085;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 4032496;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 3439752;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 2818079;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 1441921;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 4832331;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 4332395;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 1293251;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 1198512;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 441186;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 1358271;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 19301;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 2064230;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 1314700;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_42/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 2406063;
+	nid3:leadArtist <urn:uuid:2037758886>.
+
+<urn:uuid:774636784> a nco:Contact; 
+	nco:fullname "Artist_43".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 1017399;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 1324666;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 659025;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 463772;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 4728522;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 3354997;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 1084419;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 4496051;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 686748;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 18958;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 444142;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 3379376;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:52";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 1890058;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 1967036;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 276120;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 4154105;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 499744;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 19092;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 2106454;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 3125095;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:06" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 3248504;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 3713841;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 1977714;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 4242351;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 207239;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 3879896;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 2764379;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 2983912;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 3564801;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 4830058;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 4825993;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 4732134;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 3716214;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 1261039;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 2616734;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 2259001;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 133097;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 1196827;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 19301;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 3518173;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 1805799;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 2581599;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 1314276;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 2843148;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 3005134;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 979190;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 2530711;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 284151;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 3993651;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 19301;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 3250091;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 2770178;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_43/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 528661;
+	nid3:leadArtist <urn:uuid:774636784>.
+
+<urn:uuid:2022581394> a nco:Contact; 
+	nco:fullname "Artist_44".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 3200274;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 4423567;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 301445;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 2283580;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:08" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 3617509;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 4301121;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 2882122;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 1717046;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 2478353;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 4590028;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 4307662;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 3329766;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 179679;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:53";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 510935;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 3668530;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 2154034;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 2318365;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 19197;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 4682971;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 2759160;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 575223;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 3892944;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 3263041;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 3590505;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 4044833;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 230639;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 4186799;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 4705436;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 1029484;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 2957127;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 2574181;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 2011616;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 3140489;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 1543779;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 4190927;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 1345307;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 2089096;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:10" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 3267111;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 2489042;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 1548948;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 2228527;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 1216987;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 2794439;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 553250;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 4083426;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 3243828;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 1665488;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 2998450;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 19301;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 3413359;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 4907975;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_44/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 1857096;
+	nid3:leadArtist <urn:uuid:2022581394>.
+
+<urn:uuid:1765445232> a nco:Contact; 
+	nco:fullname "Artist_45".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 1003461;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 2673297;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 3716615;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 3387297;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 4907428;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 4922415;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 3092590;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 1975311;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 2369448;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 4523067;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 4018277;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 4360094;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 267749;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 4334798;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 2676859;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 4185377;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 1862313;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 19197;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 2463776;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 2627069;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:54";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 254993;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 1113561;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:12" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 234237;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 599625;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 447775;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 761018;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 2691183;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 4484636;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 19406;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 769941;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 341713;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 1222653;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 2583713;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 1836679;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 4364991;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 2059322;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 4887799;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 2455984;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 1918122;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 19301;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 2410808;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 2456332;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 1418995;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 4289381;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 2336344;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 2086926;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 4111714;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 3429832;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 3147798;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 3403438;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 19301;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 2653960;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 378303;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_45/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 3653209;
+	nid3:leadArtist <urn:uuid:1765445232>.
+
+<urn:uuid:307931566> a nco:Contact; 
+	nco:fullname "Artist_46".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 2122058;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 602448;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 2001427;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:14" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 4052176;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 4724515;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 1502265;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 2865216;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18883;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 132402;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 2341073;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 877178;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 2105155;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 1297020;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:55";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 3483572;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 2030850;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 120702;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 735177;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 19197;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 2870734;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 19301;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 2354309;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 4750278;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 2571742;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 684061;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 3988156;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 1571296;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 4052357;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 1391470;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 2117206;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 3976088;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 19406;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 1521093;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 339815;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 2983680;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 2052219;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 1406879;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 3367083;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 1319875;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 1879876;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 3979624;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 1633217;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 19406;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 4295331;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 727114;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:16" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 2662564;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 1381506;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 2678757;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 645939;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 1105848;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 2822468;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 1821075;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 19301;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 1012902;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 19406;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 1584258;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 777284;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_46/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 1279744;
+	nid3:leadArtist <urn:uuid:307931566>.
+
+<urn:uuid:582736860> a nco:Contact; 
+	nco:fullname "Artist_47".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1098979;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3031586;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:56";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 15004;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 601842;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2994249;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1501709;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 716745;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18883;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2150408;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4083633;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3239503;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2787112;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 112660;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2253212;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1837178;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3317161;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4161676;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 19092;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3007228;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 19301;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2883658;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3326273;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1967865;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2128590;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1429631;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4463928;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2817210;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4266587;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:18" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3774609;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 19301;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4775945;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 19406;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 95598;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3351471;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 811601;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2190911;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4142547;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4120691;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1411436;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 94218;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4954829;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 19301;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1173983;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 19615;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4703836;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2671184;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 874801;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 447884;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2170176;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4747018;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 235783;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4985378;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3890720;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 19301;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1620799;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 19510;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1336871;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1184805;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_47/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:57";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1069647;
+	nid3:leadArtist <urn:uuid:582736860>.
+
+<urn:uuid:784757328> a nco:Contact; 
+	nco:fullname "Artist_48".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:58";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 2159453;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:58";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 3669554;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:58";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 1215235;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:58";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 1692700;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:58";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 4012176;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:58";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 3382684;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:58";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 2087676;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:58";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 2668691;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:58";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 2810185;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:20" ;
+	nfo:fileCreated "2008-12-16T12:41:58";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 1491760;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:58";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 4223311;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:58";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 4882796;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:58";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 1707580;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:58";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 458978;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:58";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 3121052;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:58";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 2626659;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:58";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 646675;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:58";
+	nfo:fileSize 19092;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 3014476;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:58";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 3019867;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:58";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 3666540;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:58";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 1319158;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:58";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 4384460;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:58";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 4110609;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:58";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 3587646;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:58";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 3026914;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:58";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 3094812;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:58";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 3447565;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:58";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 2567905;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 1336649;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 3279233;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 1359105;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 2946922;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 1599019;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 916830;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 3282509;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 4179357;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 4183131;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 2372482;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 559486;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 4027550;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 3470904;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 3215797;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 3808011;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 2572954;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:22" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 1917454;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 1738064;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 2288644;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 1905098;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 3771507;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_48/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 2723170;
+	nid3:leadArtist <urn:uuid:784757328>.
+
+<urn:uuid:564153596> a nco:Contact; 
+	nco:fullname "Artist_49".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 4375998;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 3763616;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 4249996;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 4250194;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 2718444;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 1913892;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 3959659;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18779;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 1517070;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 3300311;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 895106;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 3648903;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 1232795;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 4437383;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 2174106;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 4757207;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 4639625;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 2408811;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 19092;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 4276639;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 2760416;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 2006562;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 4022683;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 2846199;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 4074543;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 3378540;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 2648684;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 4039632;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 4511346;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 1895571;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 636938;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 9634;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:26" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 2923207;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:41:59";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 4317171;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:24" ;
+	nfo:fileCreated "2008-12-16T12:42:00";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 4170400;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:26" ;
+	nfo:fileCreated "2008-12-16T12:42:00";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 4717341;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:26" ;
+	nfo:fileCreated "2008-12-16T12:42:00";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 1483817;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:26" ;
+	nfo:fileCreated "2008-12-16T12:42:00";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 2964813;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:26" ;
+	nfo:fileCreated "2008-12-16T12:42:00";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 4130036;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:26" ;
+	nfo:fileCreated "2008-12-16T12:42:00";
+	nfo:fileSize 19301;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 4881833;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:26" ;
+	nfo:fileCreated "2008-12-16T12:42:00";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 4443630;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:26" ;
+	nfo:fileCreated "2008-12-16T12:42:00";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 1432251;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:26" ;
+	nfo:fileCreated "2008-12-16T12:42:00";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 4069689;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:26" ;
+	nfo:fileCreated "2008-12-16T12:42:00";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 1143246;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:26" ;
+	nfo:fileCreated "2008-12-16T12:42:00";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 2007198;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:26" ;
+	nfo:fileCreated "2008-12-16T12:42:00";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 3729290;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:26" ;
+	nfo:fileCreated "2008-12-16T12:42:00";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 1890106;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:26" ;
+	nfo:fileCreated "2008-12-16T12:42:00";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 1494472;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:26" ;
+	nfo:fileCreated "2008-12-16T12:42:00";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 3186477;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:26" ;
+	nfo:fileCreated "2008-12-16T12:42:00";
+	nfo:fileSize 19301;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 198622;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:26" ;
+	nfo:fileCreated "2008-12-16T12:42:00";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 1477937;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_49/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:26" ;
+	nfo:fileCreated "2008-12-16T12:42:00";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 1664911;
+	nid3:leadArtist <urn:uuid:564153596>.
+
+<urn:uuid:906902066> a nco:Contact; 
+	nco:fullname "Artist_5".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:16" ;
+	nfo:fileCreated "2008-12-16T12:42:00";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 4427715;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:16" ;
+	nfo:fileCreated "2008-12-16T12:42:00";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 3072305;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:16" ;
+	nfo:fileCreated "2008-12-16T12:42:00";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 1817130;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:16" ;
+	nfo:fileCreated "2008-12-16T12:42:00";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 996379;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:16" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 11243;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:16" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 3135315;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:16" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 4026514;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:16" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 1164234;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:16" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 1374630;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:16" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 3578857;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17212;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 678073;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:16" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 823282;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:16" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17107;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 4108934;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:16" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 4537113;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:16" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 1115053;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 1799764;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 132405;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 1907095;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17212;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 2730774;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17212;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 4097367;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17316;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 4652705;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 4745248;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17212;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 714727;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 1813924;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17421;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 4596181;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 3605630;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 2393364;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 380155;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17316;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 2767516;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17316;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 4294615;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17421;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 2067364;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 252639;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17316;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 4826399;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17421;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 275985;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17421;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 3233407;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 3837822;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 2107745;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 4924872;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17316;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 3242812;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17421;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 2376820;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 3665443;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 2081357;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 4346760;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17421;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 1409163;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17421;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 4866815;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 1316559;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:18" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 855529;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 197263;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 3323192;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_5/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17421;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 4595925;
+	nid3:leadArtist <urn:uuid:906902066>.
+
+<urn:uuid:80967476> a nco:Contact; 
+	nco:fullname "Artist_50".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 3559017;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:26" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 2817207;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:26" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 1071501;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:26" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 2141999;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:26" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 1767387;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:26" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 4933885;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:26" ;
+	nfo:fileCreated "2008-12-16T12:42:01";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 4826738;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:26" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 3532861;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:26" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 3534633;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:26" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 1441685;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 2919796;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 1800882;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 316803;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 514681;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 4396384;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 4869715;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 2210136;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 18152;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 4886006;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 4125992;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 3616280;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 2818229;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 1938140;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 4363628;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 753501;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 3764708;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 4569108;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 3127412;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 1963120;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 1739170;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 267142;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 3980557;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 15208;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 2086704;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 4085146;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 3532874;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 2355008;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 2832426;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 3236821;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:28" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 320634;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 2269199;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 4664772;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 226817;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 3084481;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 1467601;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 932241;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 4124986;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 2573036;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 18257;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 4416686;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 3052873;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_50/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:02";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 426425;
+	nid3:leadArtist <urn:uuid:80967476>.
+
+<urn:uuid:1812475444> a nco:Contact; 
+	nco:fullname "Artist_51".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 2768673;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 925213;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 4524044;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 4120870;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 2246384;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 3241760;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18779;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 1989339;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18779;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 3780042;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 4988102;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 4848875;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 3974074;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 3148747;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 4665595;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 1381800;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 3824692;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 2137191;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 396138;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 1525252;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 4774166;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:30" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 4081333;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 4871580;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 1968095;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 3704669;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 2222415;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 3619323;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 3374515;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 3202190;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 4399553;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 3749699;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 2041969;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 1281640;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 2375244;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 2758725;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 3478272;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 2197486;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 1581258;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18361;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 562405;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 1460085;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 4997262;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 3846530;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 754668;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18257;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 3670381;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 4170323;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 2000843;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 939052;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 4546728;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:03";
+	nfo:fileSize 18361;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 2772191;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:04";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 335199;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:04";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 2553749;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_51/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:04";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 4764112;
+	nid3:leadArtist <urn:uuid:1812475444>.
+
+<urn:uuid:1958208232> a nco:Contact; 
+	nco:fullname "Artist_52".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:34" ;
+	nfo:fileCreated "2008-12-16T12:42:04";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 910739;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:32" ;
+	nfo:fileCreated "2008-12-16T12:42:04";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 4025932;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:34" ;
+	nfo:fileCreated "2008-12-16T12:42:04";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 1190825;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:34" ;
+	nfo:fileCreated "2008-12-16T12:42:04";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 3431658;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:34" ;
+	nfo:fileCreated "2008-12-16T12:42:04";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 1707273;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:34" ;
+	nfo:fileCreated "2008-12-16T12:42:04";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 2833069;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:34" ;
+	nfo:fileCreated "2008-12-16T12:42:04";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 345208;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:34" ;
+	nfo:fileCreated "2008-12-16T12:42:04";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 1946786;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:34" ;
+	nfo:fileCreated "2008-12-16T12:42:04";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 4097195;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:34" ;
+	nfo:fileCreated "2008-12-16T12:42:04";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 581702;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:34" ;
+	nfo:fileCreated "2008-12-16T12:42:04";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 2686784;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:34" ;
+	nfo:fileCreated "2008-12-16T12:42:04";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 4327254;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:34" ;
+	nfo:fileCreated "2008-12-16T12:42:04";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 1510229;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:34" ;
+	nfo:fileCreated "2008-12-16T12:42:04";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 285106;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:34" ;
+	nfo:fileCreated "2008-12-16T12:42:04";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 2377909;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:34" ;
+	nfo:fileCreated "2008-12-16T12:42:04";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 525045;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:34" ;
+	nfo:fileCreated "2008-12-16T12:42:04";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 3971076;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:34" ;
+	nfo:fileCreated "2008-12-16T12:42:04";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 1915720;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:34" ;
+	nfo:fileCreated "2008-12-16T12:42:04";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 2769057;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:34" ;
+	nfo:fileCreated "2008-12-16T12:42:04";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 1957935;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:04";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 2329988;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:04";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 3408161;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:05";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 2734839;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:05";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 1759483;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:05";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 2068841;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:05";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 4188541;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:05";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 4793468;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:05";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 3240539;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:05";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 3534725;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:05";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 3808230;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:05";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 273864;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:05";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 1348874;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:05";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 2277210;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:06";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 1629454;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:06";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 4314265;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:06";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 4807096;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:06";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 2732432;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:06";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 214327;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:06";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 1714161;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:06";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 580848;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:06";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 657131;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:07";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 54267;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:07";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 3620376;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:07";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 4538407;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:07";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 947759;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:07";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 747975;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:07";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 2066152;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:07";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 775679;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:07";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 3718769;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_52/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:07";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 3905423;
+	nid3:leadArtist <urn:uuid:1958208232>.
+
+<urn:uuid:1263397651> a nco:Contact; 
+	nco:fullname "Artist_53".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:07";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 546991;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:36" ;
+	nfo:fileCreated "2008-12-16T12:42:07";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 841468;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:07";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 4571856;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:07";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 3451711;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:07";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 2906516;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:07";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 3304307;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:07";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 4780447;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:07";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 4150581;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:07";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 179590;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:07";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 2085952;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:07";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 1061118;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:07";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 2227219;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:07";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 4614638;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:07";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 3927184;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 50243;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 4108367;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 3300745;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 19092;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 869751;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 1977459;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 2307222;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 3483003;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 2035812;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 4011798;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 2910199;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 1509720;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 823202;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 3423253;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 4670381;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 2232248;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 4348334;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 644440;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 616040;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 2345223;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 979240;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 4443409;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 1742978;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 953649;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 1655770;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 2626357;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:38" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 2024780;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 1630263;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 2734668;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 3843087;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 4197612;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 3810020;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 931695;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 1129536;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 19301;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 1158726;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 1360630;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_53/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 3176702;
+	nid3:leadArtist <urn:uuid:1263397651>.
+
+<urn:uuid:1414371064> a nco:Contact; 
+	nco:fullname "Artist_54".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 3799265;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 4448033;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 974003;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 1266651;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 1426036;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 1045888;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 1515394;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 2865135;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 965537;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 4533351;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 3471924;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 817632;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 3890476;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 1618029;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 610235;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 2030093;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 435014;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 521662;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 1836982;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 3702518;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 4489151;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:08";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 2267764;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 356027;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 1334793;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 714474;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 674042;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 617502;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 2566517;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:40" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 3308572;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 2597048;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 3503816;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 3081715;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 374399;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 248375;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 4627383;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 2905189;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 1743184;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 4544358;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 1618531;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 4890982;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 96294;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 3348008;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 4567081;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 4928303;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 4936985;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 1833647;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 925611;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 306707;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 3256514;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_54/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 4533287;
+	nid3:leadArtist <urn:uuid:1414371064>.
+
+<urn:uuid:1037059883> a nco:Contact; 
+	nco:fullname "Artist_55".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 1832137;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:09";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 1483234;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:10";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 36600;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:10";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 3361508;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:10";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 2050756;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:10";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 4335134;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:10";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 3113523;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:10";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 2783648;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:10";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 4810504;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:42" ;
+	nfo:fileCreated "2008-12-16T12:42:10";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 2124142;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:10";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 2971225;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:10";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 4387778;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:10";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 2793838;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:10";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 3783486;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:11";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 55591;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:11";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 1277742;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:11";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 3760728;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:11";
+	nfo:fileSize 19092;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 2025113;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:11";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 1757337;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:11";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 2344949;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:11";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 2669520;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:11";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 1089991;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:11";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 969252;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:11";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 2305162;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:11";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 2747429;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:11";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 944879;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:11";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 4413316;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:11";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 492008;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:11";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 2683079;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:11";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 500867;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:12";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 3862748;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:12";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 3540466;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:12";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 2229384;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:12";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 1850958;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:12";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 1512995;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:12";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 3643685;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:12";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 2921208;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:12";
+	nfo:fileSize 19301;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 1670061;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:12";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 4492696;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:12";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 4964852;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:12";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 965352;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:12";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 4366190;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:12";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 2693208;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:12";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 4007937;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:12";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 3320466;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:12";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 853237;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:12";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 2759680;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:12";
+	nfo:fileSize 19406;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 145554;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:12";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 1056187;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_55/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:44" ;
+	nfo:fileCreated "2008-12-16T12:42:12";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 4588588;
+	nid3:leadArtist <urn:uuid:1037059883>.
+
+<urn:uuid:731323061> a nco:Contact; 
+	nco:fullname "Artist_56".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:12";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 3212786;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:12";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 3162762;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:12";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 1416770;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:12";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 3346146;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 66371;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 833851;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 4811966;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18779;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 895866;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 3417423;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 7762;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 1156813;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 1973852;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 2281260;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 3465385;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 4064439;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 2666820;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 3988743;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 19197;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 2975883;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 4932178;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 2962790;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 4998336;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 4977085;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 1887338;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 1973107;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 4967169;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 212427;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 4872060;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 19301;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 1832201;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 3548972;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:46" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 2622220;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 1000337;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 3793095;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 3949613;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 2086867;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 4915496;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 4655264;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 1571117;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 19510;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 4646655;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 3514737;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 3786945;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 2042372;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 3426962;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 4002906;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 3584176;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 93997;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 3426136;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 749711;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 19406;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 753815;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 1262506;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_56/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 623129;
+	nid3:leadArtist <urn:uuid:731323061>.
+
+<urn:uuid:1863933869> a nco:Contact; 
+	nco:fullname "Artist_57".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:13";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4651539;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2767050;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 725331;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1121136;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 120699;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1362547;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 16868;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18883;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2471436;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 51139;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2640486;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1453075;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4434501;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:48" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1378885;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4320710;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4549775;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1679387;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 19197;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2795869;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 19301;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3260338;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 590756;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1268407;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3710325;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4462603;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1736701;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 369156;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1233008;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 57856;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2381052;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 19406;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 709415;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4971079;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 801449;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 679502;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 72709;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3891806;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4136719;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4660486;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2244368;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2367888;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 19406;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3543405;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4166202;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2351640;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2138813;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1877501;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3263385;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2238104;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1194360;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2668835;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 19301;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1099490;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 19510;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1378316;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:50" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 379947;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_57/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1346273;
+	nid3:leadArtist <urn:uuid:1863933869>.
+
+<urn:uuid:1031729869> a nco:Contact; 
+	nco:fullname "Artist_58".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 2871230;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 4170933;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:14";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 3956303;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 1427248;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 1824995;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 1327324;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 3355549;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 3788803;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 4290115;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 4583111;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 3650801;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 110207;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 2895890;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 3538096;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 2715517;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 4664992;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 573118;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 1087390;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 1240455;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 1769222;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 3963144;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 839088;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 41196;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 4920671;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 3347350;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 1498067;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 144282;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 1501546;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 171761;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 1336790;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 83104;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 2798929;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 4788142;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 1053310;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 910855;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:52" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 936557;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 3014168;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 1735533;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 3104889;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 41189;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 724259;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 1485286;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 3452624;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 1035793;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 1732935;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 3557530;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 4075185;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 995837;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 75507;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_58/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 360720;
+	nid3:leadArtist <urn:uuid:1031729869>.
+
+<urn:uuid:713971051> a nco:Contact; 
+	nco:fullname "Artist_59".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 4757794;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 4493437;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 4705929;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 4002924;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 1589559;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:15";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 3696465;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:16";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 2909660;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:16";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 843047;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:16";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 2376418;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:16";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 3888041;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:16";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 4846059;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:16";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 3540340;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:16";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 2434980;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:16";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 3327608;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:16";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 1986856;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:16";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 4609009;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:16";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 2684502;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:16";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 4978281;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:16";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 1072595;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:16";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 3360117;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:16";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 4043320;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:16";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 344634;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:16";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 2689782;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:16";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 3980638;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:16";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 4236670;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:16";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 1105428;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:16";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 2255444;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:16";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 4077934;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:16";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 4747940;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:54" ;
+	nfo:fileCreated "2008-12-16T12:42:16";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 4439520;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:16";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 3007323;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:16";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 1545875;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:16";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 3398636;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:17";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 4482652;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:17";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 4780850;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:17";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 3919612;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:17";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 3588087;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:17";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 4580293;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:17";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 2928876;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:17";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 3811668;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:17";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 3613325;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:17";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 4039584;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:17";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 1364335;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:17";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 4736390;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:17";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 3082816;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:17";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 3710250;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:17";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 4282604;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:17";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 3147800;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:17";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 2136943;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_59/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:17";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 4832057;
+	nid3:leadArtist <urn:uuid:713971051>.
+
+<urn:uuid:1502698705> a nco:Contact; 
+	nco:fullname "Artist_6".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:17";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 1254333;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:17";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 2914701;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:17";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 1491140;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:17";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 2504187;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:17";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 1370133;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:17";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 1090703;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:17";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 2402154;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:17";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 590628;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:17";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 2068693;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:17";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 813227;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 3013037;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 4434937;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 17212;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 1581865;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 4797529;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 99776;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 3737093;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 2254343;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 1794619;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 17212;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 3688158;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 639847;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 17421;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 3829570;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 2942059;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 17316;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 2795529;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 4983735;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 17421;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 1702895;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:20" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 1716343;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 3398630;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 2017127;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 17421;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 1303415;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 17421;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 4612915;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 2477134;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 4755136;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 17421;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 4476635;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 17525;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 1873344;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 3080739;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 1720086;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 3035142;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 1780881;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 17421;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 2208049;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:18";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 634637;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 242240;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 1080060;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 17421;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 4993629;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 4531965;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 4580755;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 2366390;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 1761512;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 4419795;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 17421;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 563217;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_6/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 2769010;
+	nid3:leadArtist <urn:uuid:1502698705>.
+
+<urn:uuid:1842163099> a nco:Contact; 
+	nco:fullname "Artist_60".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 4588683;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 2459494;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 31802;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 3732893;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 4776497;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 1917725;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 1674114;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 395677;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 1214586;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 1195226;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 3541082;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 986052;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 1616565;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 183304;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 1586611;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 1919642;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:56" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 1745031;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 4083739;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 1284654;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 840899;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 1814692;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 474745;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 1130619;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 2610624;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 403307;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 2054639;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 235689;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 316094;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 1598494;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:19";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 3463378;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 2540670;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 2084584;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 3382439;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 1921609;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 1480509;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 2347085;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 1421342;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 18361;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 3019331;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 19228;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 4239445;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 2023773;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 4560648;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 3040553;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 3360449;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 3516644;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 2934384;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:49:58" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 18257;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 81304;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 1428913;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 4680236;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_60/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 2674877;
+	nid3:leadArtist <urn:uuid:1842163099>.
+
+<urn:uuid:304223273> a nco:Contact; 
+	nco:fullname "Artist_61".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 4250039;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 1737590;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 4337060;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 38487;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 4132872;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 3237120;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 18883;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 2380767;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 18988;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 3977194;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 2807714;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 2158577;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:20";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 1616860;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 606002;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 4405856;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 736420;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 2590933;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 18152;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 4571557;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 2707641;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 1802297;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 2480735;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 1594441;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 1197942;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 1016290;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 3807842;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 494416;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 4400690;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 18257;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 3423920;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 2293510;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 1165565;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 3985844;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:00" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 4962997;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 4411180;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 2111935;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 3576735;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 1676385;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 4431266;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 18361;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 4441766;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 427857;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 2234593;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 4516156;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 4483186;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 787912;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:21";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 117911;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 1972470;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18361;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 4903653;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 2096710;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18361;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 4802955;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 1605946;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 89994;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 1706177;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_61/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 3154398;
+	nid3:leadArtist <urn:uuid:304223273>.
+
+<urn:uuid:1275885845> a nco:Contact; 
+	nco:fullname "Artist_62".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 2440221;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 3147429;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 2919934;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 4379019;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 4752860;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 2710224;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 4959355;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 1125013;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 2605117;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 640226;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 2505536;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 2211984;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 599812;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 2493074;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 4493976;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:02" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 3406222;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 2213472;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 19092;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 3414621;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 4000698;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 468320;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 229156;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 927604;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 3570890;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 4778956;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 3198549;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 4933750;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 4679819;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 19301;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 4922311;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:22";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 1876932;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 2760470;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 693633;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 2680230;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 2747153;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 4142900;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 3525380;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 3576671;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 194079;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 19301;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 1828914;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 3070872;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 4637168;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 1416632;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 2734917;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 3430232;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 4519788;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 3681312;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 4937055;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 1744194;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 19301;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 1845132;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 275945;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_62/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 1071633;
+	nid3:leadArtist <urn:uuid:1275885845>.
+
+<urn:uuid:129774287> a nco:Contact; 
+	nco:fullname "Artist_63".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 283983;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 3834013;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 3878704;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 374797;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 2002569;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 4353218;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:04" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 3879231;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18883;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 3074015;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 1199159;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 977708;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 4834270;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 4856027;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 768117;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 2902839;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 653257;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:23";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 200165;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 19092;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 1540984;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 19301;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 1734303;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 2273052;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 4629345;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 2004810;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 1349823;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 3229542;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 4545778;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 92826;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 429829;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 4193952;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 19406;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 2483040;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 1685375;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 1487236;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 3925644;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 2474985;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 816114;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 220094;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 3913471;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 2530228;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 19301;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 1567765;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 19406;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 3916353;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 2092695;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 1515691;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 3728686;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 4389157;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 3240028;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 1028581;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 177693;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 3415596;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 19301;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 2624946;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:24";
+	nfo:fileSize 19510;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 3471335;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:06" ;
+	nfo:fileCreated "2008-12-16T12:42:25";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 1196430;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_63/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:25";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 3017597;
+	nid3:leadArtist <urn:uuid:129774287>.
+
+<urn:uuid:660622060> a nco:Contact; 
+	nco:fullname "Artist_64".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:25";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 1776019;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:25";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 3820957;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:25";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 2553273;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:25";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 3333416;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:25";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 4419150;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:25";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 759274;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:25";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 575544;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:25";
+	nfo:fileSize 18779;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 389786;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:25";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 2010302;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:25";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 1712048;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:26";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 2198308;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:26";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 707745;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:26";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 2487281;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:26";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 3229900;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:26";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 4325861;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:26";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 3071506;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:26";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 4662962;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:26";
+	nfo:fileSize 19197;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 2853720;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:26";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 467993;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:26";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 2213300;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:27";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 4126366;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:27";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 1475441;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:27";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 862354;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:27";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 186575;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:27";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 1459760;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:27";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 4351437;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:27";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 1858922;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:27";
+	nfo:fileSize 19301;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 2154255;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:27";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 730774;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:08" ;
+	nfo:fileCreated "2008-12-16T12:42:27";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 1807990;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:27";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 2793541;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:27";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 2351689;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:27";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 3788436;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:27";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 690323;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:27";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 3057373;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:27";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 873610;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 4385408;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 19406;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 2684138;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 4823696;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 3837255;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 379139;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 2265945;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 2989473;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 175910;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 119116;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 2124642;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 2273374;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 19406;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 2785893;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 694870;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_64/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 8467;
+	nid3:leadArtist <urn:uuid:660622060>.
+
+<urn:uuid:511291048> a nco:Contact; 
+	nco:fullname "Artist_65".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 4099833;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 1960758;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 1338742;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 2673109;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 4470980;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 477622;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 2137055;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18883;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 2121423;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 4652610;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 4448269;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 1427571;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 1395317;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 1983564;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 1208594;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 2721720;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 2099383;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 19092;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 1199534;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 19301;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 4933903;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 430071;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 3944034;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 1013642;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:10" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 2747290;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 2931491;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 2334445;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 1434415;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 980378;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 2078054;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 19406;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 3633225;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:28";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 4098310;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 554552;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 1476589;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 119855;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 232393;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 1043083;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 4878124;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 1972709;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 19406;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 287306;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 19510;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 3665857;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 4330266;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 4352947;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 2859779;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 4151427;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 910861;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 2548657;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 1957572;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 1832149;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 19301;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 2169836;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 19615;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 2636770;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 3067018;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_65/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 2728582;
+	nid3:leadArtist <urn:uuid:511291048>.
+
+<urn:uuid:1212827417> a nco:Contact; 
+	nco:fullname "Artist_66".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 367462;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 4165523;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 3102050;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 2619190;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 1180956;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 4746511;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 18779;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 3814699;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 18988;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 3869294;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 4169904;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:29";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 1079692;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 4174904;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 4828348;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 3187532;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 39859;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 2202624;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 1086468;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 19197;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 1494871;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 19406;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 589393;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 1654107;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:12" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 2313393;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 556706;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 18257;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 1659805;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 3257209;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 4485928;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 59532;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 973557;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 19406;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 1401174;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 19510;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 2140108;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 3793138;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 3925096;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 456521;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 132739;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 1188998;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 4175502;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 4115064;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 717313;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 19406;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 3208337;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 19719;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 2846828;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 3788597;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:30";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 3586178;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 3398832;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 18361;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 2183573;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 821116;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 2452341;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 1257917;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 19301;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 3648763;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 19406;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 1469545;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 19615;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 4677338;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 2809432;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_66/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 1679460;
+	nid3:leadArtist <urn:uuid:1212827417>.
+
+<urn:uuid:424595213> a nco:Contact; 
+	nco:fullname "Artist_67".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 503915;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4230785;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2079343;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3324282;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3825622;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1693958;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 18883;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2337408;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 19092;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2438466;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2722523;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3317417;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3568454;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:14" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 18152;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1046239;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3760550;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4671847;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1448078;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 19092;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4374765;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 19406;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4018359;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 19510;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2308294;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2315451;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2126738;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2998644;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 18257;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3562396;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2510621;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:31";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3364014;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 20720;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 19301;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1773042;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 19406;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3613184;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 19615;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1395593;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4410800;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1544982;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3688860;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 18361;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1911174;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1398389;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 378031;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 453747;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4331184;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 19406;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3650603;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 19615;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4143973;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4019577;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4673456;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3130783;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 18361;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4040278;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2976434;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 19301;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4568469;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2405376;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2521880;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 19510;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1348238;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 19719;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 860194;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3590278;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_67/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:16" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3800603;
+	nid3:leadArtist <urn:uuid:424595213>.
+
+<urn:uuid:1682541203> a nco:Contact; 
+	nco:fullname "Artist_68".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 4403791;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 2906480;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 4687238;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 460140;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 4832876;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 2806984;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 531923;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 18779;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 3368938;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 4767643;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 4901595;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 2611246;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 1858682;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:32";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 1708382;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:33";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 2791813;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:33";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 4213439;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:33";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 4738522;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:33";
+	nfo:fileSize 19092;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 957094;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:33";
+	nfo:fileSize 19301;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 3363963;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:33";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 210706;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:33";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 2266288;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:33";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 2247679;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:33";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 3306001;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:33";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 956980;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:33";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 677066;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:33";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 552178;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:33";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 838583;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:33";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 341850;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:33";
+	nfo:fileSize 19301;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 3497130;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:33";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 3717881;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:33";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 3270928;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:33";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 3020529;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:33";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 1749216;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:33";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 2335185;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:33";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 2959034;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:33";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 1417071;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:33";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 4332759;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:33";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 2332124;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:33";
+	nfo:fileSize 19301;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 3201791;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:33";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 3441598;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:33";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 1861368;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:33";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 2323678;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 4889475;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 4298946;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 2173661;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 3157062;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 2004628;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 2480061;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 19406;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 1598467;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 2689823;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_68/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 4701491;
+	nid3:leadArtist <urn:uuid:1682541203>.
+
+<urn:uuid:1962847236> a nco:Contact; 
+	nco:fullname "Artist_69".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 3379344;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 2594459;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:18" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 4564951;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 3289882;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 3541122;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 3381736;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 3300503;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18779;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 4551311;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 4547865;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 2289714;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 2498809;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 3670975;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 2622404;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 3967513;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 3517884;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 3654258;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 1469061;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 19197;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 3281655;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 713092;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 689875;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 1715726;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 1621284;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 4219746;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 3384541;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 3886310;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 2536064;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 3927014;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 19301;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 4663014;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 588537;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 2519932;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 2470046;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 1450182;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 814662;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:34";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 4359678;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:35";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 406239;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:35";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 3140872;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:35";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 1178712;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:35";
+	nfo:fileSize 19510;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 3458917;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:35";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 3060308;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:35";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 3390028;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:35";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 1214122;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:35";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 4016780;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:35";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 2936407;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:35";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 3134747;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:35";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 441790;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:35";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 474627;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:35";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 3417867;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:35";
+	nfo:fileSize 19406;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 4347277;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:35";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 2004249;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_69/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:35";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 2601023;
+	nid3:leadArtist <urn:uuid:1962847236>.
+
+<urn:uuid:162261648> a nco:Contact; 
+	nco:fullname "Artist_7".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:35";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2198708;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:35";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4082290;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:35";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1143316;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:35";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3651296;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:22" ;
+	nfo:fileCreated "2008-12-16T12:42:35";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2925890;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:35";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2202677;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:35";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4997921;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:35";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3619263;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:35";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2499812;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:35";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1885611;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:35";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 156746;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:36";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3667475;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:36";
+	nfo:fileSize 17212;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3359638;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:36";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 883516;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:36";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3669453;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:36";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1536689;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:36";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 974082;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:36";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1346361;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:36";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4155921;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:36";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1321886;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:36";
+	nfo:fileSize 17421;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1506062;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:36";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4064857;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:36";
+	nfo:fileSize 17316;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2160906;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:36";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1504732;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:36";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 402740;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:36";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4767759;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:36";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3186595;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:36";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4220744;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 196214;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 17421;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1262999;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 17525;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3274745;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2751855;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 17525;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3245620;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2906203;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 17525;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4814043;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3482537;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4814115;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:24" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 300127;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 17421;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3716191;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 17525;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 719270;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4910777;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 56950;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 17421;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4638883;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2837194;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1212956;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4024901;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2573791;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 126280;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 17421;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4685676;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_7/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3657767;
+	nid3:leadArtist <urn:uuid:162261648>.
+
+<urn:uuid:1312877786> a nco:Contact; 
+	nco:fullname "Artist_70".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 2269799;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 925337;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 2903429;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 3184486;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 3192553;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 2324491;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 3817974;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 3458069;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 4919586;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:20" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 1512426;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 4343005;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 24486;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 567219;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:37";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 3228306;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 3299898;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 3518442;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 3604122;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 3128228;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 2923605;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 2383629;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 335593;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 3882309;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 61031;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 585658;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 2555321;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 2554864;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 1827149;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 2770981;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 1585746;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 11874;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 1994892;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 2720668;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 1428041;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 4151345;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 4867586;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 832040;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 2296762;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 3054218;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 3221006;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 2041004;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 3693848;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 3477337;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 97426;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 4461373;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 755387;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 49915;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18361;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 3924803;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 2038705;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 3107208;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_70/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 113325;
+	nid3:leadArtist <urn:uuid:1312877786>.
+
+<urn:uuid:2014544637> a nco:Contact; 
+	nco:fullname "Artist_71".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 397221;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 4492744;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 630276;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 42768;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 3221217;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 2871236;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18883;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 3671168;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18988;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 4821538;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 2358180;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 1637218;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 435282;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 4613231;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 4468511;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 1187320;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 1324805;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18152;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 2586501;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 4990127;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 1734645;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 3000138;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 1584778;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 3428651;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 3041715;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 2702034;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 1523820;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 790878;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18257;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 1012316;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 1126248;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:38";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 1451195;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 855381;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 1747270;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 1499121;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:22" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18361;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 1272097;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 1131387;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 3428319;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 253936;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 2350507;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 293077;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 160891;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 1062810;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 4814885;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 4725577;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 1957950;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 4092555;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18257;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 3313706;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 3698984;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18361;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 2055486;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 3109109;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 13983;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 141648;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_71/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 1870595;
+	nid3:leadArtist <urn:uuid:2014544637>.
+
+<urn:uuid:2020626146> a nco:Contact; 
+	nco:fullname "Artist_72".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 4329333;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 3934202;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 2857762;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 2152975;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 2128057;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 1398021;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 4419957;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 220744;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 1744833;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 4883237;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 519449;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 1670918;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 4946799;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 4652735;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 4565635;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 1452163;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 1844280;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 19092;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 3309672;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 4448881;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 4867505;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 4219972;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 4089157;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 1039507;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 1245196;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 3670676;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 245541;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 3904050;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 3462457;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 3214012;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 2568962;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 3974356;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 4247344;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 547853;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 2560951;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 4591139;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:39";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 4399501;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 498553;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 19301;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 4816418;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 1378153;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 3174870;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 2147109;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 4239712;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 596518;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 4039751;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 493761;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 1702588;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 600921;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 19301;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 1359095;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:24" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 838478;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_72/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 4591911;
+	nid3:leadArtist <urn:uuid:2020626146>.
+
+<urn:uuid:695710329> a nco:Contact; 
+	nco:fullname "Artist_73".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 1709650;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 3846763;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 3992873;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 4222773;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 623028;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 1371754;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 2582081;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18779;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 1784039;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 4163034;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 1239480;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 4927896;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 2556697;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 4029750;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 4510791;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 4151799;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 4593704;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 19092;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 2974459;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 19197;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 2229204;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 454944;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 2447029;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 3989427;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 4369985;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 2164356;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 195414;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 2307625;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 1759637;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 1976522;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 19406;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 2592948;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 755152;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:40";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 701986;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 3941218;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 4869785;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 237067;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 380457;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 55749;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 3691566;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 547845;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 19406;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 3052894;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 270348;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 4475703;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 3165525;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 209308;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 893414;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 3487098;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 166777;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 866737;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 4135926;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 19406;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 821128;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 680574;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_73/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 964138;
+	nid3:leadArtist <urn:uuid:695710329>.
+
+<urn:uuid:2062243107> a nco:Contact; 
+	nco:fullname "Artist_74".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 3716272;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 4126103;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 2423358;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 3928427;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 4925969;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:26" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 6010;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 2584919;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18779;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 4776941;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 4863677;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 287069;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 3402163;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 4216084;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 109593;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 900090;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 3269286;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:41";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 1541650;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 4475196;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 19197;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 2370823;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 3335659;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 3050821;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 4825496;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 2651110;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 4787856;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 3441869;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 50329;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 1739254;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 3122945;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 19301;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 2045112;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 642540;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 501283;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 3655917;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 124877;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 4269206;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 3668386;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 3206091;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 2825297;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 3653996;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 19406;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 4919142;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 3636530;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 4440236;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 1906227;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 3563077;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 4009014;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 2972078;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 479052;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 1174266;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 871335;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 19510;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 2393380;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 3195323;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_74/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 516208;
+	nid3:leadArtist <urn:uuid:2062243107>.
+
+<urn:uuid:1913344619> a nco:Contact; 
+	nco:fullname "Artist_75".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 1628497;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 268013;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 654754;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 4130071;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 3828181;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 3683227;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 1279069;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18883;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 4665398;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 3286969;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 4856310;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 1407058;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 451443;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 4305618;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 1845125;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:42";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 3341352;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 3459974;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:28" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 19197;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 2420972;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 19406;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 1241400;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 4735821;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 3656831;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 2918051;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 3468164;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 2927089;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 2558052;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 4376886;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 1874492;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 2391774;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 19406;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 3268653;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 364042;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 4399138;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 4520153;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 1720151;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 1238015;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 4421469;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 2192602;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 277031;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 19301;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 57058;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 19406;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 4810751;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 1350510;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 1563829;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 2311983;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 851832;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 427664;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 3724197;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 1056645;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 3618966;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 19301;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 2393069;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 19510;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 1550920;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 4904609;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_75/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 4039459;
+	nid3:leadArtist <urn:uuid:1913344619>.
+
+<urn:uuid:1199344784> a nco:Contact; 
+	nco:fullname "Artist_76".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 1398649;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 1253170;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 3018531;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 4278907;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 4870164;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:43";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 3658610;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18883;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 19820;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18988;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 1479699;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 3365024;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 895324;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 3342080;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 2570403;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 3540981;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 745916;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 576593;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 1660670;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 19197;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 3913776;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 19510;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 1164429;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 3469738;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 3703723;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 2284408;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18257;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 3635848;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 1193917;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 2328378;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 835478;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 977355;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 19301;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 2826353;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 19510;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 4670354;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:30" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 3629715;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 1872225;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 1682848;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 1489515;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 564437;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 3296984;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 4249569;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 548917;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 19406;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 2006990;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 19615;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 753216;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 4664909;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 2238717;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 4048178;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18257;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 4048160;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 1545531;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 1545027;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 216781;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 3875353;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 19406;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 659776;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 19615;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 1797096;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 87280;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_76/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 1832458;
+	nid3:leadArtist <urn:uuid:1199344784>.
+
+<urn:uuid:1846768969> a nco:Contact; 
+	nco:fullname "Artist_77".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2541005;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 668777;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1536099;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 498694;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 313356;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3887798;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18779;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3045326;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18988;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2396294;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:44";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1894542;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4350006;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4449989;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 18152;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3848551;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1981815;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2663801;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2081982;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 253217;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 19301;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 34664;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 19406;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1431031;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2730160;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4522660;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4934567;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 996312;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4560378;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4155774;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4753912;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 337528;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 19406;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2824469;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 19615;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2786079;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2549996;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4671243;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4419627;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3741713;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4937064;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 258462;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3492499;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2707971;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 19406;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2996242;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 19615;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3375022;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:32" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 848761;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 32205;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 786415;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 18257;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2023105;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 648868;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1842594;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3837233;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 682611;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 19406;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1253954;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 19615;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1481565;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4694653;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_77/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:45";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4395858;
+	nid3:leadArtist <urn:uuid:1846768969>.
+
+<urn:uuid:1671786002> a nco:Contact; 
+	nco:fullname "Artist_78".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:46";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 1817979;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:46";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 4052644;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:46";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 3467265;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:46";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 333410;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:46";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 3889168;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:46";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 1619810;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:46";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 768075;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:46";
+	nfo:fileSize 18779;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 743179;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:46";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 373495;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:46";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 1560368;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:46";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 4285360;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:46";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 4312702;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:46";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 338435;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:46";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 1006940;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:46";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 3551479;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:46";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 457995;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:46";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 3091170;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:46";
+	nfo:fileSize 19197;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 4226115;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:46";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 2900292;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:46";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 1773095;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:46";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 2902872;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:46";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 84274;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:46";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 4649783;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:46";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 2960244;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:46";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 1516947;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:46";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 1954212;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 2029577;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 19301;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 4567759;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 3213579;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 1025448;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 3457017;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 2463832;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 3061797;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 2762777;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 5852;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 424130;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 3819845;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 19301;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 505876;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 943227;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 2286219;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 2635613;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 3024897;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 2393394;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 2263492;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 2906614;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 3591436;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 3481737;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 19301;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 2866769;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 1412436;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_78/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 4537246;
+	nid3:leadArtist <urn:uuid:1671786002>.
+
+<urn:uuid:406345727> a nco:Contact; 
+	nco:fullname "Artist_79".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 2382097;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 2963088;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 2738958;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 1488806;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:34" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 1811372;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 3305231;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 3590716;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18779;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 1403847;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 4006964;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 2583003;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 1685053;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 3928817;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 4194313;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 4867215;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 4117366;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 709167;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:47";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 3625259;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:48";
+	nfo:fileSize 19197;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 3405684;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:48";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 1096260;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:48";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 238650;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:48";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 4187748;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:48";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 3426314;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:48";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 2969643;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:48";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 3548080;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:48";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 45067;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:48";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 3323731;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:48";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 1466391;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:48";
+	nfo:fileSize 19301;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 2283893;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:48";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 1586443;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:48";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 3424177;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:48";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 895412;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:48";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 4556647;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:48";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 4955924;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:48";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 3461344;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:48";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 1103222;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:48";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 4261045;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:48";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 734382;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:48";
+	nfo:fileSize 19510;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 4839872;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:48";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 1485205;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:48";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 4029972;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:48";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 1933188;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:48";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 3291015;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:48";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 1764215;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 4825903;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 4868327;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 1803919;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 1101200;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 19406;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 1964009;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 900453;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_79/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 1127334;
+	nid3:leadArtist <urn:uuid:406345727>.
+
+<urn:uuid:1262428525> a nco:Contact; 
+	nco:fullname "Artist_8".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 4907217;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 17421;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 4867096;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 4009328;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 1474410;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 1082871;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 1083457;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 848627;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 25678;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 17421;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 3653412;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 17630;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 2125075;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 17107;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 2629381;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 415571;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 17003;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 4750675;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 17107;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 3883794;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 17212;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 1069673;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 17212;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 4327439;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 339066;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 1994590;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 17003;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 4246114;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 17107;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 1701760;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 17212;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 1884853;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 2065027;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 17107;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 1785537;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 17212;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 1075893;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 17212;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 325662;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 17421;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 485577;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 894815;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 4441744;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 17107;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 3631506;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:26" ;
+	nfo:fileCreated "2008-12-16T12:42:49";
+	nfo:fileSize 17316;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 515211;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17316;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 755323;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17525;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 739671;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17212;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 3307622;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17421;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 2875466;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17212;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 3064880;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17421;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 1749459;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 3000729;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 2533032;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17212;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 4886889;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17212;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 3016579;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 2252714;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 2595864;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17212;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 602365;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 4420745;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 896611;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17421;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 3595887;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 2908487;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 1362396;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17212;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 2962125;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_8/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17212;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 1611384;
+	nid3:leadArtist <urn:uuid:1262428525>.
+
+<urn:uuid:27765500> a nco:Contact; 
+	nco:fullname "Artist_80".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 3429861;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 4723048;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 3582784;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 2976412;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 2475803;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 4505202;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 4386444;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 1277511;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 2205734;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 465867;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 4364357;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:50";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 1029055;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17212;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 2384602;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 2621465;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:36" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 1682715;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 2516792;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 3744723;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 2527173;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 4939698;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17212;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 3257706;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 2008462;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 433410;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17316;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 3294099;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17421;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 228695;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17421;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 1556865;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 254644;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 1525693;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 2913332;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17421;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 4052311;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17316;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 1695678;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17421;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 1303878;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 1982004;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17316;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 1239390;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17525;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 4438439;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17421;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 387145;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 2820865;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 4190848;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 879027;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17525;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 1969075;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17421;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 2799646;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17421;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 2822221;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 1883448;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 1114701;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 4936494;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 882297;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 1131851;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 2790100;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 2292051;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 1623092;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_80/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17421;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 1445052;
+	nid3:leadArtist <urn:uuid:27765500>.
+
+<urn:uuid:226815170> a nco:Contact; 
+	nco:fullname "Artist_81".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 990426;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 357469;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 4777029;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 4256883;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 144351;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 4918749;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 4298289;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 4957015;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 2298223;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 116440;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 2299171;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 1569428;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:51";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 3357688;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 3309324;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 2936756;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 1717697;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 620774;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 3560770;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 4216280;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 685671;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 4909912;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 4060705;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 4140328;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 4193246;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 3990314;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 3509814;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 3852309;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 2259409;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 3993208;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 937015;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 1983088;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:38" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 1523681;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 997874;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 1153297;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 3644806;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 2853229;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 18361;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 4898395;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 2315640;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 3579466;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 3123138;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 623427;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 217248;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 1925468;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 3214730;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 3580514;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 560388;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 18257;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 3378063;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 765235;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 4783317;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_81/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 4605700;
+	nid3:leadArtist <urn:uuid:226815170>.
+
+<urn:uuid:230498327> a nco:Contact; 
+	nco:fullname "Artist_82".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 4971786;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 2059493;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 2653997;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 1688433;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 4771836;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 1629904;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 1421200;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 53809;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 1751061;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 279357;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 1307011;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:52";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 4801237;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:53";
+	nfo:fileSize 18152;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 3758995;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:53";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 3200456;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:53";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 2511834;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:53";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 225007;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:53";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 3710236;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:53";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 1275554;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:53";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 1454181;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:53";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 2091054;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:53";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 1604510;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:53";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 3460579;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:53";
+	nfo:fileSize 18257;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 4816084;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:53";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 4481235;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:53";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 216573;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:53";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 872384;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:53";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 1709406;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:53";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 331644;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:53";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 1434701;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:53";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 1998042;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:53";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 2847934;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:53";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 4644297;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:53";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 1347166;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:53";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 203601;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:53";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 2239920;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:53";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 1123406;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:53";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 1909079;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:53";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 3865714;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:54";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 11956;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:54";
+	nfo:fileSize 18361;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 538245;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:54";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 135636;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:54";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 4257952;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:54";
+	nfo:fileSize 18361;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 714868;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:54";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 2888092;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:54";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 2381526;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:54";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 244585;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:54";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 1374234;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:54";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 1433439;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:54";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 1302984;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_82/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:40" ;
+	nfo:fileCreated "2008-12-16T12:42:54";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 3503197;
+	nid3:leadArtist <urn:uuid:230498327>.
+
+<urn:uuid:1308849474> a nco:Contact; 
+	nco:fullname "Artist_83".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:54";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 1270563;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:54";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 3741755;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:54";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 3983205;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:54";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 2487789;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:54";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 1741627;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 4937681;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 4615540;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 748765;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 3991733;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 1393545;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 1576280;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 3687347;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 2002146;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 4346536;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 3473228;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 1032941;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 4629889;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 1943299;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 1829803;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 4985338;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 2782278;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 1977761;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 307173;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 2027570;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 4777711;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 2582369;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 927149;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 3966933;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 3125283;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 1439693;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 1399076;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 2760337;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 18361;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 1086763;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 4303021;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 3185166;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:55";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 4817184;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 1647421;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 2914536;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 2598779;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 2367411;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 665316;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 1808896;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 1876405;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 2604193;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 1930432;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 2288351;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 2948475;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 3886534;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 4541105;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_83/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 4621487;
+	nid3:leadArtist <urn:uuid:1308849474>.
+
+<urn:uuid:117950756> a nco:Contact; 
+	nco:fullname "Artist_84".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 755617;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 2988101;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 4256417;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 4730347;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 1979392;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 4600741;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 1400090;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 1987766;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 4962356;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 2517659;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 49377;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 995664;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 114252;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 378927;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:42" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 3467035;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 1155711;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 3792999;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 1038636;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 942282;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 3987939;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 2601342;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 4938057;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 1778713;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:56";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 4599700;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 2328529;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 2781525;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 1554984;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 4866244;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 2134672;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 1591529;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 4580401;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 3281110;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 2181046;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 4129952;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 227286;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 3961671;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 1498196;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 3359813;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 3664608;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 1487375;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 1600025;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 4455313;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 4248148;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 1878105;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 3726962;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 4670522;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 4681670;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 4138806;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 1530280;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_84/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 281223;
+	nid3:leadArtist <urn:uuid:117950756>.
+
+<urn:uuid:1143500443> a nco:Contact; 
+	nco:fullname "Artist_85".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 1105145;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 661808;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 2886244;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 74010;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 2616108;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 644530;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 3059001;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 2227401;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 733430;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 3746077;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 2257636;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 179281;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 3950618;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 1637900;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 2651537;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 1899429;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 1934810;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 19092;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 4225331;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 4770067;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 630583;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 1429002;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 1153297;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 2999217;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 2976549;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 3382170;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 3724156;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:57";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 3452807;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 3789695;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 4755260;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 3601467;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 1694756;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 3922182;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 998977;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 906384;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 3100357;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 2411173;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 2684979;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:44" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 1797181;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 338494;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 1860691;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 360170;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 2881131;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 3036453;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 968243;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 2710994;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 1163180;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 1324729;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 1424199;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 4583357;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_85/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 38381;
+	nid3:leadArtist <urn:uuid:1143500443>.
+
+<urn:uuid:602939908> a nco:Contact; 
+	nco:fullname "Artist_86".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 4111958;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 2353289;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 4623802;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 4930998;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 2470124;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 4816136;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 337250;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18779;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 2426572;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 2745558;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 4085400;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 4242361;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 4110642;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 4191293;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 1090469;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 466834;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 3413943;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 1890769;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 19092;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 4174334;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 4780194;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 4016464;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 4036742;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 2311352;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 2354104;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 523281;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 3642023;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:58";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 3491885;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 1180879;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 4409268;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 3956524;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 1425362;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 3407700;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 101295;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 1383996;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 1721873;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 1640357;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 1846709;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 2045237;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 19301;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 4875071;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 4493527;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 2415149;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 3399045;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 83690;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 1958035;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 1804077;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 4660094;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 674403;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:46" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 4829577;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 19301;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 663841;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 619879;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_86/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 648294;
+	nid3:leadArtist <urn:uuid:602939908>.
+
+<urn:uuid:436408822> a nco:Contact; 
+	nco:fullname "Artist_87".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3641558;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3932676;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3692916;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4555996;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 937792;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1118437;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2897303;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2219710;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2888049;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 491527;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1572553;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1663520;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2256384;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 480401;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3266114;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 195805;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1322874;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 19092;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4701727;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4536029;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2899677;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4128149;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3959367;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2451735;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 686278;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1047585;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 373011;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2352912;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 19301;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2582851;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4625719;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:42:59";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1981227;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3911465;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 984599;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3548562;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1653265;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4283138;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4228514;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4171663;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 19301;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1753215;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 68319;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2900937;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4796617;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1902199;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3065213;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 656962;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2111362;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3299298;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4350372;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:48" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 19301;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4065994;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1829325;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_87/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2069616;
+	nid3:leadArtist <urn:uuid:436408822>.
+
+<urn:uuid:557501022> a nco:Contact; 
+	nco:fullname "Artist_88".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 781248;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 3676665;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 1082599;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 3731055;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 3448251;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 692165;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 454819;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 4348779;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 1240485;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 1864409;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 2796887;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 1211120;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 2670713;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 4372377;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 3809558;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 4791888;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 1169887;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 717295;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:00";
+	nfo:fileSize 18152;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 1543669;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 2589671;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 422437;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 457486;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 922214;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 3099885;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 1329078;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 4103360;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 3259031;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 2088821;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 4445381;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 4073772;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 4812594;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 638806;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 544458;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 2136902;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 2271946;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 2748726;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 1209480;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 30109;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18361;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 695636;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 2620090;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 2435985;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 2924233;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 4437248;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 2187218;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 2240029;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 4935450;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 1681685;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 4438053;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18361;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 1772578;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_88/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 2263407;
+	nid3:leadArtist <urn:uuid:557501022>.
+
+<urn:uuid:1469999423> a nco:Contact; 
+	nco:fullname "Artist_89".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 1214731;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 568963;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 795635;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 4149331;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 2378566;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 3629983;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 559391;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 2747377;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 250236;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:50" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 735928;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 958534;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 1150171;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18152;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 4630316;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 1634779;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:01";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 4500570;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 2168097;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 333861;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 2894627;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18152;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 4476153;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 2313526;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 4755295;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 2955376;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 1488661;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 3547077;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 940017;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 3815950;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 179647;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 4433454;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 3558854;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 3828170;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 981574;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 2638763;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18361;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 519343;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 3338358;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 3774590;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 502181;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 461348;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 640528;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18361;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 4545744;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 3429665;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 3171530;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 3296389;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18361;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 3879815;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 4374874;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 2089754;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 3396613;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 2602071;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 855325;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18361;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 185123;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_89/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:02";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 2961345;
+	nid3:leadArtist <urn:uuid:1469999423>.
+
+<urn:uuid:1862357531> a nco:Contact; 
+	nco:fullname "Artist_9".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 395755;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17421;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 917108;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17525;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 2391843;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 887894;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 3676148;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 3455565;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 4796111;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 4466757;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17421;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 2537845;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 4574245;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17107;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 1767543;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 4092536;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17003;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 2685851;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17212;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 40306;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:28" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17107;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 4427296;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17316;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 4552349;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 3469493;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 3835527;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17003;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 1096349;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17107;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 746758;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17212;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 4856280;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 2759289;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17107;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 1422520;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17316;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 2104897;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17212;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 2188209;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17421;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 4037894;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 815418;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 3081541;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17107;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 4135097;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17212;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 2696052;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17316;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 1284046;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17525;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 3190888;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17107;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 1933839;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17316;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 2162128;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17421;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 3412882;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17525;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 956303;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 3799283;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 1674016;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17316;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 174424;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:03";
+	nfo:fileSize 17316;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 3812417;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:43:04";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 3907140;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:04";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 1572030;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:04";
+	nfo:fileSize 17212;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 3427686;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:30" ;
+	nfo:fileCreated "2008-12-16T12:43:04";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 4338146;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:43:04";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 2830381;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:43:04";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 4169171;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:43:04";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 3694624;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:43:04";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 635066;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:43:04";
+	nfo:fileSize 17212;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 1753464;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_9/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:47:32" ;
+	nfo:fileCreated "2008-12-16T12:43:04";
+	nfo:fileSize 17316;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 3143501;
+	nid3:leadArtist <urn:uuid:1862357531>.
+
+<urn:uuid:571686340> a nco:Contact; 
+	nco:fullname "Artist_90".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:04";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 4987867;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:04";
+	nfo:fileSize 17734;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 1845632;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:04";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 992224;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:04";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 4976751;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:04";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 930131;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:04";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 4134116;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:04";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 2492119;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:04";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 4520557;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:04";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 1268155;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:52" ;
+	nfo:fileCreated "2008-12-16T12:43:04";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 8949;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:04";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 1251976;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:04";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 1994371;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:04";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 4261928;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:04";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 1719877;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:04";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 4828099;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:04";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 3112650;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:04";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 3484960;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:04";
+	nfo:fileSize 18048;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 1162014;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:05";
+	nfo:fileSize 17525;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 4202888;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:05";
+	nfo:fileSize 17421;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 3337219;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:05";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 434313;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:05";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 2579452;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:05";
+	nfo:fileSize 17421;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 399828;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:05";
+	nfo:fileSize 17630;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 4861893;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:05";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 2831027;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:05";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 3352980;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:05";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 3598959;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:05";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 1621165;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:05";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 23842;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:05";
+	nfo:fileSize 17525;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 4723621;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:06";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 4560664;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:06";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 4673637;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:06";
+	nfo:fileSize 17421;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 1993649;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:06";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 1790666;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:06";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 1086700;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:06";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 1600420;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:06";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 3034031;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:06";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 2044855;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:06";
+	nfo:fileSize 17630;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 270626;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:06";
+	nfo:fileSize 17525;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 4407170;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "New Age";
+	nid3:length 490883;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "New Age";
+	nid3:length 3819397;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "New Age";
+	nid3:length 468720;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "New Age";
+	nid3:length 794079;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "New Age";
+	nid3:length 4760971;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "New Age";
+	nid3:length 1545139;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "New Age";
+	nid3:length 4625798;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "New Age";
+	nid3:length 430235;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 17630;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "New Age";
+	nid3:length 323807;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_90/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 17525;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "New Age";
+	nid3:length 4883776;
+	nid3:leadArtist <urn:uuid:571686340>.
+
+<urn:uuid:1688637480> a nco:Contact; 
+	nco:fullname "Artist_91".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 975269;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 3456413;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 2866112;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 1214101;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 1472940;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 3154487;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 830329;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 18779;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 2908113;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 1729159;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 2937444;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 88657;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 18152;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 4115746;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 3362331;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 572186;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 4813232;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 446379;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 18152;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 2064353;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 2139970;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:07";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 1323082;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 585714;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 1102410;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 4141621;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 3656356;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 2416724;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 4421631;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 1613550;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:54" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 1543653;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 4835283;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 4087798;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 1744721;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 4251689;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 18152;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 4394532;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 1028577;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 4809239;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 4785821;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 18257;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 3795698;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 18361;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 4926656;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 1299201;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 1358106;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 3353379;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Classic Rock";
+	nid3:length 219230;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 18257;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Classic Rock";
+	nid3:length 2339766;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Classic Rock";
+	nid3:length 3399167;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Classic Rock";
+	nid3:length 2006977;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Classic Rock";
+	nid3:length 1492185;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 18152;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Classic Rock";
+	nid3:length 3290546;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 18361;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Classic Rock";
+	nid3:length 2667698;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Classic Rock";
+	nid3:length 2314432;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Classic Rock";
+	nid3:length 3356567;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_91/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Classic Rock";
+	nid3:length 641386;
+	nid3:leadArtist <urn:uuid:1688637480>.
+
+<urn:uuid:363155708> a nco:Contact; 
+	nco:fullname "Artist_92".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 2882131;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 4087058;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 3642341;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 3885886;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 4603717;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 506483;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 4210613;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 1834709;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 4698438;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 2380229;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 3282985;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 2536790;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 1651713;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 673494;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 3296460;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 147120;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 2481253;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 1140984;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 1463688;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 1020772;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 4510119;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:08";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 3735584;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 4922755;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 4634997;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 1288025;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 1094178;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 3436142;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 1343220;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 2292937;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 2641060;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 3785414;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 17734;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 3902422;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 686792;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 3525848;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 2239190;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 620043;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 4789820;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 3130533;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 4939828;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 1129721;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Country";
+	nid3:length 159771;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 17734;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Country";
+	nid3:length 2656037;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Country";
+	nid3:length 1427117;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Country";
+	nid3:length 4076264;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Country";
+	nid3:length 952165;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Country";
+	nid3:length 601791;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Country";
+	nid3:length 2777634;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Country";
+	nid3:length 4999481;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Country";
+	nid3:length 2094203;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_92/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Country";
+	nid3:length 1347891;
+	nid3:leadArtist <urn:uuid:363155708>.
+
+<urn:uuid:1942367471> a nco:Contact; 
+	nco:fullname "Artist_93".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 2599015;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 1907027;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 80084;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 1204233;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 3034425;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 2330201;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 78949;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 4637204;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 4764738;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 1701009;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 3936686;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 4654177;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 2855179;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 2252055;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:56" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 3582201;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 4263449;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 847795;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 1681716;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 4809603;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 3940869;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 896664;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 3539753;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 3155640;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 2405912;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 534863;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 4768798;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 3573862;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 1162967;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 109467;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:09";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 2032255;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 3034500;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 4602125;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 597467;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 2584632;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 861041;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 701897;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 3288077;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 3800180;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 580855;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 2660656;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Dance";
+	nid3:length 2075512;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Dance";
+	nid3:length 4277736;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Dance";
+	nid3:length 1771887;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Dance";
+	nid3:length 1925767;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Dance";
+	nid3:length 3749945;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Dance";
+	nid3:length 4642790;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Dance";
+	nid3:length 3917805;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Dance";
+	nid3:length 3464025;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Dance";
+	nid3:length 494091;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_93/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Dance";
+	nid3:length 1127394;
+	nid3:leadArtist <urn:uuid:1942367471>.
+
+<urn:uuid:107699292> a nco:Contact; 
+	nco:fullname "Artist_94".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 2054787;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 1970739;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 2229078;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 3285124;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 231603;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 394026;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 3192131;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 586757;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 3631863;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 2374385;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 2437719;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 2053675;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 2348632;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 1101802;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 3704856;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 4045227;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 1112748;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 4487474;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 4382109;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 667175;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 2094232;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 2252823;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 4685271;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:10";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 4012400;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:11";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 1856108;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:11";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 3132238;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:11";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 1930520;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:11";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 3316672;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:11";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 2300209;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:11";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 15742;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:11";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 2538606;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:11";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 2403629;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:11";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 30157;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:11";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 648093;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:11";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 3878208;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:11";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 1280926;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:11";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 3883802;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:50:58" ;
+	nfo:fileCreated "2008-12-16T12:43:11";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 1511979;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:11";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 4726131;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:11";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 3654352;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Disco";
+	nid3:length 2511341;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Disco";
+	nid3:length 4908641;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Disco";
+	nid3:length 315081;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Disco";
+	nid3:length 1042815;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Disco";
+	nid3:length 4310190;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Disco";
+	nid3:length 1083857;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Disco";
+	nid3:length 3485741;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 19301;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Disco";
+	nid3:length 1841730;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Disco";
+	nid3:length 1598132;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_94/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Disco";
+	nid3:length 944982;
+	nid3:leadArtist <urn:uuid:107699292>.
+
+<urn:uuid:1426625803> a nco:Contact; 
+	nco:fullname "Artist_95".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 991312;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 276324;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 4555981;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 4109501;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 4946943;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 1880625;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 2311906;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 1184571;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 4569052;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 3441719;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 2952752;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 17734;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 4571412;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 4317303;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 4440594;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 2938722;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 1554604;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 4326457;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 19197;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 2390903;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 3922166;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 1356166;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 392661;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 17943;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 3749697;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 151455;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 1210403;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 1974411;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 1134413;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 1658559;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 359773;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 1824762;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 1123342;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 4962753;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 17943;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 1140388;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 306184;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 2124288;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 3270202;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 2435065;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 923410;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 2109246;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 439807;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:12";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 103250;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Funk";
+	nid3:length 3590256;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 17943;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Funk";
+	nid3:length 418409;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Funk";
+	nid3:length 2270972;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Funk";
+	nid3:length 682253;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Funk";
+	nid3:length 2679965;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Funk";
+	nid3:length 18518;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Funk";
+	nid3:length 2365190;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 19301;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Funk";
+	nid3:length 114709;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Funk";
+	nid3:length 4604317;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_95/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Funk";
+	nid3:length 3361243;
+	nid3:leadArtist <urn:uuid:1426625803>.
+
+<urn:uuid:844658547> a nco:Contact; 
+	nco:fullname "Artist_96".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 3004821;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 1521281;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 1818264;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 4751146;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 1320644;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 3793091;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18674;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 4197427;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18779;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 3515358;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 2452694;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 793023;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 1010437;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:00" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 17839;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 4250944;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 2810885;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 3977782;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 899886;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18883;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 1788294;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 2513938;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 19301;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 3312804;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 3059732;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 2065484;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 4800225;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18048;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 2152914;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 3678825;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 3799926;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 4671285;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 4504456;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 2400075;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 19301;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 4629680;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 3442524;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 1599055;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 228217;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 1049641;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 2270558;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 4592952;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 4319054;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 1326429;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 2356976;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 19406;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 3941723;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 1107043;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 737535;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Grunge";
+	nid3:length 3197261;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Grunge";
+	nid3:length 817452;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Grunge";
+	nid3:length 3640641;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Grunge";
+	nid3:length 4649592;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Grunge";
+	nid3:length 423915;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Grunge";
+	nid3:length 805299;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:13";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Grunge";
+	nid3:length 4158608;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 19406;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Grunge";
+	nid3:length 2567098;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Grunge";
+	nid3:length 4720785;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_96/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Grunge";
+	nid3:length 3731417;
+	nid3:leadArtist <urn:uuid:844658547>.
+
+<urn:uuid:1523783170> a nco:Contact; 
+	nco:fullname "Artist_97".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4925544;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18466;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2391044;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1863183;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3914085;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4808722;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3941322;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1128315;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18779;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4332325;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4684816;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 669577;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2053941;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 17943;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3560902;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1062862;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3113858;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1443000;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3910954;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 19092;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3494512;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 19197;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 366618;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18674;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1464417;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2667476;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2187273;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18152;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3085748;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2710982;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3486365;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2934784;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18988;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1100753;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 19197;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2081665;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 19406;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1934402;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3077021;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:02" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18779;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2904667;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4652165;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18048;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3443554;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 109294;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 141806;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4733386;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1900310;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:14";
+	nfo:fileSize 19197;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1985351;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:15";
+	nfo:fileSize 19406;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4358261;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:15";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4195785;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:15";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 896661;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:15";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4938171;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:15";
+	nfo:fileSize 18048;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1973940;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:15";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4926283;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:15";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Hip-Hop";
+	nid3:length 279404;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:15";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4548176;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:15";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Hip-Hop";
+	nid3:length 2466164;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:15";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4285912;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:15";
+	nfo:fileSize 19406;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Hip-Hop";
+	nid3:length 1086553;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:15";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Hip-Hop";
+	nid3:length 4888526;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_97/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:15";
+	nfo:fileSize 18779;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Hip-Hop";
+	nid3:length 3707594;
+	nid3:leadArtist <urn:uuid:1523783170>.
+
+<urn:uuid:1239440820> a nco:Contact; 
+	nco:fullname "Artist_98".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:15";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 1935732;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:15";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 600043;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:15";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 2680382;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:15";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 2396749;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:15";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 4389299;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:15";
+	nfo:fileSize 18048;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 2048284;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:15";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 2894360;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:15";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 836617;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:15";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 369657;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:15";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 1159565;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:15";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 235831;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 2884719;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 344461;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 3546018;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 814117;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 1256599;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 886713;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 4822463;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 358900;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 1158334;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 120775;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 17734;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 3804612;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 3277382;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 3107475;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 3617598;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 1024959;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 2435839;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 2300159;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 3180678;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 1270970;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 2040872;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 1573176;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 4323001;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 216595;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 3654683;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 4614955;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18883;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 2927357;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 19092;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 3395525;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 2794572;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 3185671;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Jazz";
+	nid3:length 3249800;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Jazz";
+	nid3:length 3432128;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Jazz";
+	nid3:length 4750476;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Jazz";
+	nid3:length 2621565;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Jazz";
+	nid3:length 3344602;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:16";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Jazz";
+	nid3:length 3500728;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Jazz";
+	nid3:length 2304740;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 19092;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Jazz";
+	nid3:length 4552980;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Jazz";
+	nid3:length 2984298;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_98/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:04" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Jazz";
+	nid3:length 2552438;
+	nid3:leadArtist <urn:uuid:1239440820>.
+
+<urn:uuid:520105776> a nco:Contact; 
+	nco:fullname "Artist_99".
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/1_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 2027484;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/1_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 18257;
+	nid3:albumTitle "1_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 2541080;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/1_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 2371325;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/1_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 786850;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/1_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 1326214;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/1_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 18152;
+	nid3:albumTitle "1_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 3505782;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/1_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 18361;
+	nid3:albumTitle "1_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 3520258;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/1_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 18570;
+	nid3:albumTitle "1_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 3998960;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/1_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 17839;
+	nid3:albumTitle "1_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 3862054;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/1_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 17943;
+	nid3:albumTitle "1_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 3915283;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/2_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 542801;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/2_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 17630;
+	nid3:albumTitle "2_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 4706189;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/2_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 2445396;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/2_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 18466;
+	nid3:albumTitle "2_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 2002301;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/2_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 4018732;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/2_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 18570;
+	nid3:albumTitle "2_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 3505441;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/2_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 18779;
+	nid3:albumTitle "2_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 4884730;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/2_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 18988;
+	nid3:albumTitle "2_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 1530638;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/2_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 18257;
+	nid3:albumTitle "2_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 2769800;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/2_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 18361;
+	nid3:albumTitle "2_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 3017002;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/3_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 364302;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/3_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 17839;
+	nid3:albumTitle "3_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 228189;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/3_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 3255470;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/3_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 4999366;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/3_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 18570;
+	nid3:albumTitle "3_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 2708382;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/3_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 18674;
+	nid3:albumTitle "3_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 691296;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/3_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:17";
+	nfo:fileSize 18883;
+	nid3:albumTitle "3_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 3207853;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/3_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:18";
+	nfo:fileSize 19092;
+	nid3:albumTitle "3_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 918759;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/3_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:18";
+	nfo:fileSize 18361;
+	nid3:albumTitle "3_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 1701735;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/3_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:18";
+	nfo:fileSize 18466;
+	nid3:albumTitle "3_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 2090595;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/4_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:18";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 1140947;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/4_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:18";
+	nfo:fileSize 17839;
+	nid3:albumTitle "4_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 2873221;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/4_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:18";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 4731864;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/4_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:18";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 2977449;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/4_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:18";
+	nfo:fileSize 18570;
+	nid3:albumTitle "4_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 3150688;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/4_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:18";
+	nfo:fileSize 18779;
+	nid3:albumTitle "4_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 3762345;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/4_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:18";
+	nfo:fileSize 18988;
+	nid3:albumTitle "4_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 1036047;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/4_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:18";
+	nfo:fileSize 19301;
+	nid3:albumTitle "4_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 3452035;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/4_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:18";
+	nfo:fileSize 18466;
+	nid3:albumTitle "4_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 1319947;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/4_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:18";
+	nfo:fileSize 18674;
+	nid3:albumTitle "4_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 1320981;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/5_Album/10_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "10_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:18";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "10_song";
+	nid3:trackNumber "10";
+	nid3:contentType "Metal";
+	nid3:length 3653715;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/5_Album/1_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "1_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:18";
+	nfo:fileSize 17839;
+	nid3:albumTitle "5_Album";
+	nid3:title "1_song";
+	nid3:trackNumber "1";
+	nid3:contentType "Metal";
+	nid3:length 3311569;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/5_Album/2_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "2_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:18";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "2_song";
+	nid3:trackNumber "2";
+	nid3:contentType "Metal";
+	nid3:length 2603044;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/5_Album/3_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "3_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:18";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "3_song";
+	nid3:trackNumber "3";
+	nid3:contentType "Metal";
+	nid3:length 4019662;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/5_Album/4_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "4_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:18";
+	nfo:fileSize 18674;
+	nid3:albumTitle "5_Album";
+	nid3:title "4_song";
+	nid3:trackNumber "4";
+	nid3:contentType "Metal";
+	nid3:length 3719297;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/5_Album/5_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "5_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:18";
+	nfo:fileSize 18883;
+	nid3:albumTitle "5_Album";
+	nid3:title "5_song";
+	nid3:trackNumber "5";
+	nid3:contentType "Metal";
+	nid3:length 4244373;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/5_Album/6_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "6_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:18";
+	nfo:fileSize 18988;
+	nid3:albumTitle "5_Album";
+	nid3:title "6_song";
+	nid3:trackNumber "6";
+	nid3:contentType "Metal";
+	nid3:length 1577494;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/5_Album/7_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "7_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:18";
+	nfo:fileSize 19197;
+	nid3:albumTitle "5_Album";
+	nid3:title "7_song";
+	nid3:trackNumber "7";
+	nid3:contentType "Metal";
+	nid3:length 1977076;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/5_Album/8_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "8_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:18";
+	nfo:fileSize 18466;
+	nid3:albumTitle "5_Album";
+	nid3:title "8_song";
+	nid3:trackNumber "8";
+	nid3:contentType "Metal";
+	nid3:length 793993;
+	nid3:leadArtist <urn:uuid:520105776>.
+
+<file:///media/PIKKUTIKKU/5000_songs_with_metadata_and_album_arts/Artist_99/5_Album/9_song.mp3> a nid3:ID3Audio,nfo:FileDataObject;
+	nfo:fileName "9_song.mp3";
+	nfo:fileLastModified "2008-10-23T13:51:06" ;
+	nfo:fileCreated "2008-12-16T12:43:18";
+	nfo:fileSize 18570;
+	nid3:albumTitle "5_Album";
+	nid3:title "9_song";
+	nid3:trackNumber "9";
+	nid3:contentType "Metal";
+	nid3:length 1818939;
+	nid3:leadArtist <urn:uuid:520105776>.
+
diff --git a/tests/functional-tests/testdata/ttl/songlist_nmm.ttl b/tests/functional-tests/testdata/ttl/songlist_nmm.ttl
new file mode 100644
index 0000000..71be3ee
--- /dev/null
+++ b/tests/functional-tests/testdata/ttl/songlist_nmm.ttl
@@ -0,0 +1,350 @@
+ prefix nco:   <http://www.semanticdesktop.org/ontologies/2007/03/22/nco#>.
+ prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#>.
+ prefix nrl:   <http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#>.
+ prefix nid3:   <http://www.semanticdesktop.org/ontologies/2007/05/10/nid3#>.
+ prefix nmm:   <http://www.tracker-project.org/temp/nmm#>.
+ prefix nao:   <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#>.
+ prefix nfo:   <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#>.
+ prefix nie:   <http://www.semanticdesktop.org/ontologies/2007/01/19/nie#>.
+ prefix xsd:   <http://www.w3.org/2001/XMLSchema#>.
+<urn:uuid:1991081358> a nco:Contact; 
+	nco:fullname "TrkArtist [003]".
+
+<urn:album:TrkAlbum [016]> a nmm:MusicAlbum; 
+	nmm:albumArtist <urn:uuid:1991081358>;
+	nie:title "TrkAlbum [016]".
+
+<file:///home/mshivk/Tracker/harmattan/tracker-tests-ci-1.0.0/testdata/Music//track-01112.mp3> a nmm:MusicPiece,nfo:FileDataObject;
+	nie:title "TrkTitle [012]";
+	nfo:fileName "track-01112.mp3";
+	nfo:fileLastModified "2009-02-13T16:23:21" ;
+	nfo:fileCreated "2009-02-13T16:23:21";
+	nfo:fileSize 60523;
+	nmm:musicAlbum <urn:album:TrkAlbum [016]>;
+	nmm:genre "Other";
+	nmm:trackNumber 12;
+	nmm:length 4564624;
+	nmm:performer <urn:uuid:1991081358>.
+
+<urn:album:TrkAlbum [016]> a nmm:MusicAlbum; 
+	nmm:albumArtist <urn:uuid:1991081358>;
+	nie:title "TrkAlbum [016]".
+
+<file:///home/mshivk/Tracker/harmattan/tracker-tests-ci-1.0.0/testdata/Music//track-01117.mp3> a nmm:MusicPiece,nfo:FileDataObject;
+	nie:title "TrkTitle [017]";
+	nfo:fileName "track-01117.mp3";
+	nfo:fileLastModified "2009-02-13T16:23:21" ;
+	nfo:fileCreated "2009-02-13T16:23:21";
+	nfo:fileSize 60523;
+	nmm:musicAlbum <urn:album:TrkAlbum [016]>;
+	nmm:genre "Rock";
+	nmm:trackNumber 17;
+	nmm:length 1965168;
+	nmm:performer <urn:uuid:1991081358>.
+
+<urn:album:TrkAlbum [016]> a nmm:MusicAlbum; 
+	nmm:albumArtist <urn:uuid:1991081358>;
+	nie:title "TrkAlbum [016]".
+
+<file:///home/mshivk/Tracker/harmattan/tracker-tests-ci-1.0.0/testdata/Music//track-01114.mp3> a nmm:MusicPiece,nfo:FileDataObject;
+	nie:title "TrkTitle [014]";
+	nfo:fileName "track-01114.mp3";
+	nfo:fileLastModified "2009-02-13T16:23:21" ;
+	nfo:fileCreated "2009-02-13T16:23:21";
+	nfo:fileSize 60523;
+	nmm:musicAlbum <urn:album:TrkAlbum [016]>;
+	nmm:genre "R&B";
+	nmm:trackNumber 14;
+	nmm:length 3524601;
+	nmm:performer <urn:uuid:1991081358>.
+
+<urn:uuid:747032952> a nco:Contact; 
+	nco:fullname "David Rolfe".
+
+<urn:album:Hot Vocal Hooks> a nmm:MusicAlbum; 
+	nmm:albumArtist <urn:uuid:747032952>;
+	nie:title "Hot Vocal Hooks".
+
+<file:///home/mshivk/Tracker/harmattan/tracker-tests-ci-1.0.0/testdata/Music//Alright_embedded_art.mp3> a nmm:MusicPiece,nfo:FileDataObject;
+	nie:title "Alright Feel Alright";
+	nfo:fileName "Alright_embedded_art.mp3";
+	nfo:fileLastModified "2009-02-13T16:23:21" ;
+	nfo:fileCreated "2009-02-13T16:23:21";
+	nfo:fileSize 3977200;
+	nmm:musicAlbum <urn:album:Hot Vocal Hooks>;
+	nmm:genre "Alternative-Rock";
+	nmm:length 2239336;
+	nmm:performer <urn:uuid:747032952>.
+
+<urn:album:TrkAlbum [019]> a nmm:MusicAlbum; 
+	nmm:albumArtist <urn:uuid:1991081358>;
+	nie:title "TrkAlbum [019]".
+
+<file:///home/mshivk/Tracker/harmattan/tracker-tests-ci-1.0.0/testdata/Music//track-01171.mp3> a nmm:MusicPiece,nfo:FileDataObject;
+	nie:title "TrkTitle [011]";
+	nfo:fileName "track-01171.mp3";
+	nfo:fileLastModified "2009-02-13T16:23:21" ;
+	nfo:fileCreated "2009-02-13T16:23:21";
+	nfo:fileSize 60523;
+	nmm:musicAlbum <urn:album:TrkAlbum [019]>;
+	nmm:genre "Oldies";
+	nmm:trackNumber 11;
+	nmm:length 4037450;
+	nmm:performer <urn:uuid:1991081358>.
+
+<urn:album:TrkAlbum [019]> a nmm:MusicAlbum; 
+	nmm:albumArtist <urn:uuid:1991081358>;
+	nie:title "TrkAlbum [019]".
+
+<file:///home/mshivk/Tracker/harmattan/tracker-tests-ci-1.0.0/testdata/Music//track-01174.mp3> a nmm:MusicPiece,nfo:FileDataObject;
+	nie:title "TrkTitle [014]";
+	nfo:fileName "track-01174.mp3";
+	nfo:fileLastModified "2009-02-13T16:23:21" ;
+	nfo:fileCreated "2009-02-13T16:23:21";
+	nfo:fileSize 60523;
+	nmm:musicAlbum <urn:album:TrkAlbum [019]>;
+	nmm:genre "R&B";
+	nmm:trackNumber 14;
+	nmm:length 370296;
+	nmm:performer <urn:uuid:1991081358>.
+
+<urn:album:TrkAlbum [019]> a nmm:MusicAlbum; 
+	nmm:albumArtist <urn:uuid:1991081358>;
+	nie:title "TrkAlbum [019]".
+
+<file:///home/mshivk/Tracker/harmattan/tracker-tests-ci-1.0.0/testdata/Music//track-01178.mp3> a nmm:MusicPiece,nfo:FileDataObject;
+	nie:title "TrkTitle [018]";
+	nfo:fileName "track-01178.mp3";
+	nfo:fileLastModified "2009-02-13T16:23:21" ;
+	nfo:fileCreated "2009-02-13T16:23:21";
+	nfo:fileSize 60523;
+	nmm:musicAlbum <urn:album:TrkAlbum [019]>;
+	nmm:genre "Techno";
+	nmm:trackNumber 18;
+	nmm:length 4407507;
+	nmm:performer <urn:uuid:1991081358>.
+
+<urn:album:TrkAlbum [016]> a nmm:MusicAlbum; 
+	nmm:albumArtist <urn:uuid:1991081358>;
+	nie:title "TrkAlbum [016]".
+
+<file:///home/mshivk/Tracker/harmattan/tracker-tests-ci-1.0.0/testdata/Music//track-01118.mp3> a nmm:MusicPiece,nfo:FileDataObject;
+	nie:title "TrkTitle [018]";
+	nfo:fileName "track-01118.mp3";
+	nfo:fileLastModified "2009-02-13T16:23:21" ;
+	nfo:fileCreated "2009-02-13T16:23:21";
+	nfo:fileSize 60523;
+	nmm:musicAlbum <urn:album:TrkAlbum [016]>;
+	nmm:genre "Techno";
+	nmm:trackNumber 18;
+	nmm:length 4285294;
+	nmm:performer <urn:uuid:1991081358>.
+
+<urn:album:TrkAlbum [016]> a nmm:MusicAlbum; 
+	nmm:albumArtist <urn:uuid:1991081358>;
+	nie:title "TrkAlbum [016]".
+
+<file:///home/mshivk/Tracker/harmattan/tracker-tests-ci-1.0.0/testdata/Music//track-01111.mp3> a nmm:MusicPiece,nfo:FileDataObject;
+	nie:title "TrkTitle [011]";
+	nfo:fileName "track-01111.mp3";
+	nfo:fileLastModified "2009-02-13T16:23:21" ;
+	nfo:fileCreated "2009-02-13T16:23:21";
+	nfo:fileSize 60523;
+	nmm:musicAlbum <urn:album:TrkAlbum [016]>;
+	nmm:genre "Oldies";
+	nmm:trackNumber 11;
+	nmm:length 2589077;
+	nmm:performer <urn:uuid:1991081358>.
+
+<urn:album:TrkAlbum [016]> a nmm:MusicAlbum; 
+	nmm:albumArtist <urn:uuid:1991081358>;
+	nie:title "TrkAlbum [016]".
+
+<file:///home/mshivk/Tracker/harmattan/tracker-tests-ci-1.0.0/testdata/Music//track-01116.mp3> a nmm:MusicPiece,nfo:FileDataObject;
+	nie:title "TrkTitle [016]";
+	nfo:fileName "track-01116.mp3";
+	nfo:fileLastModified "2009-02-13T16:23:21" ;
+	nfo:fileCreated "2009-02-13T16:23:21";
+	nfo:fileSize 60523;
+	nmm:musicAlbum <urn:album:TrkAlbum [016]>;
+	nmm:genre "Reggae";
+	nmm:trackNumber 16;
+	nmm:length 1483545;
+	nmm:performer <urn:uuid:1991081358>.
+
+<urn:album:TrkAlbum [019]> a nmm:MusicAlbum; 
+	nmm:albumArtist <urn:uuid:1991081358>;
+	nie:title "TrkAlbum [019]".
+
+<file:///home/mshivk/Tracker/harmattan/tracker-tests-ci-1.0.0/testdata/Music//track-01175.mp3> a nmm:MusicPiece,nfo:FileDataObject;
+	nie:title "TrkTitle [015]";
+	nfo:fileName "track-01175.mp3";
+	nfo:fileLastModified "2009-02-13T16:23:21" ;
+	nfo:fileCreated "2009-02-13T16:23:21";
+	nfo:fileSize 60523;
+	nmm:musicAlbum <urn:album:TrkAlbum [019]>;
+	nmm:genre "Rap";
+	nmm:trackNumber 15;
+	nmm:length 681462;
+	nmm:performer <urn:uuid:1991081358>.
+
+<urn:album:TrkAlbum [019]> a nmm:MusicAlbum; 
+	nmm:albumArtist <urn:uuid:1991081358>;
+	nie:title "TrkAlbum [019]".
+
+<file:///home/mshivk/Tracker/harmattan/tracker-tests-ci-1.0.0/testdata/Music//track-01173.mp3> a nmm:MusicPiece,nfo:FileDataObject;
+	nie:title "TrkTitle [013]";
+	nfo:fileName "track-01173.mp3";
+	nfo:fileLastModified "2009-02-13T16:23:21" ;
+	nfo:fileCreated "2009-02-13T16:23:21";
+	nfo:fileSize 60523;
+	nmm:musicAlbum <urn:album:TrkAlbum [019]>;
+	nmm:genre "Pop";
+	nmm:trackNumber 13;
+	nmm:length 3426992;
+	nmm:performer <urn:uuid:1991081358>.
+
+<urn:album:TrkAlbum [019]> a nmm:MusicAlbum; 
+	nmm:albumArtist <urn:uuid:1991081358>;
+	nie:title "TrkAlbum [019]".
+
+<file:///home/mshivk/Tracker/harmattan/tracker-tests-ci-1.0.0/testdata/Music//track-01177.mp3> a nmm:MusicPiece,nfo:FileDataObject;
+	nie:title "TrkTitle [017]";
+	nfo:fileName "track-01177.mp3";
+	nfo:fileLastModified "2009-02-13T16:23:21" ;
+	nfo:fileCreated "2009-02-13T16:23:21";
+	nfo:fileSize 60523;
+	nmm:musicAlbum <urn:album:TrkAlbum [019]>;
+	nmm:genre "Rock";
+	nmm:trackNumber 17;
+	nmm:length 3303396;
+	nmm:performer <urn:uuid:1991081358>.
+
+<urn:album:TrkAlbum [019]> a nmm:MusicAlbum; 
+	nmm:albumArtist <urn:uuid:1991081358>;
+	nie:title "TrkAlbum [019]".
+
+<file:///home/mshivk/Tracker/harmattan/tracker-tests-ci-1.0.0/testdata/Music//track-01176.mp3> a nmm:MusicPiece,nfo:FileDataObject;
+	nie:title "TrkTitle [016]";
+	nfo:fileName "track-01176.mp3";
+	nfo:fileLastModified "2009-02-13T16:23:21" ;
+	nfo:fileCreated "2009-02-13T16:23:21";
+	nfo:fileSize 60523;
+	nmm:musicAlbum <urn:album:TrkAlbum [019]>;
+	nmm:genre "Reggae";
+	nmm:trackNumber 16;
+	nmm:length 4916495;
+	nmm:performer <urn:uuid:1991081358>.
+
+<urn:album:TrkAlbum [016]> a nmm:MusicAlbum; 
+	nmm:albumArtist <urn:uuid:1991081358>;
+	nie:title "TrkAlbum [016]".
+
+<file:///home/mshivk/Tracker/harmattan/tracker-tests-ci-1.0.0/testdata/Music//track-01113.mp3> a nmm:MusicPiece,nfo:FileDataObject;
+	nie:title "TrkTitle [013]";
+	nfo:fileName "track-01113.mp3";
+	nfo:fileLastModified "2009-02-13T16:23:21" ;
+	nfo:fileCreated "2009-02-13T16:23:21";
+	nfo:fileSize 60523;
+	nmm:musicAlbum <urn:album:TrkAlbum [016]>;
+	nmm:genre "Pop";
+	nmm:trackNumber 13;
+	nmm:length 939440;
+	nmm:performer <urn:uuid:1991081358>.
+
+<urn:album:TrkAlbum [019]> a nmm:MusicAlbum; 
+	nmm:albumArtist <urn:uuid:1991081358>;
+	nie:title "TrkAlbum [019]".
+
+<file:///home/mshivk/Tracker/harmattan/tracker-tests-ci-1.0.0/testdata/Music//track-01170.mp3> a nmm:MusicPiece,nfo:FileDataObject;
+	nie:title "TrkTitle [010]";
+	nfo:fileName "track-01170.mp3";
+	nfo:fileLastModified "2009-02-13T16:23:21" ;
+	nfo:fileCreated "2009-02-13T16:23:21";
+	nfo:fileSize 60523;
+	nmm:musicAlbum <urn:album:TrkAlbum [019]>;
+	nmm:genre "New Age";
+	nmm:trackNumber 10;
+	nmm:length 2635588;
+	nmm:performer <urn:uuid:1991081358>.
+
+<urn:album:TrkAlbum [019]> a nmm:MusicAlbum; 
+	nmm:albumArtist <urn:uuid:1991081358>;
+	nie:title "TrkAlbum [019]".
+
+<file:///home/mshivk/Tracker/harmattan/tracker-tests-ci-1.0.0/testdata/Music//track-01179.mp3> a nmm:MusicPiece,nfo:FileDataObject;
+	nie:title "TrkTitle [019]";
+	nfo:fileName "track-01179.mp3";
+	nfo:fileLastModified "2009-02-13T16:23:21" ;
+	nfo:fileCreated "2009-02-13T16:23:21";
+	nfo:fileSize 60523;
+	nmm:musicAlbum <urn:album:TrkAlbum [019]>;
+	nmm:genre "Industrial";
+	nmm:trackNumber 19;
+	nmm:length 4429763;
+	nmm:performer <urn:uuid:1991081358>.
+
+<urn:album:TrkAlbum [016]> a nmm:MusicAlbum; 
+	nmm:albumArtist <urn:uuid:1991081358>;
+	nie:title "TrkAlbum [016]".
+
+<file:///home/mshivk/Tracker/harmattan/tracker-tests-ci-1.0.0/testdata/Music//track-01119.mp3> a nmm:MusicPiece,nfo:FileDataObject;
+	nie:title "TrkTitle [019]";
+	nfo:fileName "track-01119.mp3";
+	nfo:fileLastModified "2009-02-13T16:23:21" ;
+	nfo:fileCreated "2009-02-13T16:23:21";
+	nfo:fileSize 60523;
+	nmm:musicAlbum <urn:album:TrkAlbum [016]>;
+	nmm:genre "Industrial";
+	nmm:trackNumber 19;
+	nmm:length 1353801;
+	nmm:performer <urn:uuid:1991081358>.
+
+<urn:album:TrkAlbum [016]> a nmm:MusicAlbum; 
+	nmm:albumArtist <urn:uuid:1991081358>;
+	nie:title "TrkAlbum [016]".
+
+<file:///home/mshivk/Tracker/harmattan/tracker-tests-ci-1.0.0/testdata/Music//track-01115.mp3> a nmm:MusicPiece,nfo:FileDataObject;
+	nie:title "TrkTitle [015]";
+	nfo:fileName "track-01115.mp3";
+	nfo:fileLastModified "2009-02-13T16:23:21" ;
+	nfo:fileCreated "2009-02-13T16:23:21";
+	nfo:fileSize 60523;
+	nmm:musicAlbum <urn:album:TrkAlbum [016]>;
+	nmm:genre "Rap";
+	nmm:trackNumber 15;
+	nmm:length 463567;
+	nmm:performer <urn:uuid:1991081358>.
+
+<urn:album:TrkAlbum [019]> a nmm:MusicAlbum; 
+	nmm:albumArtist <urn:uuid:1991081358>;
+	nie:title "TrkAlbum [019]".
+
+<file:///home/mshivk/Tracker/harmattan/tracker-tests-ci-1.0.0/testdata/Music//track-01172.mp3> a nmm:MusicPiece,nfo:FileDataObject;
+	nie:title "TrkTitle [012]";
+	nfo:fileName "track-01172.mp3";
+	nfo:fileLastModified "2009-02-13T16:23:21" ;
+	nfo:fileCreated "2009-02-13T16:23:21";
+	nfo:fileSize 60523;
+	nmm:musicAlbum <urn:album:TrkAlbum [019]>;
+	nmm:genre "Other";
+	nmm:trackNumber 12;
+	nmm:length 2918054;
+	nmm:performer <urn:uuid:1991081358>.
+
+<urn:album:TrkAlbum [016]> a nmm:MusicAlbum; 
+	nmm:albumArtist <urn:uuid:1991081358>;
+	nie:title "TrkAlbum [016]".
+
+<file:///home/mshivk/Tracker/harmattan/tracker-tests-ci-1.0.0/testdata/Music//track-01110.mp3> a nmm:MusicPiece,nfo:FileDataObject;
+	nie:title "TrkTitle [010]";
+	nfo:fileName "track-01110.mp3";
+	nfo:fileLastModified "2009-02-13T16:23:21" ;
+	nfo:fileCreated "2009-02-13T16:23:21";
+	nfo:fileSize 60523;
+	nmm:musicAlbum <urn:album:TrkAlbum [016]>;
+	nmm:genre "New Age";
+	nmm:trackNumber 10;
+	nmm:length 1116317;
+	nmm:performer <urn:uuid:1991081358>.
+
diff --git a/tests/functional-tests/testdata/ttl/webhistory.ttl b/tests/functional-tests/testdata/ttl/webhistory.ttl
new file mode 100644
index 0000000..6c71889
--- /dev/null
+++ b/tests/functional-tests/testdata/ttl/webhistory.ttl
@@ -0,0 +1,6011 @@
+ prefix rdf: <http://www.w3.org/2000/01/rdf-schema#>.
+ prefix nrl: <http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#>.
+ prefix nid3: <http://www.semanticdesktop.org/ontologies/2007/05/10/nid3#>.
+ prefix nao: <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#>.
+ prefix nco: <http://www.semanticdesktop.org/ontologies/2007/03/22/nco#>.
+ prefix nmo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#>.
+ prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#>.
+ prefix nie: <http://www.semanticdesktop.org/ontologies/2007/01/19/nie#>.
+ prefix ncal: <http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#>.
+ prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
+
+<urn:uuid:1673217308> a nfo:WebHistory;
+	nie:title "www.youtube.com 0";
+	nie:contentCreated "2008-05-14T14:55:32";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/95860";.
+
+<urn:uuid:237401362> a nfo:WebHistory;
+	nie:title "www.maemo.com 1";
+	nie:contentCreated "2008-07-21T15:02:44";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/11654";.
+
+<urn:uuid:2049864122> a nfo:WebHistory;
+	nie:title "python.org 2";
+	nie:contentCreated "2008-02-17T15:03:48";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/66332";.
+
+<urn:uuid:418128301> a nfo:WebHistory;
+	nie:title "www.google.com 3";
+	nie:contentCreated "2008-11-19T14:55:11";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/24796";.
+
+<urn:uuid:1631541128> a nfo:WebHistory;
+	nie:title "www.youtube.com 4";
+	nie:contentCreated "2008-03-19T15:08:02";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/18075";.
+
+<urn:uuid:808305349> a nfo:WebHistory;
+	nie:title "www.google.com 5";
+	nie:contentCreated "2008-03-22T14:54:46";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/14636";.
+
+<urn:uuid:1582246710> a nfo:WebHistory;
+	nie:title "slashdot.org 6";
+	nie:contentCreated "2008-09-07T15:29:05";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/31809";.
+
+<urn:uuid:123579352> a nfo:WebHistory;
+	nie:title "www.youtube.com 7";
+	nie:contentCreated "2008-06-13T15:01:56";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/39030";.
+
+<urn:uuid:1126101541> a nfo:WebHistory;
+	nie:title "www.youtube.com 8";
+	nie:contentCreated "2008-04-13T15:39:15";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/54980";.
+
+<urn:uuid:2110918954> a nfo:WebHistory;
+	nie:title "slashdot.org 9";
+	nie:contentCreated "2009-01-17T15:16:03";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/50360";.
+
+<urn:uuid:1950662414> a nfo:WebHistory;
+	nie:title "www.nokia.com 10";
+	nie:contentCreated "2008-07-30T15:13:39";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/56060";.
+
+<urn:uuid:764124575> a nfo:WebHistory;
+	nie:title "www.piratebay.org 11";
+	nie:contentCreated "2008-08-17T15:34:35";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/81740";.
+
+<urn:uuid:21432244> a nfo:WebHistory;
+	nie:title "www.piratebay.org 12";
+	nie:contentCreated "2009-01-27T15:44:57";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/83442";.
+
+<urn:uuid:1410029370> a nfo:WebHistory;
+	nie:title "python.org 13";
+	nie:contentCreated "2008-02-23T15:35:30";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/58051";.
+
+<urn:uuid:1304657860> a nfo:WebHistory;
+	nie:title "slashdot.org 14";
+	nie:contentCreated "2008-08-23T15:10:13";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/40263";.
+
+<urn:uuid:1929241777> a nfo:WebHistory;
+	nie:title "www.nokia.com 15";
+	nie:contentCreated "2008-07-31T15:06:34";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/68936";.
+
+<urn:uuid:876394665> a nfo:WebHistory;
+	nie:title "www.nokia.com 16";
+	nie:contentCreated "2008-02-23T15:48:17";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/66194";.
+
+<urn:uuid:2144501213> a nfo:WebHistory;
+	nie:title "www.youtube.com 17";
+	nie:contentCreated "2008-07-26T15:32:29";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/24996";.
+
+<urn:uuid:1461915482> a nfo:WebHistory;
+	nie:title "www.google.com 18";
+	nie:contentCreated "2008-09-15T15:27:09";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/31298";.
+
+<urn:uuid:421868982> a nfo:WebHistory;
+	nie:title "slashdot.org 19";
+	nie:contentCreated "2008-05-09T15:11:36";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/48425";.
+
+<urn:uuid:402737305> a nfo:WebHistory;
+	nie:title "python.org 20";
+	nie:contentCreated "2008-03-19T15:13:43";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/53586";.
+
+<urn:uuid:1315710629> a nfo:WebHistory;
+	nie:title "www.maemo.com 21";
+	nie:contentCreated "2008-10-28T15:13:08";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/43639";.
+
+<urn:uuid:429335586> a nfo:WebHistory;
+	nie:title "python.org 22";
+	nie:contentCreated "2009-01-25T15:30:17";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/73894";.
+
+<urn:uuid:1967076714> a nfo:WebHistory;
+	nie:title "www.nokia.com 23";
+	nie:contentCreated "2008-10-23T15:24:26";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/23269";.
+
+<urn:uuid:661753787> a nfo:WebHistory;
+	nie:title "www.nokia.com 24";
+	nie:contentCreated "2008-08-30T15:44:15";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/60465";.
+
+<urn:uuid:1638654846> a nfo:WebHistory;
+	nie:title "www.maemo.com 25";
+	nie:contentCreated "2009-01-21T15:31:50";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/39705";.
+
+<urn:uuid:2018861279> a nfo:WebHistory;
+	nie:title "www.youtube.com 26";
+	nie:contentCreated "2008-02-20T14:49:07";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/51923";.
+
+<urn:uuid:1135053238> a nfo:WebHistory;
+	nie:title "slashdot.org 27";
+	nie:contentCreated "2008-12-14T15:03:58";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/79919";.
+
+<urn:uuid:1822850298> a nfo:WebHistory;
+	nie:title "python.org 28";
+	nie:contentCreated "2008-08-09T14:55:53";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/53185";.
+
+<urn:uuid:772289680> a nfo:WebHistory;
+	nie:title "python.org 29";
+	nie:contentCreated "2008-06-14T15:16:20";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/40443";.
+
+<urn:uuid:1794430991> a nfo:WebHistory;
+	nie:title "www.youtube.com 30";
+	nie:contentCreated "2008-12-16T15:26:44";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/2593";.
+
+<urn:uuid:272739521> a nfo:WebHistory;
+	nie:title "www.google.com 31";
+	nie:contentCreated "2008-02-13T15:03:17";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/20203";.
+
+<urn:uuid:298498741> a nfo:WebHistory;
+	nie:title "www.nokia.com 32";
+	nie:contentCreated "2008-08-31T15:18:10";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/22379";.
+
+<urn:uuid:801956756> a nfo:WebHistory;
+	nie:title "python.org 33";
+	nie:contentCreated "2008-09-04T15:34:41";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/98859";.
+
+<urn:uuid:1972324762> a nfo:WebHistory;
+	nie:title "python.org 34";
+	nie:contentCreated "2009-02-06T15:36:36";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/86129";.
+
+<urn:uuid:1900415694> a nfo:WebHistory;
+	nie:title "www.nokia.com 35";
+	nie:contentCreated "2008-05-25T15:03:52";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/90359";.
+
+<urn:uuid:105377385> a nfo:WebHistory;
+	nie:title "www.nokia.com 36";
+	nie:contentCreated "2008-04-12T15:14:04";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/96951";.
+
+<urn:uuid:308421729> a nfo:WebHistory;
+	nie:title "slashdot.org 37";
+	nie:contentCreated "2008-10-26T15:13:33";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/61409";.
+
+<urn:uuid:1180430625> a nfo:WebHistory;
+	nie:title "python.org 38";
+	nie:contentCreated "2008-11-07T15:23:03";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/848";.
+
+<urn:uuid:289523298> a nfo:WebHistory;
+	nie:title "python.org 39";
+	nie:contentCreated "2008-10-07T15:12:17";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/91020";.
+
+<urn:uuid:272115293> a nfo:WebHistory;
+	nie:title "www.nokia.com 40";
+	nie:contentCreated "2008-06-03T14:50:44";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/19495";.
+
+<urn:uuid:1209846217> a nfo:WebHistory;
+	nie:title "www.youtube.com 41";
+	nie:contentCreated "2008-04-26T15:05:09";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/48385";.
+
+<urn:uuid:1358561510> a nfo:WebHistory;
+	nie:title "www.youtube.com 42";
+	nie:contentCreated "2008-12-15T15:26:04";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/7685";.
+
+<urn:uuid:47098873> a nfo:WebHistory;
+	nie:title "www.youtube.com 43";
+	nie:contentCreated "2009-02-23T15:24:55";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/51805";.
+
+<urn:uuid:1268607357> a nfo:WebHistory;
+	nie:title "www.youtube.com 44";
+	nie:contentCreated "2008-11-22T15:21:49";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/92502";.
+
+<urn:uuid:657940169> a nfo:WebHistory;
+	nie:title "www.nokia.com 45";
+	nie:contentCreated "2009-02-14T15:28:08";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/80692";.
+
+<urn:uuid:1032422899> a nfo:WebHistory;
+	nie:title "www.nokia.com 46";
+	nie:contentCreated "2008-02-21T15:16:22";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/51464";.
+
+<urn:uuid:187161854> a nfo:WebHistory;
+	nie:title "slashdot.org 47";
+	nie:contentCreated "2008-10-03T15:11:32";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/58791";.
+
+<urn:uuid:415720526> a nfo:WebHistory;
+	nie:title "www.youtube.com 48";
+	nie:contentCreated "2008-09-07T15:38:41";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/71725";.
+
+<urn:uuid:1212940895> a nfo:WebHistory;
+	nie:title "python.org 49";
+	nie:contentCreated "2008-08-02T15:16:59";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/83662";.
+
+<urn:uuid:1577574069> a nfo:WebHistory;
+	nie:title "www.piratebay.org 50";
+	nie:contentCreated "2009-02-01T15:01:30";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/92042";.
+
+<urn:uuid:1583427881> a nfo:WebHistory;
+	nie:title "slashdot.org 51";
+	nie:contentCreated "2009-03-01T15:09:12";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/9571";.
+
+<urn:uuid:832494350> a nfo:WebHistory;
+	nie:title "python.org 52";
+	nie:contentCreated "2008-12-14T15:18:12";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/54054";.
+
+<urn:uuid:1678541039> a nfo:WebHistory;
+	nie:title "python.org 53";
+	nie:contentCreated "2008-07-04T15:45:20";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/49797";.
+
+<urn:uuid:1270324746> a nfo:WebHistory;
+	nie:title "www.maemo.com 54";
+	nie:contentCreated "2009-01-13T15:34:33";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/75006";.
+
+<urn:uuid:325993776> a nfo:WebHistory;
+	nie:title "www.maemo.com 55";
+	nie:contentCreated "2008-07-01T15:45:04";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/97001";.
+
+<urn:uuid:1702334533> a nfo:WebHistory;
+	nie:title "www.piratebay.org 56";
+	nie:contentCreated "2008-02-27T15:27:44";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/38608";.
+
+<urn:uuid:428547343> a nfo:WebHistory;
+	nie:title "www.google.com 57";
+	nie:contentCreated "2009-02-22T15:46:16";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/31068";.
+
+<urn:uuid:184605495> a nfo:WebHistory;
+	nie:title "slashdot.org 58";
+	nie:contentCreated "2008-05-01T15:20:53";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/98453";.
+
+<urn:uuid:762294440> a nfo:WebHistory;
+	nie:title "www.piratebay.org 59";
+	nie:contentCreated "2008-05-30T15:30:40";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/93852";.
+
+<urn:uuid:1519665828> a nfo:WebHistory;
+	nie:title "www.piratebay.org 60";
+	nie:contentCreated "2008-08-09T15:05:54";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/7112";.
+
+<urn:uuid:741349198> a nfo:WebHistory;
+	nie:title "www.maemo.com 61";
+	nie:contentCreated "2008-06-20T15:36:13";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/69677";.
+
+<urn:uuid:141922318> a nfo:WebHistory;
+	nie:title "www.youtube.com 62";
+	nie:contentCreated "2008-10-23T15:26:09";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/30116";.
+
+<urn:uuid:2027129007> a nfo:WebHistory;
+	nie:title "www.piratebay.org 63";
+	nie:contentCreated "2008-12-16T15:29:02";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/1892";.
+
+<urn:uuid:507618550> a nfo:WebHistory;
+	nie:title "www.nokia.com 64";
+	nie:contentCreated "2008-06-23T15:02:45";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/59999";.
+
+<urn:uuid:2099307884> a nfo:WebHistory;
+	nie:title "www.google.com 65";
+	nie:contentCreated "2008-07-17T15:45:24";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/29021";.
+
+<urn:uuid:1026995856> a nfo:WebHistory;
+	nie:title "python.org 66";
+	nie:contentCreated "2009-01-21T15:45:51";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/96185";.
+
+<urn:uuid:324750108> a nfo:WebHistory;
+	nie:title "www.piratebay.org 67";
+	nie:contentCreated "2008-07-31T15:36:25";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/73262";.
+
+<urn:uuid:2082810980> a nfo:WebHistory;
+	nie:title "www.youtube.com 68";
+	nie:contentCreated "2008-07-05T15:22:06";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/83663";.
+
+<urn:uuid:1797337288> a nfo:WebHistory;
+	nie:title "python.org 69";
+	nie:contentCreated "2009-02-03T15:13:44";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/2810";.
+
+<urn:uuid:233896116> a nfo:WebHistory;
+	nie:title "www.piratebay.org 70";
+	nie:contentCreated "2009-01-24T15:35:38";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/59950";.
+
+<urn:uuid:933359853> a nfo:WebHistory;
+	nie:title "python.org 71";
+	nie:contentCreated "2008-03-28T15:13:33";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/27566";.
+
+<urn:uuid:1145144569> a nfo:WebHistory;
+	nie:title "www.google.com 72";
+	nie:contentCreated "2008-10-05T15:45:21";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/11238";.
+
+<urn:uuid:2039485153> a nfo:WebHistory;
+	nie:title "www.nokia.com 73";
+	nie:contentCreated "2009-02-19T15:12:53";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/59701";.
+
+<urn:uuid:866363801> a nfo:WebHistory;
+	nie:title "www.piratebay.org 74";
+	nie:contentCreated "2008-07-08T15:26:35";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/83577";.
+
+<urn:uuid:2091600552> a nfo:WebHistory;
+	nie:title "www.piratebay.org 75";
+	nie:contentCreated "2008-04-28T15:03:20";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/93884";.
+
+<urn:uuid:1789138184> a nfo:WebHistory;
+	nie:title "www.nokia.com 76";
+	nie:contentCreated "2009-01-14T15:20:25";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/36511";.
+
+<urn:uuid:472759778> a nfo:WebHistory;
+	nie:title "www.nokia.com 77";
+	nie:contentCreated "2008-11-13T15:11:41";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/30612";.
+
+<urn:uuid:25982473> a nfo:WebHistory;
+	nie:title "www.google.com 78";
+	nie:contentCreated "2009-02-10T15:37:51";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/60843";.
+
+<urn:uuid:1337805498> a nfo:WebHistory;
+	nie:title "www.maemo.com 79";
+	nie:contentCreated "2008-04-03T14:52:44";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/9733";.
+
+<urn:uuid:242331615> a nfo:WebHistory;
+	nie:title "www.maemo.com 80";
+	nie:contentCreated "2009-03-01T14:50:19";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/66244";.
+
+<urn:uuid:1490806083> a nfo:WebHistory;
+	nie:title "www.maemo.com 81";
+	nie:contentCreated "2008-08-06T15:29:39";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/75389";.
+
+<urn:uuid:1263364634> a nfo:WebHistory;
+	nie:title "slashdot.org 82";
+	nie:contentCreated "2008-08-10T15:44:14";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/25138";.
+
+<urn:uuid:9541322> a nfo:WebHistory;
+	nie:title "python.org 83";
+	nie:contentCreated "2008-05-08T15:25:25";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/98543";.
+
+<urn:uuid:1291246228> a nfo:WebHistory;
+	nie:title "www.nokia.com 84";
+	nie:contentCreated "2008-10-24T15:36:17";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/78548";.
+
+<urn:uuid:1718985969> a nfo:WebHistory;
+	nie:title "www.piratebay.org 85";
+	nie:contentCreated "2008-08-07T15:37:09";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/26850";.
+
+<urn:uuid:285334218> a nfo:WebHistory;
+	nie:title "www.google.com 86";
+	nie:contentCreated "2008-07-27T14:48:39";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/71173";.
+
+<urn:uuid:1671101259> a nfo:WebHistory;
+	nie:title "python.org 87";
+	nie:contentCreated "2008-06-12T15:20:46";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/18042";.
+
+<urn:uuid:958978297> a nfo:WebHistory;
+	nie:title "www.maemo.com 88";
+	nie:contentCreated "2008-11-10T15:14:36";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/51279";.
+
+<urn:uuid:576862623> a nfo:WebHistory;
+	nie:title "www.piratebay.org 89";
+	nie:contentCreated "2009-01-13T15:35:56";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/16768";.
+
+<urn:uuid:2025302061> a nfo:WebHistory;
+	nie:title "www.google.com 90";
+	nie:contentCreated "2009-01-30T14:48:52";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/72078";.
+
+<urn:uuid:489318031> a nfo:WebHistory;
+	nie:title "www.youtube.com 91";
+	nie:contentCreated "2009-01-15T15:20:08";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/23749";.
+
+<urn:uuid:1701635306> a nfo:WebHistory;
+	nie:title "www.google.com 92";
+	nie:contentCreated "2008-11-21T15:40:11";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/58434";.
+
+<urn:uuid:1038387770> a nfo:WebHistory;
+	nie:title "www.google.com 93";
+	nie:contentCreated "2009-01-06T15:11:18";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/45377";.
+
+<urn:uuid:2117760839> a nfo:WebHistory;
+	nie:title "www.youtube.com 94";
+	nie:contentCreated "2008-03-30T15:34:48";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/30809";.
+
+<urn:uuid:545949533> a nfo:WebHistory;
+	nie:title "www.youtube.com 95";
+	nie:contentCreated "2008-02-25T15:16:05";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/60016";.
+
+<urn:uuid:872746508> a nfo:WebHistory;
+	nie:title "python.org 96";
+	nie:contentCreated "2009-01-27T15:30:56";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/25938";.
+
+<urn:uuid:1878471556> a nfo:WebHistory;
+	nie:title "slashdot.org 97";
+	nie:contentCreated "2008-06-01T15:03:07";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/7639";.
+
+<urn:uuid:1680457460> a nfo:WebHistory;
+	nie:title "www.nokia.com 98";
+	nie:contentCreated "2008-09-06T14:55:41";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/97194";.
+
+<urn:uuid:619271314> a nfo:WebHistory;
+	nie:title "www.google.com 99";
+	nie:contentCreated "2008-02-22T14:50:05";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/63876";.
+
+<urn:uuid:1779073866> a nfo:WebHistory;
+	nie:title "python.org 100";
+	nie:contentCreated "2008-05-06T15:08:53";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/8254";.
+
+<urn:uuid:1586999350> a nfo:WebHistory;
+	nie:title "www.youtube.com 101";
+	nie:contentCreated "2008-07-21T15:29:41";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/70616";.
+
+<urn:uuid:738335678> a nfo:WebHistory;
+	nie:title "www.google.com 102";
+	nie:contentCreated "2008-12-29T15:38:06";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/46777";.
+
+<urn:uuid:1065895880> a nfo:WebHistory;
+	nie:title "python.org 103";
+	nie:contentCreated "2008-03-04T15:18:11";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/90781";.
+
+<urn:uuid:2126218013> a nfo:WebHistory;
+	nie:title "www.youtube.com 104";
+	nie:contentCreated "2008-04-06T15:12:08";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/46654";.
+
+<urn:uuid:2000176649> a nfo:WebHistory;
+	nie:title "www.nokia.com 105";
+	nie:contentCreated "2009-01-19T15:33:31";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/82235";.
+
+<urn:uuid:1155062281> a nfo:WebHistory;
+	nie:title "www.google.com 106";
+	nie:contentCreated "2008-05-24T15:32:43";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/18756";.
+
+<urn:uuid:1748633122> a nfo:WebHistory;
+	nie:title "www.piratebay.org 107";
+	nie:contentCreated "2008-10-03T15:01:49";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/6865";.
+
+<urn:uuid:1687923982> a nfo:WebHistory;
+	nie:title "www.piratebay.org 108";
+	nie:contentCreated "2008-11-14T15:03:52";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/69894";.
+
+<urn:uuid:294064461> a nfo:WebHistory;
+	nie:title "slashdot.org 109";
+	nie:contentCreated "2008-04-22T14:55:35";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/81301";.
+
+<urn:uuid:942957536> a nfo:WebHistory;
+	nie:title "python.org 110";
+	nie:contentCreated "2008-04-13T15:03:50";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/29949";.
+
+<urn:uuid:529847417> a nfo:WebHistory;
+	nie:title "www.piratebay.org 111";
+	nie:contentCreated "2008-02-05T14:51:57";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/6136";.
+
+<urn:uuid:1029173946> a nfo:WebHistory;
+	nie:title "python.org 112";
+	nie:contentCreated "2008-03-24T15:13:33";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/10427";.
+
+<urn:uuid:1487191797> a nfo:WebHistory;
+	nie:title "www.piratebay.org 113";
+	nie:contentCreated "2008-09-10T15:05:59";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/59436";.
+
+<urn:uuid:1270486453> a nfo:WebHistory;
+	nie:title "www.google.com 114";
+	nie:contentCreated "2009-02-06T15:11:07";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/92352";.
+
+<urn:uuid:1632141916> a nfo:WebHistory;
+	nie:title "www.nokia.com 115";
+	nie:contentCreated "2008-02-17T14:52:27";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/51894";.
+
+<urn:uuid:471297319> a nfo:WebHistory;
+	nie:title "slashdot.org 116";
+	nie:contentCreated "2009-01-08T15:10:39";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/26930";.
+
+<urn:uuid:2002335791> a nfo:WebHistory;
+	nie:title "www.maemo.com 117";
+	nie:contentCreated "2008-12-31T15:44:33";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/55290";.
+
+<urn:uuid:189632160> a nfo:WebHistory;
+	nie:title "www.google.com 118";
+	nie:contentCreated "2009-02-05T15:43:36";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/52167";.
+
+<urn:uuid:494083760> a nfo:WebHistory;
+	nie:title "www.youtube.com 119";
+	nie:contentCreated "2008-07-13T14:51:02";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/33107";.
+
+<urn:uuid:1387511601> a nfo:WebHistory;
+	nie:title "www.maemo.com 120";
+	nie:contentCreated "2008-04-23T15:10:30";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/90548";.
+
+<urn:uuid:687970553> a nfo:WebHistory;
+	nie:title "www.google.com 121";
+	nie:contentCreated "2008-06-16T15:47:29";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/60367";.
+
+<urn:uuid:895461946> a nfo:WebHistory;
+	nie:title "slashdot.org 122";
+	nie:contentCreated "2008-05-07T15:01:50";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/51129";.
+
+<urn:uuid:1832696109> a nfo:WebHistory;
+	nie:title "www.nokia.com 123";
+	nie:contentCreated "2008-07-06T14:49:14";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/61295";.
+
+<urn:uuid:709051020> a nfo:WebHistory;
+	nie:title "slashdot.org 124";
+	nie:contentCreated "2008-02-05T15:38:02";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/3575";.
+
+<urn:uuid:1407479046> a nfo:WebHistory;
+	nie:title "python.org 125";
+	nie:contentCreated "2008-10-10T15:13:11";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/50504";.
+
+<urn:uuid:1996567415> a nfo:WebHistory;
+	nie:title "slashdot.org 126";
+	nie:contentCreated "2009-01-20T15:05:18";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/9043";.
+
+<urn:uuid:1637183898> a nfo:WebHistory;
+	nie:title "python.org 127";
+	nie:contentCreated "2008-07-20T15:42:02";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/72596";.
+
+<urn:uuid:1256499446> a nfo:WebHistory;
+	nie:title "python.org 128";
+	nie:contentCreated "2008-08-29T14:54:31";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/18853";.
+
+<urn:uuid:1038082555> a nfo:WebHistory;
+	nie:title "www.google.com 129";
+	nie:contentCreated "2008-11-29T15:04:19";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/68574";.
+
+<urn:uuid:1477023405> a nfo:WebHistory;
+	nie:title "www.google.com 130";
+	nie:contentCreated "2008-08-19T15:14:37";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/32702";.
+
+<urn:uuid:415651021> a nfo:WebHistory;
+	nie:title "www.maemo.com 131";
+	nie:contentCreated "2009-02-18T15:25:43";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/16933";.
+
+<urn:uuid:1881241653> a nfo:WebHistory;
+	nie:title "slashdot.org 132";
+	nie:contentCreated "2008-11-29T15:08:25";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/70045";.
+
+<urn:uuid:866433637> a nfo:WebHistory;
+	nie:title "python.org 133";
+	nie:contentCreated "2009-01-21T15:00:28";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/49178";.
+
+<urn:uuid:242499212> a nfo:WebHistory;
+	nie:title "python.org 134";
+	nie:contentCreated "2008-11-20T15:43:46";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/16007";.
+
+<urn:uuid:1724177271> a nfo:WebHistory;
+	nie:title "www.google.com 135";
+	nie:contentCreated "2008-10-30T15:45:58";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/6610";.
+
+<urn:uuid:842663461> a nfo:WebHistory;
+	nie:title "www.piratebay.org 136";
+	nie:contentCreated "2008-05-05T14:53:16";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/51834";.
+
+<urn:uuid:1506504390> a nfo:WebHistory;
+	nie:title "www.google.com 137";
+	nie:contentCreated "2008-11-12T14:56:06";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/26307";.
+
+<urn:uuid:1151409374> a nfo:WebHistory;
+	nie:title "www.youtube.com 138";
+	nie:contentCreated "2008-02-04T15:25:57";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/72828";.
+
+<urn:uuid:1063687998> a nfo:WebHistory;
+	nie:title "www.google.com 139";
+	nie:contentCreated "2008-12-24T15:46:10";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/42606";.
+
+<urn:uuid:137491985> a nfo:WebHistory;
+	nie:title "www.nokia.com 140";
+	nie:contentCreated "2008-12-03T15:25:01";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/82002";.
+
+<urn:uuid:1308106497> a nfo:WebHistory;
+	nie:title "www.nokia.com 141";
+	nie:contentCreated "2008-07-08T15:21:36";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/19902";.
+
+<urn:uuid:1411715743> a nfo:WebHistory;
+	nie:title "python.org 142";
+	nie:contentCreated "2008-08-13T15:45:14";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/75444";.
+
+<urn:uuid:1725640447> a nfo:WebHistory;
+	nie:title "www.nokia.com 143";
+	nie:contentCreated "2008-09-15T14:50:13";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/27327";.
+
+<urn:uuid:1780069508> a nfo:WebHistory;
+	nie:title "www.nokia.com 144";
+	nie:contentCreated "2008-06-22T15:32:56";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/8761";.
+
+<urn:uuid:1813387283> a nfo:WebHistory;
+	nie:title "www.piratebay.org 145";
+	nie:contentCreated "2008-10-28T15:03:20";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/3714";.
+
+<urn:uuid:800294481> a nfo:WebHistory;
+	nie:title "www.nokia.com 146";
+	nie:contentCreated "2008-07-20T15:09:42";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/62468";.
+
+<urn:uuid:1806141618> a nfo:WebHistory;
+	nie:title "slashdot.org 147";
+	nie:contentCreated "2008-05-29T15:37:27";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/20697";.
+
+<urn:uuid:1570622051> a nfo:WebHistory;
+	nie:title "slashdot.org 148";
+	nie:contentCreated "2008-05-23T15:22:49";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/70998";.
+
+<urn:uuid:1486166444> a nfo:WebHistory;
+	nie:title "www.nokia.com 149";
+	nie:contentCreated "2008-04-20T15:10:48";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/76642";.
+
+<urn:uuid:308572539> a nfo:WebHistory;
+	nie:title "slashdot.org 150";
+	nie:contentCreated "2008-06-19T15:19:39";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/65132";.
+
+<urn:uuid:997933892> a nfo:WebHistory;
+	nie:title "www.maemo.com 151";
+	nie:contentCreated "2008-08-29T15:30:52";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/10776";.
+
+<urn:uuid:1522516309> a nfo:WebHistory;
+	nie:title "www.piratebay.org 152";
+	nie:contentCreated "2008-04-29T15:44:33";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/90924";.
+
+<urn:uuid:1742391592> a nfo:WebHistory;
+	nie:title "python.org 153";
+	nie:contentCreated "2009-01-29T15:24:09";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/83610";.
+
+<urn:uuid:1892785920> a nfo:WebHistory;
+	nie:title "www.youtube.com 154";
+	nie:contentCreated "2008-11-28T15:00:28";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/49669";.
+
+<urn:uuid:1174749739> a nfo:WebHistory;
+	nie:title "www.piratebay.org 155";
+	nie:contentCreated "2008-06-14T15:12:47";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/35964";.
+
+<urn:uuid:92867356> a nfo:WebHistory;
+	nie:title "www.youtube.com 156";
+	nie:contentCreated "2008-08-19T15:45:35";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/66362";.
+
+<urn:uuid:1775389692> a nfo:WebHistory;
+	nie:title "www.maemo.com 157";
+	nie:contentCreated "2008-02-12T15:37:17";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/90899";.
+
+<urn:uuid:553443581> a nfo:WebHistory;
+	nie:title "www.maemo.com 158";
+	nie:contentCreated "2008-01-29T15:44:13";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/59544";.
+
+<urn:uuid:465108428> a nfo:WebHistory;
+	nie:title "www.nokia.com 159";
+	nie:contentCreated "2008-06-17T15:26:11";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/6632";.
+
+<urn:uuid:1412624902> a nfo:WebHistory;
+	nie:title "www.piratebay.org 160";
+	nie:contentCreated "2008-09-16T15:06:51";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/25708";.
+
+<urn:uuid:46162342> a nfo:WebHistory;
+	nie:title "www.youtube.com 161";
+	nie:contentCreated "2008-01-30T15:04:34";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/13920";.
+
+<urn:uuid:1490896714> a nfo:WebHistory;
+	nie:title "slashdot.org 162";
+	nie:contentCreated "2008-12-26T14:50:29";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/29358";.
+
+<urn:uuid:898821277> a nfo:WebHistory;
+	nie:title "www.youtube.com 163";
+	nie:contentCreated "2008-02-27T15:12:57";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/52476";.
+
+<urn:uuid:1579621813> a nfo:WebHistory;
+	nie:title "www.piratebay.org 164";
+	nie:contentCreated "2009-01-15T14:58:50";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/16606";.
+
+<urn:uuid:575061240> a nfo:WebHistory;
+	nie:title "www.nokia.com 165";
+	nie:contentCreated "2008-06-18T15:07:15";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/49273";.
+
+<urn:uuid:370075135> a nfo:WebHistory;
+	nie:title "slashdot.org 166";
+	nie:contentCreated "2008-08-27T15:36:32";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/2158";.
+
+<urn:uuid:454653386> a nfo:WebHistory;
+	nie:title "www.nokia.com 167";
+	nie:contentCreated "2008-06-19T15:26:17";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/99555";.
+
+<urn:uuid:1969914045> a nfo:WebHistory;
+	nie:title "www.nokia.com 168";
+	nie:contentCreated "2008-11-25T14:52:07";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/76899";.
+
+<urn:uuid:2003049250> a nfo:WebHistory;
+	nie:title "www.youtube.com 169";
+	nie:contentCreated "2008-12-15T14:49:01";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/31311";.
+
+<urn:uuid:1763880116> a nfo:WebHistory;
+	nie:title "www.maemo.com 170";
+	nie:contentCreated "2009-02-27T15:42:57";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/38049";.
+
+<urn:uuid:391112794> a nfo:WebHistory;
+	nie:title "www.youtube.com 171";
+	nie:contentCreated "2008-04-16T15:47:27";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/62435";.
+
+<urn:uuid:1197719779> a nfo:WebHistory;
+	nie:title "www.maemo.com 172";
+	nie:contentCreated "2008-12-25T14:48:56";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/79862";.
+
+<urn:uuid:624319788> a nfo:WebHistory;
+	nie:title "www.nokia.com 173";
+	nie:contentCreated "2008-08-25T15:06:45";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/59670";.
+
+<urn:uuid:1448264868> a nfo:WebHistory;
+	nie:title "www.google.com 174";
+	nie:contentCreated "2008-04-26T14:58:46";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/84959";.
+
+<urn:uuid:1038631099> a nfo:WebHistory;
+	nie:title "slashdot.org 175";
+	nie:contentCreated "2008-02-06T15:29:58";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/67265";.
+
+<urn:uuid:1173658321> a nfo:WebHistory;
+	nie:title "www.nokia.com 176";
+	nie:contentCreated "2009-01-13T14:54:04";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/37573";.
+
+<urn:uuid:101486246> a nfo:WebHistory;
+	nie:title "slashdot.org 177";
+	nie:contentCreated "2009-01-15T15:41:01";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/12415";.
+
+<urn:uuid:1261769555> a nfo:WebHistory;
+	nie:title "slashdot.org 178";
+	nie:contentCreated "2008-05-22T15:10:40";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/34917";.
+
+<urn:uuid:1021654428> a nfo:WebHistory;
+	nie:title "www.piratebay.org 179";
+	nie:contentCreated "2008-08-25T15:16:43";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/52289";.
+
+<urn:uuid:1288645914> a nfo:WebHistory;
+	nie:title "slashdot.org 180";
+	nie:contentCreated "2009-02-08T14:56:30";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/8108";.
+
+<urn:uuid:337114576> a nfo:WebHistory;
+	nie:title "www.youtube.com 181";
+	nie:contentCreated "2008-06-28T15:40:24";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/63689";.
+
+<urn:uuid:1494891899> a nfo:WebHistory;
+	nie:title "slashdot.org 182";
+	nie:contentCreated "2008-10-15T15:00:38";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/60785";.
+
+<urn:uuid:492179156> a nfo:WebHistory;
+	nie:title "www.maemo.com 183";
+	nie:contentCreated "2008-06-25T15:22:56";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/59635";.
+
+<urn:uuid:1367010217> a nfo:WebHistory;
+	nie:title "www.nokia.com 184";
+	nie:contentCreated "2008-03-20T14:53:15";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/54345";.
+
+<urn:uuid:1556253451> a nfo:WebHistory;
+	nie:title "www.google.com 185";
+	nie:contentCreated "2009-02-25T15:29:58";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/13437";.
+
+<urn:uuid:29254252> a nfo:WebHistory;
+	nie:title "www.youtube.com 186";
+	nie:contentCreated "2008-09-24T15:43:25";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/87747";.
+
+<urn:uuid:995203920> a nfo:WebHistory;
+	nie:title "slashdot.org 187";
+	nie:contentCreated "2009-01-25T15:39:29";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/56883";.
+
+<urn:uuid:1358789302> a nfo:WebHistory;
+	nie:title "www.youtube.com 188";
+	nie:contentCreated "2008-09-30T14:57:05";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/83167";.
+
+<urn:uuid:1884944343> a nfo:WebHistory;
+	nie:title "www.nokia.com 189";
+	nie:contentCreated "2008-02-06T15:05:17";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/63191";.
+
+<urn:uuid:1592257687> a nfo:WebHistory;
+	nie:title "www.maemo.com 190";
+	nie:contentCreated "2008-12-12T15:15:55";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/22097";.
+
+<urn:uuid:607266487> a nfo:WebHistory;
+	nie:title "slashdot.org 191";
+	nie:contentCreated "2008-06-15T15:38:42";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/64879";.
+
+<urn:uuid:1497059753> a nfo:WebHistory;
+	nie:title "slashdot.org 192";
+	nie:contentCreated "2008-09-07T14:54:30";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/55245";.
+
+<urn:uuid:2012190686> a nfo:WebHistory;
+	nie:title "www.piratebay.org 193";
+	nie:contentCreated "2008-02-23T14:48:46";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/85105";.
+
+<urn:uuid:1104028238> a nfo:WebHistory;
+	nie:title "www.piratebay.org 194";
+	nie:contentCreated "2008-07-27T15:23:20";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/53348";.
+
+<urn:uuid:518313> a nfo:WebHistory;
+	nie:title "python.org 195";
+	nie:contentCreated "2008-09-14T15:05:48";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/72437";.
+
+<urn:uuid:260790859> a nfo:WebHistory;
+	nie:title "www.piratebay.org 196";
+	nie:contentCreated "2009-01-29T15:42:49";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/89208";.
+
+<urn:uuid:226804052> a nfo:WebHistory;
+	nie:title "www.google.com 197";
+	nie:contentCreated "2008-02-03T15:35:57";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/98605";.
+
+<urn:uuid:1203536593> a nfo:WebHistory;
+	nie:title "python.org 198";
+	nie:contentCreated "2008-05-31T15:17:42";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/90582";.
+
+<urn:uuid:561940546> a nfo:WebHistory;
+	nie:title "python.org 199";
+	nie:contentCreated "2008-10-28T15:22:05";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/71765";.
+
+<urn:uuid:511019524> a nfo:WebHistory;
+	nie:title "slashdot.org 200";
+	nie:contentCreated "2008-10-17T14:58:15";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/29122";.
+
+<urn:uuid:1998608455> a nfo:WebHistory;
+	nie:title "www.youtube.com 201";
+	nie:contentCreated "2008-11-11T15:37:25";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/67307";.
+
+<urn:uuid:26400021> a nfo:WebHistory;
+	nie:title "python.org 202";
+	nie:contentCreated "2008-02-27T14:53:39";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/46005";.
+
+<urn:uuid:745385086> a nfo:WebHistory;
+	nie:title "slashdot.org 203";
+	nie:contentCreated "2008-08-26T15:06:42";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/96080";.
+
+<urn:uuid:1621170286> a nfo:WebHistory;
+	nie:title "www.google.com 204";
+	nie:contentCreated "2008-10-11T15:12:48";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/76025";.
+
+<urn:uuid:1310945628> a nfo:WebHistory;
+	nie:title "python.org 205";
+	nie:contentCreated "2008-08-20T15:34:58";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/95810";.
+
+<urn:uuid:827391976> a nfo:WebHistory;
+	nie:title "www.youtube.com 206";
+	nie:contentCreated "2008-03-09T15:24:58";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/22843";.
+
+<urn:uuid:822546364> a nfo:WebHistory;
+	nie:title "python.org 207";
+	nie:contentCreated "2008-11-29T15:42:22";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/13193";.
+
+<urn:uuid:529554351> a nfo:WebHistory;
+	nie:title "www.youtube.com 208";
+	nie:contentCreated "2008-06-16T15:39:08";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/99607";.
+
+<urn:uuid:136492388> a nfo:WebHistory;
+	nie:title "python.org 209";
+	nie:contentCreated "2008-08-24T14:52:13";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/4438";.
+
+<urn:uuid:356086856> a nfo:WebHistory;
+	nie:title "slashdot.org 210";
+	nie:contentCreated "2008-10-25T14:58:35";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/29747";.
+
+<urn:uuid:2135385037> a nfo:WebHistory;
+	nie:title "www.maemo.com 211";
+	nie:contentCreated "2008-02-14T15:45:08";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/273";.
+
+<urn:uuid:2016134284> a nfo:WebHistory;
+	nie:title "www.maemo.com 212";
+	nie:contentCreated "2008-10-01T15:11:34";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/1851";.
+
+<urn:uuid:895475202> a nfo:WebHistory;
+	nie:title "python.org 213";
+	nie:contentCreated "2008-10-29T15:07:23";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/3775";.
+
+<urn:uuid:1495305831> a nfo:WebHistory;
+	nie:title "slashdot.org 214";
+	nie:contentCreated "2008-09-02T15:35:34";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/63468";.
+
+<urn:uuid:1283457447> a nfo:WebHistory;
+	nie:title "python.org 215";
+	nie:contentCreated "2008-12-11T14:52:50";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/71293";.
+
+<urn:uuid:1798206012> a nfo:WebHistory;
+	nie:title "slashdot.org 216";
+	nie:contentCreated "2008-12-04T14:50:04";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/4788";.
+
+<urn:uuid:884512089> a nfo:WebHistory;
+	nie:title "www.youtube.com 217";
+	nie:contentCreated "2009-02-03T15:14:44";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/28235";.
+
+<urn:uuid:1248616420> a nfo:WebHistory;
+	nie:title "python.org 218";
+	nie:contentCreated "2008-05-25T15:32:28";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/60975";.
+
+<urn:uuid:309625008> a nfo:WebHistory;
+	nie:title "www.maemo.com 219";
+	nie:contentCreated "2009-02-26T14:49:17";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/97929";.
+
+<urn:uuid:989057069> a nfo:WebHistory;
+	nie:title "www.google.com 220";
+	nie:contentCreated "2008-07-18T15:47:29";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/84220";.
+
+<urn:uuid:356951087> a nfo:WebHistory;
+	nie:title "www.nokia.com 221";
+	nie:contentCreated "2008-08-06T15:47:08";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/90640";.
+
+<urn:uuid:1100174936> a nfo:WebHistory;
+	nie:title "www.piratebay.org 222";
+	nie:contentCreated "2008-05-22T15:18:57";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/76463";.
+
+<urn:uuid:1390196172> a nfo:WebHistory;
+	nie:title "python.org 223";
+	nie:contentCreated "2008-03-06T15:25:22";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/62051";.
+
+<urn:uuid:1115653629> a nfo:WebHistory;
+	nie:title "www.piratebay.org 224";
+	nie:contentCreated "2008-08-17T15:31:22";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/20899";.
+
+<urn:uuid:700359> a nfo:WebHistory;
+	nie:title "www.piratebay.org 225";
+	nie:contentCreated "2008-08-01T15:29:40";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/11614";.
+
+<urn:uuid:526636845> a nfo:WebHistory;
+	nie:title "www.maemo.com 226";
+	nie:contentCreated "2009-01-13T15:15:23";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/80607";.
+
+<urn:uuid:1890615540> a nfo:WebHistory;
+	nie:title "www.maemo.com 227";
+	nie:contentCreated "2008-08-03T14:53:35";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/44478";.
+
+<urn:uuid:792013402> a nfo:WebHistory;
+	nie:title "slashdot.org 228";
+	nie:contentCreated "2008-02-19T15:22:41";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/98540";.
+
+<urn:uuid:1220952429> a nfo:WebHistory;
+	nie:title "slashdot.org 229";
+	nie:contentCreated "2008-06-01T15:29:59";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/14794";.
+
+<urn:uuid:1010390175> a nfo:WebHistory;
+	nie:title "www.nokia.com 230";
+	nie:contentCreated "2008-03-08T15:41:15";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/12809";.
+
+<urn:uuid:155753203> a nfo:WebHistory;
+	nie:title "www.piratebay.org 231";
+	nie:contentCreated "2008-08-06T15:43:33";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/81138";.
+
+<urn:uuid:189070918> a nfo:WebHistory;
+	nie:title "www.piratebay.org 232";
+	nie:contentCreated "2008-06-17T14:59:14";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/98884";.
+
+<urn:uuid:1889972118> a nfo:WebHistory;
+	nie:title "www.piratebay.org 233";
+	nie:contentCreated "2008-12-23T14:56:15";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/14879";.
+
+<urn:uuid:2008716075> a nfo:WebHistory;
+	nie:title "www.piratebay.org 234";
+	nie:contentCreated "2008-11-30T15:11:10";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/46776";.
+
+<urn:uuid:1695993727> a nfo:WebHistory;
+	nie:title "www.nokia.com 235";
+	nie:contentCreated "2008-05-03T15:05:47";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/40846";.
+
+<urn:uuid:973931528> a nfo:WebHistory;
+	nie:title "www.maemo.com 236";
+	nie:contentCreated "2008-10-24T14:48:43";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/62672";.
+
+<urn:uuid:954107834> a nfo:WebHistory;
+	nie:title "www.google.com 237";
+	nie:contentCreated "2008-10-18T14:51:43";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/89291";.
+
+<urn:uuid:1950725168> a nfo:WebHistory;
+	nie:title "python.org 238";
+	nie:contentCreated "2008-04-11T15:26:12";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/49583";.
+
+<urn:uuid:554924281> a nfo:WebHistory;
+	nie:title "www.youtube.com 239";
+	nie:contentCreated "2009-02-20T15:15:56";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/96807";.
+
+<urn:uuid:746291094> a nfo:WebHistory;
+	nie:title "slashdot.org 240";
+	nie:contentCreated "2008-11-23T14:54:22";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/3033";.
+
+<urn:uuid:1352943085> a nfo:WebHistory;
+	nie:title "www.maemo.com 241";
+	nie:contentCreated "2009-02-13T15:23:07";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/70318";.
+
+<urn:uuid:1519754946> a nfo:WebHistory;
+	nie:title "www.google.com 242";
+	nie:contentCreated "2008-12-14T15:03:54";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/84056";.
+
+<urn:uuid:206864623> a nfo:WebHistory;
+	nie:title "www.google.com 243";
+	nie:contentCreated "2009-01-11T15:36:13";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/34190";.
+
+<urn:uuid:1906453471> a nfo:WebHistory;
+	nie:title "www.nokia.com 244";
+	nie:contentCreated "2009-01-05T15:01:53";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/53874";.
+
+<urn:uuid:1084173861> a nfo:WebHistory;
+	nie:title "www.maemo.com 245";
+	nie:contentCreated "2008-08-19T15:36:44";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/15814";.
+
+<urn:uuid:1023364486> a nfo:WebHistory;
+	nie:title "www.nokia.com 246";
+	nie:contentCreated "2008-02-10T15:04:13";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/19451";.
+
+<urn:uuid:854700847> a nfo:WebHistory;
+	nie:title "www.piratebay.org 247";
+	nie:contentCreated "2008-03-03T15:38:32";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/14573";.
+
+<urn:uuid:1389053322> a nfo:WebHistory;
+	nie:title "www.youtube.com 248";
+	nie:contentCreated "2008-06-12T15:34:01";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/33310";.
+
+<urn:uuid:1573768559> a nfo:WebHistory;
+	nie:title "python.org 249";
+	nie:contentCreated "2009-02-11T15:02:57";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/33843";.
+
+<urn:uuid:1399070141> a nfo:WebHistory;
+	nie:title "www.youtube.com 250";
+	nie:contentCreated "2008-08-20T15:43:28";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/86849";.
+
+<urn:uuid:299484039> a nfo:WebHistory;
+	nie:title "python.org 251";
+	nie:contentCreated "2008-05-13T14:50:12";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/24107";.
+
+<urn:uuid:501003415> a nfo:WebHistory;
+	nie:title "www.piratebay.org 252";
+	nie:contentCreated "2008-08-13T14:57:46";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/86358";.
+
+<urn:uuid:929031536> a nfo:WebHistory;
+	nie:title "www.nokia.com 253";
+	nie:contentCreated "2008-10-06T15:26:48";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/19229";.
+
+<urn:uuid:917685935> a nfo:WebHistory;
+	nie:title "python.org 254";
+	nie:contentCreated "2008-08-04T15:27:40";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/30740";.
+
+<urn:uuid:1170226790> a nfo:WebHistory;
+	nie:title "www.youtube.com 255";
+	nie:contentCreated "2008-03-29T15:23:28";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/83384";.
+
+<urn:uuid:1017457278> a nfo:WebHistory;
+	nie:title "www.google.com 256";
+	nie:contentCreated "2008-06-14T15:23:29";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/18211";.
+
+<urn:uuid:1649386711> a nfo:WebHistory;
+	nie:title "www.maemo.com 257";
+	nie:contentCreated "2008-02-25T15:20:09";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/15208";.
+
+<urn:uuid:346867907> a nfo:WebHistory;
+	nie:title "www.google.com 258";
+	nie:contentCreated "2008-09-05T15:15:26";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/78868";.
+
+<urn:uuid:1358243460> a nfo:WebHistory;
+	nie:title "www.nokia.com 259";
+	nie:contentCreated "2008-04-17T15:29:53";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/52425";.
+
+<urn:uuid:482718885> a nfo:WebHistory;
+	nie:title "www.piratebay.org 260";
+	nie:contentCreated "2009-02-22T15:41:44";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/44154";.
+
+<urn:uuid:2012636214> a nfo:WebHistory;
+	nie:title "www.nokia.com 261";
+	nie:contentCreated "2008-11-29T15:09:35";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/37388";.
+
+<urn:uuid:439039533> a nfo:WebHistory;
+	nie:title "www.maemo.com 262";
+	nie:contentCreated "2008-09-24T14:56:51";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/60164";.
+
+<urn:uuid:1893050319> a nfo:WebHistory;
+	nie:title "slashdot.org 263";
+	nie:contentCreated "2008-03-10T15:37:44";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/91920";.
+
+<urn:uuid:1758224016> a nfo:WebHistory;
+	nie:title "www.google.com 264";
+	nie:contentCreated "2008-02-28T15:31:15";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/69559";.
+
+<urn:uuid:317101327> a nfo:WebHistory;
+	nie:title "www.google.com 265";
+	nie:contentCreated "2008-07-19T15:23:51";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/65760";.
+
+<urn:uuid:1067480747> a nfo:WebHistory;
+	nie:title "python.org 266";
+	nie:contentCreated "2008-06-04T15:14:04";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/61884";.
+
+<urn:uuid:1580358906> a nfo:WebHistory;
+	nie:title "www.nokia.com 267";
+	nie:contentCreated "2008-12-11T14:55:11";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/19928";.
+
+<urn:uuid:1679202025> a nfo:WebHistory;
+	nie:title "slashdot.org 268";
+	nie:contentCreated "2008-11-13T15:07:02";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/89940";.
+
+<urn:uuid:1743254058> a nfo:WebHistory;
+	nie:title "python.org 269";
+	nie:contentCreated "2008-08-07T15:32:09";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/37476";.
+
+<urn:uuid:1510089104> a nfo:WebHistory;
+	nie:title "www.nokia.com 270";
+	nie:contentCreated "2008-05-20T15:42:45";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/52400";.
+
+<urn:uuid:718958338> a nfo:WebHistory;
+	nie:title "www.piratebay.org 271";
+	nie:contentCreated "2008-02-02T15:17:18";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/34439";.
+
+<urn:uuid:869681095> a nfo:WebHistory;
+	nie:title "python.org 272";
+	nie:contentCreated "2008-11-11T15:40:52";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/92499";.
+
+<urn:uuid:1676628451> a nfo:WebHistory;
+	nie:title "www.nokia.com 273";
+	nie:contentCreated "2008-02-21T15:23:35";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/91946";.
+
+<urn:uuid:2059851218> a nfo:WebHistory;
+	nie:title "slashdot.org 274";
+	nie:contentCreated "2008-10-10T15:07:39";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/33333";.
+
+<urn:uuid:1957882591> a nfo:WebHistory;
+	nie:title "www.youtube.com 275";
+	nie:contentCreated "2008-12-29T15:37:22";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/26975";.
+
+<urn:uuid:539126912> a nfo:WebHistory;
+	nie:title "www.piratebay.org 276";
+	nie:contentCreated "2009-01-30T14:50:21";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/5705";.
+
+<urn:uuid:165824599> a nfo:WebHistory;
+	nie:title "www.nokia.com 277";
+	nie:contentCreated "2008-10-31T15:32:10";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/89925";.
+
+<urn:uuid:684826275> a nfo:WebHistory;
+	nie:title "python.org 278";
+	nie:contentCreated "2009-01-11T15:09:38";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/79836";.
+
+<urn:uuid:104068849> a nfo:WebHistory;
+	nie:title "www.google.com 279";
+	nie:contentCreated "2008-07-06T14:57:28";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/24390";.
+
+<urn:uuid:1871724652> a nfo:WebHistory;
+	nie:title "www.piratebay.org 280";
+	nie:contentCreated "2008-09-20T15:42:19";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/16548";.
+
+<urn:uuid:1652825161> a nfo:WebHistory;
+	nie:title "python.org 281";
+	nie:contentCreated "2008-02-15T15:09:22";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/2728";.
+
+<urn:uuid:1367983499> a nfo:WebHistory;
+	nie:title "python.org 282";
+	nie:contentCreated "2009-01-11T15:02:51";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/7182";.
+
+<urn:uuid:1799220104> a nfo:WebHistory;
+	nie:title "python.org 283";
+	nie:contentCreated "2008-10-15T15:46:22";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/94663";.
+
+<urn:uuid:235499928> a nfo:WebHistory;
+	nie:title "python.org 284";
+	nie:contentCreated "2008-07-19T15:29:24";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/74191";.
+
+<urn:uuid:2049814264> a nfo:WebHistory;
+	nie:title "www.youtube.com 285";
+	nie:contentCreated "2009-02-16T15:18:54";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/54022";.
+
+<urn:uuid:667164693> a nfo:WebHistory;
+	nie:title "slashdot.org 286";
+	nie:contentCreated "2008-05-07T15:10:42";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/27719";.
+
+<urn:uuid:704212005> a nfo:WebHistory;
+	nie:title "www.youtube.com 287";
+	nie:contentCreated "2008-08-04T15:25:59";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/70529";.
+
+<urn:uuid:479817208> a nfo:WebHistory;
+	nie:title "python.org 288";
+	nie:contentCreated "2009-01-29T15:03:13";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/61614";.
+
+<urn:uuid:1404130578> a nfo:WebHistory;
+	nie:title "www.maemo.com 289";
+	nie:contentCreated "2008-08-05T15:18:56";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/60895";.
+
+<urn:uuid:1143863008> a nfo:WebHistory;
+	nie:title "www.google.com 290";
+	nie:contentCreated "2008-06-22T15:05:15";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/65601";.
+
+<urn:uuid:675946402> a nfo:WebHistory;
+	nie:title "www.google.com 291";
+	nie:contentCreated "2008-08-28T14:57:31";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/35166";.
+
+<urn:uuid:1503721586> a nfo:WebHistory;
+	nie:title "www.youtube.com 292";
+	nie:contentCreated "2008-02-26T15:03:31";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/21212";.
+
+<urn:uuid:932060067> a nfo:WebHistory;
+	nie:title "slashdot.org 293";
+	nie:contentCreated "2008-10-26T14:59:09";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/78690";.
+
+<urn:uuid:161460570> a nfo:WebHistory;
+	nie:title "www.youtube.com 294";
+	nie:contentCreated "2008-09-19T15:20:32";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/20503";.
+
+<urn:uuid:429344941> a nfo:WebHistory;
+	nie:title "www.youtube.com 295";
+	nie:contentCreated "2008-08-31T15:39:07";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/7862";.
+
+<urn:uuid:1325054794> a nfo:WebHistory;
+	nie:title "www.maemo.com 296";
+	nie:contentCreated "2008-03-18T15:43:57";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/36361";.
+
+<urn:uuid:13843859> a nfo:WebHistory;
+	nie:title "www.nokia.com 297";
+	nie:contentCreated "2008-04-09T14:52:04";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/42609";.
+
+<urn:uuid:1318813624> a nfo:WebHistory;
+	nie:title "www.youtube.com 298";
+	nie:contentCreated "2008-11-23T15:47:54";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/52464";.
+
+<urn:uuid:96554173> a nfo:WebHistory;
+	nie:title "python.org 299";
+	nie:contentCreated "2008-09-30T15:13:02";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/91619";.
+
+<urn:uuid:38782012> a nfo:WebHistory;
+	nie:title "www.maemo.com 300";
+	nie:contentCreated "2008-11-25T15:07:26";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/62393";.
+
+<urn:uuid:1717115562> a nfo:WebHistory;
+	nie:title "www.maemo.com 301";
+	nie:contentCreated "2008-10-02T14:55:00";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/80962";.
+
+<urn:uuid:1794062727> a nfo:WebHistory;
+	nie:title "python.org 302";
+	nie:contentCreated "2008-06-12T15:19:53";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/27712";.
+
+<urn:uuid:438619917> a nfo:WebHistory;
+	nie:title "www.google.com 303";
+	nie:contentCreated "2008-10-10T14:59:17";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/33454";.
+
+<urn:uuid:119699715> a nfo:WebHistory;
+	nie:title "www.youtube.com 304";
+	nie:contentCreated "2008-11-21T15:11:08";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/88392";.
+
+<urn:uuid:2012027592> a nfo:WebHistory;
+	nie:title "www.google.com 305";
+	nie:contentCreated "2008-11-22T15:24:07";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/95224";.
+
+<urn:uuid:943729810> a nfo:WebHistory;
+	nie:title "slashdot.org 306";
+	nie:contentCreated "2008-11-27T14:58:14";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/60417";.
+
+<urn:uuid:1506753906> a nfo:WebHistory;
+	nie:title "www.youtube.com 307";
+	nie:contentCreated "2008-05-09T15:03:54";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/67299";.
+
+<urn:uuid:74292665> a nfo:WebHistory;
+	nie:title "www.youtube.com 308";
+	nie:contentCreated "2008-10-25T15:38:18";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/2011";.
+
+<urn:uuid:1375454484> a nfo:WebHistory;
+	nie:title "www.youtube.com 309";
+	nie:contentCreated "2008-04-17T15:19:36";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/71098";.
+
+<urn:uuid:64595847> a nfo:WebHistory;
+	nie:title "www.maemo.com 310";
+	nie:contentCreated "2008-08-30T15:01:52";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/35451";.
+
+<urn:uuid:1254759570> a nfo:WebHistory;
+	nie:title "slashdot.org 311";
+	nie:contentCreated "2009-02-21T15:19:01";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/76632";.
+
+<urn:uuid:126912049> a nfo:WebHistory;
+	nie:title "python.org 312";
+	nie:contentCreated "2008-05-18T15:15:59";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/59934";.
+
+<urn:uuid:1542778584> a nfo:WebHistory;
+	nie:title "www.maemo.com 313";
+	nie:contentCreated "2008-09-03T15:24:23";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/56050";.
+
+<urn:uuid:169279205> a nfo:WebHistory;
+	nie:title "www.google.com 314";
+	nie:contentCreated "2008-10-17T15:08:12";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/14457";.
+
+<urn:uuid:1454302379> a nfo:WebHistory;
+	nie:title "www.piratebay.org 315";
+	nie:contentCreated "2008-06-24T15:38:05";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/43374";.
+
+<urn:uuid:855037973> a nfo:WebHistory;
+	nie:title "www.piratebay.org 316";
+	nie:contentCreated "2008-03-24T15:10:11";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/58023";.
+
+<urn:uuid:1261923701> a nfo:WebHistory;
+	nie:title "www.piratebay.org 317";
+	nie:contentCreated "2008-09-02T15:23:20";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/51792";.
+
+<urn:uuid:2044505221> a nfo:WebHistory;
+	nie:title "www.nokia.com 318";
+	nie:contentCreated "2009-01-11T14:52:38";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/68339";.
+
+<urn:uuid:746897931> a nfo:WebHistory;
+	nie:title "www.youtube.com 319";
+	nie:contentCreated "2008-02-11T15:46:32";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/54734";.
+
+<urn:uuid:247779326> a nfo:WebHistory;
+	nie:title "www.maemo.com 320";
+	nie:contentCreated "2008-07-12T15:06:06";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/22272";.
+
+<urn:uuid:930323204> a nfo:WebHistory;
+	nie:title "python.org 321";
+	nie:contentCreated "2008-12-26T14:51:00";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/77484";.
+
+<urn:uuid:208321372> a nfo:WebHistory;
+	nie:title "python.org 322";
+	nie:contentCreated "2008-02-11T15:46:20";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/84022";.
+
+<urn:uuid:1100235073> a nfo:WebHistory;
+	nie:title "www.piratebay.org 323";
+	nie:contentCreated "2008-12-31T15:04:55";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/67139";.
+
+<urn:uuid:1810128287> a nfo:WebHistory;
+	nie:title "slashdot.org 324";
+	nie:contentCreated "2008-12-02T15:20:27";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/67557";.
+
+<urn:uuid:180586390> a nfo:WebHistory;
+	nie:title "www.google.com 325";
+	nie:contentCreated "2008-11-08T15:39:55";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/76008";.
+
+<urn:uuid:735484448> a nfo:WebHistory;
+	nie:title "www.maemo.com 326";
+	nie:contentCreated "2008-08-25T14:55:57";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/44850";.
+
+<urn:uuid:1571304099> a nfo:WebHistory;
+	nie:title "slashdot.org 327";
+	nie:contentCreated "2008-02-24T15:08:58";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/39018";.
+
+<urn:uuid:1299175074> a nfo:WebHistory;
+	nie:title "www.maemo.com 328";
+	nie:contentCreated "2008-10-07T15:24:20";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/33341";.
+
+<urn:uuid:1756591589> a nfo:WebHistory;
+	nie:title "www.google.com 329";
+	nie:contentCreated "2008-12-06T15:41:21";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/16778";.
+
+<urn:uuid:1403126268> a nfo:WebHistory;
+	nie:title "www.maemo.com 330";
+	nie:contentCreated "2008-03-20T15:27:14";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/194";.
+
+<urn:uuid:467876301> a nfo:WebHistory;
+	nie:title "python.org 331";
+	nie:contentCreated "2009-02-06T14:59:37";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/79329";.
+
+<urn:uuid:194187858> a nfo:WebHistory;
+	nie:title "www.nokia.com 332";
+	nie:contentCreated "2008-10-17T15:40:53";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/64745";.
+
+<urn:uuid:197013258> a nfo:WebHistory;
+	nie:title "www.youtube.com 333";
+	nie:contentCreated "2008-06-14T15:14:25";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/47909";.
+
+<urn:uuid:841885560> a nfo:WebHistory;
+	nie:title "slashdot.org 334";
+	nie:contentCreated "2009-02-26T15:01:49";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/80912";.
+
+<urn:uuid:1905318614> a nfo:WebHistory;
+	nie:title "www.maemo.com 335";
+	nie:contentCreated "2008-12-04T15:23:39";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/80087";.
+
+<urn:uuid:1247124220> a nfo:WebHistory;
+	nie:title "www.maemo.com 336";
+	nie:contentCreated "2008-11-30T15:43:29";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/40545";.
+
+<urn:uuid:490466460> a nfo:WebHistory;
+	nie:title "www.maemo.com 337";
+	nie:contentCreated "2009-01-23T14:56:28";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/85655";.
+
+<urn:uuid:124833408> a nfo:WebHistory;
+	nie:title "www.google.com 338";
+	nie:contentCreated "2009-02-18T14:54:40";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/43667";.
+
+<urn:uuid:1180984196> a nfo:WebHistory;
+	nie:title "www.nokia.com 339";
+	nie:contentCreated "2008-08-23T14:54:26";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/8984";.
+
+<urn:uuid:1190924496> a nfo:WebHistory;
+	nie:title "www.google.com 340";
+	nie:contentCreated "2008-05-19T15:08:23";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/50560";.
+
+<urn:uuid:2036055691> a nfo:WebHistory;
+	nie:title "www.maemo.com 341";
+	nie:contentCreated "2008-05-19T15:08:18";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/33202";.
+
+<urn:uuid:1860654940> a nfo:WebHistory;
+	nie:title "www.nokia.com 342";
+	nie:contentCreated "2008-05-18T14:57:36";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/16635";.
+
+<urn:uuid:535243461> a nfo:WebHistory;
+	nie:title "www.nokia.com 343";
+	nie:contentCreated "2009-01-06T15:15:11";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/79001";.
+
+<urn:uuid:135077643> a nfo:WebHistory;
+	nie:title "slashdot.org 344";
+	nie:contentCreated "2008-12-27T15:12:29";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/62717";.
+
+<urn:uuid:814276191> a nfo:WebHistory;
+	nie:title "www.youtube.com 345";
+	nie:contentCreated "2008-09-07T14:53:48";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/86033";.
+
+<urn:uuid:624660026> a nfo:WebHistory;
+	nie:title "slashdot.org 346";
+	nie:contentCreated "2008-07-02T15:23:16";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/40843";.
+
+<urn:uuid:429720107> a nfo:WebHistory;
+	nie:title "www.google.com 347";
+	nie:contentCreated "2008-03-25T15:00:16";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/36339";.
+
+<urn:uuid:276332881> a nfo:WebHistory;
+	nie:title "www.piratebay.org 348";
+	nie:contentCreated "2008-09-21T14:50:27";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/44598";.
+
+<urn:uuid:1380973558> a nfo:WebHistory;
+	nie:title "www.nokia.com 349";
+	nie:contentCreated "2009-03-02T15:41:54";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/67287";.
+
+<urn:uuid:1973373898> a nfo:WebHistory;
+	nie:title "www.nokia.com 350";
+	nie:contentCreated "2008-04-19T15:11:01";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/63324";.
+
+<urn:uuid:1233819165> a nfo:WebHistory;
+	nie:title "www.nokia.com 351";
+	nie:contentCreated "2008-02-19T15:47:53";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/39612";.
+
+<urn:uuid:592644115> a nfo:WebHistory;
+	nie:title "www.piratebay.org 352";
+	nie:contentCreated "2009-01-23T15:42:43";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/24503";.
+
+<urn:uuid:500723254> a nfo:WebHistory;
+	nie:title "www.google.com 353";
+	nie:contentCreated "2008-09-18T15:11:39";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/9918";.
+
+<urn:uuid:1793452926> a nfo:WebHistory;
+	nie:title "www.google.com 354";
+	nie:contentCreated "2008-08-19T14:55:22";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/7891";.
+
+<urn:uuid:1055448788> a nfo:WebHistory;
+	nie:title "python.org 355";
+	nie:contentCreated "2008-10-19T15:17:09";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/1090";.
+
+<urn:uuid:1756120198> a nfo:WebHistory;
+	nie:title "www.google.com 356";
+	nie:contentCreated "2008-03-30T15:46:41";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/28857";.
+
+<urn:uuid:692925012> a nfo:WebHistory;
+	nie:title "slashdot.org 357";
+	nie:contentCreated "2008-07-14T15:24:19";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/83106";.
+
+<urn:uuid:378434184> a nfo:WebHistory;
+	nie:title "www.google.com 358";
+	nie:contentCreated "2009-02-15T14:59:38";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/16522";.
+
+<urn:uuid:1593439688> a nfo:WebHistory;
+	nie:title "python.org 359";
+	nie:contentCreated "2009-03-02T15:33:43";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/43400";.
+
+<urn:uuid:259558530> a nfo:WebHistory;
+	nie:title "python.org 360";
+	nie:contentCreated "2008-12-02T14:58:58";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/64628";.
+
+<urn:uuid:30290274> a nfo:WebHistory;
+	nie:title "slashdot.org 361";
+	nie:contentCreated "2008-04-06T15:41:10";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/61338";.
+
+<urn:uuid:664671826> a nfo:WebHistory;
+	nie:title "www.nokia.com 362";
+	nie:contentCreated "2008-09-18T15:33:03";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/96768";.
+
+<urn:uuid:674615773> a nfo:WebHistory;
+	nie:title "www.google.com 363";
+	nie:contentCreated "2008-08-28T15:07:38";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/30494";.
+
+<urn:uuid:563640469> a nfo:WebHistory;
+	nie:title "www.maemo.com 364";
+	nie:contentCreated "2008-06-12T15:29:26";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/58933";.
+
+<urn:uuid:1711451876> a nfo:WebHistory;
+	nie:title "www.google.com 365";
+	nie:contentCreated "2008-04-25T15:22:24";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/38210";.
+
+<urn:uuid:1849178968> a nfo:WebHistory;
+	nie:title "slashdot.org 366";
+	nie:contentCreated "2008-07-13T14:49:55";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/15439";.
+
+<urn:uuid:497832273> a nfo:WebHistory;
+	nie:title "slashdot.org 367";
+	nie:contentCreated "2008-06-07T15:07:02";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/39345";.
+
+<urn:uuid:306052448> a nfo:WebHistory;
+	nie:title "www.youtube.com 368";
+	nie:contentCreated "2008-04-26T15:41:05";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/58768";.
+
+<urn:uuid:2028349448> a nfo:WebHistory;
+	nie:title "www.google.com 369";
+	nie:contentCreated "2008-06-11T15:12:33";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/23092";.
+
+<urn:uuid:371064435> a nfo:WebHistory;
+	nie:title "www.piratebay.org 370";
+	nie:contentCreated "2008-09-11T15:28:07";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/16843";.
+
+<urn:uuid:373854791> a nfo:WebHistory;
+	nie:title "slashdot.org 371";
+	nie:contentCreated "2008-06-04T15:33:53";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/30855";.
+
+<urn:uuid:440935775> a nfo:WebHistory;
+	nie:title "www.google.com 372";
+	nie:contentCreated "2008-11-08T14:51:55";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/33790";.
+
+<urn:uuid:99953767> a nfo:WebHistory;
+	nie:title "www.maemo.com 373";
+	nie:contentCreated "2008-05-03T15:14:43";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/44260";.
+
+<urn:uuid:1609693638> a nfo:WebHistory;
+	nie:title "www.piratebay.org 374";
+	nie:contentCreated "2008-06-13T15:13:12";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/97542";.
+
+<urn:uuid:992241179> a nfo:WebHistory;
+	nie:title "www.google.com 375";
+	nie:contentCreated "2009-02-13T15:34:13";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/43468";.
+
+<urn:uuid:674583526> a nfo:WebHistory;
+	nie:title "python.org 376";
+	nie:contentCreated "2008-05-19T15:30:10";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/58829";.
+
+<urn:uuid:1727084110> a nfo:WebHistory;
+	nie:title "www.nokia.com 377";
+	nie:contentCreated "2009-02-12T15:21:56";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/83601";.
+
+<urn:uuid:752409296> a nfo:WebHistory;
+	nie:title "python.org 378";
+	nie:contentCreated "2008-03-31T15:32:50";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/23366";.
+
+<urn:uuid:1628942748> a nfo:WebHistory;
+	nie:title "www.youtube.com 379";
+	nie:contentCreated "2009-02-28T15:45:12";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/94126";.
+
+<urn:uuid:1607123427> a nfo:WebHistory;
+	nie:title "www.google.com 380";
+	nie:contentCreated "2008-02-26T15:35:02";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/67348";.
+
+<urn:uuid:2143838342> a nfo:WebHistory;
+	nie:title "www.youtube.com 381";
+	nie:contentCreated "2008-10-27T15:00:06";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/69608";.
+
+<urn:uuid:1868252315> a nfo:WebHistory;
+	nie:title "www.nokia.com 382";
+	nie:contentCreated "2009-01-20T15:40:19";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/59656";.
+
+<urn:uuid:348531453> a nfo:WebHistory;
+	nie:title "www.google.com 383";
+	nie:contentCreated "2008-05-18T15:44:07";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/86000";.
+
+<urn:uuid:2029951475> a nfo:WebHistory;
+	nie:title "www.maemo.com 384";
+	nie:contentCreated "2008-10-01T14:52:33";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/411";.
+
+<urn:uuid:563052411> a nfo:WebHistory;
+	nie:title "www.nokia.com 385";
+	nie:contentCreated "2008-04-03T15:46:23";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/53500";.
+
+<urn:uuid:812371906> a nfo:WebHistory;
+	nie:title "slashdot.org 386";
+	nie:contentCreated "2008-03-26T15:37:36";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/46094";.
+
+<urn:uuid:1271521320> a nfo:WebHistory;
+	nie:title "python.org 387";
+	nie:contentCreated "2008-02-27T14:57:48";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/34073";.
+
+<urn:uuid:553591988> a nfo:WebHistory;
+	nie:title "python.org 388";
+	nie:contentCreated "2008-02-10T15:20:06";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/73605";.
+
+<urn:uuid:1695019807> a nfo:WebHistory;
+	nie:title "www.google.com 389";
+	nie:contentCreated "2008-05-27T15:28:24";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/32844";.
+
+<urn:uuid:1185030011> a nfo:WebHistory;
+	nie:title "python.org 390";
+	nie:contentCreated "2008-08-30T15:30:05";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/69064";.
+
+<urn:uuid:203731085> a nfo:WebHistory;
+	nie:title "www.maemo.com 391";
+	nie:contentCreated "2008-11-12T15:14:39";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/13982";.
+
+<urn:uuid:1346662946> a nfo:WebHistory;
+	nie:title "www.nokia.com 392";
+	nie:contentCreated "2008-05-30T15:14:14";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/49508";.
+
+<urn:uuid:1067097318> a nfo:WebHistory;
+	nie:title "slashdot.org 393";
+	nie:contentCreated "2008-03-15T15:10:10";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/1660";.
+
+<urn:uuid:1456384934> a nfo:WebHistory;
+	nie:title "python.org 394";
+	nie:contentCreated "2008-09-25T15:22:21";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/80353";.
+
+<urn:uuid:418037048> a nfo:WebHistory;
+	nie:title "www.maemo.com 395";
+	nie:contentCreated "2008-07-06T15:26:02";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/10375";.
+
+<urn:uuid:381243343> a nfo:WebHistory;
+	nie:title "www.piratebay.org 396";
+	nie:contentCreated "2008-07-04T15:47:29";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/52393";.
+
+<urn:uuid:1905313155> a nfo:WebHistory;
+	nie:title "www.youtube.com 397";
+	nie:contentCreated "2008-04-10T14:58:20";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/54544";.
+
+<urn:uuid:1315996115> a nfo:WebHistory;
+	nie:title "www.google.com 398";
+	nie:contentCreated "2009-01-05T15:30:06";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/65079";.
+
+<urn:uuid:2142548551> a nfo:WebHistory;
+	nie:title "www.nokia.com 399";
+	nie:contentCreated "2008-01-31T15:26:49";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/96160";.
+
+<urn:uuid:1636383048> a nfo:WebHistory;
+	nie:title "python.org 400";
+	nie:contentCreated "2008-03-02T15:11:09";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/60287";.
+
+<urn:uuid:340391422> a nfo:WebHistory;
+	nie:title "slashdot.org 401";
+	nie:contentCreated "2009-01-23T14:52:59";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/75506";.
+
+<urn:uuid:405736642> a nfo:WebHistory;
+	nie:title "slashdot.org 402";
+	nie:contentCreated "2008-12-14T15:11:56";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/43198";.
+
+<urn:uuid:515911745> a nfo:WebHistory;
+	nie:title "www.maemo.com 403";
+	nie:contentCreated "2008-04-24T15:23:07";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/29729";.
+
+<urn:uuid:1915129855> a nfo:WebHistory;
+	nie:title "python.org 404";
+	nie:contentCreated "2008-03-31T15:04:24";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/82739";.
+
+<urn:uuid:2028183443> a nfo:WebHistory;
+	nie:title "www.youtube.com 405";
+	nie:contentCreated "2009-01-24T14:59:41";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/81380";.
+
+<urn:uuid:20924556> a nfo:WebHistory;
+	nie:title "slashdot.org 406";
+	nie:contentCreated "2008-07-22T15:33:50";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/65889";.
+
+<urn:uuid:1978977412> a nfo:WebHistory;
+	nie:title "www.google.com 407";
+	nie:contentCreated "2008-07-12T14:55:08";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/59411";.
+
+<urn:uuid:909902118> a nfo:WebHistory;
+	nie:title "www.maemo.com 408";
+	nie:contentCreated "2008-12-05T15:05:45";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/86460";.
+
+<urn:uuid:1964043727> a nfo:WebHistory;
+	nie:title "python.org 409";
+	nie:contentCreated "2008-02-12T15:25:47";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/50170";.
+
+<urn:uuid:864027144> a nfo:WebHistory;
+	nie:title "www.nokia.com 410";
+	nie:contentCreated "2008-03-19T15:46:21";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/41770";.
+
+<urn:uuid:273957506> a nfo:WebHistory;
+	nie:title "slashdot.org 411";
+	nie:contentCreated "2008-09-14T15:46:42";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/48736";.
+
+<urn:uuid:95535360> a nfo:WebHistory;
+	nie:title "slashdot.org 412";
+	nie:contentCreated "2008-07-26T15:02:31";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/25584";.
+
+<urn:uuid:1066231905> a nfo:WebHistory;
+	nie:title "python.org 413";
+	nie:contentCreated "2009-02-15T14:53:15";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/53444";.
+
+<urn:uuid:851976692> a nfo:WebHistory;
+	nie:title "www.youtube.com 414";
+	nie:contentCreated "2008-06-10T15:01:00";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/70936";.
+
+<urn:uuid:706759239> a nfo:WebHistory;
+	nie:title "python.org 415";
+	nie:contentCreated "2008-09-12T15:08:13";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/71831";.
+
+<urn:uuid:872621419> a nfo:WebHistory;
+	nie:title "python.org 416";
+	nie:contentCreated "2008-07-31T15:45:14";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/71413";.
+
+<urn:uuid:421969006> a nfo:WebHistory;
+	nie:title "www.youtube.com 417";
+	nie:contentCreated "2009-01-22T15:21:30";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/37787";.
+
+<urn:uuid:457032061> a nfo:WebHistory;
+	nie:title "www.youtube.com 418";
+	nie:contentCreated "2008-08-10T15:28:55";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/2621";.
+
+<urn:uuid:1354378374> a nfo:WebHistory;
+	nie:title "www.youtube.com 419";
+	nie:contentCreated "2008-11-04T15:02:36";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/79223";.
+
+<urn:uuid:872142721> a nfo:WebHistory;
+	nie:title "www.nokia.com 420";
+	nie:contentCreated "2008-12-05T14:57:09";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/1675";.
+
+<urn:uuid:1015665647> a nfo:WebHistory;
+	nie:title "python.org 421";
+	nie:contentCreated "2008-10-21T14:58:09";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/80198";.
+
+<urn:uuid:1805731312> a nfo:WebHistory;
+	nie:title "www.nokia.com 422";
+	nie:contentCreated "2008-02-04T15:10:16";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/15578";.
+
+<urn:uuid:1246591622> a nfo:WebHistory;
+	nie:title "www.piratebay.org 423";
+	nie:contentCreated "2008-09-22T15:02:55";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/95459";.
+
+<urn:uuid:1842964785> a nfo:WebHistory;
+	nie:title "www.youtube.com 424";
+	nie:contentCreated "2008-02-29T15:18:37";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/96902";.
+
+<urn:uuid:1433274681> a nfo:WebHistory;
+	nie:title "python.org 425";
+	nie:contentCreated "2008-08-11T14:55:46";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/55507";.
+
+<urn:uuid:476697174> a nfo:WebHistory;
+	nie:title "www.youtube.com 426";
+	nie:contentCreated "2008-08-15T14:53:14";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/46801";.
+
+<urn:uuid:21405080> a nfo:WebHistory;
+	nie:title "python.org 427";
+	nie:contentCreated "2008-07-25T14:50:53";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/90283";.
+
+<urn:uuid:873316820> a nfo:WebHistory;
+	nie:title "python.org 428";
+	nie:contentCreated "2008-06-29T15:40:22";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/44006";.
+
+<urn:uuid:890359797> a nfo:WebHistory;
+	nie:title "www.google.com 429";
+	nie:contentCreated "2008-12-31T15:40:16";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/26023";.
+
+<urn:uuid:1103963606> a nfo:WebHistory;
+	nie:title "www.nokia.com 430";
+	nie:contentCreated "2008-12-09T15:07:36";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/72465";.
+
+<urn:uuid:235298403> a nfo:WebHistory;
+	nie:title "www.youtube.com 431";
+	nie:contentCreated "2008-03-11T15:45:15";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/66665";.
+
+<urn:uuid:1738388330> a nfo:WebHistory;
+	nie:title "www.youtube.com 432";
+	nie:contentCreated "2008-09-02T14:53:25";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/71088";.
+
+<urn:uuid:1538169905> a nfo:WebHistory;
+	nie:title "www.maemo.com 433";
+	nie:contentCreated "2009-02-27T15:15:10";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/15467";.
+
+<urn:uuid:779513667> a nfo:WebHistory;
+	nie:title "python.org 434";
+	nie:contentCreated "2008-04-09T14:59:46";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/92268";.
+
+<urn:uuid:1297847061> a nfo:WebHistory;
+	nie:title "slashdot.org 435";
+	nie:contentCreated "2008-03-11T15:17:41";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/76805";.
+
+<urn:uuid:1846005613> a nfo:WebHistory;
+	nie:title "www.youtube.com 436";
+	nie:contentCreated "2009-02-05T15:00:45";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/89208";.
+
+<urn:uuid:724047204> a nfo:WebHistory;
+	nie:title "www.youtube.com 437";
+	nie:contentCreated "2008-03-17T15:40:36";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/37267";.
+
+<urn:uuid:1366607918> a nfo:WebHistory;
+	nie:title "www.google.com 438";
+	nie:contentCreated "2009-01-07T15:41:25";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/65556";.
+
+<urn:uuid:1310994243> a nfo:WebHistory;
+	nie:title "www.youtube.com 439";
+	nie:contentCreated "2008-03-13T15:40:43";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/8470";.
+
+<urn:uuid:1453297314> a nfo:WebHistory;
+	nie:title "python.org 440";
+	nie:contentCreated "2008-06-16T15:39:41";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/66030";.
+
+<urn:uuid:1991620138> a nfo:WebHistory;
+	nie:title "www.piratebay.org 441";
+	nie:contentCreated "2008-12-06T15:23:33";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/4288";.
+
+<urn:uuid:1202040953> a nfo:WebHistory;
+	nie:title "slashdot.org 442";
+	nie:contentCreated "2008-12-13T15:16:10";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/17490";.
+
+<urn:uuid:146967453> a nfo:WebHistory;
+	nie:title "www.maemo.com 443";
+	nie:contentCreated "2008-03-27T15:13:12";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/47905";.
+
+<urn:uuid:1623906716> a nfo:WebHistory;
+	nie:title "www.maemo.com 444";
+	nie:contentCreated "2009-01-05T14:53:42";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/79896";.
+
+<urn:uuid:1105230963> a nfo:WebHistory;
+	nie:title "slashdot.org 445";
+	nie:contentCreated "2008-05-14T15:17:42";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/4867";.
+
+<urn:uuid:1148113505> a nfo:WebHistory;
+	nie:title "www.youtube.com 446";
+	nie:contentCreated "2008-11-11T14:51:13";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/517";.
+
+<urn:uuid:1692141905> a nfo:WebHistory;
+	nie:title "www.google.com 447";
+	nie:contentCreated "2008-07-30T15:03:30";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/78682";.
+
+<urn:uuid:1194014969> a nfo:WebHistory;
+	nie:title "python.org 448";
+	nie:contentCreated "2009-02-04T15:34:56";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/15106";.
+
+<urn:uuid:394299965> a nfo:WebHistory;
+	nie:title "python.org 449";
+	nie:contentCreated "2009-01-27T14:59:24";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/15793";.
+
+<urn:uuid:2105622712> a nfo:WebHistory;
+	nie:title "slashdot.org 450";
+	nie:contentCreated "2008-10-05T14:50:50";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/76937";.
+
+<urn:uuid:1792743656> a nfo:WebHistory;
+	nie:title "www.maemo.com 451";
+	nie:contentCreated "2008-12-07T14:49:53";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/71953";.
+
+<urn:uuid:694292993> a nfo:WebHistory;
+	nie:title "www.nokia.com 452";
+	nie:contentCreated "2008-05-29T15:35:18";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/9936";.
+
+<urn:uuid:754184632> a nfo:WebHistory;
+	nie:title "slashdot.org 453";
+	nie:contentCreated "2008-12-17T15:23:18";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/85409";.
+
+<urn:uuid:1594068637> a nfo:WebHistory;
+	nie:title "www.maemo.com 454";
+	nie:contentCreated "2008-10-13T15:35:13";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/3479";.
+
+<urn:uuid:807971156> a nfo:WebHistory;
+	nie:title "www.piratebay.org 455";
+	nie:contentCreated "2009-02-19T15:46:49";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/1380";.
+
+<urn:uuid:411326875> a nfo:WebHistory;
+	nie:title "www.nokia.com 456";
+	nie:contentCreated "2009-03-03T15:11:50";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/16782";.
+
+<urn:uuid:2123336019> a nfo:WebHistory;
+	nie:title "www.maemo.com 457";
+	nie:contentCreated "2008-05-22T15:47:40";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/97562";.
+
+<urn:uuid:517086387> a nfo:WebHistory;
+	nie:title "www.youtube.com 458";
+	nie:contentCreated "2008-04-26T15:11:00";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/99264";.
+
+<urn:uuid:906716874> a nfo:WebHistory;
+	nie:title "www.youtube.com 459";
+	nie:contentCreated "2008-04-22T15:40:00";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/45021";.
+
+<urn:uuid:1947487474> a nfo:WebHistory;
+	nie:title "www.piratebay.org 460";
+	nie:contentCreated "2008-03-21T15:34:38";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/5015";.
+
+<urn:uuid:1351776068> a nfo:WebHistory;
+	nie:title "www.piratebay.org 461";
+	nie:contentCreated "2008-09-16T15:05:36";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/72965";.
+
+<urn:uuid:625946516> a nfo:WebHistory;
+	nie:title "www.piratebay.org 462";
+	nie:contentCreated "2008-12-21T14:54:43";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/62176";.
+
+<urn:uuid:1849244594> a nfo:WebHistory;
+	nie:title "www.google.com 463";
+	nie:contentCreated "2009-01-09T15:15:26";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/88851";.
+
+<urn:uuid:347983380> a nfo:WebHistory;
+	nie:title "www.google.com 464";
+	nie:contentCreated "2008-11-13T15:03:29";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/30969";.
+
+<urn:uuid:948764239> a nfo:WebHistory;
+	nie:title "slashdot.org 465";
+	nie:contentCreated "2008-08-30T15:40:11";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/74854";.
+
+<urn:uuid:912295122> a nfo:WebHistory;
+	nie:title "www.piratebay.org 466";
+	nie:contentCreated "2008-12-27T15:09:13";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/51491";.
+
+<urn:uuid:346943303> a nfo:WebHistory;
+	nie:title "www.youtube.com 467";
+	nie:contentCreated "2008-11-21T15:18:38";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/83959";.
+
+<urn:uuid:863242214> a nfo:WebHistory;
+	nie:title "www.maemo.com 468";
+	nie:contentCreated "2008-11-26T15:03:25";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/35597";.
+
+<urn:uuid:679911183> a nfo:WebHistory;
+	nie:title "www.piratebay.org 469";
+	nie:contentCreated "2008-04-23T15:33:49";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/60698";.
+
+<urn:uuid:471472857> a nfo:WebHistory;
+	nie:title "www.nokia.com 470";
+	nie:contentCreated "2008-09-24T15:44:57";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/8343";.
+
+<urn:uuid:1076723901> a nfo:WebHistory;
+	nie:title "www.youtube.com 471";
+	nie:contentCreated "2008-03-14T15:39:25";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/51834";.
+
+<urn:uuid:1717751910> a nfo:WebHistory;
+	nie:title "slashdot.org 472";
+	nie:contentCreated "2008-02-10T15:40:44";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/1393";.
+
+<urn:uuid:1276396668> a nfo:WebHistory;
+	nie:title "www.maemo.com 473";
+	nie:contentCreated "2008-05-03T15:32:55";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/21267";.
+
+<urn:uuid:798875121> a nfo:WebHistory;
+	nie:title "www.piratebay.org 474";
+	nie:contentCreated "2008-12-12T15:34:00";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/95860";.
+
+<urn:uuid:101677073> a nfo:WebHistory;
+	nie:title "www.nokia.com 475";
+	nie:contentCreated "2008-10-28T15:17:31";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/38549";.
+
+<urn:uuid:806287165> a nfo:WebHistory;
+	nie:title "www.google.com 476";
+	nie:contentCreated "2008-09-26T15:36:31";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/84096";.
+
+<urn:uuid:562276836> a nfo:WebHistory;
+	nie:title "python.org 477";
+	nie:contentCreated "2008-08-07T14:50:31";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/12410";.
+
+<urn:uuid:1641543972> a nfo:WebHistory;
+	nie:title "www.piratebay.org 478";
+	nie:contentCreated "2008-02-08T15:18:11";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/89167";.
+
+<urn:uuid:142866278> a nfo:WebHistory;
+	nie:title "python.org 479";
+	nie:contentCreated "2008-12-12T15:32:25";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/36879";.
+
+<urn:uuid:2082177490> a nfo:WebHistory;
+	nie:title "www.nokia.com 480";
+	nie:contentCreated "2008-07-12T14:51:20";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/12730";.
+
+<urn:uuid:1169308201> a nfo:WebHistory;
+	nie:title "www.google.com 481";
+	nie:contentCreated "2008-10-28T15:37:56";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/93259";.
+
+<urn:uuid:2068639284> a nfo:WebHistory;
+	nie:title "www.maemo.com 482";
+	nie:contentCreated "2008-09-01T15:40:53";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/83029";.
+
+<urn:uuid:417474056> a nfo:WebHistory;
+	nie:title "www.google.com 483";
+	nie:contentCreated "2009-02-01T15:27:38";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/94343";.
+
+<urn:uuid:591601539> a nfo:WebHistory;
+	nie:title "www.google.com 484";
+	nie:contentCreated "2009-01-26T15:40:01";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/94348";.
+
+<urn:uuid:172207488> a nfo:WebHistory;
+	nie:title "python.org 485";
+	nie:contentCreated "2008-08-27T15:07:15";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/36095";.
+
+<urn:uuid:1909247587> a nfo:WebHistory;
+	nie:title "www.maemo.com 486";
+	nie:contentCreated "2009-02-18T14:55:14";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/51882";.
+
+<urn:uuid:388739081> a nfo:WebHistory;
+	nie:title "slashdot.org 487";
+	nie:contentCreated "2008-07-05T15:04:36";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/6575";.
+
+<urn:uuid:677504510> a nfo:WebHistory;
+	nie:title "www.nokia.com 488";
+	nie:contentCreated "2008-11-19T15:21:37";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/25780";.
+
+<urn:uuid:48180775> a nfo:WebHistory;
+	nie:title "www.maemo.com 489";
+	nie:contentCreated "2008-10-05T15:14:47";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/18083";.
+
+<urn:uuid:497302414> a nfo:WebHistory;
+	nie:title "www.piratebay.org 490";
+	nie:contentCreated "2008-05-23T14:55:28";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/68359";.
+
+<urn:uuid:1418836042> a nfo:WebHistory;
+	nie:title "www.nokia.com 491";
+	nie:contentCreated "2008-10-31T15:15:44";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/53927";.
+
+<urn:uuid:1369746344> a nfo:WebHistory;
+	nie:title "www.piratebay.org 492";
+	nie:contentCreated "2008-09-21T15:22:41";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/63735";.
+
+<urn:uuid:1365505281> a nfo:WebHistory;
+	nie:title "www.maemo.com 493";
+	nie:contentCreated "2008-11-13T15:08:31";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/94543";.
+
+<urn:uuid:418463661> a nfo:WebHistory;
+	nie:title "python.org 494";
+	nie:contentCreated "2008-11-11T14:52:51";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/4859";.
+
+<urn:uuid:459224634> a nfo:WebHistory;
+	nie:title "www.piratebay.org 495";
+	nie:contentCreated "2008-11-25T15:33:02";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/39897";.
+
+<urn:uuid:943354138> a nfo:WebHistory;
+	nie:title "slashdot.org 496";
+	nie:contentCreated "2008-11-28T15:22:27";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/83405";.
+
+<urn:uuid:668891403> a nfo:WebHistory;
+	nie:title "python.org 497";
+	nie:contentCreated "2008-05-04T14:49:09";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/5667";.
+
+<urn:uuid:2122648050> a nfo:WebHistory;
+	nie:title "www.nokia.com 498";
+	nie:contentCreated "2008-11-28T15:41:38";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/19322";.
+
+<urn:uuid:166184030> a nfo:WebHistory;
+	nie:title "www.youtube.com 499";
+	nie:contentCreated "2009-01-27T15:10:33";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/30978";.
+
+<urn:uuid:628050756> a nfo:WebHistory;
+	nie:title "www.maemo.com 500";
+	nie:contentCreated "2008-10-04T14:57:05";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/34561";.
+
+<urn:uuid:1923563209> a nfo:WebHistory;
+	nie:title "www.google.com 501";
+	nie:contentCreated "2008-06-23T15:05:04";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/22596";.
+
+<urn:uuid:1945711185> a nfo:WebHistory;
+	nie:title "www.maemo.com 502";
+	nie:contentCreated "2008-04-25T14:49:03";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/84308";.
+
+<urn:uuid:31988143> a nfo:WebHistory;
+	nie:title "python.org 503";
+	nie:contentCreated "2008-02-12T15:29:21";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/67930";.
+
+<urn:uuid:1994155403> a nfo:WebHistory;
+	nie:title "python.org 504";
+	nie:contentCreated "2009-02-01T15:05:49";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/26143";.
+
+<urn:uuid:1580751087> a nfo:WebHistory;
+	nie:title "www.google.com 505";
+	nie:contentCreated "2009-01-24T15:15:00";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/899";.
+
+<urn:uuid:1720935569> a nfo:WebHistory;
+	nie:title "slashdot.org 506";
+	nie:contentCreated "2008-04-21T15:17:18";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/93138";.
+
+<urn:uuid:1065255206> a nfo:WebHistory;
+	nie:title "www.google.com 507";
+	nie:contentCreated "2009-01-25T15:25:22";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/89448";.
+
+<urn:uuid:869068718> a nfo:WebHistory;
+	nie:title "slashdot.org 508";
+	nie:contentCreated "2008-03-23T15:22:54";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/9432";.
+
+<urn:uuid:554409884> a nfo:WebHistory;
+	nie:title "www.nokia.com 509";
+	nie:contentCreated "2008-07-26T15:19:11";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/67607";.
+
+<urn:uuid:355504236> a nfo:WebHistory;
+	nie:title "www.piratebay.org 510";
+	nie:contentCreated "2008-06-18T15:45:13";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/15021";.
+
+<urn:uuid:1061942778> a nfo:WebHistory;
+	nie:title "www.nokia.com 511";
+	nie:contentCreated "2009-01-23T15:40:00";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/97967";.
+
+<urn:uuid:1303659868> a nfo:WebHistory;
+	nie:title "www.nokia.com 512";
+	nie:contentCreated "2008-07-06T15:05:33";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/67739";.
+
+<urn:uuid:2541656> a nfo:WebHistory;
+	nie:title "python.org 513";
+	nie:contentCreated "2008-11-24T15:25:09";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/83309";.
+
+<urn:uuid:1027395598> a nfo:WebHistory;
+	nie:title "www.nokia.com 514";
+	nie:contentCreated "2008-05-31T15:10:32";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/25358";.
+
+<urn:uuid:1691802382> a nfo:WebHistory;
+	nie:title "python.org 515";
+	nie:contentCreated "2008-02-22T15:03:11";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/2698";.
+
+<urn:uuid:1402384451> a nfo:WebHistory;
+	nie:title "www.nokia.com 516";
+	nie:contentCreated "2008-03-18T14:49:09";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/42882";.
+
+<urn:uuid:744330870> a nfo:WebHistory;
+	nie:title "www.youtube.com 517";
+	nie:contentCreated "2008-06-08T15:40:31";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/96342";.
+
+<urn:uuid:81761075> a nfo:WebHistory;
+	nie:title "python.org 518";
+	nie:contentCreated "2008-11-11T15:10:45";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/19760";.
+
+<urn:uuid:1220910428> a nfo:WebHistory;
+	nie:title "www.piratebay.org 519";
+	nie:contentCreated "2008-05-23T15:13:19";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/1136";.
+
+<urn:uuid:331139466> a nfo:WebHistory;
+	nie:title "www.nokia.com 520";
+	nie:contentCreated "2008-08-07T15:09:31";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/1140";.
+
+<urn:uuid:945112461> a nfo:WebHistory;
+	nie:title "www.google.com 521";
+	nie:contentCreated "2008-04-08T15:09:59";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/56881";.
+
+<urn:uuid:248015571> a nfo:WebHistory;
+	nie:title "www.maemo.com 522";
+	nie:contentCreated "2008-11-20T15:07:41";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/29785";.
+
+<urn:uuid:1798674105> a nfo:WebHistory;
+	nie:title "python.org 523";
+	nie:contentCreated "2008-11-03T15:03:13";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/56216";.
+
+<urn:uuid:78918305> a nfo:WebHistory;
+	nie:title "slashdot.org 524";
+	nie:contentCreated "2008-08-10T15:42:23";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/86636";.
+
+<urn:uuid:449513169> a nfo:WebHistory;
+	nie:title "www.piratebay.org 525";
+	nie:contentCreated "2009-02-12T15:07:12";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/46708";.
+
+<urn:uuid:1971781955> a nfo:WebHistory;
+	nie:title "www.nokia.com 526";
+	nie:contentCreated "2008-12-18T15:44:30";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/47453";.
+
+<urn:uuid:2053065206> a nfo:WebHistory;
+	nie:title "www.nokia.com 527";
+	nie:contentCreated "2008-07-11T15:36:49";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/33472";.
+
+<urn:uuid:255815389> a nfo:WebHistory;
+	nie:title "www.google.com 528";
+	nie:contentCreated "2008-08-16T15:47:54";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/34907";.
+
+<urn:uuid:1222124098> a nfo:WebHistory;
+	nie:title "python.org 529";
+	nie:contentCreated "2009-01-09T14:54:30";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/18767";.
+
+<urn:uuid:2092288975> a nfo:WebHistory;
+	nie:title "www.piratebay.org 530";
+	nie:contentCreated "2008-10-23T15:37:16";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/65663";.
+
+<urn:uuid:1878516429> a nfo:WebHistory;
+	nie:title "www.youtube.com 531";
+	nie:contentCreated "2008-05-10T14:59:48";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/64228";.
+
+<urn:uuid:1174451843> a nfo:WebHistory;
+	nie:title "www.piratebay.org 532";
+	nie:contentCreated "2009-02-18T15:15:30";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/2112";.
+
+<urn:uuid:1655067102> a nfo:WebHistory;
+	nie:title "slashdot.org 533";
+	nie:contentCreated "2008-07-31T15:24:32";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/4157";.
+
+<urn:uuid:496473391> a nfo:WebHistory;
+	nie:title "www.youtube.com 534";
+	nie:contentCreated "2008-12-08T15:35:34";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/9115";.
+
+<urn:uuid:894380073> a nfo:WebHistory;
+	nie:title "slashdot.org 535";
+	nie:contentCreated "2008-01-29T15:09:52";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/14716";.
+
+<urn:uuid:355431284> a nfo:WebHistory;
+	nie:title "www.google.com 536";
+	nie:contentCreated "2008-05-22T15:07:14";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/74496";.
+
+<urn:uuid:693652522> a nfo:WebHistory;
+	nie:title "www.piratebay.org 537";
+	nie:contentCreated "2009-02-16T15:39:44";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/58113";.
+
+<urn:uuid:742404303> a nfo:WebHistory;
+	nie:title "www.maemo.com 538";
+	nie:contentCreated "2008-12-28T15:10:27";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/74833";.
+
+<urn:uuid:2124746929> a nfo:WebHistory;
+	nie:title "www.piratebay.org 539";
+	nie:contentCreated "2008-08-12T15:42:14";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/40736";.
+
+<urn:uuid:2112674169> a nfo:WebHistory;
+	nie:title "python.org 540";
+	nie:contentCreated "2008-06-07T15:36:13";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/26114";.
+
+<urn:uuid:676751280> a nfo:WebHistory;
+	nie:title "www.youtube.com 541";
+	nie:contentCreated "2009-01-29T15:15:19";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/79987";.
+
+<urn:uuid:876078344> a nfo:WebHistory;
+	nie:title "www.piratebay.org 542";
+	nie:contentCreated "2008-08-08T15:35:09";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/29976";.
+
+<urn:uuid:441781574> a nfo:WebHistory;
+	nie:title "www.piratebay.org 543";
+	nie:contentCreated "2008-09-22T15:26:05";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/45917";.
+
+<urn:uuid:1942862173> a nfo:WebHistory;
+	nie:title "www.google.com 544";
+	nie:contentCreated "2008-06-22T15:37:15";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/6776";.
+
+<urn:uuid:67609577> a nfo:WebHistory;
+	nie:title "python.org 545";
+	nie:contentCreated "2008-09-29T15:37:32";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/22600";.
+
+<urn:uuid:1479268103> a nfo:WebHistory;
+	nie:title "www.nokia.com 546";
+	nie:contentCreated "2008-07-23T15:41:17";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/37181";.
+
+<urn:uuid:719719570> a nfo:WebHistory;
+	nie:title "www.google.com 547";
+	nie:contentCreated "2008-12-01T15:02:23";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/41074";.
+
+<urn:uuid:162874118> a nfo:WebHistory;
+	nie:title "www.youtube.com 548";
+	nie:contentCreated "2008-08-19T15:45:18";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/30634";.
+
+<urn:uuid:1997976890> a nfo:WebHistory;
+	nie:title "www.nokia.com 549";
+	nie:contentCreated "2008-07-13T15:45:24";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/73476";.
+
+<urn:uuid:1234813410> a nfo:WebHistory;
+	nie:title "python.org 550";
+	nie:contentCreated "2008-03-01T15:05:38";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/5625";.
+
+<urn:uuid:31437929> a nfo:WebHistory;
+	nie:title "www.maemo.com 551";
+	nie:contentCreated "2008-07-31T15:14:39";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/32509";.
+
+<urn:uuid:396550397> a nfo:WebHistory;
+	nie:title "slashdot.org 552";
+	nie:contentCreated "2008-08-06T14:54:33";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/81773";.
+
+<urn:uuid:1870977810> a nfo:WebHistory;
+	nie:title "www.google.com 553";
+	nie:contentCreated "2008-04-24T14:51:09";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/38443";.
+
+<urn:uuid:1928807474> a nfo:WebHistory;
+	nie:title "www.youtube.com 554";
+	nie:contentCreated "2008-09-22T15:01:46";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/22226";.
+
+<urn:uuid:457160048> a nfo:WebHistory;
+	nie:title "www.youtube.com 555";
+	nie:contentCreated "2008-11-12T14:50:55";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/16634";.
+
+<urn:uuid:1671306227> a nfo:WebHistory;
+	nie:title "www.piratebay.org 556";
+	nie:contentCreated "2009-01-11T14:58:39";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/49831";.
+
+<urn:uuid:716517440> a nfo:WebHistory;
+	nie:title "python.org 557";
+	nie:contentCreated "2009-01-03T15:05:21";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/15341";.
+
+<urn:uuid:219201134> a nfo:WebHistory;
+	nie:title "www.piratebay.org 558";
+	nie:contentCreated "2008-02-26T15:28:22";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/38718";.
+
+<urn:uuid:1499474153> a nfo:WebHistory;
+	nie:title "www.google.com 559";
+	nie:contentCreated "2008-02-07T15:25:15";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/70073";.
+
+<urn:uuid:1389015293> a nfo:WebHistory;
+	nie:title "www.youtube.com 560";
+	nie:contentCreated "2008-02-11T15:29:51";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/92084";.
+
+<urn:uuid:547235477> a nfo:WebHistory;
+	nie:title "www.maemo.com 561";
+	nie:contentCreated "2008-10-19T15:30:17";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/8889";.
+
+<urn:uuid:1371835930> a nfo:WebHistory;
+	nie:title "www.google.com 562";
+	nie:contentCreated "2008-07-28T15:33:45";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/52954";.
+
+<urn:uuid:1760357555> a nfo:WebHistory;
+	nie:title "www.youtube.com 563";
+	nie:contentCreated "2008-02-15T14:57:36";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/91732";.
+
+<urn:uuid:1014274288> a nfo:WebHistory;
+	nie:title "www.maemo.com 564";
+	nie:contentCreated "2008-09-02T14:52:22";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/66864";.
+
+<urn:uuid:112696079> a nfo:WebHistory;
+	nie:title "www.youtube.com 565";
+	nie:contentCreated "2008-04-26T15:01:17";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/47391";.
+
+<urn:uuid:1682253030> a nfo:WebHistory;
+	nie:title "www.piratebay.org 566";
+	nie:contentCreated "2008-08-08T15:02:59";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/37382";.
+
+<urn:uuid:406381652> a nfo:WebHistory;
+	nie:title "www.piratebay.org 567";
+	nie:contentCreated "2008-11-29T15:37:48";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/90731";.
+
+<urn:uuid:2079109163> a nfo:WebHistory;
+	nie:title "www.nokia.com 568";
+	nie:contentCreated "2009-02-17T15:03:49";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/97325";.
+
+<urn:uuid:1110201344> a nfo:WebHistory;
+	nie:title "www.youtube.com 569";
+	nie:contentCreated "2008-12-02T15:40:32";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/69997";.
+
+<urn:uuid:1975297185> a nfo:WebHistory;
+	nie:title "slashdot.org 570";
+	nie:contentCreated "2008-02-06T15:29:54";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/58256";.
+
+<urn:uuid:1260172360> a nfo:WebHistory;
+	nie:title "www.nokia.com 571";
+	nie:contentCreated "2008-08-11T14:49:43";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/24143";.
+
+<urn:uuid:1898553818> a nfo:WebHistory;
+	nie:title "www.maemo.com 572";
+	nie:contentCreated "2008-12-20T15:15:46";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/62305";.
+
+<urn:uuid:1881332867> a nfo:WebHistory;
+	nie:title "www.google.com 573";
+	nie:contentCreated "2008-01-30T15:35:07";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/5403";.
+
+<urn:uuid:594857041> a nfo:WebHistory;
+	nie:title "www.youtube.com 574";
+	nie:contentCreated "2008-11-29T15:01:31";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/77682";.
+
+<urn:uuid:1231435688> a nfo:WebHistory;
+	nie:title "www.piratebay.org 575";
+	nie:contentCreated "2008-04-27T14:53:39";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/34603";.
+
+<urn:uuid:1810596650> a nfo:WebHistory;
+	nie:title "www.google.com 576";
+	nie:contentCreated "2008-10-03T15:37:45";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/54578";.
+
+<urn:uuid:1122910780> a nfo:WebHistory;
+	nie:title "slashdot.org 577";
+	nie:contentCreated "2008-06-23T15:23:39";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/13627";.
+
+<urn:uuid:1432013904> a nfo:WebHistory;
+	nie:title "python.org 578";
+	nie:contentCreated "2008-02-22T15:20:22";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/46544";.
+
+<urn:uuid:661201072> a nfo:WebHistory;
+	nie:title "www.piratebay.org 579";
+	nie:contentCreated "2008-08-15T14:48:53";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/43077";.
+
+<urn:uuid:551430902> a nfo:WebHistory;
+	nie:title "slashdot.org 580";
+	nie:contentCreated "2008-12-24T15:18:55";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/2671";.
+
+<urn:uuid:1834131922> a nfo:WebHistory;
+	nie:title "www.youtube.com 581";
+	nie:contentCreated "2008-09-04T15:46:10";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/79824";.
+
+<urn:uuid:951361253> a nfo:WebHistory;
+	nie:title "slashdot.org 582";
+	nie:contentCreated "2008-03-04T15:20:44";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/72253";.
+
+<urn:uuid:1854691711> a nfo:WebHistory;
+	nie:title "www.youtube.com 583";
+	nie:contentCreated "2009-02-15T15:17:22";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/76568";.
+
+<urn:uuid:1320278773> a nfo:WebHistory;
+	nie:title "www.youtube.com 584";
+	nie:contentCreated "2008-04-20T15:26:28";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/89338";.
+
+<urn:uuid:190739861> a nfo:WebHistory;
+	nie:title "www.google.com 585";
+	nie:contentCreated "2008-04-16T14:55:01";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/10915";.
+
+<urn:uuid:732335600> a nfo:WebHistory;
+	nie:title "www.nokia.com 586";
+	nie:contentCreated "2008-12-25T15:47:15";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/29049";.
+
+<urn:uuid:1253154659> a nfo:WebHistory;
+	nie:title "slashdot.org 587";
+	nie:contentCreated "2008-06-12T15:16:29";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/66859";.
+
+<urn:uuid:8804699> a nfo:WebHistory;
+	nie:title "www.nokia.com 588";
+	nie:contentCreated "2008-03-26T14:55:52";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/63015";.
+
+<urn:uuid:9535177> a nfo:WebHistory;
+	nie:title "python.org 589";
+	nie:contentCreated "2008-06-13T15:07:16";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/30365";.
+
+<urn:uuid:679533859> a nfo:WebHistory;
+	nie:title "www.google.com 590";
+	nie:contentCreated "2008-05-23T15:03:27";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/98538";.
+
+<urn:uuid:1526851204> a nfo:WebHistory;
+	nie:title "www.youtube.com 591";
+	nie:contentCreated "2009-01-10T14:54:21";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/91553";.
+
+<urn:uuid:1841939536> a nfo:WebHistory;
+	nie:title "www.google.com 592";
+	nie:contentCreated "2008-10-29T14:55:25";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/60175";.
+
+<urn:uuid:791935565> a nfo:WebHistory;
+	nie:title "www.maemo.com 593";
+	nie:contentCreated "2008-04-01T15:33:06";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/62301";.
+
+<urn:uuid:1494551972> a nfo:WebHistory;
+	nie:title "www.maemo.com 594";
+	nie:contentCreated "2008-04-17T14:57:47";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/41511";.
+
+<urn:uuid:343116263> a nfo:WebHistory;
+	nie:title "python.org 595";
+	nie:contentCreated "2008-04-11T15:42:51";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/89134";.
+
+<urn:uuid:619099808> a nfo:WebHistory;
+	nie:title "slashdot.org 596";
+	nie:contentCreated "2008-12-04T15:14:50";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/6707";.
+
+<urn:uuid:698650481> a nfo:WebHistory;
+	nie:title "www.piratebay.org 597";
+	nie:contentCreated "2008-06-19T15:13:43";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/42075";.
+
+<urn:uuid:118818752> a nfo:WebHistory;
+	nie:title "python.org 598";
+	nie:contentCreated "2008-10-15T15:35:15";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/55405";.
+
+<urn:uuid:1525322007> a nfo:WebHistory;
+	nie:title "www.piratebay.org 599";
+	nie:contentCreated "2008-04-21T14:51:57";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/51635";.
+
+<urn:uuid:1728963748> a nfo:WebHistory;
+	nie:title "www.google.com 600";
+	nie:contentCreated "2009-02-28T15:08:24";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/24140";.
+
+<urn:uuid:699110769> a nfo:WebHistory;
+	nie:title "www.piratebay.org 601";
+	nie:contentCreated "2008-04-26T15:06:08";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/18896";.
+
+<urn:uuid:1353876654> a nfo:WebHistory;
+	nie:title "www.nokia.com 602";
+	nie:contentCreated "2008-02-19T15:16:03";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/76413";.
+
+<urn:uuid:84521112> a nfo:WebHistory;
+	nie:title "www.piratebay.org 603";
+	nie:contentCreated "2008-05-17T15:07:43";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/62893";.
+
+<urn:uuid:1025055266> a nfo:WebHistory;
+	nie:title "www.google.com 604";
+	nie:contentCreated "2008-04-24T15:46:01";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/55716";.
+
+<urn:uuid:715906870> a nfo:WebHistory;
+	nie:title "python.org 605";
+	nie:contentCreated "2008-06-24T15:21:27";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/56113";.
+
+<urn:uuid:661889647> a nfo:WebHistory;
+	nie:title "python.org 606";
+	nie:contentCreated "2008-12-09T15:07:05";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/16073";.
+
+<urn:uuid:308413742> a nfo:WebHistory;
+	nie:title "www.google.com 607";
+	nie:contentCreated "2008-12-11T14:49:27";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/6611";.
+
+<urn:uuid:1436384562> a nfo:WebHistory;
+	nie:title "www.maemo.com 608";
+	nie:contentCreated "2008-12-16T14:55:38";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/45939";.
+
+<urn:uuid:876143102> a nfo:WebHistory;
+	nie:title "python.org 609";
+	nie:contentCreated "2008-07-03T15:09:52";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/55439";.
+
+<urn:uuid:846806069> a nfo:WebHistory;
+	nie:title "www.google.com 610";
+	nie:contentCreated "2008-06-04T15:35:58";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/57963";.
+
+<urn:uuid:267342101> a nfo:WebHistory;
+	nie:title "www.google.com 611";
+	nie:contentCreated "2009-01-09T15:45:25";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/96739";.
+
+<urn:uuid:1679216150> a nfo:WebHistory;
+	nie:title "slashdot.org 612";
+	nie:contentCreated "2008-08-25T15:44:50";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/50366";.
+
+<urn:uuid:1249844300> a nfo:WebHistory;
+	nie:title "www.nokia.com 613";
+	nie:contentCreated "2008-02-16T15:40:08";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/27725";.
+
+<urn:uuid:205085316> a nfo:WebHistory;
+	nie:title "slashdot.org 614";
+	nie:contentCreated "2008-03-07T15:19:28";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/74693";.
+
+<urn:uuid:703636847> a nfo:WebHistory;
+	nie:title "slashdot.org 615";
+	nie:contentCreated "2008-01-30T15:11:51";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/82967";.
+
+<urn:uuid:625880918> a nfo:WebHistory;
+	nie:title "python.org 616";
+	nie:contentCreated "2008-11-21T15:24:41";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/41276";.
+
+<urn:uuid:642091963> a nfo:WebHistory;
+	nie:title "www.nokia.com 617";
+	nie:contentCreated "2008-03-14T15:33:17";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/80621";.
+
+<urn:uuid:1740415116> a nfo:WebHistory;
+	nie:title "www.google.com 618";
+	nie:contentCreated "2008-09-23T15:45:56";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/59404";.
+
+<urn:uuid:611450645> a nfo:WebHistory;
+	nie:title "slashdot.org 619";
+	nie:contentCreated "2008-05-12T15:06:54";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/84905";.
+
+<urn:uuid:531716054> a nfo:WebHistory;
+	nie:title "python.org 620";
+	nie:contentCreated "2008-12-12T15:00:54";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/68770";.
+
+<urn:uuid:824429626> a nfo:WebHistory;
+	nie:title "www.maemo.com 621";
+	nie:contentCreated "2008-05-29T15:32:19";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/10230";.
+
+<urn:uuid:785521613> a nfo:WebHistory;
+	nie:title "www.youtube.com 622";
+	nie:contentCreated "2008-10-24T15:41:18";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/91745";.
+
+<urn:uuid:1080146171> a nfo:WebHistory;
+	nie:title "www.maemo.com 623";
+	nie:contentCreated "2008-03-06T15:35:06";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/94193";.
+
+<urn:uuid:1324191860> a nfo:WebHistory;
+	nie:title "www.google.com 624";
+	nie:contentCreated "2009-02-23T15:04:29";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/35101";.
+
+<urn:uuid:2043971811> a nfo:WebHistory;
+	nie:title "www.piratebay.org 625";
+	nie:contentCreated "2008-12-10T15:05:16";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/82384";.
+
+<urn:uuid:980922804> a nfo:WebHistory;
+	nie:title "www.google.com 626";
+	nie:contentCreated "2008-11-07T15:09:14";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/52173";.
+
+<urn:uuid:848563634> a nfo:WebHistory;
+	nie:title "www.youtube.com 627";
+	nie:contentCreated "2008-07-01T15:44:29";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/22097";.
+
+<urn:uuid:1138327306> a nfo:WebHistory;
+	nie:title "www.google.com 628";
+	nie:contentCreated "2008-09-07T15:31:35";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/57848";.
+
+<urn:uuid:956701737> a nfo:WebHistory;
+	nie:title "www.piratebay.org 629";
+	nie:contentCreated "2008-04-18T15:05:33";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/30296";.
+
+<urn:uuid:573922439> a nfo:WebHistory;
+	nie:title "www.maemo.com 630";
+	nie:contentCreated "2008-12-21T15:39:33";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/97792";.
+
+<urn:uuid:552546237> a nfo:WebHistory;
+	nie:title "www.nokia.com 631";
+	nie:contentCreated "2008-06-30T15:42:43";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/67667";.
+
+<urn:uuid:426885347> a nfo:WebHistory;
+	nie:title "www.piratebay.org 632";
+	nie:contentCreated "2008-09-05T15:31:11";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/98142";.
+
+<urn:uuid:194320358> a nfo:WebHistory;
+	nie:title "python.org 633";
+	nie:contentCreated "2008-12-20T15:07:24";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/73969";.
+
+<urn:uuid:733698466> a nfo:WebHistory;
+	nie:title "www.google.com 634";
+	nie:contentCreated "2008-04-22T15:04:10";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/53259";.
+
+<urn:uuid:804257968> a nfo:WebHistory;
+	nie:title "www.nokia.com 635";
+	nie:contentCreated "2008-12-31T15:25:02";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/25997";.
+
+<urn:uuid:1595347670> a nfo:WebHistory;
+	nie:title "www.piratebay.org 636";
+	nie:contentCreated "2008-05-27T15:07:29";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/1705";.
+
+<urn:uuid:1791388109> a nfo:WebHistory;
+	nie:title "python.org 637";
+	nie:contentCreated "2008-05-07T15:10:04";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/54177";.
+
+<urn:uuid:2125250681> a nfo:WebHistory;
+	nie:title "www.nokia.com 638";
+	nie:contentCreated "2009-02-11T15:38:34";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/39606";.
+
+<urn:uuid:90736308> a nfo:WebHistory;
+	nie:title "www.nokia.com 639";
+	nie:contentCreated "2008-11-18T15:45:30";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/21646";.
+
+<urn:uuid:1360751873> a nfo:WebHistory;
+	nie:title "www.google.com 640";
+	nie:contentCreated "2008-08-05T15:38:25";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/84981";.
+
+<urn:uuid:1055256303> a nfo:WebHistory;
+	nie:title "slashdot.org 641";
+	nie:contentCreated "2008-10-19T15:23:28";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/13304";.
+
+<urn:uuid:1758106190> a nfo:WebHistory;
+	nie:title "slashdot.org 642";
+	nie:contentCreated "2008-05-19T15:39:02";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/79557";.
+
+<urn:uuid:1768424499> a nfo:WebHistory;
+	nie:title "python.org 643";
+	nie:contentCreated "2008-08-10T15:42:02";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/36438";.
+
+<urn:uuid:981490072> a nfo:WebHistory;
+	nie:title "www.piratebay.org 644";
+	nie:contentCreated "2008-08-06T15:30:50";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/42854";.
+
+<urn:uuid:1452160520> a nfo:WebHistory;
+	nie:title "www.youtube.com 645";
+	nie:contentCreated "2008-02-12T15:27:14";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/35983";.
+
+<urn:uuid:1238923687> a nfo:WebHistory;
+	nie:title "www.maemo.com 646";
+	nie:contentCreated "2008-09-05T15:39:38";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/12301";.
+
+<urn:uuid:580908697> a nfo:WebHistory;
+	nie:title "python.org 647";
+	nie:contentCreated "2008-11-05T15:00:54";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/39346";.
+
+<urn:uuid:1508838511> a nfo:WebHistory;
+	nie:title "python.org 648";
+	nie:contentCreated "2008-08-01T15:11:05";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/52116";.
+
+<urn:uuid:230599525> a nfo:WebHistory;
+	nie:title "www.youtube.com 649";
+	nie:contentCreated "2008-10-13T15:14:41";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/29183";.
+
+<urn:uuid:646667907> a nfo:WebHistory;
+	nie:title "www.maemo.com 650";
+	nie:contentCreated "2008-12-03T15:34:16";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/63842";.
+
+<urn:uuid:1204148064> a nfo:WebHistory;
+	nie:title "www.youtube.com 651";
+	nie:contentCreated "2008-02-17T15:21:17";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/17517";.
+
+<urn:uuid:1996707595> a nfo:WebHistory;
+	nie:title "slashdot.org 652";
+	nie:contentCreated "2009-01-20T15:35:45";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/70544";.
+
+<urn:uuid:1179384555> a nfo:WebHistory;
+	nie:title "python.org 653";
+	nie:contentCreated "2008-10-01T15:48:30";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/31203";.
+
+<urn:uuid:1032989471> a nfo:WebHistory;
+	nie:title "www.nokia.com 654";
+	nie:contentCreated "2009-02-19T15:14:12";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/92964";.
+
+<urn:uuid:1067425876> a nfo:WebHistory;
+	nie:title "www.piratebay.org 655";
+	nie:contentCreated "2008-05-22T15:35:37";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/13474";.
+
+<urn:uuid:659017216> a nfo:WebHistory;
+	nie:title "www.google.com 656";
+	nie:contentCreated "2008-08-21T15:04:04";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/30489";.
+
+<urn:uuid:1730637662> a nfo:WebHistory;
+	nie:title "slashdot.org 657";
+	nie:contentCreated "2008-08-29T15:01:18";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/28750";.
+
+<urn:uuid:1795104898> a nfo:WebHistory;
+	nie:title "slashdot.org 658";
+	nie:contentCreated "2009-02-25T15:00:12";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/4433";.
+
+<urn:uuid:1721770830> a nfo:WebHistory;
+	nie:title "www.maemo.com 659";
+	nie:contentCreated "2009-01-25T15:47:29";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/88802";.
+
+<urn:uuid:1189690771> a nfo:WebHistory;
+	nie:title "www.maemo.com 660";
+	nie:contentCreated "2008-04-30T15:09:16";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/21094";.
+
+<urn:uuid:762623625> a nfo:WebHistory;
+	nie:title "www.nokia.com 661";
+	nie:contentCreated "2009-02-10T15:19:30";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/25256";.
+
+<urn:uuid:2145386816> a nfo:WebHistory;
+	nie:title "www.piratebay.org 662";
+	nie:contentCreated "2008-03-28T15:37:14";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/94706";.
+
+<urn:uuid:1086902271> a nfo:WebHistory;
+	nie:title "www.maemo.com 663";
+	nie:contentCreated "2008-12-21T15:32:43";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/84228";.
+
+<urn:uuid:1727648884> a nfo:WebHistory;
+	nie:title "slashdot.org 664";
+	nie:contentCreated "2008-10-16T15:34:24";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/52321";.
+
+<urn:uuid:364171957> a nfo:WebHistory;
+	nie:title "www.nokia.com 665";
+	nie:contentCreated "2008-07-17T14:50:12";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/59708";.
+
+<urn:uuid:727998279> a nfo:WebHistory;
+	nie:title "www.google.com 666";
+	nie:contentCreated "2008-07-16T15:39:48";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/8317";.
+
+<urn:uuid:902182342> a nfo:WebHistory;
+	nie:title "www.maemo.com 667";
+	nie:contentCreated "2009-02-20T15:12:49";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/74146";.
+
+<urn:uuid:1587364644> a nfo:WebHistory;
+	nie:title "python.org 668";
+	nie:contentCreated "2008-08-30T14:53:31";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/89506";.
+
+<urn:uuid:846248719> a nfo:WebHistory;
+	nie:title "www.youtube.com 669";
+	nie:contentCreated "2008-11-25T15:02:03";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/23138";.
+
+<urn:uuid:1143723895> a nfo:WebHistory;
+	nie:title "www.piratebay.org 670";
+	nie:contentCreated "2009-01-03T14:55:57";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/17833";.
+
+<urn:uuid:377853302> a nfo:WebHistory;
+	nie:title "slashdot.org 671";
+	nie:contentCreated "2008-08-09T15:02:51";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/53809";.
+
+<urn:uuid:437566255> a nfo:WebHistory;
+	nie:title "www.youtube.com 672";
+	nie:contentCreated "2008-09-12T14:57:51";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/46706";.
+
+<urn:uuid:1559670433> a nfo:WebHistory;
+	nie:title "slashdot.org 673";
+	nie:contentCreated "2009-01-16T14:50:18";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/46877";.
+
+<urn:uuid:283574676> a nfo:WebHistory;
+	nie:title "www.google.com 674";
+	nie:contentCreated "2008-05-20T15:18:19";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/68206";.
+
+<urn:uuid:706697310> a nfo:WebHistory;
+	nie:title "www.piratebay.org 675";
+	nie:contentCreated "2008-05-29T15:45:59";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/64352";.
+
+<urn:uuid:1108221800> a nfo:WebHistory;
+	nie:title "www.piratebay.org 676";
+	nie:contentCreated "2008-10-07T15:05:28";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/55647";.
+
+<urn:uuid:1048413255> a nfo:WebHistory;
+	nie:title "www.maemo.com 677";
+	nie:contentCreated "2009-01-29T15:26:59";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/72608";.
+
+<urn:uuid:1267790503> a nfo:WebHistory;
+	nie:title "www.maemo.com 678";
+	nie:contentCreated "2008-03-14T15:00:25";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/5551";.
+
+<urn:uuid:92485675> a nfo:WebHistory;
+	nie:title "www.google.com 679";
+	nie:contentCreated "2008-01-29T15:32:51";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/90388";.
+
+<urn:uuid:1554584121> a nfo:WebHistory;
+	nie:title "www.youtube.com 680";
+	nie:contentCreated "2008-08-02T15:37:45";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/90856";.
+
+<urn:uuid:2039823717> a nfo:WebHistory;
+	nie:title "www.youtube.com 681";
+	nie:contentCreated "2008-06-17T15:15:22";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/93712";.
+
+<urn:uuid:1932830847> a nfo:WebHistory;
+	nie:title "slashdot.org 682";
+	nie:contentCreated "2008-07-22T15:25:26";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/85441";.
+
+<urn:uuid:1935301315> a nfo:WebHistory;
+	nie:title "www.piratebay.org 683";
+	nie:contentCreated "2009-02-18T15:17:02";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/49451";.
+
+<urn:uuid:1136846496> a nfo:WebHistory;
+	nie:title "www.google.com 684";
+	nie:contentCreated "2009-02-28T15:03:14";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/72800";.
+
+<urn:uuid:590284794> a nfo:WebHistory;
+	nie:title "www.youtube.com 685";
+	nie:contentCreated "2008-10-06T15:11:05";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/37042";.
+
+<urn:uuid:451644214> a nfo:WebHistory;
+	nie:title "www.maemo.com 686";
+	nie:contentCreated "2008-02-01T14:54:43";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/72135";.
+
+<urn:uuid:1704402752> a nfo:WebHistory;
+	nie:title "www.youtube.com 687";
+	nie:contentCreated "2008-03-01T14:49:43";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/92458";.
+
+<urn:uuid:714849096> a nfo:WebHistory;
+	nie:title "www.google.com 688";
+	nie:contentCreated "2008-05-21T15:41:30";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/9480";.
+
+<urn:uuid:433602825> a nfo:WebHistory;
+	nie:title "www.piratebay.org 689";
+	nie:contentCreated "2009-01-20T15:44:10";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/9021";.
+
+<urn:uuid:1870208135> a nfo:WebHistory;
+	nie:title "www.maemo.com 690";
+	nie:contentCreated "2009-02-19T15:36:51";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/16309";.
+
+<urn:uuid:1027428999> a nfo:WebHistory;
+	nie:title "www.google.com 691";
+	nie:contentCreated "2008-11-09T15:07:42";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/22106";.
+
+<urn:uuid:924146465> a nfo:WebHistory;
+	nie:title "slashdot.org 692";
+	nie:contentCreated "2009-02-26T15:29:37";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/56942";.
+
+<urn:uuid:835365443> a nfo:WebHistory;
+	nie:title "python.org 693";
+	nie:contentCreated "2008-04-19T15:03:26";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/13907";.
+
+<urn:uuid:485531249> a nfo:WebHistory;
+	nie:title "slashdot.org 694";
+	nie:contentCreated "2008-02-05T15:13:28";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/43567";.
+
+<urn:uuid:96524909> a nfo:WebHistory;
+	nie:title "www.youtube.com 695";
+	nie:contentCreated "2008-03-08T15:04:45";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/2786";.
+
+<urn:uuid:1152321472> a nfo:WebHistory;
+	nie:title "www.nokia.com 696";
+	nie:contentCreated "2008-04-12T14:58:41";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/33579";.
+
+<urn:uuid:1379266454> a nfo:WebHistory;
+	nie:title "slashdot.org 697";
+	nie:contentCreated "2008-04-06T15:03:54";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/14789";.
+
+<urn:uuid:162521753> a nfo:WebHistory;
+	nie:title "slashdot.org 698";
+	nie:contentCreated "2008-04-07T15:32:16";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/64936";.
+
+<urn:uuid:2117523999> a nfo:WebHistory;
+	nie:title "www.piratebay.org 699";
+	nie:contentCreated "2008-09-26T15:15:04";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/55437";.
+
+<urn:uuid:1346176093> a nfo:WebHistory;
+	nie:title "www.google.com 700";
+	nie:contentCreated "2008-07-07T15:41:56";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/82708";.
+
+<urn:uuid:1209144559> a nfo:WebHistory;
+	nie:title "slashdot.org 701";
+	nie:contentCreated "2008-06-09T15:43:15";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/27800";.
+
+<urn:uuid:1364185361> a nfo:WebHistory;
+	nie:title "python.org 702";
+	nie:contentCreated "2008-05-25T15:19:08";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/64091";.
+
+<urn:uuid:971449744> a nfo:WebHistory;
+	nie:title "python.org 703";
+	nie:contentCreated "2008-09-25T15:17:03";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/15943";.
+
+<urn:uuid:1107408501> a nfo:WebHistory;
+	nie:title "www.youtube.com 704";
+	nie:contentCreated "2009-02-25T15:08:24";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/61324";.
+
+<urn:uuid:676311177> a nfo:WebHistory;
+	nie:title "www.youtube.com 705";
+	nie:contentCreated "2008-05-25T15:00:49";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/86080";.
+
+<urn:uuid:303116085> a nfo:WebHistory;
+	nie:title "www.nokia.com 706";
+	nie:contentCreated "2008-08-29T15:04:31";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/10799";.
+
+<urn:uuid:845375092> a nfo:WebHistory;
+	nie:title "python.org 707";
+	nie:contentCreated "2008-07-07T15:30:58";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/40007";.
+
+<urn:uuid:849004488> a nfo:WebHistory;
+	nie:title "www.nokia.com 708";
+	nie:contentCreated "2008-10-31T15:03:48";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/54717";.
+
+<urn:uuid:995649365> a nfo:WebHistory;
+	nie:title "python.org 709";
+	nie:contentCreated "2008-11-06T15:40:47";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/17636";.
+
+<urn:uuid:761283461> a nfo:WebHistory;
+	nie:title "www.google.com 710";
+	nie:contentCreated "2008-07-27T14:51:22";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/75273";.
+
+<urn:uuid:1208955556> a nfo:WebHistory;
+	nie:title "python.org 711";
+	nie:contentCreated "2008-09-16T15:48:00";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/21736";.
+
+<urn:uuid:718421305> a nfo:WebHistory;
+	nie:title "python.org 712";
+	nie:contentCreated "2008-10-25T15:18:50";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/96578";.
+
+<urn:uuid:1592429918> a nfo:WebHistory;
+	nie:title "python.org 713";
+	nie:contentCreated "2008-04-18T14:50:29";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/77815";.
+
+<urn:uuid:1386718248> a nfo:WebHistory;
+	nie:title "www.youtube.com 714";
+	nie:contentCreated "2008-09-13T15:36:32";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/17485";.
+
+<urn:uuid:1683947327> a nfo:WebHistory;
+	nie:title "python.org 715";
+	nie:contentCreated "2008-12-06T15:41:09";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/36341";.
+
+<urn:uuid:690184302> a nfo:WebHistory;
+	nie:title "python.org 716";
+	nie:contentCreated "2008-01-30T14:52:41";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/4939";.
+
+<urn:uuid:1855023493> a nfo:WebHistory;
+	nie:title "www.maemo.com 717";
+	nie:contentCreated "2008-02-02T14:56:27";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/65382";.
+
+<urn:uuid:1581604931> a nfo:WebHistory;
+	nie:title "www.youtube.com 718";
+	nie:contentCreated "2009-01-31T15:02:53";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/92073";.
+
+<urn:uuid:1058443043> a nfo:WebHistory;
+	nie:title "www.maemo.com 719";
+	nie:contentCreated "2008-07-27T15:37:17";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/77658";.
+
+<urn:uuid:217299743> a nfo:WebHistory;
+	nie:title "www.maemo.com 720";
+	nie:contentCreated "2008-12-18T15:00:30";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/50728";.
+
+<urn:uuid:733086642> a nfo:WebHistory;
+	nie:title "www.maemo.com 721";
+	nie:contentCreated "2008-10-31T15:12:23";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/45729";.
+
+<urn:uuid:348065811> a nfo:WebHistory;
+	nie:title "slashdot.org 722";
+	nie:contentCreated "2008-06-20T15:03:36";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/49501";.
+
+<urn:uuid:241706233> a nfo:WebHistory;
+	nie:title "www.piratebay.org 723";
+	nie:contentCreated "2008-10-07T15:03:19";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/67599";.
+
+<urn:uuid:2055415538> a nfo:WebHistory;
+	nie:title "www.youtube.com 724";
+	nie:contentCreated "2008-03-25T15:35:39";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/68221";.
+
+<urn:uuid:929520113> a nfo:WebHistory;
+	nie:title "www.google.com 725";
+	nie:contentCreated "2008-08-18T15:17:07";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/49461";.
+
+<urn:uuid:1607706087> a nfo:WebHistory;
+	nie:title "www.piratebay.org 726";
+	nie:contentCreated "2008-11-22T15:16:53";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/61725";.
+
+<urn:uuid:2084834235> a nfo:WebHistory;
+	nie:title "slashdot.org 727";
+	nie:contentCreated "2008-11-20T15:27:02";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/77862";.
+
+<urn:uuid:2066650618> a nfo:WebHistory;
+	nie:title "www.youtube.com 728";
+	nie:contentCreated "2008-04-06T15:01:36";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/62130";.
+
+<urn:uuid:1935920861> a nfo:WebHistory;
+	nie:title "www.youtube.com 729";
+	nie:contentCreated "2008-02-23T15:45:27";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/50564";.
+
+<urn:uuid:1840576228> a nfo:WebHistory;
+	nie:title "www.piratebay.org 730";
+	nie:contentCreated "2008-04-16T15:28:39";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/50474";.
+
+<urn:uuid:1760970913> a nfo:WebHistory;
+	nie:title "python.org 731";
+	nie:contentCreated "2008-02-10T15:41:55";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/89001";.
+
+<urn:uuid:660394275> a nfo:WebHistory;
+	nie:title "www.piratebay.org 732";
+	nie:contentCreated "2008-02-12T15:34:08";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/71194";.
+
+<urn:uuid:2057093290> a nfo:WebHistory;
+	nie:title "slashdot.org 733";
+	nie:contentCreated "2008-06-12T15:01:02";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/38151";.
+
+<urn:uuid:477989325> a nfo:WebHistory;
+	nie:title "www.google.com 734";
+	nie:contentCreated "2009-02-23T15:35:08";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/70071";.
+
+<urn:uuid:1863862277> a nfo:WebHistory;
+	nie:title "www.youtube.com 735";
+	nie:contentCreated "2008-08-17T15:25:16";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/5472";.
+
+<urn:uuid:1724380422> a nfo:WebHistory;
+	nie:title "www.nokia.com 736";
+	nie:contentCreated "2008-03-17T15:44:21";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/86191";.
+
+<urn:uuid:800285574> a nfo:WebHistory;
+	nie:title "www.maemo.com 737";
+	nie:contentCreated "2008-06-02T15:30:30";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/46132";.
+
+<urn:uuid:1088535002> a nfo:WebHistory;
+	nie:title "www.nokia.com 738";
+	nie:contentCreated "2008-06-21T15:13:12";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/30232";.
+
+<urn:uuid:1754915956> a nfo:WebHistory;
+	nie:title "www.youtube.com 739";
+	nie:contentCreated "2009-02-23T14:54:07";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/20265";.
+
+<urn:uuid:1471672059> a nfo:WebHistory;
+	nie:title "www.nokia.com 740";
+	nie:contentCreated "2008-11-21T15:16:50";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/28718";.
+
+<urn:uuid:681128933> a nfo:WebHistory;
+	nie:title "www.nokia.com 741";
+	nie:contentCreated "2009-01-16T15:42:19";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/11398";.
+
+<urn:uuid:1185384590> a nfo:WebHistory;
+	nie:title "www.maemo.com 742";
+	nie:contentCreated "2008-10-31T15:20:25";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/65123";.
+
+<urn:uuid:935161769> a nfo:WebHistory;
+	nie:title "www.google.com 743";
+	nie:contentCreated "2008-05-03T15:18:03";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/28674";.
+
+<urn:uuid:1346678620> a nfo:WebHistory;
+	nie:title "www.piratebay.org 744";
+	nie:contentCreated "2008-05-12T15:11:22";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/86486";.
+
+<urn:uuid:419194007> a nfo:WebHistory;
+	nie:title "www.nokia.com 745";
+	nie:contentCreated "2009-01-18T15:29:00";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/27347";.
+
+<urn:uuid:215342108> a nfo:WebHistory;
+	nie:title "www.google.com 746";
+	nie:contentCreated "2008-03-28T15:02:55";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/24793";.
+
+<urn:uuid:760913706> a nfo:WebHistory;
+	nie:title "slashdot.org 747";
+	nie:contentCreated "2008-10-24T15:12:11";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/69549";.
+
+<urn:uuid:912187011> a nfo:WebHistory;
+	nie:title "www.nokia.com 748";
+	nie:contentCreated "2008-02-28T15:17:52";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/66714";.
+
+<urn:uuid:1056470403> a nfo:WebHistory;
+	nie:title "www.youtube.com 749";
+	nie:contentCreated "2008-08-16T15:17:42";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/20617";.
+
+<urn:uuid:1380262317> a nfo:WebHistory;
+	nie:title "slashdot.org 750";
+	nie:contentCreated "2008-08-01T14:57:10";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/37638";.
+
+<urn:uuid:355426855> a nfo:WebHistory;
+	nie:title "www.piratebay.org 751";
+	nie:contentCreated "2008-05-30T15:29:41";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/13845";.
+
+<urn:uuid:1876038058> a nfo:WebHistory;
+	nie:title "www.google.com 752";
+	nie:contentCreated "2008-06-01T15:09:32";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/39158";.
+
+<urn:uuid:412422133> a nfo:WebHistory;
+	nie:title "python.org 753";
+	nie:contentCreated "2008-09-28T15:26:34";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/52444";.
+
+<urn:uuid:2023981904> a nfo:WebHistory;
+	nie:title "www.maemo.com 754";
+	nie:contentCreated "2008-04-22T15:45:35";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/21077";.
+
+<urn:uuid:1553634499> a nfo:WebHistory;
+	nie:title "www.maemo.com 755";
+	nie:contentCreated "2008-02-21T15:12:29";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/99328";.
+
+<urn:uuid:1586145622> a nfo:WebHistory;
+	nie:title "www.google.com 756";
+	nie:contentCreated "2008-12-27T15:07:46";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/53193";.
+
+<urn:uuid:9303845> a nfo:WebHistory;
+	nie:title "www.youtube.com 757";
+	nie:contentCreated "2008-08-25T14:59:57";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/91024";.
+
+<urn:uuid:446949872> a nfo:WebHistory;
+	nie:title "www.maemo.com 758";
+	nie:contentCreated "2008-03-07T15:02:41";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/3101";.
+
+<urn:uuid:1912540987> a nfo:WebHistory;
+	nie:title "slashdot.org 759";
+	nie:contentCreated "2009-02-03T14:49:24";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/42123";.
+
+<urn:uuid:1513988931> a nfo:WebHistory;
+	nie:title "www.piratebay.org 760";
+	nie:contentCreated "2008-06-04T15:27:39";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/89832";.
+
+<urn:uuid:883182723> a nfo:WebHistory;
+	nie:title "www.google.com 761";
+	nie:contentCreated "2009-02-07T15:21:51";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/99831";.
+
+<urn:uuid:1062531391> a nfo:WebHistory;
+	nie:title "python.org 762";
+	nie:contentCreated "2008-04-20T15:41:07";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/85967";.
+
+<urn:uuid:617045616> a nfo:WebHistory;
+	nie:title "www.piratebay.org 763";
+	nie:contentCreated "2008-11-10T15:21:28";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/3333";.
+
+<urn:uuid:1145947674> a nfo:WebHistory;
+	nie:title "www.nokia.com 764";
+	nie:contentCreated "2008-07-20T15:26:11";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/65319";.
+
+<urn:uuid:1453295144> a nfo:WebHistory;
+	nie:title "slashdot.org 765";
+	nie:contentCreated "2008-10-24T15:23:43";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/41809";.
+
+<urn:uuid:1087861751> a nfo:WebHistory;
+	nie:title "www.nokia.com 766";
+	nie:contentCreated "2008-07-31T14:49:28";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/61300";.
+
+<urn:uuid:1338944873> a nfo:WebHistory;
+	nie:title "slashdot.org 767";
+	nie:contentCreated "2008-02-29T15:39:28";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/98516";.
+
+<urn:uuid:180486330> a nfo:WebHistory;
+	nie:title "slashdot.org 768";
+	nie:contentCreated "2008-11-17T15:00:10";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/54229";.
+
+<urn:uuid:83693139> a nfo:WebHistory;
+	nie:title "www.nokia.com 769";
+	nie:contentCreated "2008-12-26T15:33:29";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/48306";.
+
+<urn:uuid:1822876173> a nfo:WebHistory;
+	nie:title "www.piratebay.org 770";
+	nie:contentCreated "2008-03-02T15:47:43";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/73048";.
+
+<urn:uuid:1867010827> a nfo:WebHistory;
+	nie:title "www.piratebay.org 771";
+	nie:contentCreated "2008-02-12T15:03:09";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/74025";.
+
+<urn:uuid:235724293> a nfo:WebHistory;
+	nie:title "www.nokia.com 772";
+	nie:contentCreated "2008-11-30T15:00:46";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/40711";.
+
+<urn:uuid:1034616033> a nfo:WebHistory;
+	nie:title "python.org 773";
+	nie:contentCreated "2008-02-01T14:51:22";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/84812";.
+
+<urn:uuid:1674207137> a nfo:WebHistory;
+	nie:title "www.piratebay.org 774";
+	nie:contentCreated "2008-03-29T15:17:03";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/1873";.
+
+<urn:uuid:203240444> a nfo:WebHistory;
+	nie:title "python.org 775";
+	nie:contentCreated "2008-03-09T15:35:54";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/53845";.
+
+<urn:uuid:11400817> a nfo:WebHistory;
+	nie:title "www.google.com 776";
+	nie:contentCreated "2009-02-20T15:41:23";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/66340";.
+
+<urn:uuid:1145098214> a nfo:WebHistory;
+	nie:title "www.maemo.com 777";
+	nie:contentCreated "2008-10-18T15:45:23";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/38631";.
+
+<urn:uuid:358292613> a nfo:WebHistory;
+	nie:title "python.org 778";
+	nie:contentCreated "2008-02-18T15:27:46";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/9869";.
+
+<urn:uuid:2137321494> a nfo:WebHistory;
+	nie:title "slashdot.org 779";
+	nie:contentCreated "2008-12-01T15:33:00";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/99415";.
+
+<urn:uuid:1183424946> a nfo:WebHistory;
+	nie:title "www.youtube.com 780";
+	nie:contentCreated "2008-08-18T15:00:11";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/13801";.
+
+<urn:uuid:165107500> a nfo:WebHistory;
+	nie:title "www.piratebay.org 781";
+	nie:contentCreated "2008-01-30T15:05:43";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/90025";.
+
+<urn:uuid:988336391> a nfo:WebHistory;
+	nie:title "www.maemo.com 782";
+	nie:contentCreated "2008-03-02T14:58:07";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/87039";.
+
+<urn:uuid:793708416> a nfo:WebHistory;
+	nie:title "slashdot.org 783";
+	nie:contentCreated "2008-09-01T15:47:46";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/95967";.
+
+<urn:uuid:871772182> a nfo:WebHistory;
+	nie:title "www.piratebay.org 784";
+	nie:contentCreated "2008-11-10T15:24:22";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/5022";.
+
+<urn:uuid:437226005> a nfo:WebHistory;
+	nie:title "www.piratebay.org 785";
+	nie:contentCreated "2008-11-28T15:00:09";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/78938";.
+
+<urn:uuid:61427321> a nfo:WebHistory;
+	nie:title "www.piratebay.org 786";
+	nie:contentCreated "2008-10-11T15:14:24";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/47005";.
+
+<urn:uuid:1852382831> a nfo:WebHistory;
+	nie:title "www.nokia.com 787";
+	nie:contentCreated "2008-11-18T15:25:46";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/71066";.
+
+<urn:uuid:1865946064> a nfo:WebHistory;
+	nie:title "www.nokia.com 788";
+	nie:contentCreated "2008-07-27T15:26:40";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/26165";.
+
+<urn:uuid:1689370866> a nfo:WebHistory;
+	nie:title "www.piratebay.org 789";
+	nie:contentCreated "2008-12-11T15:05:30";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/96159";.
+
+<urn:uuid:1323191358> a nfo:WebHistory;
+	nie:title "slashdot.org 790";
+	nie:contentCreated "2008-12-06T14:55:54";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/89735";.
+
+<urn:uuid:2090828768> a nfo:WebHistory;
+	nie:title "www.youtube.com 791";
+	nie:contentCreated "2008-04-16T15:11:09";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/15428";.
+
+<urn:uuid:2046424075> a nfo:WebHistory;
+	nie:title "python.org 792";
+	nie:contentCreated "2008-03-07T15:45:49";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/52960";.
+
+<urn:uuid:288076805> a nfo:WebHistory;
+	nie:title "python.org 793";
+	nie:contentCreated "2008-07-26T15:48:29";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/54886";.
+
+<urn:uuid:1968353303> a nfo:WebHistory;
+	nie:title "www.nokia.com 794";
+	nie:contentCreated "2008-02-07T15:00:31";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/27877";.
+
+<urn:uuid:528269063> a nfo:WebHistory;
+	nie:title "www.maemo.com 795";
+	nie:contentCreated "2008-12-06T15:10:03";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/28627";.
+
+<urn:uuid:1559868476> a nfo:WebHistory;
+	nie:title "python.org 796";
+	nie:contentCreated "2008-11-10T15:32:15";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/18199";.
+
+<urn:uuid:1982947227> a nfo:WebHistory;
+	nie:title "www.piratebay.org 797";
+	nie:contentCreated "2008-02-17T15:25:16";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/72237";.
+
+<urn:uuid:323686952> a nfo:WebHistory;
+	nie:title "www.google.com 798";
+	nie:contentCreated "2008-03-14T15:10:43";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/77428";.
+
+<urn:uuid:2127460540> a nfo:WebHistory;
+	nie:title "www.maemo.com 799";
+	nie:contentCreated "2008-07-24T15:05:54";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/34133";.
+
+<urn:uuid:1249491296> a nfo:WebHistory;
+	nie:title "www.google.com 800";
+	nie:contentCreated "2008-02-29T15:39:57";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/70345";.
+
+<urn:uuid:1485012552> a nfo:WebHistory;
+	nie:title "www.youtube.com 801";
+	nie:contentCreated "2008-12-08T14:48:48";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/70761";.
+
+<urn:uuid:1871478030> a nfo:WebHistory;
+	nie:title "www.nokia.com 802";
+	nie:contentCreated "2009-02-11T14:54:39";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/8818";.
+
+<urn:uuid:1839950485> a nfo:WebHistory;
+	nie:title "www.maemo.com 803";
+	nie:contentCreated "2008-02-14T15:27:24";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/16238";.
+
+<urn:uuid:17506205> a nfo:WebHistory;
+	nie:title "www.maemo.com 804";
+	nie:contentCreated "2008-04-08T14:55:46";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/77608";.
+
+<urn:uuid:884747017> a nfo:WebHistory;
+	nie:title "www.youtube.com 805";
+	nie:contentCreated "2009-02-06T15:05:24";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/51879";.
+
+<urn:uuid:1390760211> a nfo:WebHistory;
+	nie:title "www.maemo.com 806";
+	nie:contentCreated "2009-01-08T15:35:36";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/22296";.
+
+<urn:uuid:1707646710> a nfo:WebHistory;
+	nie:title "www.piratebay.org 807";
+	nie:contentCreated "2009-01-01T15:01:03";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/36193";.
+
+<urn:uuid:2053106496> a nfo:WebHistory;
+	nie:title "www.maemo.com 808";
+	nie:contentCreated "2008-06-22T15:45:30";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/7161";.
+
+<urn:uuid:923542964> a nfo:WebHistory;
+	nie:title "www.maemo.com 809";
+	nie:contentCreated "2008-10-11T15:00:42";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/844";.
+
+<urn:uuid:1975471117> a nfo:WebHistory;
+	nie:title "www.maemo.com 810";
+	nie:contentCreated "2009-01-29T14:59:09";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/27122";.
+
+<urn:uuid:1441730277> a nfo:WebHistory;
+	nie:title "python.org 811";
+	nie:contentCreated "2008-07-30T15:24:08";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/26080";.
+
+<urn:uuid:503870360> a nfo:WebHistory;
+	nie:title "www.google.com 812";
+	nie:contentCreated "2008-03-13T15:01:29";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/5616";.
+
+<urn:uuid:126889400> a nfo:WebHistory;
+	nie:title "www.piratebay.org 813";
+	nie:contentCreated "2008-06-18T14:56:34";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/48882";.
+
+<urn:uuid:769288252> a nfo:WebHistory;
+	nie:title "python.org 814";
+	nie:contentCreated "2008-04-11T15:09:04";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/30093";.
+
+<urn:uuid:1532247553> a nfo:WebHistory;
+	nie:title "slashdot.org 815";
+	nie:contentCreated "2008-04-16T15:03:00";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/42048";.
+
+<urn:uuid:93285477> a nfo:WebHistory;
+	nie:title "www.youtube.com 816";
+	nie:contentCreated "2008-12-18T14:52:24";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/49400";.
+
+<urn:uuid:183751360> a nfo:WebHistory;
+	nie:title "www.nokia.com 817";
+	nie:contentCreated "2009-01-31T15:28:26";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/79325";.
+
+<urn:uuid:1991357636> a nfo:WebHistory;
+	nie:title "slashdot.org 818";
+	nie:contentCreated "2008-07-10T15:00:16";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/94445";.
+
+<urn:uuid:56321968> a nfo:WebHistory;
+	nie:title "www.nokia.com 819";
+	nie:contentCreated "2009-02-17T15:24:30";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/11738";.
+
+<urn:uuid:364400304> a nfo:WebHistory;
+	nie:title "www.google.com 820";
+	nie:contentCreated "2008-12-20T15:44:55";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/38161";.
+
+<urn:uuid:1191668192> a nfo:WebHistory;
+	nie:title "www.google.com 821";
+	nie:contentCreated "2009-01-30T15:12:24";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/712";.
+
+<urn:uuid:1204252306> a nfo:WebHistory;
+	nie:title "www.piratebay.org 822";
+	nie:contentCreated "2008-08-31T15:09:28";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/68753";.
+
+<urn:uuid:636197155> a nfo:WebHistory;
+	nie:title "slashdot.org 823";
+	nie:contentCreated "2008-04-09T15:42:09";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/32141";.
+
+<urn:uuid:1765906917> a nfo:WebHistory;
+	nie:title "www.maemo.com 824";
+	nie:contentCreated "2008-12-25T14:59:48";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/80328";.
+
+<urn:uuid:548793462> a nfo:WebHistory;
+	nie:title "python.org 825";
+	nie:contentCreated "2009-01-21T15:21:51";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/94175";.
+
+<urn:uuid:1289500982> a nfo:WebHistory;
+	nie:title "www.google.com 826";
+	nie:contentCreated "2008-02-11T15:04:49";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/93291";.
+
+<urn:uuid:449451181> a nfo:WebHistory;
+	nie:title "www.maemo.com 827";
+	nie:contentCreated "2009-01-17T15:47:08";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/90203";.
+
+<urn:uuid:133313910> a nfo:WebHistory;
+	nie:title "www.maemo.com 828";
+	nie:contentCreated "2009-01-10T15:21:56";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/12515";.
+
+<urn:uuid:18494563> a nfo:WebHistory;
+	nie:title "slashdot.org 829";
+	nie:contentCreated "2008-02-08T14:49:47";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/59087";.
+
+<urn:uuid:692922429> a nfo:WebHistory;
+	nie:title "www.nokia.com 830";
+	nie:contentCreated "2008-02-10T14:54:58";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/17280";.
+
+<urn:uuid:817214734> a nfo:WebHistory;
+	nie:title "www.maemo.com 831";
+	nie:contentCreated "2008-12-30T14:55:01";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/59447";.
+
+<urn:uuid:1258026238> a nfo:WebHistory;
+	nie:title "slashdot.org 832";
+	nie:contentCreated "2008-04-23T15:15:26";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/62768";.
+
+<urn:uuid:1511002047> a nfo:WebHistory;
+	nie:title "www.youtube.com 833";
+	nie:contentCreated "2008-04-20T15:38:15";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/94376";.
+
+<urn:uuid:2018741421> a nfo:WebHistory;
+	nie:title "python.org 834";
+	nie:contentCreated "2008-07-25T15:47:32";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/17988";.
+
+<urn:uuid:1219032671> a nfo:WebHistory;
+	nie:title "www.google.com 835";
+	nie:contentCreated "2008-11-03T15:01:12";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/36175";.
+
+<urn:uuid:1578143282> a nfo:WebHistory;
+	nie:title "www.nokia.com 836";
+	nie:contentCreated "2008-04-10T14:59:29";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/28454";.
+
+<urn:uuid:1732973551> a nfo:WebHistory;
+	nie:title "www.maemo.com 837";
+	nie:contentCreated "2008-03-05T15:45:29";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/20160";.
+
+<urn:uuid:1613503123> a nfo:WebHistory;
+	nie:title "www.piratebay.org 838";
+	nie:contentCreated "2009-02-12T15:23:31";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/57444";.
+
+<urn:uuid:577598822> a nfo:WebHistory;
+	nie:title "python.org 839";
+	nie:contentCreated "2008-12-15T15:33:13";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/14039";.
+
+<urn:uuid:1569251546> a nfo:WebHistory;
+	nie:title "python.org 840";
+	nie:contentCreated "2008-06-08T15:19:00";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/8633";.
+
+<urn:uuid:1496686091> a nfo:WebHistory;
+	nie:title "www.maemo.com 841";
+	nie:contentCreated "2008-06-24T15:00:30";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/63149";.
+
+<urn:uuid:2024458079> a nfo:WebHistory;
+	nie:title "www.piratebay.org 842";
+	nie:contentCreated "2008-07-07T15:12:48";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/53421";.
+
+<urn:uuid:1203071246> a nfo:WebHistory;
+	nie:title "www.nokia.com 843";
+	nie:contentCreated "2008-11-07T15:21:25";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/89911";.
+
+<urn:uuid:936863885> a nfo:WebHistory;
+	nie:title "www.google.com 844";
+	nie:contentCreated "2008-09-27T15:11:48";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/18387";.
+
+<urn:uuid:838639525> a nfo:WebHistory;
+	nie:title "www.google.com 845";
+	nie:contentCreated "2008-03-14T15:26:49";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/61249";.
+
+<urn:uuid:239950455> a nfo:WebHistory;
+	nie:title "www.maemo.com 846";
+	nie:contentCreated "2008-08-22T15:44:31";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/11550";.
+
+<urn:uuid:1403071156> a nfo:WebHistory;
+	nie:title "www.maemo.com 847";
+	nie:contentCreated "2008-11-12T15:27:42";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/40047";.
+
+<urn:uuid:1457860743> a nfo:WebHistory;
+	nie:title "slashdot.org 848";
+	nie:contentCreated "2008-06-01T15:18:01";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/49268";.
+
+<urn:uuid:264968656> a nfo:WebHistory;
+	nie:title "slashdot.org 849";
+	nie:contentCreated "2008-07-25T15:06:22";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/35966";.
+
+<urn:uuid:1735939582> a nfo:WebHistory;
+	nie:title "python.org 850";
+	nie:contentCreated "2008-04-28T15:43:46";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/12989";.
+
+<urn:uuid:2137493050> a nfo:WebHistory;
+	nie:title "www.nokia.com 851";
+	nie:contentCreated "2008-05-22T15:24:06";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/41307";.
+
+<urn:uuid:681398134> a nfo:WebHistory;
+	nie:title "www.maemo.com 852";
+	nie:contentCreated "2008-06-25T15:32:15";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/55472";.
+
+<urn:uuid:47862580> a nfo:WebHistory;
+	nie:title "www.youtube.com 853";
+	nie:contentCreated "2009-01-24T15:31:23";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/28050";.
+
+<urn:uuid:1870307328> a nfo:WebHistory;
+	nie:title "www.google.com 854";
+	nie:contentCreated "2008-11-21T14:52:24";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/82139";.
+
+<urn:uuid:554635258> a nfo:WebHistory;
+	nie:title "www.youtube.com 855";
+	nie:contentCreated "2008-09-16T15:12:15";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/75909";.
+
+<urn:uuid:339679685> a nfo:WebHistory;
+	nie:title "www.maemo.com 856";
+	nie:contentCreated "2008-03-08T15:05:10";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/89150";.
+
+<urn:uuid:639455733> a nfo:WebHistory;
+	nie:title "python.org 857";
+	nie:contentCreated "2008-03-10T15:19:10";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/12985";.
+
+<urn:uuid:1241087052> a nfo:WebHistory;
+	nie:title "www.youtube.com 858";
+	nie:contentCreated "2008-09-10T15:18:20";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/56697";.
+
+<urn:uuid:1153848758> a nfo:WebHistory;
+	nie:title "www.google.com 859";
+	nie:contentCreated "2008-06-19T15:26:54";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/37625";.
+
+<urn:uuid:506417265> a nfo:WebHistory;
+	nie:title "www.google.com 860";
+	nie:contentCreated "2009-02-20T14:56:11";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/18341";.
+
+<urn:uuid:1952872766> a nfo:WebHistory;
+	nie:title "www.nokia.com 861";
+	nie:contentCreated "2008-08-20T15:25:58";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/84423";.
+
+<urn:uuid:1162626540> a nfo:WebHistory;
+	nie:title "www.youtube.com 862";
+	nie:contentCreated "2008-09-27T15:45:59";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/85572";.
+
+<urn:uuid:1262248174> a nfo:WebHistory;
+	nie:title "www.maemo.com 863";
+	nie:contentCreated "2008-09-15T15:06:31";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/8627";.
+
+<urn:uuid:1772655175> a nfo:WebHistory;
+	nie:title "www.piratebay.org 864";
+	nie:contentCreated "2009-01-24T15:17:57";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/82407";.
+
+<urn:uuid:331515817> a nfo:WebHistory;
+	nie:title "python.org 865";
+	nie:contentCreated "2008-06-28T15:45:27";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/42816";.
+
+<urn:uuid:279590873> a nfo:WebHistory;
+	nie:title "www.youtube.com 866";
+	nie:contentCreated "2008-03-13T15:16:28";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/5228";.
+
+<urn:uuid:294821407> a nfo:WebHistory;
+	nie:title "python.org 867";
+	nie:contentCreated "2008-02-28T15:16:51";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/92495";.
+
+<urn:uuid:1911327429> a nfo:WebHistory;
+	nie:title "www.maemo.com 868";
+	nie:contentCreated "2009-01-29T15:26:57";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/62856";.
+
+<urn:uuid:1701526700> a nfo:WebHistory;
+	nie:title "www.maemo.com 869";
+	nie:contentCreated "2008-04-17T15:09:53";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/88664";.
+
+<urn:uuid:275716475> a nfo:WebHistory;
+	nie:title "slashdot.org 870";
+	nie:contentCreated "2008-11-24T15:09:39";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/28638";.
+
+<urn:uuid:323288949> a nfo:WebHistory;
+	nie:title "python.org 871";
+	nie:contentCreated "2008-02-17T15:26:22";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/75493";.
+
+<urn:uuid:1567489038> a nfo:WebHistory;
+	nie:title "slashdot.org 872";
+	nie:contentCreated "2008-09-23T15:38:43";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/71941";.
+
+<urn:uuid:532480170> a nfo:WebHistory;
+	nie:title "www.nokia.com 873";
+	nie:contentCreated "2009-02-04T15:14:25";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/32390";.
+
+<urn:uuid:303708491> a nfo:WebHistory;
+	nie:title "python.org 874";
+	nie:contentCreated "2008-11-10T15:14:10";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/98989";.
+
+<urn:uuid:271184104> a nfo:WebHistory;
+	nie:title "slashdot.org 875";
+	nie:contentCreated "2008-09-14T15:31:23";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/42794";.
+
+<urn:uuid:333664508> a nfo:WebHistory;
+	nie:title "www.google.com 876";
+	nie:contentCreated "2009-02-26T15:10:09";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/94118";.
+
+<urn:uuid:264574738> a nfo:WebHistory;
+	nie:title "www.nokia.com 877";
+	nie:contentCreated "2008-12-11T15:06:00";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/30960";.
+
+<urn:uuid:1064399181> a nfo:WebHistory;
+	nie:title "www.maemo.com 878";
+	nie:contentCreated "2008-10-04T15:06:33";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/94481";.
+
+<urn:uuid:387824311> a nfo:WebHistory;
+	nie:title "www.maemo.com 879";
+	nie:contentCreated "2008-04-06T15:24:36";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/17636";.
+
+<urn:uuid:585685260> a nfo:WebHistory;
+	nie:title "www.piratebay.org 880";
+	nie:contentCreated "2008-09-17T15:09:45";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/68301";.
+
+<urn:uuid:569150179> a nfo:WebHistory;
+	nie:title "www.piratebay.org 881";
+	nie:contentCreated "2008-09-02T15:37:29";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/95769";.
+
+<urn:uuid:2125251601> a nfo:WebHistory;
+	nie:title "slashdot.org 882";
+	nie:contentCreated "2008-04-11T15:39:07";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/49674";.
+
+<urn:uuid:1466612479> a nfo:WebHistory;
+	nie:title "www.google.com 883";
+	nie:contentCreated "2008-12-30T15:00:45";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/8213";.
+
+<urn:uuid:686181825> a nfo:WebHistory;
+	nie:title "www.piratebay.org 884";
+	nie:contentCreated "2008-07-28T14:52:29";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/28295";.
+
+<urn:uuid:1516485870> a nfo:WebHistory;
+	nie:title "www.maemo.com 885";
+	nie:contentCreated "2008-04-16T15:45:38";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/71590";.
+
+<urn:uuid:604213213> a nfo:WebHistory;
+	nie:title "slashdot.org 886";
+	nie:contentCreated "2008-06-11T15:02:47";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/7328";.
+
+<urn:uuid:1741483560> a nfo:WebHistory;
+	nie:title "www.youtube.com 887";
+	nie:contentCreated "2009-02-14T15:48:07";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/94346";.
+
+<urn:uuid:162866060> a nfo:WebHistory;
+	nie:title "www.google.com 888";
+	nie:contentCreated "2008-10-17T15:18:03";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/35891";.
+
+<urn:uuid:509700970> a nfo:WebHistory;
+	nie:title "www.google.com 889";
+	nie:contentCreated "2008-12-20T15:21:43";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/53473";.
+
+<urn:uuid:329335413> a nfo:WebHistory;
+	nie:title "www.google.com 890";
+	nie:contentCreated "2008-12-12T14:57:10";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/30660";.
+
+<urn:uuid:1742596522> a nfo:WebHistory;
+	nie:title "www.maemo.com 891";
+	nie:contentCreated "2009-01-28T15:03:24";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/23364";.
+
+<urn:uuid:74259206> a nfo:WebHistory;
+	nie:title "www.nokia.com 892";
+	nie:contentCreated "2008-04-17T14:58:37";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/97218";.
+
+<urn:uuid:1050420077> a nfo:WebHistory;
+	nie:title "www.maemo.com 893";
+	nie:contentCreated "2008-12-26T15:19:26";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/12808";.
+
+<urn:uuid:1711430261> a nfo:WebHistory;
+	nie:title "www.nokia.com 894";
+	nie:contentCreated "2009-02-01T14:52:44";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/67114";.
+
+<urn:uuid:297100972> a nfo:WebHistory;
+	nie:title "www.google.com 895";
+	nie:contentCreated "2008-10-02T15:07:40";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/1131";.
+
+<urn:uuid:875677037> a nfo:WebHistory;
+	nie:title "www.youtube.com 896";
+	nie:contentCreated "2008-12-17T15:08:26";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/78158";.
+
+<urn:uuid:1226969695> a nfo:WebHistory;
+	nie:title "www.nokia.com 897";
+	nie:contentCreated "2008-04-30T14:57:48";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/95273";.
+
+<urn:uuid:1399499607> a nfo:WebHistory;
+	nie:title "www.maemo.com 898";
+	nie:contentCreated "2008-05-02T15:48:14";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/64817";.
+
+<urn:uuid:1262337241> a nfo:WebHistory;
+	nie:title "www.youtube.com 899";
+	nie:contentCreated "2008-10-31T15:33:31";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/84247";.
+
+<urn:uuid:1403298513> a nfo:WebHistory;
+	nie:title "www.piratebay.org 900";
+	nie:contentCreated "2008-12-08T14:54:28";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/54472";.
+
+<urn:uuid:83153171> a nfo:WebHistory;
+	nie:title "www.youtube.com 901";
+	nie:contentCreated "2008-09-18T15:20:10";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/1645";.
+
+<urn:uuid:428497236> a nfo:WebHistory;
+	nie:title "www.maemo.com 902";
+	nie:contentCreated "2009-01-09T15:25:53";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/36909";.
+
+<urn:uuid:1415200821> a nfo:WebHistory;
+	nie:title "www.google.com 903";
+	nie:contentCreated "2009-02-11T15:47:31";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/60088";.
+
+<urn:uuid:1579504586> a nfo:WebHistory;
+	nie:title "www.google.com 904";
+	nie:contentCreated "2009-02-18T15:44:02";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/84224";.
+
+<urn:uuid:316319326> a nfo:WebHistory;
+	nie:title "slashdot.org 905";
+	nie:contentCreated "2008-08-03T15:19:25";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/93254";.
+
+<urn:uuid:207501054> a nfo:WebHistory;
+	nie:title "www.youtube.com 906";
+	nie:contentCreated "2008-08-21T15:10:50";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/56025";.
+
+<urn:uuid:165826570> a nfo:WebHistory;
+	nie:title "www.piratebay.org 907";
+	nie:contentCreated "2008-03-23T14:57:56";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/36737";.
+
+<urn:uuid:1579194881> a nfo:WebHistory;
+	nie:title "slashdot.org 908";
+	nie:contentCreated "2008-12-13T15:43:56";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/93720";.
+
+<urn:uuid:677481713> a nfo:WebHistory;
+	nie:title "www.google.com 909";
+	nie:contentCreated "2008-12-09T15:35:29";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/20675";.
+
+<urn:uuid:109904792> a nfo:WebHistory;
+	nie:title "www.youtube.com 910";
+	nie:contentCreated "2009-01-28T15:44:59";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/93709";.
+
+<urn:uuid:817580817> a nfo:WebHistory;
+	nie:title "www.piratebay.org 911";
+	nie:contentCreated "2009-02-11T15:29:48";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/40485";.
+
+<urn:uuid:1860289126> a nfo:WebHistory;
+	nie:title "www.maemo.com 912";
+	nie:contentCreated "2008-12-12T15:37:58";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/79856";.
+
+<urn:uuid:1093597375> a nfo:WebHistory;
+	nie:title "slashdot.org 913";
+	nie:contentCreated "2008-02-20T15:37:58";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/49954";.
+
+<urn:uuid:87941055> a nfo:WebHistory;
+	nie:title "www.maemo.com 914";
+	nie:contentCreated "2008-10-03T15:33:56";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/4648";.
+
+<urn:uuid:2088437895> a nfo:WebHistory;
+	nie:title "slashdot.org 915";
+	nie:contentCreated "2008-09-02T15:40:25";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/28310";.
+
+<urn:uuid:1094508246> a nfo:WebHistory;
+	nie:title "python.org 916";
+	nie:contentCreated "2008-05-28T15:17:43";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/99123";.
+
+<urn:uuid:1662021513> a nfo:WebHistory;
+	nie:title "www.youtube.com 917";
+	nie:contentCreated "2008-09-11T15:36:02";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/6711";.
+
+<urn:uuid:765599250> a nfo:WebHistory;
+	nie:title "www.google.com 918";
+	nie:contentCreated "2008-04-22T15:21:17";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/92902";.
+
+<urn:uuid:1508282418> a nfo:WebHistory;
+	nie:title "www.nokia.com 919";
+	nie:contentCreated "2008-04-15T14:48:44";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/42042";.
+
+<urn:uuid:1427738605> a nfo:WebHistory;
+	nie:title "www.nokia.com 920";
+	nie:contentCreated "2008-03-26T14:55:18";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/93937";.
+
+<urn:uuid:826644485> a nfo:WebHistory;
+	nie:title "www.nokia.com 921";
+	nie:contentCreated "2008-03-29T15:04:35";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/51665";.
+
+<urn:uuid:314827238> a nfo:WebHistory;
+	nie:title "slashdot.org 922";
+	nie:contentCreated "2008-08-21T15:36:34";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/22617";.
+
+<urn:uuid:768579221> a nfo:WebHistory;
+	nie:title "www.youtube.com 923";
+	nie:contentCreated "2008-10-25T15:13:02";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/97634";.
+
+<urn:uuid:1109185276> a nfo:WebHistory;
+	nie:title "www.maemo.com 924";
+	nie:contentCreated "2008-04-19T15:25:21";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/36665";.
+
+<urn:uuid:520767644> a nfo:WebHistory;
+	nie:title "python.org 925";
+	nie:contentCreated "2008-02-17T15:17:30";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/39396";.
+
+<urn:uuid:1571885264> a nfo:WebHistory;
+	nie:title "www.maemo.com 926";
+	nie:contentCreated "2008-04-05T15:06:26";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/31693";.
+
+<urn:uuid:412540016> a nfo:WebHistory;
+	nie:title "www.youtube.com 927";
+	nie:contentCreated "2008-04-23T14:55:04";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/18519";.
+
+<urn:uuid:698881146> a nfo:WebHistory;
+	nie:title "www.nokia.com 928";
+	nie:contentCreated "2009-01-19T14:55:58";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/34191";.
+
+<urn:uuid:1235607671> a nfo:WebHistory;
+	nie:title "slashdot.org 929";
+	nie:contentCreated "2008-03-05T15:00:23";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/82466";.
+
+<urn:uuid:1666435418> a nfo:WebHistory;
+	nie:title "www.google.com 930";
+	nie:contentCreated "2008-12-16T15:05:05";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/74834";.
+
+<urn:uuid:276368489> a nfo:WebHistory;
+	nie:title "www.maemo.com 931";
+	nie:contentCreated "2008-05-23T15:12:00";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/22830";.
+
+<urn:uuid:984163941> a nfo:WebHistory;
+	nie:title "www.youtube.com 932";
+	nie:contentCreated "2008-12-10T15:24:36";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/94794";.
+
+<urn:uuid:1973596963> a nfo:WebHistory;
+	nie:title "www.nokia.com 933";
+	nie:contentCreated "2008-05-28T15:41:20";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/60665";.
+
+<urn:uuid:9282513> a nfo:WebHistory;
+	nie:title "www.google.com 934";
+	nie:contentCreated "2009-01-19T15:17:28";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/54770";.
+
+<urn:uuid:642182254> a nfo:WebHistory;
+	nie:title "www.piratebay.org 935";
+	nie:contentCreated "2008-08-08T15:26:25";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/24714";.
+
+<urn:uuid:520030596> a nfo:WebHistory;
+	nie:title "www.maemo.com 936";
+	nie:contentCreated "2009-02-24T15:25:53";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/75082";.
+
+<urn:uuid:1739436518> a nfo:WebHistory;
+	nie:title "www.nokia.com 937";
+	nie:contentCreated "2008-07-11T15:15:54";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/89719";.
+
+<urn:uuid:375858897> a nfo:WebHistory;
+	nie:title "python.org 938";
+	nie:contentCreated "2008-04-08T15:13:27";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/394";.
+
+<urn:uuid:1730141470> a nfo:WebHistory;
+	nie:title "www.piratebay.org 939";
+	nie:contentCreated "2008-03-01T15:43:10";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/49630";.
+
+<urn:uuid:1284998511> a nfo:WebHistory;
+	nie:title "slashdot.org 940";
+	nie:contentCreated "2008-08-21T14:51:36";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/58441";.
+
+<urn:uuid:1828127349> a nfo:WebHistory;
+	nie:title "www.maemo.com 941";
+	nie:contentCreated "2008-10-13T15:26:57";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/68230";.
+
+<urn:uuid:2141610138> a nfo:WebHistory;
+	nie:title "www.piratebay.org 942";
+	nie:contentCreated "2008-08-24T15:45:43";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/16983";.
+
+<urn:uuid:1821737278> a nfo:WebHistory;
+	nie:title "www.google.com 943";
+	nie:contentCreated "2009-01-04T15:09:28";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/13148";.
+
+<urn:uuid:1195092641> a nfo:WebHistory;
+	nie:title "www.maemo.com 944";
+	nie:contentCreated "2008-03-28T15:26:44";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/17147";.
+
+<urn:uuid:1791576688> a nfo:WebHistory;
+	nie:title "www.google.com 945";
+	nie:contentCreated "2008-08-24T15:42:27";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/97500";.
+
+<urn:uuid:420358818> a nfo:WebHistory;
+	nie:title "www.maemo.com 946";
+	nie:contentCreated "2008-12-07T15:41:30";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/21908";.
+
+<urn:uuid:384131387> a nfo:WebHistory;
+	nie:title "python.org 947";
+	nie:contentCreated "2008-08-23T15:27:22";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/85179";.
+
+<urn:uuid:884286409> a nfo:WebHistory;
+	nie:title "www.piratebay.org 948";
+	nie:contentCreated "2008-01-30T15:09:59";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/12151";.
+
+<urn:uuid:1050425506> a nfo:WebHistory;
+	nie:title "www.piratebay.org 949";
+	nie:contentCreated "2009-01-14T14:51:48";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/79313";.
+
+<urn:uuid:421538720> a nfo:WebHistory;
+	nie:title "www.maemo.com 950";
+	nie:contentCreated "2008-11-22T15:21:43";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/7468";.
+
+<urn:uuid:61541549> a nfo:WebHistory;
+	nie:title "www.piratebay.org 951";
+	nie:contentCreated "2008-07-31T15:15:40";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/18279";.
+
+<urn:uuid:2113436189> a nfo:WebHistory;
+	nie:title "www.youtube.com 952";
+	nie:contentCreated "2008-12-14T14:52:14";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/70940";.
+
+<urn:uuid:1787419531> a nfo:WebHistory;
+	nie:title "www.google.com 953";
+	nie:contentCreated "2008-11-21T15:04:04";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/54908";.
+
+<urn:uuid:1760058228> a nfo:WebHistory;
+	nie:title "slashdot.org 954";
+	nie:contentCreated "2009-02-23T15:16:11";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/5055";.
+
+<urn:uuid:38645045> a nfo:WebHistory;
+	nie:title "python.org 955";
+	nie:contentCreated "2008-05-29T15:40:04";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/30017";.
+
+<urn:uuid:1429024772> a nfo:WebHistory;
+	nie:title "slashdot.org 956";
+	nie:contentCreated "2008-02-17T15:48:17";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/37295";.
+
+<urn:uuid:1771866189> a nfo:WebHistory;
+	nie:title "www.maemo.com 957";
+	nie:contentCreated "2008-02-23T14:49:04";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/75012";.
+
+<urn:uuid:428068243> a nfo:WebHistory;
+	nie:title "www.piratebay.org 958";
+	nie:contentCreated "2008-11-03T15:18:13";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/66371";.
+
+<urn:uuid:1006755832> a nfo:WebHistory;
+	nie:title "www.google.com 959";
+	nie:contentCreated "2008-12-04T15:02:21";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/61831";.
+
+<urn:uuid:937372046> a nfo:WebHistory;
+	nie:title "www.google.com 960";
+	nie:contentCreated "2008-11-19T15:17:29";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/85265";.
+
+<urn:uuid:1062277910> a nfo:WebHistory;
+	nie:title "www.youtube.com 961";
+	nie:contentCreated "2009-01-18T14:55:12";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/97522";.
+
+<urn:uuid:182991782> a nfo:WebHistory;
+	nie:title "www.google.com 962";
+	nie:contentCreated "2008-11-28T14:58:47";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/28406";.
+
+<urn:uuid:403925951> a nfo:WebHistory;
+	nie:title "www.nokia.com 963";
+	nie:contentCreated "2008-04-12T15:41:41";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/18370";.
+
+<urn:uuid:1627147672> a nfo:WebHistory;
+	nie:title "www.nokia.com 964";
+	nie:contentCreated "2008-11-30T15:13:26";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/44114";.
+
+<urn:uuid:1238319034> a nfo:WebHistory;
+	nie:title "www.maemo.com 965";
+	nie:contentCreated "2008-01-31T15:34:23";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/22315";.
+
+<urn:uuid:169665543> a nfo:WebHistory;
+	nie:title "www.google.com 966";
+	nie:contentCreated "2008-10-24T15:06:49";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/42027";.
+
+<urn:uuid:335507479> a nfo:WebHistory;
+	nie:title "www.piratebay.org 967";
+	nie:contentCreated "2008-06-01T15:33:14";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/97432";.
+
+<urn:uuid:1176638449> a nfo:WebHistory;
+	nie:title "www.youtube.com 968";
+	nie:contentCreated "2008-06-14T15:10:50";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/82365";.
+
+<urn:uuid:193068848> a nfo:WebHistory;
+	nie:title "www.youtube.com 969";
+	nie:contentCreated "2009-01-31T14:49:11";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/27517";.
+
+<urn:uuid:1514821224> a nfo:WebHistory;
+	nie:title "www.maemo.com 970";
+	nie:contentCreated "2008-06-12T15:19:23";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/1714";.
+
+<urn:uuid:536104630> a nfo:WebHistory;
+	nie:title "www.google.com 971";
+	nie:contentCreated "2009-01-11T15:27:55";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/81326";.
+
+<urn:uuid:1619812952> a nfo:WebHistory;
+	nie:title "www.nokia.com 972";
+	nie:contentCreated "2008-11-26T15:14:17";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/92731";.
+
+<urn:uuid:1763916036> a nfo:WebHistory;
+	nie:title "www.maemo.com 973";
+	nie:contentCreated "2008-03-10T15:16:27";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/16177";.
+
+<urn:uuid:789423348> a nfo:WebHistory;
+	nie:title "www.maemo.com 974";
+	nie:contentCreated "2008-07-15T15:26:27";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/61790";.
+
+<urn:uuid:2077827655> a nfo:WebHistory;
+	nie:title "python.org 975";
+	nie:contentCreated "2008-04-24T14:50:38";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/65132";.
+
+<urn:uuid:1677689587> a nfo:WebHistory;
+	nie:title "slashdot.org 976";
+	nie:contentCreated "2008-11-17T15:35:56";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/18411";.
+
+<urn:uuid:867911550> a nfo:WebHistory;
+	nie:title "www.piratebay.org 977";
+	nie:contentCreated "2008-02-24T14:49:40";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/83042";.
+
+<urn:uuid:967189033> a nfo:WebHistory;
+	nie:title "www.piratebay.org 978";
+	nie:contentCreated "2008-04-23T15:03:09";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/45963";.
+
+<urn:uuid:1835738649> a nfo:WebHistory;
+	nie:title "www.nokia.com 979";
+	nie:contentCreated "2008-11-25T15:13:47";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/63553";.
+
+<urn:uuid:863266082> a nfo:WebHistory;
+	nie:title "python.org 980";
+	nie:contentCreated "2008-11-20T14:51:40";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/52657";.
+
+<urn:uuid:1490797386> a nfo:WebHistory;
+	nie:title "slashdot.org 981";
+	nie:contentCreated "2008-05-13T15:39:58";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/91215";.
+
+<urn:uuid:254984082> a nfo:WebHistory;
+	nie:title "www.youtube.com 982";
+	nie:contentCreated "2008-02-28T15:38:50";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/61531";.
+
+<urn:uuid:1367494510> a nfo:WebHistory;
+	nie:title "www.youtube.com 983";
+	nie:contentCreated "2008-02-19T15:02:02";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/86658";.
+
+<urn:uuid:558037340> a nfo:WebHistory;
+	nie:title "www.google.com 984";
+	nie:contentCreated "2008-06-18T15:34:26";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/7675";.
+
+<urn:uuid:1529112083> a nfo:WebHistory;
+	nie:title "python.org 985";
+	nie:contentCreated "2009-01-02T15:00:26";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/37203";.
+
+<urn:uuid:1724304717> a nfo:WebHistory;
+	nie:title "www.piratebay.org 986";
+	nie:contentCreated "2008-05-18T15:12:54";
+	nfo:domain "http://www.piratebay.org";;
+	nfo:uri "http://www.piratebay.org/19247";.
+
+<urn:uuid:1442507565> a nfo:WebHistory;
+	nie:title "python.org 987";
+	nie:contentCreated "2008-11-09T15:20:14";
+	nfo:domain "http://python.org";;
+	nfo:uri "http://python.org/47854";.
+
+<urn:uuid:782104701> a nfo:WebHistory;
+	nie:title "www.google.com 988";
+	nie:contentCreated "2008-03-15T15:06:42";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/23870";.
+
+<urn:uuid:259483088> a nfo:WebHistory;
+	nie:title "www.maemo.com 989";
+	nie:contentCreated "2008-11-02T15:35:55";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/34177";.
+
+<urn:uuid:429322085> a nfo:WebHistory;
+	nie:title "slashdot.org 990";
+	nie:contentCreated "2008-04-29T15:11:47";
+	nfo:domain "http://slashdot.org";;
+	nfo:uri "http://slashdot.org/67078";.
+
+<urn:uuid:312697981> a nfo:WebHistory;
+	nie:title "www.youtube.com 991";
+	nie:contentCreated "2008-05-31T15:33:02";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/57596";.
+
+<urn:uuid:1694419790> a nfo:WebHistory;
+	nie:title "www.youtube.com 992";
+	nie:contentCreated "2008-01-30T14:51:31";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/50040";.
+
+<urn:uuid:116095338> a nfo:WebHistory;
+	nie:title "www.nokia.com 993";
+	nie:contentCreated "2008-02-01T15:47:10";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/48640";.
+
+<urn:uuid:1313234837> a nfo:WebHistory;
+	nie:title "www.youtube.com 994";
+	nie:contentCreated "2008-05-12T15:27:39";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/66584";.
+
+<urn:uuid:1819069743> a nfo:WebHistory;
+	nie:title "www.maemo.com 995";
+	nie:contentCreated "2009-01-09T14:49:18";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/10677";.
+
+<urn:uuid:1891117471> a nfo:WebHistory;
+	nie:title "www.nokia.com 996";
+	nie:contentCreated "2008-10-08T15:14:51";
+	nfo:domain "http://www.nokia.com";;
+	nfo:uri "http://www.nokia.com/66873";.
+
+<urn:uuid:138434412> a nfo:WebHistory;
+	nie:title "www.youtube.com 997";
+	nie:contentCreated "2008-11-07T14:49:48";
+	nfo:domain "http://www.youtube.com";;
+	nfo:uri "http://www.youtube.com/21585";.
+
+<urn:uuid:1029822042> a nfo:WebHistory;
+	nie:title "www.maemo.com 998";
+	nie:contentCreated "2009-02-19T15:47:18";
+	nfo:domain "http://www.maemo.com";;
+	nfo:uri "http://www.maemo.com/88297";.
+
+<urn:uuid:239798833> a nfo:WebHistory;
+	nie:title "www.google.com 999";
+	nie:contentCreated "2009-01-08T15:05:26";
+	nfo:domain "http://www.google.com";;
+	nfo:uri "http://www.google.com/38231";.
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]